fix
This commit is contained in:
@@ -3,7 +3,7 @@ from airflow.providers.postgres.operators.postgres import PostgresOperator
|
|||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
with DAG(
|
with DAG(
|
||||||
dag_id="clickhouse_list_tables",
|
dag_id="clickhouse_list_tables_1",
|
||||||
start_date=datetime(2025, 1, 1),
|
start_date=datetime(2025, 1, 1),
|
||||||
schedule_interval=None,
|
schedule_interval=None,
|
||||||
catchup=False,
|
catchup=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user