Ajit Kumar Panda

Results 11 comments of Ajit Kumar Panda

@gregorwolf Hi Gregor, issue: 0/1 nodes are available: 1 Insufficient cpu. preemption: 0/1 nodes are available: 1 No preemption victims found for incoming pod.. Can you check if you have...

Hi @laberge1234, Could you please provide a bit more info.? - Are you trying to build only srv and api? - Can you tell us the command you are using...

@laberge1234 Thanks for providing detaills.

@laberge1234 I think you are missing some installations like paketo or helm etc on your local machine Can you make sure you have all the required installations (especially paketo, helm,...

@alperdedeoglu Some Quick Notes: - CLS is not available on trial or free tier - integration with SAP Cloud Identity Services - Identity Authentication SAML 2.0 is a pre-requisite.

@nocin **Does not work:** const exists = await SELECT(1).from(Entity).where({or:{stringProperty: null, stringProperty: ''}) const exists = await SELECT(1).from(Entity).where({ stringProperty: {"in": [null, '']} }) **Surprisingly works:** const exists = await SELECT(1).from(Entity).where(\`stringProperty =...

@nocin Completely agree with you. Easier approach is required for initial check of fields based on data type.

@agiguere did you try using **_--path_** parameter?