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 working on deploying a DBT project trough Databricks Asset bundles, but somewhat confused on how to get environment variables into the task. In this example, how is {{ env_var("DBT_ACCESS_TOKEN") }} defined as an environment variable?
Is the databricks.yml configuration working as it is now? I get it to work without passing environment variables, but setting job parameters doesn't seem to work.
Would be super grateful for some help 🙂
The text was updated successfully, but these errors were encountered:
Thanks for replying @PatrickLeahey ! But not really what I was wondering about.
I know how secrets and environment variables within Github works. But what is the link between environment variables and how can one use these within Workflows? I've created a environment variable {{ env_var("DBT_SCHEMA") }}. And even when defined as workflow parameters, and defined in my environment where I run databricks bundle deploy , Databricks Workflows don't seem to get this variable.
How would you defined this without using --vars "{ dev_schema: ${workspace.current_user.short_name} }"' like in this example repo?
Hi,
I'm working on deploying a DBT project trough Databricks Asset bundles, but somewhat confused on how to get environment variables into the task. In this example, how is {{ env_var("DBT_ACCESS_TOKEN") }} defined as an environment variable?
Is the databricks.yml configuration working as it is now? I get it to work without passing environment variables, but setting job parameters doesn't seem to work.
Would be super grateful for some help 🙂
The text was updated successfully, but these errors were encountered: