Skip to content

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 szalai1 committed Dec 22, 2022
1 parent 7bab889 commit a704e77
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 a704e77

Please sign in to comment.