Skip to content

Commit

Permalink
fix(orchestrate): update env variable name for dbt target environment
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed Feb 25, 2025
1 parent 0b514f1 commit ff25731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/orchestrate/Dockerfile.global
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ USER dagster
EXPOSE 3000
WORKDIR /opt/dagster/code
RUN uv sync --locked --no-dev
ENV DAGSTER_DBT_TARGET=production
RUN --mount=type=secret,id=dbt_trino_username,env=DBT_TRINO_USERNAME \
--mount=type=secret,id=dbt_trino_password,env=DBT_TRINO_PASSWORD \
DAGSTER_ENVIRONMENT=production \
uv run --no-dev dagster-dbt project prepare-and-package --file /opt/dagster/code/src/ol_orchestrate/assets/lakehouse/dbt.py

# ENTRYPOINTS
Expand Down

0 comments on commit ff25731

Please sign in to comment.