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

Fix example command for adding a version #198

Closed
wants to merge 1 commit into from
Closed

Conversation

dbeatty10
Copy link

Version

$ pip show dbt-meshify 
Name: dbt-meshify
Version: 0.5.2

Current behavior

$ dbt-meshify version --select customers             

Usage: dbt-meshify [OPTIONS] COMMAND [ARGS]...
Try 'dbt-meshify --help' for help.

Error: No such command 'version'.

Expected behavior

$ dbt-meshify operation add-version --select customers

Add version 1 to the customers model where none existed previously.

@dbeatty10
Copy link
Author

I think I had an out-dated version of dbt-meshify in my virtual environment.

After making certain I had the latest version of dbt-meshify working in my local environment, the example command did indeed work, so I'm closing this issue.

But opened #200 instead, 'cause that would have helped me identify the issue with my environment faster.

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.

1 participant