-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unit tests: error - Incorrect syntax near the keyword 'WITH' #258
Comments
@rgargour , which version of adapter were you using? |
I am releasing a new version of the adapter in a couple of days that should fix this issue. |
@prdpsvs I see this release is slated to be 1.9.1. Following the docs, this implies that the new release of the adapter will be compatible with |
The only requirement from Fabric adapter is to use "dbt-core>=1.8.0". It should work with any new version. |
I am working with Microsoft Fabric and have implemented a unit test in dbt, but I encountered an error while running it.
It seems that dbt attempts to execute a query like the following:
The issue appears to be related to the WITH clause in this query.
The text was updated successfully, but these errors were encountered: