From f24f94220721208bd12e24384908ad9064af0ecd Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 10 Mar 2026 17:00:46 +0100 Subject: [PATCH 1/2] remove obsolete airflow-trino-dbt stack --- stacks/stacks-v2.yaml | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/stacks/stacks-v2.yaml b/stacks/stacks-v2.yaml index 25ba0cc9..5c7715dc 100644 --- a/stacks/stacks-v2.yaml +++ b/stacks/stacks-v2.yaml @@ -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 From 78b076b5c21345a60c1ea1454d61a9a5fedd9f24 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 10 Mar 2026 17:03:53 +0100 Subject: [PATCH 2/2] remove phantom stack from templates --- .github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md | 1 - .github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md | 1 - .github/ISSUE_TEMPLATE/release-from-scratch-testing.md | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md b/.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md index a83c32a4..39d8a068 100644 --- a/.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md +++ b/.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md b/.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md index 5b8c4be2..57c9e973 100644 --- a/.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md +++ b/.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md b/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md index 252fdfb8..127652e0 100644 --- a/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md +++ b/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md @@ -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