Today, we are excited to release Meltano version 1.57.0, which (among other things) adds out-of-the-box support for the PostgreSQL and MySQL/MariaDB data sources using the transferwise (aka PipelineWise) variants of tap-postgres and tap-mysql.
It also adds support for the datamill-co and transferwise variants of target-postgres, with the datamill-co variant now the default, while the original meltano variant remains supported.
Finally, special thanks go out to Nil for contributing support for the ReCharge data source and cleaning up discovery.yml!
Excited to try it out?
To upgrade Meltano and your Meltano project to the latest version, navigate to your project directory, activate the appropriate virtual environment, and run meltano upgrade. This will upgrade the meltano package and apply any necessary changes to your project.
What else is new?
The list below (copied from the changelog) covers all of the changes made to Meltano since the release of v1.56.0 on November 2:
New
- #2368 Add
datamill-covariant oftarget-postgres - #2368 Add
transferwisevariant oftarget-postgres - #2404 Add
singer-iovariant oftap-recharge - #2410 Add
transferwisevariant oftap-postgres - #2411 Add
transferwisevariant oftap-mysql - #2407 Refactor discovery.yaml to keep things in lexicographically ascending order and in correct format
- #2435 Add new
stringifysettingvalue_post_processorthat will convert values to their JSON string representation - #2437 Add
meltano invoke--dumpoption with possible valuesconfigandcatalog(for extractors) to dump content of plugin-specific generated file
Changes
- #2368 Make
datamill-covariant oftarget-postgresthe default instead ofmeltano