Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
References
elementary-data/elementary#1742
Worth Mentioning - T-SQL nuances
bit
data type to reimplement boolean functionality.STDDEV
macro. - stDev vs. stDDevDATE
/TIME
formatting.GROUP BY
clauses.Our Environment
We are currently running it in a production environment with ~200 models and tests for >1 month
dbt version: 1.9.1
Fabric version: 1.8.7
We use this setup to write
dbt_*
tables into the data warehouse.A custom PowerBI report is built on top of these tables.
Note: We do not use the Elementary CLI, so this functionality has not been tested in this setup.
Limitations/Bugs
Incorrect
row_inserted
Count - This is a known limitation of the dbt-fabric connector.Temporary Views Not Being Deleted - Observed that the initial temporary views are not getting deleted. Root cause is unknown.
Integration Tests
Unfortunately, I was unable to set up a testing environment for integration tests.
Would love some support on this one... 😊