You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used in [SQL API][ref-sql-api], and can be an `async` function. Default implementation verify username & password from environment variables: `CUBE_SQL_USERNAME`, `CUBE_SQL_PASSWORD`,
270
-
but in [development mode][ref-development-mode] it ignores validation.
273
+
Used in [SQL API][ref-sql-api], and can be an `async` function. Default
274
+
implementation verify username & password from environment variables:
275
+
`CUBE_SQL_USERNAME`, `CUBE_SQL_PASSWORD`, but in [development
276
+
mode][ref-development-mode] it ignores validation.
271
277
272
278
Called on each request from Cube SQL API.
273
279
@@ -480,9 +486,10 @@ values that your extendContext object key can have.
480
486
481
487
<WarningBox>
482
488
483
-
`extendContext` is applied only to requests that go through API.
484
-
It isn't applied to refresh worker execution.
485
-
If you're looking for a way to provide global environment variables for your schema please see [Execution environment docs][ref-exec-environment-globals].
489
+
`extendContext` is applied only to requests that go through API. It isn't
490
+
applied to refresh worker execution. If you're looking for a way to provide
491
+
global environment variables for your schema please see [Execution environment
492
+
docs][ref-exec-environment-globals].
486
493
487
494
</WarningBox>
488
495
@@ -733,4 +740,5 @@ the additional transpiler for check duplicates.
0 commit comments