Skip to content

Commit 0352fb7

Browse files
authored
fix: Remove obsolete airflow-trino-dbt stack (#373)
* remove obsolete airflow-trino-dbt stack * remove phantom stack from templates
1 parent e55f1d4 commit 0352fb7

File tree

4 files changed

+0
-45
lines changed

4 files changed

+0
-45
lines changed

.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ GitHub handle next to the stack to indicate a particular stack was picked up for
8585
| xargs -I {} echo "- [ ] {}"
8686
-->
8787
88-
- [ ] airflow-trino-dbt
8988
- [ ] monitoring
9089
- [ ] observability
9190
- [ ] openldap

.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ GitHub handle next to the stack to indicate a particular stack was picked up for
8585
| xargs -I {} echo "- [ ] {}"
8686
-->
8787
88-
- [ ] airflow-trino-dbt
8988
- [ ] monitoring
9089
- [ ] observability
9190
- [ ] openldap

.github/ISSUE_TEMPLATE/release-from-scratch-testing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ GitHub handle next to the stack to indicate a particular stack was picked up for
8787
| xargs -I {} echo "- [ ] {}"
8888
-->
8989
90-
- [ ] airflow-trino-dbt
9190
- [ ] monitoring
9291
- [ ] observability
9392
- [ ] openldap

stacks/stacks-v2.yaml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -427,48 +427,6 @@ stacks:
427427
- name: minioAdminPassword
428428
description: Password of the MinIO admin user
429429
default: adminadmin
430-
airflow-trino-dbt:
431-
description: Stack containing Airflow and Trino using Apache Iceberg as a S3 backend for dbt jobs
432-
stackableRelease: dev
433-
stackableOperators:
434-
- commons
435-
- listener
436-
- secret
437-
- hive
438-
- trino
439-
- opa
440-
- airflow
441-
labels:
442-
- trino
443-
- opa
444-
- iceberg
445-
- minio
446-
- s3
447-
manifests:
448-
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-hive-iceberg.yaml
449-
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-airflow.yaml
450-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-iceberg/s3-connection.yaml
451-
- plainYaml: stacks/airflow-trino-dbt/hive-metastores.yaml
452-
- plainYaml: stacks/airflow-trino-dbt/trino.yaml
453-
- plainYaml: stacks/airflow-trino-dbt/airflow.yaml
454-
- plainYaml: stacks/airflow-trino-dbt/rbac.yaml
455-
- plainYaml: stacks/airflow-trino-dbt/opa-rules.yaml
456-
- plainYaml: stacks/airflow-trino-dbt/opa.yaml
457-
- plainYaml: stacks/airflow-trino-dbt/minio.yaml
458-
supportedNamespaces: ["default"]
459-
parameters:
460-
- name: trinoAdminPassword
461-
description: Password of the Trino admin user
462-
default: adminadmin
463-
- name: minioAdminPassword
464-
description: Password of the MinIO admin user
465-
default: adminadmin
466-
- name: airflowAdminPassword
467-
description: Password of the MinIO admin user
468-
default: adminadmin
469-
- name: airflowSecretKey
470-
description: Airflow's secret key used to generate e.g. user session tokens
471-
default: airflowSecretKey
472430
jupyterhub-pyspark-hdfs:
473431
description: Jupyterhub with PySpark and HDFS integration
474432
stackableRelease: dev

0 commit comments

Comments
 (0)