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
// it is important to put "{time_query}" in the query if you want the query to be incremental
"query": "SELECT orgId, environmentId, sdk, sdkVersion, count() as count FROM sdk_usage__v2 WHERE {time_query} GROUP BY orgId, environmentId, sdk, sdkVersion",