Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add package-lock needed for dbt 1.8 in read-only deployments #1669

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

noel
Copy link

@noel noel commented Aug 12, 2024

When elementary is installed on a docker image in a read-only folder, dbt deps are run and that will generate a packages-lock file. The way to solve the packages issue is to include the lock file in the project. This PR will address this issue. The issue here is similar as it is related to running dbt deps in a read-only folder.

With this change, edr commands can be run as follows to address both issues.

               mkdir /tmp/elementary
                export DBT_TARGET_PATH=/tmp/elementary &&
                export DBT_PACKAGES_FOLDER=/tmp/elementary &&
                edr send-report --days-back 60

@FrankTub
Copy link

FrankTub commented Sep 9, 2024

This would be really helpful!

@noel
Copy link
Author

noel commented Sep 29, 2024

Bumping this. Are you planning to make elementary dbt 1.8 compliant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants