ephraimbuddy opened a new pull request, #28334:
URL: https://github.com/apache/airflow/pull/28334

   This adds an option to list a specific config section with its values 
through the cli.
   e.g for core: `airflow config list --section core`
   
   ```
   (env) ➜  airflow git:(list-section) airflow config list --section database 
   [database]
   sql_alchemy_conn = sqlite:////Users/ephraimbuddy/airflow/airflow.db
   sql_engine_encoding = utf-8
   sql_alchemy_pool_enabled = True
   sql_alchemy_pool_size = 5
   sql_alchemy_max_overflow = 10
   sql_alchemy_pool_recycle = 1800
   sql_alchemy_pool_pre_ping = True
   sql_alchemy_schema = 
   load_default_connections = True
   max_db_retries = 3
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to