Add Houston API 1.0.1 support - remove desiredRuntimeVersion and AC fields#1988
Merged
neel-astro merged 5 commits intomainfrom Dec 15, 2025
Merged
Add Houston API 1.0.1 support - remove desiredRuntimeVersion and AC fields#1988neel-astro merged 5 commits intomainfrom
neel-astro merged 5 commits intomainfrom
Conversation
…ields - Add version 1.1.0 queries for DeploymentGetRequest - Add version 1.1.0 queries for DeploymentsGetRequest - Add version 1.1.0 queries for PaginatedDeploymentsGetRequest - Add version 1.1.0 mutations for DeploymentCreateRequest - Add version 1.1.0 mutations for DeploymentUpdateRequest - Remove airflowVersion, desiredAirflowVersion, desiredRuntimeVersion fields - Use runtimeVersion and runtimeAirflowVersion instead Houston API 1.1.0 no longer returns desired version and AC fields. All version information is now managed through runtimeVersion.
Pull Request Test Coverage Report for Build 70d3f680-a3fe-49ce-8d01-817ce9a18f9dDetails
💛 - Coveralls |
|
@Simpcyclassy The desiredRuntime version changes are merged in houston and is currently breaking the CLI. Is it possible to merge this PR soon? |
Member
Author
|
Yes, I can prioritise this today |
danielhoherd
approved these changes
Dec 12, 2025
Member
danielhoherd
left a comment
There was a problem hiding this comment.
Seems fine to me, but do we need to update any tests for this?
Member
Author
|
No we do not test the query string |
neel-astro
approved these changes
Dec 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Note: This impacts APC
1.1.0release but for local dev this is useful for post1.0.1which is still considered1.0.1in for the dev development phaseAdds version
1.0.1GraphQL queries to support Houston API schema changes wheredesiredAirflowVersionanddesiredRuntimeVersionfields have been removed from theDeploymenttype.Changes:
1.0.1version queries for:DeploymentCreateRequest- usesupsertDeploymentmutationDeploymentsGetRequest- removes deprecated airflow version fieldsPaginatedDeploymentsGetRequest- removes deprecated airflow version fieldsDeploymentUpdateRequest- usesupsertDeploymentmutationDeploymentGetRequest- removesdesiredAirflowVersionanddesiredRuntimeVersionProblem:
When deploying with the CLI against Houston versions that have removed these fields, users encounter:
The underlying GraphQL errors are:
Cannot query field "desiredAirflowVersion" on type "Deployment"Cannot query field "desiredRuntimeVersion" on type "Deployment"🎟 Issue(s)
Related https://github.com/astronomer/issues/issues/8180
🧪 Functional Testing
astro deployand select a deploymentastro deployment listand verify deployments are listed correctlyastro deployment createand verify creation worksDebug verification:
Should no longer show
Cannot query fielderrors.📸 Screenshots
📋 Checklist
make testbefore taking out of draftmake lintbefore taking out of draft