Bing Sun
Bing Sun
> @Iced-Sun - Can you please provide a sample code for fixing this issue using the service role? > > I need to do that for the China region. With...
> @Iced-Sun - Thanks for the response. :) I will try this. By the way, what is the value for `resource_name`? That should not be relevant. For reference, it is...
> Thanks. And what about linking those roles in the cluster? How can we do that? 1. cluster role: c.f. https://www.pulumi.com/registry/packages/eks/api-docs/cluster/#servicerole_nodejs 2. node role: c.f. https://www.pulumi.com/registry/packages/eks/api-docs/managednodegroup/#noderole_nodejs
> > Please don't. The function is not inlineable, because we currently have it in the `FROM` part of a query. But maybe we can construct the query differently for...
IMHO, allowing or denying the scalar functions used as computed relationship is more like a matter of taste. Inling a scalar function for `select a, f(a) from t` (where `f(x)=x+1`)...
> Wow, very nice and thorough investigation! Maybe this will turn too big for a single issue, I'll open new ones if required. First, let's address the issues you mentioned....
I am sorry that I didn't make my intention clear. By ordering parent, I mean "ordering **parent**", not ordering the embedded resource. As one site can refer one and only...
IMHO, the query string could be ``` curl localhost:3000/projects?select=*,clients(*)&order=clients.name``` which seems quite consistent with the current syntax.
> > IMHO, the query string could be > > curl localhost:3000/projects?select=_,clients(_)&order=clients.name > > I wonder if the syntax should stay the same as always: > > ```httpspec > GET...