Skip to content

Commit

Permalink
feat: rename pythin file, cchange setup function to use one connectio…
Browse files Browse the repository at this point in the history
…n, and remove document_matadata table check
  • Loading branch information
njuguna-n committed Oct 9, 2024
1 parent c36ced3 commit 4055e3f
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 246 deletions.
6 changes: 3 additions & 3 deletions dbt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3 AS testing

RUN pip install flake8

RUN flake8 dbt-run.py
RUN flake8 dbt_run.py

FROM python:3 AS release

Expand All @@ -14,10 +14,10 @@ RUN adduser dbt
USER dbt

WORKDIR /dbt/
COPY dbt-run.py dbt-run.py
COPY dbt_run.py dbt_run.py
COPY .dbt .dbt
COPY dbt_project.yml dbt_project.yml

RUN mkdir old_manifest

CMD ["python3", "/dbt/dbt-run.py"]
CMD ["python3", "/dbt/dbt_run.py"]
243 changes: 0 additions & 243 deletions dbt/dbt-run.py

This file was deleted.

Loading

0 comments on commit 4055e3f

Please sign in to comment.