-
Notifications
You must be signed in to change notification settings - Fork 14
docs: CRUD support for snow API integrations #204
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
docs: CRUD support for snow API integrations #204
Conversation
Deploying localstack-docs with
|
Latest commit: |
4eb952e
|
Status: | ✅ Deploy successful! |
Preview URL: | https://e082f37f.localstack-docs.pages.dev |
Branch Preview URL: | https://docs-snow-api-integrations-c.localstack-docs.pages.dev |
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.
Still don't love "not the actual implementation or usage of them." but approving.
|
||
API integrations in Snowflake provide a secure way to configure trust between Snowflake and external cloud providers such as AWS API Gateway. They are typically used when creating external functions or API-based workflows. | ||
|
||
The LocalStack Snowflake emulator now supports basic **CRUD operations** for API integrations, not the actual implementation or usage of them. This is useful for testing Terraform configurations or other automation flows that depend on these objects. |
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.
not the actual implementation or usage of them.
This is less confusing than in the other case because the usage word isn't overloaded, but I feel like there is a clearer way of saying this. Something like "although the API integrations are not implemented or functional."
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.
ty! I have rewritten it to make it clearer, do let me know if you still dislike
We need to document that we've added CRUD support for API integrations.