Modifications for tsql support#29
Conversation
Required for overriding the macro for different adapters
Required for T-SQL whcih doesn't support booleans Should work for all SQL languages
clausherther
left a comment
There was a problem hiding this comment.
LGTM!
Good idea to make those dispatch macros anyway. I'll probably have to go through and also do that for the rest of the tests to be more clean across the project, but will probably hold off until dbt 0.20 when some of the testing stuff changes in a bigger way (which will require rewrites).
|
@b-per you should see the new 0.2.8 on dbt-hub later today, or you can develop against |
|
Thanks @clausherther ! I have a bit of work to do on the README and the installation instructions but I have a first version of the T-SQL one here: https://github.com/b-per/dbt-expectations-tsql I realised that tsql-utils and I'll also need to think about how what mechanisms can be put in place to keep |
Hi!
I have been working on a package to port this package to T-SQL.
Some of the macros require the
adapter.dispatchcall for me to able to override the default version.If those changes are accepted I should be able to release
dbt-expectations-tsqlshortly.Cheers,