Hello, <!channel>! I'm happy to announce the late...
# singer-tap-development
a
Hello, <!channel>! I'm happy to announce the latest version of Meltano Singer SDK. The latest v0.13.0 release adds some nice improvements for SQL targets and overall connector config with new JSON Schema Helpers in the
Property()
constructor, including the new
Property(...,secret=True)
designation to let orchestrators like know when a value should be protected and not printed, for instance. (Will automatically translate to
password: kind
in Meltano plugin definitions.)
singer logo Meltano Singer SDK 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.
Also - Happy Tap-Toberfest! 🎃melty bouncy Share what you are working on and hear about what others are build in our dedicated #taptoberfest-2022 channel.