Skip to content

Commit

Permalink
test(dbt): remove column lineage tests against redshift and clickhouse (
Browse files Browse the repository at this point in the history
#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 ccaf6b7)
  • Loading branch information
rexledesma authored and jmsanders committed Aug 8, 2024
1 parent 4d8bf72 commit bd48b36
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,10 +519,8 @@ def my_dbt_assets(context: AssetExecutionContext, dbt: DbtCliResource):
"sql_dialect",
[
"bigquery",
"clickhouse",
"databricks",
"duckdb",
"redshift",
"snowflake",
"trino",
],
Expand Down

1 comment on commit bd48b36

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-i0f4px5ho-elementl.vercel.app
https://release-1-8-0.dagster.dagster-docs.io

Built with commit bd48b36.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.