Обновить dags/pogasheniya.py
This commit is contained in:
parent
d3372cae1b
commit
04d40de567
|
|
@ -7,6 +7,7 @@ from requests.auth import HTTPBasicAuth
|
|||
from sqlalchemy import create_engine, text
|
||||
from airflow import DAG
|
||||
from airflow.operators.python import PythonOperator
|
||||
import logging
|
||||
|
||||
default_args = {
|
||||
'owner': 'airflow',
|
||||
|
|
|
|||
Loading…
Reference in New Issue