You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We came across a bug in your code (I think). You have to call the function type_2_scd_upsert with the same data, and you get incorrect behaviour (in my opinion). It is simple to induce. An example is shown below, where INVLDT_LVL_KEY is the primary key:
Original dataframe:
Updating dataframe:
After update (bug?):
Desired outcome?
We are using mack 0.2.0.
Thanks for your feedback.
The text was updated successfully, but these errors were encountered:
Hello,
We came across a bug in your code (I think). You have to call the function
type_2_scd_upsert
with the same data, and you get incorrect behaviour (in my opinion). It is simple to induce. An example is shown below, whereINVLDT_LVL_KEY
is the primary key:Original dataframe:

Updating dataframe:

After update (bug?):

Desired outcome?

We are using mack 0.2.0.
Thanks for your feedback.
The text was updated successfully, but these errors were encountered: