Обновить dags/pogasheniya.py

This commit is contained in:
bn_user 2025-12-02 14:41:24 +00:00
parent d3372cae1b
commit 04d40de567
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ from requests.auth import HTTPBasicAuth
from sqlalchemy import create_engine, text from sqlalchemy import create_engine, text
from airflow import DAG from airflow import DAG
from airflow.operators.python import PythonOperator from airflow.operators.python import PythonOperator
import logging
default_args = { default_args = {
'owner': 'airflow', 'owner': 'airflow',