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
Targets (data type handling, batching, SQL object generation, etc.)
Description
For SQL Targets we splits streams based on dash's see https://github.com/meltano/sdk/blob/main/singer_sdk/sinks/sql.py#L67-L103 , this can be confusing for folks we aren't expecting this or who have a source like tap-dynamodb that have streams with dash's in the name by design, but the dash's do not represent <schema>-<table> . So I think we should add a flag for stream_name_splits
This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.
This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.
Feature scope
Targets (data type handling, batching, SQL object generation, etc.)
Description
For SQL Targets we splits streams based on dash's see https://github.com/meltano/sdk/blob/main/singer_sdk/sinks/sql.py#L67-L103 , this can be confusing for folks we aren't expecting this or who have a source like
tap-dynamodb
that have streams with dash's in the name by design, but the dash's do not represent<schema>-<table>
. So I think we should add a flag forstream_name_splits
Example implementation here MeltanoLabs/target-postgres#59
Slack thread: https://meltano.slack.com/archives/C01TCRBBJD7/p1671688563297449
The text was updated successfully, but these errors were encountered: