duckdb / dbt-duckdb

dbt (http://getdbt.com) adapter for DuckDB (http://duckdb.org)
Apache License 2.0
851 stars 77 forks source link

Use info from the `source.config` and `source.table.config` entries for external data #154

Closed jwills closed 1 year ago

jwills commented 1 year ago

Historically I only used meta for these settings b/c I didn't realize I could actually access the extra config information from the config settings (i.e., beyond the enabled flag) 🤦

This will be much better/clearer, though I'm obviously going to still support the meta settings for awhile for backwards compat