Skip to content

Commit

Permalink
Remove "project" from log path in callback docs (apache#42666)
Browse files Browse the repository at this point in the history
Airflow doesn't have the concept of a "project", unless DAG authors add
that layer themselves.
  • Loading branch information
jedcunningham authored Oct 2, 2024
1 parent 6686c77 commit 1b538a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For example, you may wish to alert when certain tasks have failed, or have the l
Callback functions are executed after tasks are completed.
Errors in callback functions will show up in scheduler logs rather than task logs.
By default, scheduler logs do not show up in the UI and instead can be found in
``$AIRFLOW_HOME/logs/scheduler/latest/PROJECT/DAG_FILE.py.log``
``$AIRFLOW_HOME/logs/scheduler/latest/DAG_FILE.py.log``

Callback Types
--------------
Expand Down

0 comments on commit 1b538a9

Please sign in to comment.