Skip to content

Commit 94f4053

Browse files
committed
Move handle_failure_and_cleanup_temp_tables to Db services to avoid in-function import
1 parent 3645e3f commit 94f4053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/airflow/dags/SR_processing_dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
process_and_create_scan_report_entries,
88
process_data_dictionary,
99
)
10+
from libs.SR_processing.db_services import handle_failure_and_cleanup_temp_tables
1011
from libs.utils import (
1112
connect_to_storage,
1213
create_task,
1314
validate_params_SR_processing,
1415
)
15-
from libs.SR_processing.db_services import handle_failure_and_cleanup_temp_tables
1616

1717
"""
1818
This DAG automates the process of creating scan report tables, fields and values

0 commit comments

Comments
 (0)