I'm attempting to add the tap-csv extractor to my Meltano project in a virtual environment but run into the following error when running meltano add extractor tap-csv
:
RuntimeError
The Poetry configuration is invalid:
- Additional properties are not allowed ('group' was unexpected)
I have tried the installation instructions in this ReadMe too but still get the same error. I initially was on Poetry 1.15.X but now have switched to 1.2.0a1 as I thought perhaps the addition of groups in the new version of Poetry may have been the error but had no luck.
For reference I checked out this issue as well but had no luck.