mik-laj opened a new pull request #11687: URL: https://github.com/apache/airflow/pull/11687
Some files needed to run example DAGs are not included in the pip package, which makes it difficult to test the examples. I am not sure we should include additional kubernetes files, but I have created a separate ticket for this. https://github.com/apache/airflow/issues/11686 To verify which files we need, I ran the command below. ``` 14:27 $ find airflow -type f | grep -v "^airflow/www" | grep -v ".py$" | grep -v ".md$" | sort airflow/alembic.ini airflow/api_connexion/openapi/v1.yaml airflow/config_templates/config.yml airflow/config_templates/default_airflow.cfg airflow/config_templates/default_test.cfg airflow/git_version airflow/kubernetes/pod_template_file_examples/dags_in_image_template.yaml airflow/kubernetes/pod_template_file_examples/dags_in_volume_template.yaml airflow/kubernetes/pod_template_file_examples/git_sync_template.yaml airflow/kubernetes_executor_templates/basic_template.yaml airflow/migrations/script.py.mako airflow/providers/amazon/aws/hooks/batch_waiters.json airflow/providers/cncf/kubernetes/example_dags/example_spark_kubernetes_spark_pi.yaml airflow/providers/dependencies.json airflow/providers/google/cloud/example_dags/example_bigquery_query.sql airflow/providers/google/cloud/example_dags/example_cloud_build.yaml airflow/providers/google/cloud/example_dags/example_spanner.sql airflow/providers/google/config_templates/config.yml airflow/providers/google/config_templates/default_config.cfg airflow/providers/papermill/example_dags/input_notebook.ipynb airflow/py.typed airflow/serialization/schema.json airflow/unittests.cfg airflow/utils/python_virtualenv_script.jinja2 ``` Similar issue: https://github.com/apache/airflow/issues/11666 <!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of existing issue, reference it using one of the following: closes: #ISSUE related: #ISSUE How to write a good git commit message: http://chris.beams.io/posts/git-commit/ --> --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed. In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x). In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
