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
Commonly SQL targets need to coalesce the stream name into a name thats acceptable by the target database. @aaronsteers mentioned:
Historically, the dash has been used as a delimiter between table, scheme, and db name parts.
We should consider using an underscore instead, or just make sure that the SDK takes into account converting the stream name to an acceptable table name.
Migrated from GitLab: https://gitlab.com/meltano/sdk/-/issues/344
Originally created by @pnadolny13 on 2022-03-08 14:17:12
Related to a discussion in MeltanoLabs/target-athena#42
Commonly SQL targets need to coalesce the stream name into a name thats acceptable by the target database. @aaronsteers mentioned:
We should consider using an underscore instead, or just make sure that the SDK takes into account converting the stream name to an acceptable table name.
Examples:
The text was updated successfully, but these errors were encountered: