Skip to content

Commit 48d3e59

Browse files
committed
fixed dremio types in integration tests
1 parent 0660bfd commit 48d3e59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration_tests/tests/test_exposure_schema_validity.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_exposure_schema_validity_correct_columns_and_types(
5757
):
5858
explicit_target_for_bigquery = (
5959
"other"
60-
if dbt_project.dbt_runner.target in ["bigquery", "snowflake", ""]
60+
if dbt_project.dbt_runner.target in ["bigquery", "snowflake", "dremio", ""]
6161
else "string"
6262
)
6363
DBT_TEST_ARGS = {
@@ -130,6 +130,7 @@ def test_exposure_schema_validity_invalid_type_name_present_in_error(
130130
"databricks_catalog": "int",
131131
"athena": "int",
132132
"trino": "int",
133+
"dremio": "int",
133134
}.get(dbt_project.dbt_runner.target, "numeric")
134135
DBT_TEST_ARGS = {
135136
"node": "models.exposures_test",

0 commit comments

Comments
 (0)