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
when using the add-version operation, if you use the --prerelease flag, which skips the latest_version: increment, and creates a file, the latest version and the defined versions are intentionally our of sync. Subsequent invocations of the add-version command after having used the --pre-release flag result in duplicated version numbers in yml.
Describe the bug
when using the
add-version
operation, if you use the--prerelease
flag, which skips thelatest_version:
increment, and creates a file, the latest version and the defined versions are intentionally our of sync. Subsequent invocations of the add-version command after having used the --pre-release flag result in duplicated version numbers in yml.Steps to reproduce
dbt-meshify operation add-version -s my_model
yml result:
latest_version: 1
versions:
models:
no error
dbt-meshify operation add-version -s my_model
yml result:
duplicate version entry
Expected results
The add version command should
latest_version
and create next version + file based on defined yml versionslatest_version
and still create next version + file based on defined yml versionsno parse errors from dbt
Actual results
dupe versions and a parse error to boot
Screenshots and log output
System information
Which database are you using dbt with?
The output of
dbt debug
:The output of
dbt --version
:Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered: