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
@@ -59,8 +60,9 @@ if [dedicated infrastructure][ref-dedicated-infra] is used. Check out the
59
60
|`CUBEJS_AWS_S3_OUTPUT_LOCATION`| The S3 path to store query results made by the Cube deployment | A valid S3 path | ❌ |
60
61
|`CUBEJS_AWS_ATHENA_WORKGROUP`| The name of the workgroup in which the query is being started |[A valid Athena Workgroup][aws-athena-workgroup]| ❌ |
61
62
|`CUBEJS_AWS_ATHENA_CATALOG`| The name of the catalog to use by default |[A valid Athena Catalog name][awsdatacatalog]| ❌ |
63
+
|`CUBEJS_DB_NAME`| The name of the database to use by default | A valid Athena Database name | ❌ |
62
64
|`CUBEJS_DB_SCHEMA`| The name of the schema to use as `information_schema` filter. Reduces count of tables loaded during schema generation. | A valid schema name | ❌ |
63
-
|`CUBEJS_CONCURRENCY`| The number of [concurrent queries][ref-data-source-concurrency] to the data source | A valid number | ❌ |
65
+
|`CUBEJS_CONCURRENCY`| The number of [concurrent queries][ref-data-source-concurrency] to the data source | A valid number| ❌ |
0 commit comments