Skip to content

Commit

Permalink
Merge pull request #15 from astronomer/move-dbt-dir
Browse files Browse the repository at this point in the history
move dbt dir from root to under include
  • Loading branch information
fhoda authored Nov 9, 2022
2 parents 9c37d34 + d983936 commit f03a911
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dags/dbt_advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# We're hardcoding this value here for the purpose of the demo, but in a production environment this
# would probably come from a config file and/or environment variables!
DBT_PROJECT_DIR = "/usr/local/airflow/dbt"
DBT_PROJECT_DIR = "include/dbt"

DBT_ENV = {
"DBT_USER": "{{ conn.postgres.login }}",
Expand Down
2 changes: 1 addition & 1 deletion dags/dbt_advanced_utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# We're hardcoding these values here for the purpose of the demo, but in a production environment these
# would probably come from a config file and/or environment variables!
DBT_PROJECT_DIR = "/usr/local/airflow/dbt"
DBT_PROJECT_DIR = "include/dbt"
DBT_GLOBAL_CLI_FLAGS = "--no-write-json"
DBT_TARGET = "dev"
DBT_TAG = "tag_staging"
Expand Down
2 changes: 1 addition & 1 deletion dags/dbt_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# We're hardcoding this value here for the purpose of the demo, but in a production environment this
# would probably come from a config file and/or environment variables!
DBT_PROJECT_DIR = "/usr/local/airflow/dbt"
DBT_PROJECT_DIR = "include/dbt"


with DAG(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f03a911

Please sign in to comment.