[PR] Add secret caching for Airflow CLI [airflow]

2024-02-19 Thread via GitHub
Birne94 opened a new pull request, #37551: URL: https://github.com/apache/airflow/pull/37551 This PR adds secret caching for the Airflow CLI. [Secret caching](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#use-cache) current only works for the DAG-processing j

Re: [PR] Add secret caching for Airflow CLI [airflow]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #37551: URL: https://github.com/apache/airflow/pull/37551#issuecomment-2041247934 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for you

Re: [PR] Add secret caching for Airflow CLI [airflow]

2024-04-12 Thread via GitHub
github-actions[bot] closed pull request #37551: Add secret caching for Airflow CLI URL: https://github.com/apache/airflow/pull/37551 -- 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 comm

Re: [PR] Add secret caching for Airflow CLI [airflow]

2024-02-19 Thread via GitHub
boring-cyborg[bot] commented on PR #37551: URL: https://github.com/apache/airflow/pull/37551#issuecomment-1953060748 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors'

Re: [PR] Add secret caching for Airflow CLI [airflow]

2024-02-19 Thread via GitHub
dirrao commented on code in PR #37551: URL: https://github.com/apache/airflow/pull/37551#discussion_r1495204356 ## airflow/__main__.py: ## @@ -54,6 +55,11 @@ def main(): conf = write_default_airflow_configuration_if_needed() if args.subcommand in ["webserver",

Re: [PR] Add secret caching for Airflow CLI [airflow]

2024-02-19 Thread via GitHub
uranusjr commented on code in PR #37551: URL: https://github.com/apache/airflow/pull/37551#discussion_r1495301611 ## airflow/__main__.py: ## @@ -54,6 +55,11 @@ def main(): conf = write_default_airflow_configuration_if_needed() if args.subcommand in ["webserver"

Re: [PR] Add secret caching for Airflow CLI [airflow]

2024-02-20 Thread via GitHub
Birne94 commented on code in PR #37551: URL: https://github.com/apache/airflow/pull/37551#discussion_r1495837423 ## airflow/__main__.py: ## @@ -54,6 +55,11 @@ def main(): conf = write_default_airflow_configuration_if_needed() if args.subcommand in ["webserver",

Re: [PR] Add secret caching for Airflow CLI [airflow]

2024-02-20 Thread via GitHub
Birne94 commented on code in PR #37551: URL: https://github.com/apache/airflow/pull/37551#discussion_r1495837191 ## airflow/__main__.py: ## @@ -54,6 +55,11 @@ def main(): conf = write_default_airflow_configuration_if_needed() if args.subcommand in ["webserver",