salmon-actor-23953
04/23/2021, 12:47 AMmeltano invoke <plugin>:<command>
, including out-of-box support for the SQLFluff linter (e.g. meltano invoke sqlfluff:lint
to lint dbt models in transform/models
) (thanks @adorable-horse-71609!)
• adds out-of-the-box support for the Slack source
• adds out-of-the-box support for the Redshift destination (thanks @clever-football-96790!)
• fixes a bug where internal error messages may be reported instead of the target output, in case that a target fails before the tap
🚀 To upgrade, run meltano upgrade
within your project.blue-continent-72423
04/23/2021, 7:13 AMripe-musician-59933
04/23/2021, 2:37 PMmeltano --version
shows 1.72.0? That error suggests to me that you're still on an older version since 1.72.0 now requires discovery.yml
version 18: https://gitlab.com/meltano/meltano/-/blob/v1.72.0/src/meltano/core/plugin_discovery_service.py#L39white-laptop-69275
04/24/2021, 5:03 AM5439
for redshift, not 5432
which is the postgres defaultripe-musician-59933
04/26/2021, 2:21 PM