-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Cookiecutter tap-template
errors out if VSCode IDE is not selected
#2182
Comments
I've also confirmed that when I run through the cookiecutter tap-template generation with the same responses, but choosing |
Thanks for logging @menzenski! Looking into this. UPDATE: #2183 |
Thanks @edgarrmondragon ! I created another tap project from the Cookiecutter template today and I think I know what was happening with these errors: __prompts__ [default]:
Error: Unable to decode to JSON. I had run those commands with the Today I used the |
Ah, gotcha. The minimum recommended cookiecutter version is a good thing to call out in the docs. |
Singer SDK Version
0.34.1
Is this a regression?
Python Version
3.11
Bug scope
Cookiecutter templates
Operating System
macOS Ventura 13.6
Description
I went through the cookiecutter tap-template generation process and it errored out without creating a project directory. I believe this is due to this line? https://github.com/meltano/sdk/blob/main/cookiecutter/tap-template/hooks/post_gen_project.py#L31
It's also not clear what
__prompts__ [default]:
is doing - when I hit enter with the intent of selecting "default option", it errored, but I was able to provide a JSON object{}
to move past that.Code
The text was updated successfully, but these errors were encountered: