1
0
mirror of synced 2025-12-23 21:03:15 -05:00

add AIRBYTE_ENTRYPOINT for kubernetes support (#3973)

* add AIRBYTE_ENTRYPOINT for kubernetes support

* bump versions

* bump version in seed

* Update generic template

* keep scaffold sources at 0.1.0

* add missing newline

* handle python base versions correctly

* re-bump mysql and postgres sources

* re-bump snowflake destination

* add skip tests option

* switch to running tests

* reverse conditional to make it safer

* fix publish to include the test running

* fix iterable version

* fix file generation

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
This commit is contained in:
Jared Rhizor
2021-06-09 13:01:45 -07:00
committed by GitHub
parent 88939d23bd
commit b4793b2510
156 changed files with 293 additions and 216 deletions

View File

@@ -5,8 +5,9 @@ RUN pip install requests
COPY source.py .
COPY spec.json .
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/source.py"
ENTRYPOINT ["python", "/airbyte/integration_code/source.py"]
# Airbyte's build system uses these labels to know what to name and tag the docker images produced by this Dockerfile.
LABEL io.airbyte.name=airbyte/source-stock-ticker-api
LABEL io.airbyte.version=0.2.0
LABEL io.airbyte.version=0.2.1