https://meltano.com/ logo
#announcements
Title
# announcements
s

salmon-actor-23953

04/23/2021, 12:47 AM
<!channel> meltano Meltano v1.72.0 is now available, which: • lets command shortcuts be defined per plugin and invoked using 
meltano 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 sourceadds 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.
🚀 11
meltano 10
👍 6
1
b

blue-continent-72423

04/23/2021, 7:13 AM
I just updated Meltano and although is not very important, there’s this that shows up in the console
r

ripe-musician-59933

04/23/2021, 2:37 PM
@blue-continent-72423 Can you verify that
meltano --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#L39
1
w

white-laptop-69275

04/24/2021, 5:03 AM
I just noticed that the example port is incorrect in the docs: https://meltano.com/plugins/loaders/redshift.html#getting-started
Should be
5439
for redshift, not
5432
which is the postgres default
r

ripe-musician-59933

04/26/2021, 2:21 PM
@white-laptop-69275 Thanks for catching that, fixed: https://gitlab.com/meltano/meltano/-/merge_requests/2115
👍 1