dbt-labs / dbt-external-tables

dbt macros to stage external sources
https://hub.getdbt.com/dbt-labs/dbt_external_tables/latest/
Apache License 2.0
294 stars 119 forks source link

Fix `column_quoted` set outside the columns loop #166

Closed jeremyyeo closed 1 year ago

jeremyyeo commented 1 year ago

Description & motivation

Fixes #165

Also removed the double quotes in the hive_partition_uri_prefix which was causing the tests not work correctly.

Checklist