Anders

Results 150 comments of Anders

great callout! I remember reading somewhere that there's a new option you must pass into the connection string for version 18 of the driver like `Something=True`, and now I can't...

@jtcohen6 the import is failing but I have no idea why, but I'm willing to bet it's just a rookie python typo.

### issue something weird is happening with `drop_relation()`. For all 8 steps of the empty sequence and the first 12 steps of the base test sequence, the `drop_relation`'s work as...

> it's also worth checking to see if the default `incremental` materialization still needs overriding @jtcohen6 I've pulled in changes from #102 which drops the overriding of the incremental materialization....

> Have you run it on a real dbt-project or just in the CI? Great question. I actually just tried running a project that was previously run with (I believe)...

> What's the actual reason to turn off quoting on SQLServer? great question @jtcohen6. Looks like there wasn't a good reason and I just did it to try and solve...

@panasenco -- I very much appreciate you taking the time to try and make your PR with my refactor. TIL, I had no idea about the relation cache. Totally open...

beautiful. I'll open a PR. maybe being extra here... but how about concatenating a relation by `_` instead of `.`? We do this for index naming. Looking for a cleaner...

I agree that this feature would be cool, but how would one use it? [This example using Extended Properties](https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-addextendedproperty-transact-sql?view=sql-server-ver15#b-adding-an-extended-property-to-a-column-in-a-table) seems helpful, but how would a user of the database see...