We have a HPCC Cluster that is connected to a Git Repository.
Is there any way to bypass a local compile when invoking ECL code from VSC?
This is a use case where teams of individuals will need to run ECL 'templates' - where filter conditions will change. Ideally want to avoid the team needing to clone the repo and look at regular pulls to stay in sync.
I know the Playground can be used to run code against the remote code but is not ideal for this.
Thanks