dbt-project-evaluator icon indicating copy to clipboard operation
dbt-project-evaluator copied to clipboard

T-SQL support

Open sdebruyn opened this issue 1 year ago • 6 comments

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 :)

sdebruyn avatar Nov 03 '22 16:11 sdebruyn

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?

dave-connors-3 avatar Nov 14 '22 15:11 dave-connors-3

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 group by 1, 2 etc... in our models, which to my knowledge is still not supported by Microsoft.

b-per avatar Nov 14 '22 15:11 b-per

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.

github-actions[bot] avatar Jul 19 '23 02:07 github-actions[bot]

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.

github-actions[bot] avatar Jul 27 '23 01:07 github-actions[bot]

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 group by 1, 2 might be supported in T-SQL now?

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

b-per avatar Sep 28 '23 16:09 b-per

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.

github-actions[bot] avatar Mar 28 '24 01:03 github-actions[bot]