meltano_example_implementations
meltano_example_implementations copied to clipboard
File bundle 'dbt' is not known to Meltano. Check https://hub.meltano.com/ for available plugins.
Hi,
I am trying to run the example for the meltano.
when I try to run the command:
meltano install
it shows blow error:
/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish, Extractor 'tap-csv' is not known to Meltano. Try running meltano lock --update --all to ensure your plugins are up to date.
and when I try to run the command:
meltano lock --update --all
the error shows as below:
File bundle 'dbt' is not known to Meltano. Check https://hub.meltano.com/ for available plugins.
the version of meltano that I used was 2.13.0.
Could you give me any advice to fix the error, thanks.