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
In general, it could also be a good option to make it easy to import local typescript libs. So that you can have your local "common" file with typescript helper functions, which then can be imported into all local transform scripts.
usually when filtering out entities in transforms we would want to mark it as deleted if it exists in the sink dataset.
currently doing:
(typescript)
will just igjore the entitiy that comes in, and not mark it as deleted if type changes.
we would need to do this everywhere:
(typescript)
simplifying this with a function would be appreciated.
The text was updated successfully, but these errors were encountered: