This commit is contained in:
Alex
2025-09-23 12:49:25 +03:00
parent 767d3ee895
commit bfa31421f9

View File

@@ -11,6 +11,6 @@ with DAG(
list_tables = PostgresOperator(
task_id="list_tables",
postgres_conn_id="clickhouse_http",
postgres_conn_id="clickhouse_db",
sql="SELECT 1;"
)