exceptionfactory commented on code in PR #9753:
URL: https://github.com/apache/nifi/pull/9753#discussion_r1977816504


##########
nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/drive/ListGoogleDrive.java:
##########
@@ -150,6 +177,29 @@ public class ListGoogleDrive extends 
AbstractListProcessor<GoogleDriveFileInfo>
             .dependsOn(LISTING_STRATEGY, BY_ENTITIES)
             .build();
 
+    public static final PropertyDescriptor ENRICH_FILE_METADATA = new 
PropertyDescriptor.Builder()

Review Comment:
   Thanks for the additional background @turcsanyip, that's helpful.
   
   It sounds like the differences, although worth noting, are not that 
significant, so setting the new metadata fields statically sounds good.



-- 
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]

Reply via email to