Hi everyone!
I am trying to setup Autoloader to read json file with specific name from all subfolders under the path except one.
Could someone advice how this can be achieved?
For example, I need to read from .../*/specific_name.json, but ignore test folder
So ../test/../specific_name.json should be ignored
I have tried this GLOB expression, but seems that this one is not working:
"<bucket_name>/!(*test*)/specific_name.json"