I've found recently that when I run "meltano run t...
# troubleshooting
d
I've found recently that when I run "meltano run tapname" it installs the meltano plugins. I'm not sure if I've done something silly, or if this is a behaviour change in a new version. Any ideas?
Copy code
#
@timestamp
@message
1
2024-08-06T13:35:14.787+10:00
Installed 2/3 plugins
2
2024-08-06T13:35:14.787+10:00
Skipped installing 1/3 plugins
3
2024-08-06T13:35:14.786+10:00
Installed loader 'target-warehouse-redshift'
4
2024-08-06T13:35:14.577+10:00
Installed extractor 'tap-hamilton-v3'
5
2024-08-06T13:35:13.153+10:00
Installing loader 'target-warehouse-redshift'
6
2024-08-06T13:35:11.948+10:00
Installing extractor 'tap-hamilton-v3'
7
2024-08-06T13:35:06.005+10:00
Environment 'experimental' is active
e
Yes, this is new in 3.5.0! It can be turned off if it disrupts your current workflow.
d
Awesome. Thank you!