We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--version
$ dbt-meshify --version
or:
$ dbt-meshify -v
Gives the same output as:
python -m pip show dbt-meshify
A clear and concise description of any alternative solutions or features you've considered.
Is this feature dbt Core or dbt Cloud specific? Which database(s) is/are relevant? Please include any other relevant context here.
What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly.
The text was updated successfully, but these errors were encountered:
Hi @dbeatty10 👋🏻 Quick clarifying question:
When you say
Gives the same output as: python -m pip show dbt-meshify
You are referring to the package version number, correct? Presumably there isn't a desire to be outputting the other package details too 😁
Sorry, something went wrong.
I wasn't precise in my original description 😬
You got it @nicholasyager -- just the package version number.
#201 looks great 🚀
nicholasyager
Successfully merging a pull request may close this issue.
Describe the feature
or:
Gives the same output as:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Is this feature dbt Core or dbt Cloud specific? Which database(s) is/are relevant? Please include any other relevant context here.
Who will this benefit?
What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly.
Are you interested in contributing this feature?
The text was updated successfully, but these errors were encountered: