Expose environment variables and dbt vars configuration via ProjectConfig
#712
Labels
area:config
Related to configuration, like YAML files, environment variables, or executer configuration
area:docs
Relating to documentation, changes, fixes, improvement
dbt:run
Primarily related to dbt run command or functionality
parsing:dbt_ls
Issues, questions, or features related to dbt_ls parsing
priority:medium
Medium priority issues are important issues that may have a workaround and medium impact
Milestone
Context
As of Cosmos 1.2.4, users cannot define dbt
--vars
when runningLoadMode.DBT_LS
during project parsing / DAG rendering. They are able to define environment variables, thanks to #690 .At the moment, users have to also define the environment variables and dbt vars for the task execution, using:
operator_args={"env": ..., "var": ...}
as described in https://astronomer.github.io/astronomer-cosmos/configuration/operator-args.html
This discussion started as part of this review:
#690 (review)
Acceptance criteria
ProjectConfig
ProjectConfig
argumentsThe text was updated successfully, but these errors were encountered: