From 01c6bcb88df19564dee933385684ab5f161ae3a5 Mon Sep 17 00:00:00 2001 From: Anders Swanson Date: Mon, 28 Oct 2024 13:55:39 -0400 Subject: [PATCH] needed to distinguish from new parquet_capitalized dir --- .../models/plugins/snowflake/snowflake_external.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/models/plugins/snowflake/snowflake_external.yml b/integration_tests/models/plugins/snowflake/snowflake_external.yml index b67c693..b24e604 100644 --- a/integration_tests/models/plugins/snowflake/snowflake_external.yml +++ b/integration_tests/models/plugins/snowflake/snowflake_external.yml @@ -118,7 +118,7 @@ sources: - name: people_parquet_column_list_unpartitioned external: &parquet-people - location: '@{{ target.schema }}.dbt_external_tables_testing/parquet' + location: '@{{ target.schema }}.dbt_external_tables_testing/parquet/' file_format: '{{ target.schema }}.dbt_external_tables_testing_parquet' columns: *cols-of-the-people tests: *equal-to-the-people