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
I'm using sso to connect to snowflake in my dbt profile.yml
I have set
authenticator: externalbrowser
When I run
dbt run -s <my-model>
Several browser tabs gets opened, the command works ok, the model is executed against snowflake using my sso login, but is really annoying need to close 4 or 5 browser tabs every time I need to run a model.
Am I doing something wrong ? or that is the actual behavior?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using sso to connect to snowflake in my dbt profile.yml
I have set
authenticator: externalbrowser
When I run
dbt run -s <my-model>
Several browser tabs gets opened, the command works ok, the model is executed against snowflake using my sso login, but is really annoying need to close 4 or 5 browser tabs every time I need to run a model.
Am I doing something wrong ? or that is the actual behavior?
Beta Was this translation helpful? Give feedback.
All reactions