Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
Update metaphor-connectors to 0.11 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored Aug 24, 2022
1 parent d622a84 commit 4b659a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7

RUN pip install "metaphor-connectors[dbt]~=0.10.0"
RUN pip install "metaphor-connectors[dbt]~=0.11.0"

COPY entrypoint.sh /entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ EOF
echo "Generated dbt.yaml:"
cat dbt.yaml

python -m metaphor.dbt dbt.yaml
metaphor dbt dbt.yaml

0 comments on commit 4b659a3

Please sign in to comment.