Обновить dags/fin_porfel.py

This commit is contained in:
bn_user 2025-09-10 08:06:22 +00:00
parent 61a4b46c9b
commit ba8469d1b7
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ with DAG(
upsert_list_fin_portfel_task = PythonOperator(
task_id='upsert_list_fin_portfel',
python_callable='upsert_list_fin_portfel',
python_callable=upsert_list_fin_portfel,
provide_context=True
)