Skip to content

Commit 6fa0f4d

Browse files
committed
update docs
1 parent afa66cf commit 6fa0f4d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/pages/product/configuration/data-sources/aws-athena.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ CUBEJS_AWS_SECRET=****************************************
2020
CUBEJS_AWS_REGION=us-east-1
2121
CUBEJS_AWS_S3_OUTPUT_LOCATION=s3://my-athena-output-bucket
2222
CUBEJS_AWS_ATHENA_WORKGROUP=primary
23+
CUBEJS_DB_NAME=my_non_default_athena_database
2324
CUBEJS_AWS_ATHENA_CATALOG=AwsDataCatalog
2425
```
2526

@@ -59,8 +60,9 @@ if [dedicated infrastructure][ref-dedicated-infra] is used. Check out the
5960
| `CUBEJS_AWS_S3_OUTPUT_LOCATION` | The S3 path to store query results made by the Cube deployment | A valid S3 path ||
6061
| `CUBEJS_AWS_ATHENA_WORKGROUP` | The name of the workgroup in which the query is being started | [A valid Athena Workgroup][aws-athena-workgroup] ||
6162
| `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 ||
6264
| `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 ||
6466

6567
[ref-data-source-concurrency]: /product/configuration/concurrency#data-source-concurrency
6668

@@ -148,4 +150,4 @@ connections are made over HTTPS.
148150
[ref-caching-using-preaggs-build-strats]:
149151
/product/caching/using-pre-aggregations#pre-aggregation-build-strategies
150152
[ref-schema-ref-types-formats-countdistinctapprox]: /product/data-modeling/reference/types-and-formats#count_distinct_approx
151-
[self-preaggs-batching]: #batching
153+
[self-preaggs-batching]: #batching

0 commit comments

Comments
 (0)