-
Notifications
You must be signed in to change notification settings - Fork 123
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
Synapse support is broken #305
Comments
@onefloid recently, dbt-synapse was changed to inherit from dbt-fabric instead of dbt-sqlserver. To remedy this, the macros in the you can do this today by adding these renamed macros to your own project's 👁️ @prdpsvs |
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. |
@dataders
Edit: After a clean install of all dependencies it now works as intended |
Describe the bug
I use dbt-synapse and I can't stage the external sources. I always get
It seems that the
adapter.dispatch()
for synapse-dbt does not recognize thesqlserver__
macros.Potential solution
I have done a little research. The bug was introduced with the following refactoring PR: #110
After reverting the commit 705a9e4 and skip the create schema for external tables if not exists from 34c1cc4, it works for my setup again.
System information
packages.yml file:
Database: Synapse
dbt version:
OS: Ubuntu 22.04.1 LTS
python: Python 3.10.12
The text was updated successfully, but these errors were encountered: