chore: add helpers to monitor API parity#388
Merged
parkedwards merged 24 commits intomainfrom Apr 9, 2025
Merged
Conversation
6dc57d0 to
8e49a17
Compare
This reverts commit 8e49a17.
This reverts commit 9a1fb03.
Member
|
@mitchnielsen im going to keep your go/bash scripts, as based on our convo there might be a next iteration of this parity checking that does something more sophisticated, and I didn't want to drop the context of what you had been noodling on. |
parkedwards
approved these changes
Apr 9, 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.
Summary
openapi.json+ Terraform provider's catalog of resources/datasources fromregistry.terraform.ioand creates a table of implementation statusesRelated to https://linear.app/prefect/issue/PLA-802/automate-the-process-of-checking-api-parity
Testing
Go script
Python script
Notes
Here are some scripts I had from my first implementation that outgrew bash a bit:
Click to expand scripts
Requirements
General
Closes <issue>, if availableDraftstatus is used until ready for reviewCode-level changes
New or updated resource/datasource
make docsfrom source code)- When applicable, provide a link back to the relevant page in the Prefect documentation site.
- Resource example under
examples/resources/prefect_<name>/resource.tf- Import example under
examples/resources/prefect_<name>/import.sh- Datasource example under
examples/data-sources,resources>/prefect_<name>/data-source.tf