When I try to run the template generators locally ...
# contributing-to-airbyte
c
When I try to run the template generators locally they seem to hang forever. Do these run on other people's machines? Trying to figure out if it's something up with my environment. command:
./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates --scan
result:
Copy code
...

<-------------> 0% EXECUTING [2m 17s]
> :airbyte-integrations:connector-templates:generator:testScaffoldTemplate_Java JDBC Source
u
it looks like the spaces are the thing that's killing it
u
changing:
Copy code
addScaffoldTemplateTask('Java JDBC Source', 'scaffold-java-jdbc')
to :
Copy code
addScaffoldTemplateTask('JavaJDBCSource', 'scaffold-java-jdbc')
seems to fix it. but i don't know why this would work in the CI and not locally.
u
i think i'm wrong. i think this makes it so it doesn't do anything.
u
I restarted/updated docker and that fixed my problem.
c
(when I had this issue last week)
u
oh also did a docker system prune
u
my guess is the prune was the reason
u
but I didn’t follow the scientific method so all I have for you is rumors
u
tried that and it's still hang for me.
u
same for davin
c
do your versions line up?
u
not quite
u
just trying to run the generator directly isn't working for me either.