OpenAPI specs for api/v1 #49661
-
Hello! I'm trying to understand why Airflows OpenAPI v1 specs are no longer available at this location (where they were available for the last 3+ years): https://airflow.apache.org/docs/apache-airflow/stable/_specs/v1.yaml and where I might be able to find the OpenAPI specs for older versions of Airflow that use the /api/v1 routes. I've found a set of specs for v2 here, but I don't think they will work for us due to the lack of /api/v1 routes: https://airflow.apache.org/docs/apache-airflow/stable/_specs/v1-rest-api-generated.yaml ContextI'm trying to support an older version of Airflow, version 2.5.0, that was using the OpenAPI definitions to build types. For a reason I don't quite understand, the build process was relying on the (now unavailable) v1.yaml URL to generate types on every build—however, now that that URL no longer returns anything, the builds are no longer successful. I'm trying to figure out if those yaml definitions have moved or if there is a historical yaml file I can reference to get these builds running again. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Replace |
Beta Was this translation helpful? Give feedback.
Replace
stable
with the version of Airflow you use (say2.5.0
)