Update the output of airflow info command in the doc#31336
Update the output of airflow info command in the doc#31336potiuk merged 6 commits intoapache:mainfrom
Conversation
Update the output of airflow info command
|
|
||
|
|
||
| Providers info | ||
| apache-airflow-providers-airbyte | 3.3.0 |
There was a problem hiding this comment.
Base Airflow does not ship all these providers. Do we want to include this huge list of providers here?
When I create a new virtualenv and install airflow in it, I see only the below providers:
Providers info
apache-airflow-providers-common-sql | 1.4.0
apache-airflow-providers-ftp | 3.3.1
apache-airflow-providers-http | 4.3.0
apache-airflow-providers-imap | 3.1.1
apache-airflow-providers-sqlite | 3.3.2
It looks like like this list includes the providers that are additionally installed in your setup. Additionally, apache-airflow-providers-yandex is suspended but we're still showing it here.
So in my opinion, it would be good to curtail this list to only the providers that are shipped with base Airflow.
We can wait for what others have to say.
There was a problem hiding this comment.
Yeah I got all these providers because I'm fetching the outputs from breeze start-airflow which includes everything I guess. I've shortened the outputs and only keep the logging part
|
Since this section of the documentation is just about debugging logging configurations, it may be a good idea to only include the first section of the output since the rest of the output is not particularly relevant (and add a note describing the reasoning to this omission) |
Sure. I've modified the file to only include the first section and added a short note to explain |
|
|
||
| [skipping the remaining outputs for brevity] | ||
|
|
||
| The output of ``airflow info`` is huge so we only keep those that are relevant to logging configuration. |
There was a problem hiding this comment.
| The output of ``airflow info`` is huge so we only keep those that are relevant to logging configuration. | |
| The output of `airflow info` above is truncated to only display the section that pertains to the logging configuration. |
There was a problem hiding this comment.
Thanks @pankajkoti . Adopted your suggested changes =D
* Update logging-tasks.rst Update the output of airflow info command * Update logging-tasks.rst * Update logging-tasks.rst * Fix failing static check (cherry picked from commit fc4f37b)
* Update logging-tasks.rst Update the output of airflow info command * Update logging-tasks.rst * Update logging-tasks.rst * Fix failing static check (cherry picked from commit fc4f37b)
Update the output of airflow info command
fixes: #31304