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
Is your feature request related to a problem? Please describe.
Currently the SynchronizeDeltaToSnowflakeTask implements merge logic for Snowflake target. Because the merge configuration is injected inside the task itself it becomes difficult to customize it. Also the task itself is overloaded with logic and function.
Describe the solution you'd like
I would like to decouple merge logic from Task itself and have a separated SnowflakeMergeWriter which can be passed to the task if needed.
Describe alternatives you've considered
Keep as it is and make users to override all custom logic.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the SynchronizeDeltaToSnowflakeTask implements merge logic for Snowflake target. Because the merge configuration is injected inside the task itself it becomes difficult to customize it. Also the task itself is overloaded with logic and function.
Describe the solution you'd like
I would like to decouple merge logic from Task itself and have a separated
SnowflakeMergeWriter
which can be passed to the task if needed.Describe alternatives you've considered
Keep as it is and make users to override all custom logic.
The text was updated successfully, but these errors were encountered: