We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taps (catalog, state, stream maps, tests, etc.)
Allow users to reference the stream name in stream maps __alias__ fields, under a special key:
__alias__
{ "stream_maps": { "*": { "__alias__": "'raw_' + __stream_name__" }, }
{ "stream_maps": { "*_pii": { "__alias__": "__stream_name__[:-4]", "email_hash": "md5(email)", "__else__": "__NULL__", "__key_properties__": ["email_hash"], }, } }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature scope
Taps (catalog, state, stream maps, tests, etc.)
Description
Allow users to reference the stream name in stream maps
__alias__
fields, under a special key:Related
__alias__
is not currently evaluated at all so a different set of changes is needed, whereas feat: Support using the stream name or alias in the context of a stream map #2283 is adding to an existing list of keywordsThe text was updated successfully, but these errors were encountered: