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
Currently users have been found to not sync the unsubscribe source table from the connector. We should offer the ability for users to enable/disable (enabled by default) the unsubscribe source and still see success from the downstream transformations.
How would you implement this feature?
Implement a variable at the source package level to disable the staging models which reference unsubscribe and then make conditional adjustments downstream within this package to ensure the components which reference the unsubscribe models are not used if the variable is set to false.
We would also be able to set this within the quickstart.yml to ensure Quickstart is able to dynamically set this configuration.
Describe alternatives you've considered
Allow users who have this table de-selected to continue to fail. We could also add the union data feature to create an empty table, but that doesn't address this issue directly.
Are you interested in contributing this feature?
Yes.
Yes, but I will need assistance.
No.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Describe the Feature
Currently users have been found to not sync the
unsubscribe
source table from the connector. We should offer the ability for users to enable/disable (enabled by default) theunsubscribe
source and still see success from the downstream transformations.How would you implement this feature?
Implement a variable at the source package level to disable the staging models which reference
unsubscribe
and then make conditional adjustments downstream within this package to ensure the components which reference theunsubscribe
models are not used if the variable is set tofalse
.We would also be able to set this within the quickstart.yml to ensure Quickstart is able to dynamically set this configuration.
Describe alternatives you've considered
Allow users who have this table de-selected to continue to fail. We could also add the union data feature to create an empty table, but that doesn't address this issue directly.
Are you interested in contributing this feature?
Anything else?
No response
The text was updated successfully, but these errors were encountered: