File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-test-remote/src/test/java/io/cdap/cdap/app/etl/gcp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 83
83
84
84
/**
85
85
* Tests reading from GCS (Google Cloud Storage) and writing to GCS from within a Dataproc cluster.
86
+ *
87
+ * TODO: PLUGIN-553 for GCSMultiFiles sink plugin property 'format' with macro wouldn't work
86
88
*/
87
89
public class GCSTest extends DataprocETLTestBase {
88
90
@@ -897,8 +899,6 @@ private ETLPlugin createMultiSinkPlugin(String sinkFormat) {
897
899
Map <String , String > map = new HashMap <>();
898
900
map .put ("path" , "${multiSinkPath}" );
899
901
map .put ("format" , sinkFormat );
900
- //todo make macro when https://cdap.atlassian.net/browse/PLUGIN-553 is fixed
901
- //map.put("format", "${sinkFormat}");
902
902
map .put ("project" , "${multiSinkProjectId}" );
903
903
map .put ("schema" , "${multiSinkSchema}" );
904
904
map .put ("referenceName" , "gcs-multi-input" );
You can’t perform that action at this time.
0 commit comments