Today, we are excited to release Meltano version 1.47.0, which adds support for Bing Ads (thanks, VividFront!), prints docs and repo URLs when adding plugins, lets you specify a full schema for taps that can’t discover theirs, automatically uppercases target-snowflake
‘s schema
setting (thanks, Nevin Morgan!), and fixes a bug with embedded reports in the UI (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.46.0 on August 27:
New
- #2210 Print documentation and repository URLs when adding a new plugin to the project
- #2277 Add
tap-bing-ads
as a known extractor - #2328 Add new
upcase_string
settingvalue_processor
that will convert string values to uppercase
Changes
- #2216 Add stream properties defined in an extractor’s
schema
extra to catalog if they do not exist in the discovered stream schema yet