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
scenario:
I create a new keen-analysis instance. I create 10 different queries to the API. If I want to get metadata info for each of the queries - I need to write over and over again includeMetadata: true inside each client.query(
Let's introduce more global option, defined in the constructor of the keen-analysis instance.
if you initialize our lib with
the response of each of the queries that you'll run should contain metadata informations
The text was updated successfully, but these errors were encountered: