Hey :wave: Is anyone using the SDK with Meltano? I...
# singer-tap-development
k
Hey 👋 Is anyone using the SDK with Meltano? I am getting:
Copy code
FileExistsError: Could not find schema file 'tap_tableau_wrangler/schemas/workbook.json'
even after adding to the
[tool.poetry]
section in `pyproject.toml`:
Copy code
include = ["tap_tableau_wrangler/schemas/*.json*"]
Apparently poetry's support for package data is a bit patchy 😔 Is there a reason why the SDK cookiecutter defaults to poetry? Might be worth having a
setup.py
option too, especially as Meltano doesn't seem to support editable poetry plugins yet either 🤦‍♂️