Skip to content
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

Update to 1.9 #598

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

Benjamin-Knight
Copy link
Contributor

Closes #597.

All the tests appear to pass and I've successfully used the micro batch functionality locally using this version of the adapter. If anyone can think of additional tests that we require I can look at adding them but the Fabric adapter seemed to have the new functionality covered.

…to merge incremental type as the fabric has removed support for this in favour of microbatch.
All changes are implemented by the upstream fabric adapter.

We need to bring in an updated version of dbt-tests-adapter so we are on the same version as the upstream fabric adapater.
This requires a change of imports for the empty tests as they changed in the adapater tests.
…. This is not supported in Fabric so isn't covered by the upstream adapater.

DBT passes in event times using a UTC string that datetime column types cannot parse.

By converting this to a datetimeoffset it can be filtered against datetime, datetime2 and datetimeoffset columns which can exist in SQL Server.
… the usage of the parse function appears to be preventing index usage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump to version 1.9 to track Fabric Adapter
1 participant