Обновить dags/OSV.py
This commit is contained in:
parent
4e9ed4041c
commit
d03b63351a
|
|
@ -52,6 +52,7 @@ def read_data_1C(**kwargs):
|
||||||
|
|
||||||
data_from_1c = response.json()
|
data_from_1c = response.json()
|
||||||
df = pd.DataFrame(data_from_1c['data'])
|
df = pd.DataFrame(data_from_1c['data'])
|
||||||
|
engine = get_db_engine()
|
||||||
table_name = 'oborotno_salbdovaya_vedomostb'
|
table_name = 'oborotno_salbdovaya_vedomostb'
|
||||||
|
|
||||||
with engine.begin() as conn:
|
with engine.begin() as conn:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue