Today, we are excited to release Meltano version 1.70.0, which:
- prevents two pipelines with the same Job ID from running at the same time (thanks Charles Julian Knight!),
- adds out-of-the-box support for the Chargebee and Sage Intacct sources (thanks Hassan Syyid of Hotglue!), and
- fixes a bug that prevented Meltano Analyze from working with custom plugins (thanks Allan Whatmough!).
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.69.0 on February 16:
New
Changes
- #2356 Disallow two pipelines with the same job ID to run at the same time by default
Fixes
- #2585 Fix bug with finding a schedule based on namespace for a custom plugin