manual trigger dag #60255
Replies: 3 comments
-
|
Can you kindly share contents of the DAG code, so can take a look? |
Beta Was this translation helpful? Give feedback.
-
|
`from datetime import datetime import pandas as pd dag = DAG( fetch_events = BashOperator( ) def _calculate_stats(input_path, output_path): calculate_stats = PythonOperator( fetch_events >> calculate_stats` this is code i got this example on book |
Beta Was this translation helpful? Give feedback.
-
|
airflow version is 2.53 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
when i do manually trigger dag tasks does not run why is that ??

Beta Was this translation helpful? Give feedback.
All reactions