-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build helm values schemas with kubernetes 1.29 resources #38460
Conversation
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)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @jedcunningham ? @raphaelauv ?
In the meantime we had some conflicts so if you could rebase and fix them @mathiaHT - that woudl give chance for the others to take a look and merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of the updated resources were deprecated in 1.26+.
In general, I wonder if we should use the max-supported version or the min-supported version to generate the schema. For this PR, it looks like all updated versions are already present in 1.26, but not sure if it will be always the case.
LGTM
… added display name for dag / task (v2) (apache#38446) * Add display name in DAGs and tasks Co-authored-by: Tzu-ping Chung <[email protected]> Co-authored-by: Aleksandr Shelukheev <[email protected]> * Fix frontend issues * Fix pytests * Add DAG display tool tips * Implement national language char display example oon two DAGs * Review nit from other PR * Fix WWW pytest on HTML code * Review feedback, make task_display_name a property, not a field in mapped operator * Review feedback, rename internal fields * Small nit, optimize sorting on DAG home page with display name * Review feedback * Fix pytests in API plus review feedback on API * Review feedback, extend schema, update apispecs and fix breadcrumb navigation * nit, update page titles as well * Fix pytests for extended API model * Ensure mapped operator also provides a display string * Ensure display field is only serialized if different from task id * fix pytest for API * Review feedback from TP * Move labels down to base and mapped operator * Move labels up to abstract operator * Only one decorator is needed --------- Co-authored-by: Vincent Gao <[email protected]> Co-authored-by: Tzu-ping Chung <[email protected]> Co-authored-by: Aleksandr Shelukheev <[email protected]>
…8474) This field will be used by AIP-61 code to store and retrieve which executor a task is meant to run on. --------- Co-authored-by: Niko Oliveira <[email protected]>
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
closes: #38453
Build helm chart/values.schemas.json definitions using kubernetes 1.29.
The initial objective was to use the kubernetes sidecar feature: https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/