-
Notifications
You must be signed in to change notification settings - Fork 16.6k
fix helm schema validation for executor value#54682
fix helm schema validation for executor value#54682potiuk merged 4 commits intoapache:mainfrom chrisfregly:main
Conversation
Closes: #54673.
Updating the Airflow Helm Chart schema validation for the executor field to allow custom executors to be specified along with the existing officially supported Airflow executors.
This regex change checks each supplied executor in the list to ensure it matches the following:
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.
|
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' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
|
Good idea! |
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
* add helm tests for executor value validation
* fix linting error
* fix spacing
---------
Co-authored-by: Chris Fregly