In my bigcommerce gadget app, I was writing a computed view. I noticed it said my schema was not correct (schema named privacyrequests)
GGT_GELLY_TYPE: unknown identifier\nUnknown identifier 'privacyrequests'.\nIdentifiers that are available in this scope are: privacyrequestss
It doesn't put the trailing s on all the schemas, just certain ones? when i use privacyrequestss in my gelly, it works. IS this intended behavior?