Обновить dags/OSV.py
This commit is contained in:
parent
b119e266a1
commit
99c48413f5
|
|
@ -52,7 +52,7 @@ def read_data_1C(**kwargs):
|
|||
|
||||
data_from_1c = response.json()
|
||||
df = pd.DataFrame(data_from_1c)
|
||||
df
|
||||
print(df)
|
||||
|
||||
with DAG(
|
||||
dag_id='data_download_from_1C_source',
|
||||
|
|
|
|||
Loading…
Reference in New Issue