Skip to content

Commit 6c19524

Browse files
committed
docs: Add CUBESQL_STREAM_MODE, update the default for CUBESQL_SQL_PUSH_DOWN
1 parent cfdc2a2 commit 6c19524

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ If `true`, enables query pushdown in the [SQL API][ref-sql-api].
977977

978978
| Possible Values | Default in Development | Default in Production |
979979
| --------------- | ---------------------- | --------------------- |
980-
| `true`, `false` | `false` | `false` |
980+
| `true`, `false` | `true` | `true` |
981981

982982
<InfoBox>
983983

@@ -986,6 +986,14 @@ Query pushdown in the SQL API is available in public preview.
986986

987987
</InfoBox>
988988

989+
## `CUBESQL_STREAM_MODE`
990+
991+
If `true`, enables the [streaming mode][ref-sql-api-streaming] in the [SQL API][ref-sql-api].
992+
993+
| Possible Values | Default in Development | Default in Production |
994+
| --------------- | ---------------------- | --------------------- |
995+
| `true`, `false` | `false` | `false` |
996+
989997
## `CUBESQL_SQL_NO_IMPLICIT_ORDER`
990998

991999
If `true`, prevents adding implicit [default `ORDER BY`
@@ -1468,4 +1476,5 @@ The port for a Cube deployment to listen to API connections on.
14681476
https://docs.snowflake.com/en/user-guide/warehouses.html
14691477
[wiki-tz-database]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
14701478
[ref-sql-api]: /product/apis-integrations/sql-api
1479+
[ref-sql-api-streaming]: /product/apis-integrations/sql-api#streaming
14711480
[ref-row-limit]: /product/apis-integrations/queries#row-limit

0 commit comments

Comments
 (0)