f
This commit is contained in:
@@ -3,7 +3,7 @@ from airflow.operators.dummy import DummyOperator
|
||||
from datetime import datetime
|
||||
|
||||
with DAG(
|
||||
dag_id="hello_world",
|
||||
dag_id="hello_world_postgre",
|
||||
start_date=datetime(2025, 1, 1),
|
||||
schedule_interval="@daily",
|
||||
catchup=False,
|
||||
|
||||
Reference in New Issue
Block a user