David Mattern
03/30/2022, 8:53 PMairbyte/airbyte-integrations/connector-templates/generator
I ran ./generate and received this error message:
While trying to generate a connector, an error occurred on line 38 of generate.sh and the process aborted early. This is probably a bug.
That line in generate.sh is:
docker run --rm -it --name airbyte-connector-bootstrap --user "$_UID:$_GID" -e HOME=/tmp -v "$(pwd)/../../../.":/airbyte airbyte/connector-bootstrap
Does anyone know what could be the problem?Marcos Marx (Airbyte)
03/30/2022, 9:06 PMMarcos Marx (Airbyte)
03/30/2022, 9:06 PMDavid Mattern
03/30/2022, 9:09 PMMarcos Marx (Airbyte)
03/31/2022, 9:59 PMNamer Medina
05/26/2022, 3:02 PM