Обновить dags/OSV.py
This commit is contained in:
parent
38f1e37722
commit
edf0d1cd8c
|
|
@ -52,7 +52,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)
|
||||||
print(df)
|
return df
|
||||||
|
|
||||||
with DAG(
|
with DAG(
|
||||||
dag_id='data_download_from_1C_source',
|
dag_id='data_download_from_1C_source',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue