File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
product/apis-integrations Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ accessible for everyone.
129129| ` meta ` | [ ` /v1/meta ` ] [ ref-ref-meta ] | ✅ Yes |
130130| ` data ` | [ ` /v1/load ` ] [ ref-ref-load ] | ✅ Yes |
131131| ` graphql ` | ` /graphql ` | ✅ Yes |
132+ | ` sql ` | [ ` /v1/sql ` ] [ ref-ref-sql ] | ✅ Yes |
132133| ` jobs ` | [ ` /v1/pre-aggregations/jobs ` ] [ ref-ref-paj ] | ❌ No |
133134| No scope | ` /livez ` , ` /readyz ` | ✅ Yes |
134135
Original file line number Diff line number Diff line change @@ -740,6 +740,14 @@ indefinitely][snowflake-docs-connection-options].
740740| --------------- | ---------------------- | --------------------- |
741741| ` true ` , ` false ` | ` true ` | ` true ` |
742742
743+ ## ` CUBEJS_DB_SNOWFLAKE_PRIVATE_KEY `
744+
745+ The content of the private RSA key (encrypted or not).
746+
747+ | Possible Values | Default in Development | Default in Production |
748+ | ------------------------------ | ---------------------- | --------------------- |
749+ | Content of the private RSA key | N/A | N/A |
750+
743751## ` CUBEJS_DB_SNOWFLAKE_PRIVATE_KEY_PASS `
744752
745753The password for the private RSA key. Only required for encrypted keys.
You can’t perform that action at this time.
0 commit comments