Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
fix(ingest): fixed snowflake oauth ingestion not using role attribute…
Browse files Browse the repository at this point in the history
… from recipe (datahub-project#6825)
  • Loading branch information
daguito81 authored and cccs-Dustin committed Feb 1, 2023
1 parent 3d6c1d4 commit 812e5eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ def get_oauth_connection(self):
user=self.username,
account=self.account_id,
token=token,
role=self.role,
warehouse=self.warehouse,
authenticator=VALID_AUTH_TYPES.get(self.authentication_type),
application=APPLICATION_NAME,
Expand Down

0 comments on commit 812e5eb

Please sign in to comment.