-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T-SQL support #229
Comments
hey @sdebruyn! what a wonderful question! apologies for the delay on the response. I honestly am not sure what the answer is! Given that the team who built this has really limited experience with either of those adapters, i'm not sure how well we'd be able to maintain it. Would hate to not be able to let other users use the package though! what are your thoughts here? |
Hi @sdebruyn ! We have not tested the package on T-SQL and I don't know if it would work or not (feel free to try! 😄 ) The first steps will be to make the dispatched macros work with T-SQL. The main ones are: Saying so, it is not sure that once you get a TSQL version of all those macros the package will work out of the box. I believe that we are using a lof of |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
Hi @sdebruyn . We are adding support to more adapters and are keen to revisit this issue. I searched a bit online and kind of saw that Would you still be interested in adding support for TSQL? To see what would need to be changed you could start with running the integration tests with a profile pointing to a TSQL DW |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
+1 to this feature, I would be interested in this package having support for T-SQL, thanks! |
+1 as well. We are on dbt-fabric now and this would be super useful. |
It looks like Fabric now supports nested CTEs (finally). So we might be able to do a bit more testing on that front. |
Thanks for running this first test! Yes, it looks like there are some types to fix to get it working. Some things around the boolean values we have and other about I don't have easy access to a Fabric DW to test but if I do I will try to explore further. |
As a quick update, I managed to get access to a Fabric DW and I have been working on this for a bit but the changes are far from being trivial. The lack of support for boolean and arrays in T-SQL doesn't make it very easy to adapt the package and it requires significant refactor. I hope that I can get a PR ready in the next couple of weeks. |
I would like to have support for dbt-sqlserver and dbt-synapse. What would I have to do to make this happen? I am one of the maintainers of those 2 adapters :)
The text was updated successfully, but these errors were encountered: