Update dags/groupuser/01ka0xkya3cevfzg5dngre9z7e.py
This commit is contained in:
parent
654eae4e50
commit
038598325b
@ -22,18 +22,19 @@ def test_logging():
|
||||
|
||||
@cheetah_pipeline()
|
||||
def es_index_test():
|
||||
with DAG(
|
||||
dag_id={DAG_ID_ENV},
|
||||
start_date=datetime(2024, 1, 1),
|
||||
schedule=None,
|
||||
catchup=False,
|
||||
tags=['test'],
|
||||
) as dag:
|
||||
|
||||
test = PythonOperator(
|
||||
task_id='test_task',
|
||||
python_callable=test_logging,
|
||||
)
|
||||
return dag
|
||||
with DAG(
|
||||
dag_id={DAG_ID_ENV},
|
||||
start_date=datetime(2024, 1, 1),
|
||||
schedule=None,
|
||||
catchup=False,
|
||||
tags=['test'],
|
||||
) as dag:
|
||||
|
||||
test = PythonOperator(
|
||||
task_id='test_task',
|
||||
python_callable=test_logging,
|
||||
)
|
||||
|
||||
return dag
|
||||
|
||||
dag = es_index_test()
|
||||
Loading…
Reference in New Issue
Block a user