Closed programmeddeath1 closed 1 year ago
Is an airflow version issue, can add dag as a parameter in operator
task_id='mysql_to_clickhouse',
python_callable=mysql_to_clickhouse,
dag=dag,
)
or just remove DAG >>. As airflow handles it by directly allocating operator to DAG.
Iv installed clickhouse plugin and am trying to run the example mysql to clickhouse
The DAG is giving error
Im on python 3.7 and airflow 2.4.3
Can anyone help me figure out what the issue is? Thanks in advance!