Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 16:37
· 1147 commits to main since this release
1f06154

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.