6 ms·
Thanks for that link, looks like that API was created after I started the project using BigQuery. It's still labeled "experimental" though, which makes me a bi
by akavlie 10y ago
Thanks for that link, looks like that API was created after I started the project using BigQuery.
It's still labeled "experimental" though, which makes me a bit wary to use it just yet.
- chrisbroadfoot 10y agoThat's right. It's production-quality, but the API surface might change. If you're OK with changing your code sometime in the future, then I'd recommend giving it a try for this or your next project. Changes will likely be minimal.
- voltagex_ 10y agoFor a production app, wouldn't you "pin" your dependency to a particular version? I know I wouldn't be allowed to track master in my workplace.
- chrisbroadfoot 10y agoYes! Please do that. Use something like git-vendor: https://github.com/brettlangdon/git-vendor https://github.com/brettlangdon/git-vendor