Bronze 1
Since ‎11-07-2021
3 weeks ago

My Stats

  • 7 Posts
  • 0 Solutions
  • 0 Likes given
  • 7 Likes received

shekhar0413's Bio

Badges shekhar0413 Earned

View all badges

Recent Activity

The documentation of Cloud Load Balancer says that Application Load Balancers are always proxy-based whereas Network load balancers have the option of proxy or pass through. I wanted to understand why Application load balancers are always proxy based...
Hi, I have an explore in which I join a view, say view1 to another view, say view2 like so:explore: view1{ join : view2{ type: inner relationship: many_to_many sql_on: ${view1.id} = ${view2.id} ;; }}Now, when I am in Explore, both view1 and view2 are...
Hi, My use case is as follows:I am setting up an explore for a table in bigquery whose schema looks like below:schema*measures is of type repeated (array of strings)*dimension is of type record (dim1, dim2, … are of type string)*values is of type rec...