Skip to content

Commit

Permalink
Add comment on why callback functions are commented in the DAG
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Dec 18, 2024
1 parent 042551b commit 012b191
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/dags/example_virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def example_virtualenv() -> None:
"install_deps": True,
"emit_datasets": False, # Example of how to not set inlets and outlets
# --------------------------------------------------------------------------
# For the sake of avoiding additional latency observed while uploading files for each of the tasks, the
# below callback functions to be executed are commented, but you can uncomment them if you'd like to
# enable callback execution.
# Callback function to upload files using Airflow Object storage and Cosmos remote_target_path setting on
# Airflow 2.8 and above
# "callback": upload_to_cloud_storage,
Expand Down

0 comments on commit 012b191

Please sign in to comment.