Skip to content

v0.5.0

Compare
Choose a tag to compare
@MeltyBot MeltyBot released this 27 Jun 23:43
· 1466 commits to main since this release

0.5.0 - (2022-05-19)

New

  • Tap and Target SDK: The --config=ENV option now also considers environment variables from a
    dotenv (.env) file if present (#384, !293).

Changes

  • Target SDK: Use generic SQLALchemy markers for parameterized queries in SQL targets (#376, !287) - Thanks, Thomas Briggs!

  • Target SDK: Explicitly specify column names when inserting rows in SQL targets (#385, !294) - Thanks, Thomas Briggs!

Fixes

  • Target SDK: Fixes bug where an activate_version message caused an error when destination table does not exist (#372, !285) - Thanks, Thomas Briggs!

  • Tap and Target SDK: Do not fail --about option if tap or target is not configured (#379, !291).