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
#439 implemented a new table endpoint - /{tableName}/{granularity}/{dimensions:.*}. Just like how data endpoint delegates /{tableName}/{timeGrain} request to /{tableName}/{timeGrain}/{dimensions:.*} endpoints, we should do the same for /{tableName}/{granularity} endpoint, because the two share almost the same lines of code
The text was updated successfully, but these errors were encountered:
#439 implemented a new table endpoint -
/{tableName}/{granularity}/{dimensions:.*}
. Just like how data endpoint delegates/{tableName}/{timeGrain}
request to/{tableName}/{timeGrain}/{dimensions:.*}
endpoints, we should do the same for/{tableName}/{granularity}
endpoint, because the two share almost the same lines of codeThe text was updated successfully, but these errors were encountered: