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
As of now, stream name aliasing is performed one stream at a time. This doesn't scale very well for use cases where we actually want to apply a naming convention or standard 'morph' of stream names between tap and target.
As of now, stream name aliasing is performed one stream at a time. This doesn't scale very well for use cases where we actually want to apply a naming convention or standard 'morph' of stream names between tap and target.
As raised in slack: https://meltano.slack.com/archives/C013EKWA2Q1/p1656091898668519?thread_ts=1656084258.386049&cid=C013EKWA2Q1
Regex approach
With a global regex substitution rule like the camelcase-to-snakecase stack overflow example and demoed here in regex101,
we could convert names like
into names like
which is a common requirement for landing data into Snowflake.
The text was updated successfully, but these errors were encountered: