* fix connector base versioning * only run integration tests in non-bases directories * upgrade datamodel-code-generator which coincidentally has already fixed this issue with generating List of Lists * bump forgotten hubspot version * fix build
7 lines
178 B
Docker
7 lines
178 B
Docker
FROM python:3.7-slim
|
|
RUN pip install datamodel-code-generator==0.10.1
|
|
ENTRYPOINT ["datamodel-codegen"]
|
|
|
|
LABEL io.airbyte.version=dev
|
|
LABEL io.airbyte.name=airbyte/code-generator
|