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

This commit is contained in:
bn_user 2025-09-01 13:11:41 +00:00
parent 38f1e37722
commit edf0d1cd8c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def read_data_1C(**kwargs):
data_from_1c = response.json()
df = pd.DataFrame(data_from_1c)
print(df)
return df
with DAG(
dag_id='data_download_from_1C_source',