Skip to content

Commit

Permalink
publish US Census (connector) (#4857)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Mateus Pires <dpires@earnestresearch.com>
Co-authored-by: Daniel Mateus Pires <dmateusp@gmail.com>
  • Loading branch information
3 people authored and gl-pix committed Jul 22, 2021
1 parent 4065fa6 commit eccf1c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY main.py ./
COPY setup.py ./
RUN pip install .

ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
#


def integration_test():
pass
def test_hello_world():
assert True

0 comments on commit eccf1c0

Please sign in to comment.