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

This commit is contained in:
bn_user 2025-09-01 13:12:29 +00:00
parent edf0d1cd8c
commit 3d74866748
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def read_data_1C(**kwargs):
) )
data_from_1c = response.json() data_from_1c = response.json()
df = pd.DataFrame(data_from_1c) df = pd.DataFrame(data_from_1c['data'])
return df return df
with DAG( with DAG(