Skip to content

Commit

Permalink
update suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Dec 12, 2024
1 parent c632660 commit fe6647d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/external_data_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def stellar_etl_internal_task(
retool_batch_id = macros.get_batch_id()
retool_batch_date = "{{ batch_run_date_as_datetime_string(dag, data_interval_start) }}"
retool_export_task_id = "export_retool_data"
retool_source_object_suffix = "/*-retool-exported-entity.txt"
retool_source_object_suffix = ""
retool_source_objects = [
"{{ task_instance.xcom_pull(task_ids='"
+ retool_export_task_id
Expand Down

0 comments on commit fe6647d

Please sign in to comment.