From 458b92f6f92bf69d408269c01b9d08f701e7964e Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Thu, 6 Jun 2024 16:18:20 +0530 Subject: [PATCH 1/2] Add more fields in bug template to reduce turnaround for issue triaging --- .github/ISSUE_TEMPLATE/01-bug.yml | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index c8d6492fa..f32141610 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -41,6 +41,46 @@ body: label: Versions of dbt adapters description: What dbt adapter versions are you using? placeholder: You can use `pip freeze | grep dbt` (you can leave only relevant ones) + - type: dropdown + id: load-mode + attributes: + label: LoadMode + description: Which LoadMode are you using? + options: + - "AUTOMATIC" + - "CUSTOM" + - "DBT_LS" + - "DBT_LS_FILE" + - "DBT_LS_MANIFEST" + multiple: false + validations: + required: true + - type: dropdown + id: execution-mode + attributes: + label: ExecutionMode + description: Which ExecutionMode are you using? + options: + - "AWS_EKS" + - "AZURE_CONTAINER_INSTANCE" + - "DOCKER" + - "KUBERNETES" + - "LOCAL" + - "VIRTUALENV" + multiple: false + validations: + required: true + - type: dropdown + id: invocation-mode + attributes: + label: InvocationMode + description: Which InvocationMode are you using? + options: + - "DBT_RUNNER" + - "SUBPROCESS" + multiple: false + validations: + required: true - type: input id: airflow-version attributes: From 88edea2f75240157da06ddab3d55e353077eac09 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Thu, 6 Jun 2024 17:18:20 +0530 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/01-bug.yml --- .github/ISSUE_TEMPLATE/01-bug.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index f32141610..658d0b9cb 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -79,8 +79,6 @@ body: - "DBT_RUNNER" - "SUBPROCESS" multiple: false - validations: - required: true - type: input id: airflow-version attributes: