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
Now that we're actively encouraging people to install the latest patch version instead of a specific one, we should be showing
packages: - package: dbt-labs/dbt_utils version: [">=0.8.0", "<0.9.0"]
instead of what we currently have:
My gut feeling is that I can make a new function to calculate the range in the same way as we strip leading vs
v
hub.getdbt.com/config.rb
Lines 24 to 30 in 8786986
Add the new version_bounds into the version_data object here
version_bounds
version_data
Lines 32 to 41 in 8786986
and reference version.version_bounds here instead of version.version
version.version_bounds
version.version
hub.getdbt.com/source/package.template.html.erb
Lines 64 to 69 in caa96df
but I haven't written any Ruby before so I don't know what traps await me (or how to test this)
@annafil as the resident Ruby fanatic you seem like my best bet for some pointers 🙏
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now that we're actively encouraging people to install the latest patch version instead of a specific one, we should be showing
instead of what we currently have:
My gut feeling is that I can make a new function to calculate the range in the same way as we strip leading
v
shub.getdbt.com/config.rb
Lines 24 to 30 in 8786986
Add the new
version_bounds
into theversion_data
object herehub.getdbt.com/config.rb
Lines 32 to 41 in 8786986
and reference
version.version_bounds
here instead ofversion.version
hub.getdbt.com/source/package.template.html.erb
Lines 64 to 69 in caa96df
but I haven't written any Ruby before so I don't know what traps await me (or how to test this)
@annafil as the resident Ruby fanatic you seem like my best bet for some pointers 🙏
The text was updated successfully, but these errors were encountered: