[AIRFLOW-1443] Update Airflow configuration documentation - #2467
[AIRFLOW-1443] Update Airflow configuration documentation#2467allisonwang wants to merge 1 commit into
Conversation
|
@allisonwang, thanks for your PR! By analyzing the history of the files in this pull request, we identified @jlowin, @boristyukin and @sekikn to be potential reviewers. |
There was a problem hiding this comment.
For grammar and because try number is really no more special than dag_id/execution_date (it's part of the key), let's changes this to:
Logs are stored in the log folder as dag_id/task_id/execution_date/try_number.log.
Codecov Report
@@ Coverage Diff @@
## master #2467 +/- ##
=======================================
Coverage 69.98% 69.98%
=======================================
Files 146 146
Lines 11446 11446
=======================================
Hits 8011 8011
Misses 3435 3435Continue to review full report at Codecov.
|
345cff0 to
5167c75
Compare
|
Please also update UPDATING.md. People that do log rotation from the OS will need to reconfigure. Please also correct the commit message to reflect what you are updating in the docs. |
There was a problem hiding this comment.
maybe add some angle brackets so it is clear they are templated variables, itwill read a bit better
5167c75 to
815f67f
Compare
|
LGTM |
Dear Airflow maintainers,
Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below!
JIRA
Description
This PR updates Airflow configuration documentations to include a recent change to split task logs by try number [AIRFLOW-1332] Split logs based on try number #2383.
Tests
Commits
@aoen