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
305 stars 122 forks source link

Fix if whitespace triming #92

Closed clegendre closed 3 years ago

clegendre commented 3 years ago

Description & motivation

This change fixes an issue with the create table using syntax when no column is specified.

Before

Checklist