Skip to content

Commit 9ba6618

Browse files
committed
docs: Add CUBEJS_DB_SNOWFLAKE_PRIVATE_KEY
1 parent 409d74d commit 9ba6618

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/pages/product/apis-integrations/rest-api.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/pages/reference/configuration/environment-variables.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

745753
The password for the private RSA key. Only required for encrypted keys.

0 commit comments

Comments
 (0)