Anders

Results 139 comments of Anders

@RichardHallgren, I agree that you're seeing is strange. I [diffed your environments](https://gist.github.com/dataders/5b7af304707265dadafecc05888dd401/revisions), the culprit I suspect is the difference of versions of `dbt-core` and `dbt-sqlserver`

same! I get the issue when using the `v0.16.2024051501 (pre-release)` with `1.90.0-insider` of VSCode. The issue goes away if I revert the extension to the "release" version (`1.15.1`). # VSCode...

@lramos15 I agree. I've opened with today's builds and the error is gone. lucky you, a bug solved for free! 😸 ### Versions Here's my before and after | Software...

@timvw I agree this could unlock quite a bit for us over time. 👁️ @fokko do you know much about this new feature?

@robby-rob-slalom is this still a draft? or do you think it's ready to be "formally" reviewed?

yikes! this is special column. quick question is the column have single quotes (`'`) or backticks (`` ` ``)? I wasn't able to reproduce, in fact it worked for me....

am I correct that you'd like to add support for creating external tables with SQLite? My guess is that dbt-external-tables is not compatible "out-of-the-box" with dbt-sqlite. This isn't possible today...

@FlorianSchroevers @CodeGeek1212 @grindheim have y'all been using these macros already by chance by adding to your dbt project's `macros/` directory? I haven't yet had the chance to test them or...

> We're finding the benefit of INSERT OVERWRITE in our custom materialization isn't worth the extra dev/maintenance time through table schema changes. So as you say, it would be best...

@markproctor1 do you care to open a PR that modifies the existing table materialization? I think that'd make this discussion much more focused.