generated from kestra-io/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4bf55b
commit e6a2331
Showing
14 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-athena-community Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-athena-community |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-bigquery Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-bigquery |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-clickhouse Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-clickhouse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-databricks Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-databricks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-dremio Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-dremio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-duckdb Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra requests dbt-duckdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-fabric Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-fabric |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-postgres Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-postgres |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-redshift Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-redshift |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-snowflake Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-snowflake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-spark Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-spark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-synapse Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-synapse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-trino Python package" | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-trino |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt | ||
LABEL org.opencontainers.image.description="Image with the latest dbt-core Python package including the DuckDB adapter." | ||
RUN apt-get update && apt-get install -y git && apt-get clean | ||
RUN pip install --no-cache-dir kestra dbt-bigquery dbt-snowflake dbt-duckdb |