We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd77db1 + 125d967 commit ef5de93Copy full SHA for ef5de93
airflow/dags/postgres_dags/elt_workflow.py
@@ -35,7 +35,6 @@
35
'retry_delay': timedelta(minutes=5)
36
}
37
38
-# /home/wacira/10Academy/ETL_week11/repository/traffic_data_etl/dbt
39
def extract():
40
data = extract_it.load_csv("~/data/warehousedata.csv")
41
restructured_df = extract_it.restructure(data)
@@ -70,7 +69,7 @@ def extract():
70
69
71
transform = BashOperator(
72
task_id = 'dbt_transformation',
73
- bash_command='cd ~/10Academy/ETL_week11/repository/traffic_data_etl/dbt && dbt run',
+ bash_command='cd ~/dbt && dbt run',
74
)
75
76
0 commit comments