Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ GitHub handle next to the stack to indicate a particular stack was picked up for
| xargs -I {} echo "- [ ] {}"
-->

- [ ] airflow-trino-dbt
- [ ] monitoring
- [ ] observability
- [ ] openldap
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ GitHub handle next to the stack to indicate a particular stack was picked up for
| xargs -I {} echo "- [ ] {}"
-->

- [ ] airflow-trino-dbt
- [ ] monitoring
- [ ] observability
- [ ] openldap
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/release-from-scratch-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ GitHub handle next to the stack to indicate a particular stack was picked up for
| xargs -I {} echo "- [ ] {}"
-->

- [ ] airflow-trino-dbt
- [ ] monitoring
- [ ] observability
- [ ] openldap
Expand Down
42 changes: 0 additions & 42 deletions stacks/stacks-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,48 +427,6 @@ stacks:
- name: minioAdminPassword
description: Password of the MinIO admin user
default: adminadmin
airflow-trino-dbt:
description: Stack containing Airflow and Trino using Apache Iceberg as a S3 backend for dbt jobs
stackableRelease: dev
stackableOperators:
- commons
- listener
- secret
- hive
- trino
- opa
- airflow
labels:
- trino
- opa
- iceberg
- minio
- s3
manifests:
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-hive-iceberg.yaml
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-airflow.yaml
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-iceberg/s3-connection.yaml
- plainYaml: stacks/airflow-trino-dbt/hive-metastores.yaml
- plainYaml: stacks/airflow-trino-dbt/trino.yaml
- plainYaml: stacks/airflow-trino-dbt/airflow.yaml
- plainYaml: stacks/airflow-trino-dbt/rbac.yaml
- plainYaml: stacks/airflow-trino-dbt/opa-rules.yaml
- plainYaml: stacks/airflow-trino-dbt/opa.yaml
- plainYaml: stacks/airflow-trino-dbt/minio.yaml
supportedNamespaces: ["default"]
parameters:
- name: trinoAdminPassword
description: Password of the Trino admin user
default: adminadmin
- name: minioAdminPassword
description: Password of the MinIO admin user
default: adminadmin
- name: airflowAdminPassword
description: Password of the MinIO admin user
default: adminadmin
- name: airflowSecretKey
description: Airflow's secret key used to generate e.g. user session tokens
default: airflowSecretKey
jupyterhub-pyspark-hdfs:
description: Jupyterhub with PySpark and HDFS integration
stackableRelease: dev
Expand Down