You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can run dbt deps --lock to update the package-lock.yml with the most recent dependencies from packages
I could be wrong, but by glancing at the code, it seems to me that this is inaccurate. The correct statement should be along the lines of:
You can pass the flags: --lock: Create or replace the lock file if it does not exist or if packages.yml has changed, and stop (do not install the packages). --upgrade: Create or replace the lock file with the latest compatible versions, and install the packages unless the flag --lock is also passed.
Originally posted by @seub in #4470 (comment)
The text was updated successfully, but these errors were encountered: