From bd48b36aa54c3c7c637249189d112fbcd3c70c94 Mon Sep 17 00:00:00 2001 From: Rex Ledesma Date: Wed, 7 Aug 2024 11:41:42 -0400 Subject: [PATCH] test(dbt): remove column lineage tests against redshift and clickhouse (#23465) ## Summary & Motivation The column lineage tests take a long time to run in our test suite. For the sake of speed, pare down the existing test suite by removing dialect tests against redshift and clickhouse. ## How I Tested These Changes pytest (cherry picked from commit ccaf6b706920b458638d219b477708448f11207b) --- .../core/dbt_packages/test_columns_metadata.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python_modules/libraries/dagster-dbt/dagster_dbt_tests/core/dbt_packages/test_columns_metadata.py b/python_modules/libraries/dagster-dbt/dagster_dbt_tests/core/dbt_packages/test_columns_metadata.py index 31c3c22057955..6f3cccf953c62 100644 --- a/python_modules/libraries/dagster-dbt/dagster_dbt_tests/core/dbt_packages/test_columns_metadata.py +++ b/python_modules/libraries/dagster-dbt/dagster_dbt_tests/core/dbt_packages/test_columns_metadata.py @@ -519,10 +519,8 @@ def my_dbt_assets(context: AssetExecutionContext, dbt: DbtCliResource): "sql_dialect", [ "bigquery", - "clickhouse", "databricks", "duckdb", - "redshift", "snowflake", "trino", ],