Skip to content

Commit

Permalink
fix: trying again impersonation fix (#2082)
Browse files Browse the repository at this point in the history
* Pick a valid scope. Previously I was using a role value
  • Loading branch information
ryscheng authored Sep 6, 2024
1 parent bfc9db3 commit 5820906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warehouse/oso_dagster/resources/bq_dts.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from pydantic import Field
from ..constants import impersonate_service_account

IMPERSONATE_SCOPES = ["bigquery.admin"]
IMPERSONATE_SCOPES = ["https://www.googleapis.com/auth/bigquery"]
IMPERSONATE_LIFETIME = 300

"""
Expand Down

0 comments on commit 5820906

Please sign in to comment.