Обновить dags/fin_porfel.py
This commit is contained in:
parent
61a4b46c9b
commit
ba8469d1b7
|
|
@ -76,7 +76,7 @@ with DAG(
|
||||||
|
|
||||||
upsert_list_fin_portfel_task = PythonOperator(
|
upsert_list_fin_portfel_task = PythonOperator(
|
||||||
task_id='upsert_list_fin_portfel',
|
task_id='upsert_list_fin_portfel',
|
||||||
python_callable='upsert_list_fin_portfel',
|
python_callable=upsert_list_fin_portfel,
|
||||||
provide_context=True
|
provide_context=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue