mik-laj opened a new issue #13588: URL: https://github.com/apache/airflow/issues/13588
Hello friends! Today I come with another small ticket. Our tests for Kubernetes use old and deprecated "Experimental API". https://github.com/apache/airflow/blob/809ddcda73c1a7ee30f3273d7cab08f4e8642095/kubernetes_tests/test_kubernetes_executor.py#L106 It would be great if we could rewrite these tests to use the new "Stable API v1". Migration Guide from Experimental API to Stable API v1 https://airflow.apache.org/docs/apache-airflow/stable/upgrading-to-2.html#migration-guide-from-experimental-api-to-stable-api-v1 It is worth paying attention to authorizations because a stable API requires a user in the database. See: https://github.com/apache/airflow/pull/13568 Fortunately, Helm Chart can create a user account. Best regards, Kamil BreguĊa ---------------------------------------------------------------- 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]
