Обновить dags/OSV_with_docs.py
This commit is contained in:
parent
b20a7484e5
commit
66d0dc2a4a
|
|
@ -239,7 +239,7 @@ def read_data_1C(**kwargs):
|
||||||
)
|
)
|
||||||
|
|
||||||
with DAG(
|
with DAG(
|
||||||
dag_id='data_download_from_1C_source',
|
dag_id='data_download_from_1C_source_with_docs',
|
||||||
default_args=default_args,
|
default_args=default_args,
|
||||||
description='Выгрузка данных из 1С',
|
description='Выгрузка данных из 1С',
|
||||||
schedule_interval=None, #"0,30 01-10 * * *",
|
schedule_interval=None, #"0,30 01-10 * * *",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue