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, the sink is created twice when a table-specific configuration is specified, once without the table-specific config, and once with the table-specific config, although only the second instance is effectively used. This leads to an error in the first instantiation, if the configuration is used in the constructor, e.g. for validation.
Code and/or configuration snippet that caused the issue
Describe the bug
Currently, the sink is created twice when a table-specific configuration is specified, once without the table-specific config, and once with the table-specific config, although only the second instance is effectively used. This leads to an error in the first instantiation, if the configuration is used in the constructor, e.g. for validation.
Code and/or configuration snippet that caused the issue
The implementation of the sink looks like this
The error message looks like similar to this:
Expected behavior
The sink should only be created once and the validation logic in the constructor should pass without errors.
Context
The text was updated successfully, but these errors were encountered: