Skip to content

Commit

Permalink
change connections dag task id
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Antonellini committed Feb 23, 2024
1 parent 9d8b355 commit ac0a3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestrate/dags/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
)
def connections_dag():
echo_airbyte_host = DatacovesBashOperator(
task_id="transform",
task_id="echo_airbyte_host",
bash_command=f"echo 'Airbyte hostname is {airbyte_connection.host}'",
)

Expand Down

0 comments on commit ac0a3bd

Please sign in to comment.