cap-snowflake — CAP database adapter for Snowflake #32
sleibach
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've built an open-source CAP database adapter for Snowflake: sleibach/cap-snowflake
What it does
cds deploysupport: generates tables, views, and draft artifacts from CDS models (usingcds.compile.to.sql()adapted for Snowflake dialect)$select,$filter,$expand,$orderby,$search,$count, pagination@odata.draft.enabled) working with Fiori Elements — create, edit, activate, discardcreatedAt,modifiedAt, etc.)snowflake-sdk(native TCP driver) as an alternative transportHow it works
Install and configure as a CDS plugin:
{ "cds": { "requires": { "db": { "kind": "snowflake", "credentials": { "account": "your-account", "database": "MY_DB", "schema": "PUBLIC", "auth": "jwt", "jwt": { "privateKey": "..." } } } } } }Then
cds deployandcds watchwork as expected.Current status
Looking for feedback
We'd appreciate feedback from the CAP community, especially around:
Repository: https://github.com/sleibach/cap-snowflake
Beta Was this translation helpful? Give feedback.
All reactions