You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So very exciting news, at least for me, with new query operators coming to datastore nodejs. I know we probably have to wait for the implementation in the official repo but I wanted to log it in case no one else has seen it.
Proposed solution
Not sure how it works under-the-hood. I tried using the operator with the current library and gave me an 3 INVALID_ARGUMENT: a property filter must specify an operator so guessing we do need to wait for the core library to be updated? It looks to me on this end we only need to update the docs and typescript definitions?
The text was updated successfully, but these errors were encountered:
@acatalina starting from NodeJS v18 (npm v8) there is a possibility to override dependencies for other packages inside package.json.
Here is how I use overrides with @google-cloud/[email protected] in order to start using new query operators:
Related Issues
Motivation
So very exciting news, at least for me, with new query operators coming to datastore nodejs. I know we probably have to wait for the implementation in the official repo but I wanted to log it in case no one else has seen it.
Proposed solution
Not sure how it works under-the-hood. I tried using the operator with the current library and gave me an
3 INVALID_ARGUMENT: a property filter must specify an operator
so guessing we do need to wait for the core library to be updated? It looks to me on this end we only need to update the docs and typescript definitions?The text was updated successfully, but these errors were encountered: