The job fails due to null exception when using format as macro in GCSMultiBatchSink.
The source of the error is in this part of the code:
line 75 ---> FileFormat format = config.getFormat();
in src/main/java/io/cdap/plugin/gcp/gcs/sink/GCSMultiBatchSink.java