From a009bf326db5d848a0818d88fc44ab104c3debf1 Mon Sep 17 00:00:00 2001 From: Tope Folorunso <66448986+topefolorunso@users.noreply.github.com> Date: Sat, 7 Sep 2024 17:19:25 +0100 Subject: [PATCH] Update dbt_project.yml --- connectors/source_jira/integration_tests/dbt_project.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/connectors/source_jira/integration_tests/dbt_project.yml b/connectors/source_jira/integration_tests/dbt_project.yml index 012ad47..735c3b9 100644 --- a/connectors/source_jira/integration_tests/dbt_project.yml +++ b/connectors/source_jira/integration_tests/dbt_project.yml @@ -59,8 +59,3 @@ vars: jira_status_category_identifier: "workflow_status_categories" jira_user_identifier: "user" jira_version_identifier: "version" - - jira_epic_identifier: "epic" - jira_project_board_identifier: "project_board" - jira_project_category_identifier: "project_category" - jira_user_group_identifier: "user_group"