Обновить dags/OSV.py
This commit is contained in:
parent
edf0d1cd8c
commit
3d74866748
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue