jedcunningham opened a new pull request #20295: URL: https://github.com/apache/airflow/pull/20295
closes: #20225 Instead of emitting tracebacks when example DAGs are missing dependencies, emit a simple warning instead: ``` WARNI [unusual_prefix_246d3500f509984e545ab216c71f8412d2e476ff_example_kubernetes_executor] The example_kubernetes_executor example DAG requires the kubernetes provider. Please install it with: pip install apache-airflow[cncf.kubernetes] WARNI [unusual_prefix_bca0382110489c716d30e7084a5f4a591f6459e8_example_python_operator] The virtalenv_python example task requires virtualenv, please install it. WARNI [unusual_prefix_bc1e1c6d38c573d7ffc688495c7fa6178275eee9_tutorial_taskflow_api_etl_virtualenv] The tutorial_taskflow_api_etl_virtualenv example DAG requires virtualenv, please install it. ``` -- 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]
