Andrey Morskoy
09/21/2021, 8:48 AMsource-file
connector, but failed in :airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles
. Here is what I get when run it separately:
./gradlew :airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles --info
> Task :airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles FAILED
Caching disabled for task ':airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles' because:
Caching has not been enabled for the task
Task ':airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles' is not up-to-date because:
Task has not declared any outputs despite executing actions.
Starting process 'command 'bin/generate-protocol-files.sh''. Working directory: /projects/airbyte/airbyte-integrations/bases/airbyte-protocol Command: bin/generate-protocol-files.sh
Successfully started process 'command 'bin/generate-protocol-files.sh''
Invalid file format
:airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles (Thread[Execution worker for ':',5,main]) completed. Took 1.086 secs.
user
09/21/2021, 8:56 AM+ docker run --user 6120:1001 -v /projects/airbyte:/airbyte airbyte/code-generator:dev --input /airbyte/airbyte-protocol/models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml --output /airbyte/airbyte-integrations/bases/airbyte-protocol/airbyte_protocol/models/airbyte_protocol.py --disable-timestamp