Skip to content

Commit

Permalink
Remove defunct comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ividito committed Jan 15, 2025
1 parent f82f792 commit 37eb592
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dags/veda_data_pipeline/groups/transfer_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def transfer_data(payload={}):
from veda_data_pipeline.utils.transfer import (
data_transfer_handler,
)
# use task-provided payload if provided, otherwise fall back on ti values
# payload will generally have the same values expected by discovery, so some renames are needed when combining the dicts
airflow_vars = Variable.get("aws_dags_variables")
airflow_vars_json = json.loads(airflow_vars)
external_role_arn = airflow_vars_json.get("ASSUME_ROLE_WRITE_ARN")
Expand Down

0 comments on commit 37eb592

Please sign in to comment.