-
Notifications
You must be signed in to change notification settings - Fork 128
Old Data API builder version used #806
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
Comments
Thanks for reporting that. WIll update the link and your advise is very helpful. |
Any updates on this? As there are so many bugs in the old version, I have to manually overwrite 0.9.7 currently to make it work on most projects. |
@itpropro We have the same issues - how do you “overwrite” the version number? |
Nice to see you taking over @Timothyw0 ! Would be great if you could look into this issue as well as #791 and #756. |
Hi All, the internal Data API Builder team has reached out to us to update the metadata URL link to point to v1.1.7 of the API to be consistent with other applications. This should resolve the issue moving forward so I will be closing this issue. @MrMossevig For future reference, if you would like to overwrite the DAB API version, you can edit the Please feel free to re-open the issue or raise a new one if any issue still persists! |
Thank you @Timothyw0 ! Did you solve the issue in a future proof manner, so there is some transparency as to when new versions of the api will be propagated to SWA? Or will it continue to be updated on an ad-hoc basis? |
@MrMossevig Unfortunately the link forwarding of our DAB Release Metadata URL is managed by another internal team so that is done at an ad-hoc basis. We are being asked to stay on the same version other SWA components are currently using. If there ever is a blocker like this again, the workaround would be to overwrite that Metadata URL until all of SWA gets the green light to update to a newer DAB API version. Hope this helps! 😄 |
The current implementation for the Data API builders seems to pull the latest version specified by this metadata url: https://go.microsoft.com/fwlink/?linkid=2226493.
This points to 0.9.7, not to the latest version 0.10.23 of the Data API builder.
I think the CLI should resolve the latest version based on the GitHub releases url (
https://github.com/Azure/data-api-builder/releases/latest
) that points to the latest release instead of relying on an internal link shortener/redirection service like go.microsoft.com.The text was updated successfully, but these errors were encountered: