1.8.0 RC Releases #516
Replies: 7 comments 7 replies
|
@cody-scott I completed the merge of the new 1.8.0rc1 and I'm using it already, working ok, will keep you updated if anything is broken. |
|
@cody-scott A few things I've noticed in testing 1.8.0rc1 SeedsI have a few seed files in my project. I think the BatchSize in the Fabric adapter isn't working as expected Looking at the generated SQL its creates a parameterised insert with 6,578 params ( = 13*506). So its not splitting on batch size 2000 Incremental ModelsIn my setup I have 4 databases (Raw, Staging, Intermediate, Mart), all using "dbo" schema |
|
Yes I think the chunk size macro for sql server got missed. Will add that back in later this week. There is a few other items too I was going to put in an rc2 anyways.
|
|
RC2 is released. @gbarrington and @axellpadilla can you take a look and see if the issues are resolved? |
|
Hi @cody-scott , no issues so far, amazing work, thanks! |
|
Hi, We tested our project with rc2 and everything works fine for now. One thing I noticed now, when playing around with the unit test feature, which we have not used before, I get an error. I oversimplify here, but the result is the same for more complex tests. Model to be tested, called mawi_unit_test Unit test file Result when running the test: SQL generated for the unit test that causes the error: Looking at the SQL, it is easy to fix, the internal WITH clause is not allowed, so one could rewrite it as a derived table for example like this: Unfortunately, I don't know enough about the inner workings of dbt, so I can't help in changing the code for dbt-sqlserver. |
|
Closing this as 1.8.0 is release. Thanks for the help on the pre-release! |
Uh oh!
There was an error while loading. Please reload this page.
Conversation around 1.8.0 release.
Please share any comments on the release here and link any issues if you've come across them.
All reactions