Skip to content

Commit

Permalink
Merge pull request #16 from astronomer/revert-15-move-dbt-dir
Browse files Browse the repository at this point in the history
Revert "move dbt dir from root to under include"
  • Loading branch information
fhoda authored Nov 10, 2022
2 parents f03a911 + c63b7e7 commit 8da816d
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 = "include/dbt"
DBT_PROJECT_DIR = "/usr/local/airflow/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 = "include/dbt"
DBT_PROJECT_DIR = "/usr/local/airflow/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 = "include/dbt"
DBT_PROJECT_DIR = "/usr/local/airflow/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 8da816d

Please sign in to comment.