From d03b63351a46af78905216c669b9570069ec1540 Mon Sep 17 00:00:00 2001 From: bn_user Date: Mon, 1 Sep 2025 14:18:46 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20dags/OSV.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dags/OSV.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dags/OSV.py b/dags/OSV.py index 97b2771..ce54402 100644 --- a/dags/OSV.py +++ b/dags/OSV.py @@ -52,6 +52,7 @@ def read_data_1C(**kwargs): data_from_1c = response.json() df = pd.DataFrame(data_from_1c['data']) + engine = get_db_engine() table_name = 'oborotno_salbdovaya_vedomostb' with engine.begin() as conn: