Принесен isort

This commit is contained in:
2025-12-10 18:49:49 +03:00
parent c865fa282e
commit 7a9b2d182e
5 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -7,9 +7,10 @@ from __future__ import annotations
from datetime import datetime, timedelta
from airflow import DAG
from airflow.providers.postgres.operators.postgres import PostgresOperator
from airflow import DAG
GREENPLUM_CONN_ID = "greenplum_conn"
default_args = {"owner": "airflow", "retries": 1, "retry_delay": timedelta(seconds=30)}