We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1098ab8 commit 779a73eCopy full SHA for 779a73e
.gitignore
@@ -1,4 +1,3 @@
1
.env
2
.envrc
3
.direnv/
4
-stacks/trino-iceberg/dbt/
demos/demos-v2.yaml
@@ -165,9 +165,12 @@ demos:
165
- iceberg
166
- minio
167
- s3
168
- - airflow
169
manifests: []
170
supportedNamespaces: []
+ resourceRequests:
171
+ cpu: 6000m # Measured 5600m
172
+ memory: 21Gi
173
+ pvc: 110Gi # 100Gi for MinIO
174
trino-taxi-data:
175
description: Demo loading 2.5 years of New York taxi data into S3 bucket, creating a Trino table and a Superset dashboard
176
documentation: https://docs.stackable.tech/home/stable/demos/trino-taxi-data/
0 commit comments