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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v0.13.0 (2022-10-24)
✨ New
#1096 Add JSON Schema Property(..., secret=True) helper for designating passwords and other credentials within config.
#1098 Add JSON Schema helpers for allowed_values (enum) and examples.
#1039 Support converting Singer property names to valid database identifiers for SQL targets.
🐛 Fixes
#1093 Add environment support to the cookie cutter for meltano.yml.
#1036 Create target tables when receiving the SCHEMA message (during add_sink ) to ensure target tables are created even if no records arrive for a stream.