Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 514 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 514 Bytes

dags

My labs - Airflow DAGs

Misc

Run PyTest ignoring DAGs tests:

pytest labs/ --ignore=labs/tests/dags/

Render template args without execute task:

airflow tasks render [dag id] [task id] [desired execution date]

airflow tasks render cnv_covid19 fetch_vaccination_data 2024-08-07T00:00:00+00:00

Add Airflow connection:

airflow connections add --conn-type postgres --conn-host 192.168.60.30 --conn-login labsu --conn-password labsu --conn-schema ch4_stock_sense postgres-default