-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create a new switch -v to obtain accelerator version #144
Comments
@insightgrantkrieger to confirm an strategic approach to populate the latest version. |
@jrampono any ideas on how to get the installed github release shown in the application?.EG --V would return V0.6.0 |
@insightgrantkrieger, @sbandarumelb, Sorry didn't got time to work on this issue but here is my view. We can add a command "version" instead of "--v". so, at top level there will be 2 command "version" and "run-all". here is python code to get github version:
|
I would prefer --V or --version to align to standard however if that is not possible I would fall back on that suggestion. @jrampono what do you think? |
@sbandarumelb please follow up with @jrampono he has a solution to set extra properties in setup.py which we could embed the version in |
@insight1grantkrieger encountering an issue where the dbt_wrapper function is not being recognized as a cmdlet. Despite attempting various solutions such as re-cloning, creating a new project/workspace/lakehouse, and initiating the project following the documentation instructions, the issue persists. @JacquesInsight is also experiencing a similar problem in his repository. |
Create a new switch -v to obtain accelerator version.This version number should align to the tag build number on github
The text was updated successfully, but these errors were encountered: