Today, we are excited to release Meltano version 1.50.0, which lets you manually provide extractor catalog and state files to meltano elt using new --catalog and --state options (and catalog and state extras), as an alternative to letting the catalog be generated on the fly and letting state be looked up based on the Job ID.
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.49.0 on September 15:
New
- #2291 Add
catalogextractor extra to allow a catalog to be provided manually - #2291 Add
--catalogoption tomeltano eltto allow a catalog to be provided manually - #2289 Add
stateextractor extra to allow state file to be provided manually - #2289 Add
--stateoption tomeltano eltto allow state file to be provided manually
Fixes
- #2352
meltano elt--selectand--excludeno longer unexpectedly select entities for extraction that match the wildcard pattern but weren’t selected originally.