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
Providing a means for retrieving execution metadata is certainly on the radar. I haven't thought about how to include it yet, but your examples aren't likely too far off from what we'd want. The optional parameter list for those queries is already fairly large so there might be some consideration for how to future-proof ourselves against having to add parameters like this to 15 call site. I'll think about it and come back with a plan.
Issue Summary
Keen provides an
include_metadata=true
query parameter to return execution metadata for ad-hoc queries (docs) which is not currently supported.This would be useful to have as an optional kwarg for the ad-hoc query methods on
KeenClient
.Example API's
Return a dictionary with
result
andexecution_metadata
keys:Return a
(result, execution_metadata)
tuple:Very happy to implement and PR for it after discussion on whether to support the feature and on the desired API 👍
The text was updated successfully, but these errors were encountered: