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 (#6825)
  • Loading branch information
daguito81 authored Dec 21, 2022
1 parent e2b4a65 commit 9cb1eed
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 9cb1eed

Please sign in to comment.