I am in the process of upgrading 2.17 -> 3.x (I...
# troubleshooting
a
I am in the process of upgrading 2.17 -> 3.x (I know, not a moment too soon...) Following the migration guide, but I am noticing for all my custom taps now need a
namespace:
to avoid errors like this:
Copy code
Extractor 'tap-instagram' is not known to Meltano. Try running `meltano lock --update --all` to ensure your plugins are up to date.
Is that right?
👀 1
h
Yeah. Adding a namespace will fix it. Hopefully this will be addressed soon as namespace isnt needed iiuc
e
Oh, can you log an issue 🙏? We have a few related to removing the requirement or at least changing the semantics of
namespace
but this is definitely unexpected if it isn't at least called out in the migration guide.
a