-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add note on preserving API response case style for kinds from non-asset APIs #1853
Add note on preserving API response case style for kinds from non-asset APIs #1853
Conversation
…kinds - Introduced a new section in the examples documentation to explain the use of `preserveApiResponseCaseStyle` in the selector configuration. - Provided examples for `pubsub.googleapis.com/Subscription` and `pubsub.googleapis.com/Topic`. - Clarified the purpose of this configuration to maintain camelCase format from the GCP API response.
…ase-rather-than-camel
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments and recommendations
...oftware-catalog/sync-data-to-catalog/cloud-providers/gcp/examples/mapping_extra_resources.md
Outdated
Show resolved
Hide resolved
...oftware-catalog/sync-data-to-catalog/cloud-providers/gcp/examples/mapping_extra_resources.md
Outdated
Show resolved
Hide resolved
...oftware-catalog/sync-data-to-catalog/cloud-providers/gcp/examples/mapping_extra_resources.md
Outdated
Show resolved
Hide resolved
…ase-rather-than-camel
- Added explicit list of supported APIs and their endpoints for case style preservation - Clarified default behavior when preserveApiResponseCaseStyle is not set - Added explanation of use cases and downstream compatibility - Improved structure with clear sections for better readability - Added examples showing how to enable the feature
…than-camel' of https://github.com/port-labs/port-docs into PORT-11122-bug-gcp-returns-pubsub-in-snake-case-rather-than-camel
...oftware-catalog/sync-data-to-catalog/cloud-providers/gcp/examples/mapping_extra_resources.md
Outdated
Show resolved
Hide resolved
...oftware-catalog/sync-data-to-catalog/cloud-providers/gcp/examples/mapping_extra_resources.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need some clarifications
…ase-rather-than-camel
…than-camel' of https://github.com/port-labs/port-docs into PORT-11122-bug-gcp-returns-pubsub-in-snake-case-rather-than-camel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
...oftware-catalog/sync-data-to-catalog/cloud-providers/gcp/examples/mapping_extra_resources.md
Outdated
Show resolved
Hide resolved
...oftware-catalog/sync-data-to-catalog/cloud-providers/gcp/examples/mapping_extra_resources.md
Outdated
Show resolved
Hide resolved
…oviders/gcp/examples/mapping_extra_resources.md
…oviders/gcp/examples/mapping_extra_resources.md
…ase-rather-than-camel
Description
preserveApiResponseCaseStyle
in the selector configuration.pubsub.googleapis.com/Subscription
andpubsub.googleapis.com/Topic
.Updated docs pages
Please also include the path for the updated docs
/docs\build-your-software-catalog\sync-data-to-catalog\cloud-providers\gcp\examples\mapping_extra_resources.md
)