meethngala commented on code in PR #3643:
URL: https://github.com/apache/gobblin/pull/3643#discussion_r1113611786
##########
gobblin-api/src/main/java/org/apache/gobblin/dataset/DatasetConstants.java:
##########
@@ -26,6 +26,8 @@ public class DatasetConstants {
public static final String PLATFORM_SALESFORCE = "salesforce";
public static final String PLATFORM_MYSQL = "mysql";
public static final String PLATFORM_ICEBERG = "iceberg";
+ public static final String PLATFORM_CLUSTER = "cluster";
Review Comment:
Wasn't sure either if it will be part of Platform or not. I have moved it to
the `IcebergDatasetFinder` for now; since its only used by that class
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]