This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a2768a686fe Fix datamodel codegen for airflow-ctl (#48679)
a2768a686fe is described below

commit a2768a686fe89c3a87f89925adbcd48ab4da85cd
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Wed Apr 2 14:55:15 2025 +0200

    Fix datamodel codegen for airflow-ctl (#48679)
---
 airflow-ctl/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-ctl/pyproject.toml b/airflow-ctl/pyproject.toml
index 0f34407b2a2..3f1294b5a25 100644
--- a/airflow-ctl/pyproject.toml
+++ b/airflow-ctl/pyproject.toml
@@ -98,7 +98,7 @@ codegen = [
 #
 # TODO: Automate this in CI via pre-commit hook and generate the file each time
 # The API should be running in the background to serve the OpenAPI schema
-# uv run --group codegen --project apache-airflow --directory airflow/ 
datamodel-codegen
+# uv run --group codegen --project apache-airflow-ctl --directory airflow-ctl/ 
datamodel-codegen
 [tool.datamodel-codegen]
 capitalise-enum-members=true # `State.RUNNING` not `State.running`
 disable-timestamp=true

Reply via email to