You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCP is disabling the ability for Dataform instances to be run using
the Default Dataform service Account, so all Dataform workflows
must switch to a custom service account, which the Dataform Service
Agent is given permissions on.
Steps covered:
- Set up custom service account "dataform-sa"
- Change BigQuery internal project permissions from default service
account to custom service account
- Give default service account permissions to impersonate custom
service account
- Add custom service account to repo set up (to use this as the
default account for running workflows)
- Give custom service account secrets permissions to connect to
our dataform Github repo
0 commit comments