-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref: remove dbt deps from ad-hoc commands and keep it at docker image…
… only (et/somenergia-jardiner!146) * ref: add dev target to dbt profiles and set it as default default was test, now is dev. test target is used by CI and we don't want to touch that during development. * ref: update docker and docker compose workflow * docker compose commands won't use .env file explicitly in Makefile * Split dbt-deps and dbt-docs services and expose them separatedly in Makefile * remove noisy documentation * set dbt environment variables explictly instead of refreshing them in every docker build stage * fix directory being used as dbt project dir from /main to /repo * ref: rename dirs and update names in CI - this is to match CI files in project mercat-balanc - renames container/app to docker/main and references all over CI - renames dbt-docs to dbt-deps - renames app image name to main - renames app-dev image name to just dev - also adds a docker tag for the current git SHA - updates Makefile and example.env * chore: constrain sqlalchemy even more because of long names issue this has been reviewed before, but somehow 1.40.49 started to fail again. See <python-poetry/poetry#8529> for details. * !ref: rename dbt-docs image to dbt-deps this matches the latest project's layout * ref: move docker-compose main to top directory first refactoring step toward matching version of mercat-balanç * ref: move mkdocs compose to top directory this reflects working environment in mercat-balanç * ci: fix download of empty artifact see https://gitlab.com/gitlab-org/gitlab/-/issues/29118 * ref: back to old alias for dbt arg it must be clashing with something * ref: remove dbt deps from ad-hoc commands and keep it at docker image only this sets the directory for installing packages through an environmental variable that defaults to dbt_packages, but is set at /home/somenergia/.dbt/dbt_packages when running inside a container
- Loading branch information
1 parent
85efeff
commit 0dae1cd
Showing
19 changed files
with
1,864 additions
and
1,688 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 |
---|---|---|
|
@@ -43,5 +43,5 @@ docker-compose.* | |
# other | ||
*.log | ||
logs | ||
containers | ||
docker | ||
dags |
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
Oops, something went wrong.