mattyb149 commented on code in PR #7460:
URL: https://github.com/apache/nifi/pull/7460#discussion_r1253674327


##########
nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/bigquery/PutBigQuery.java:
##########
@@ -124,6 +127,15 @@ public class PutBigQuery extends AbstractBigQueryProcessor 
{
         .required(true)
         .build();
 
+    public static final PropertyDescriptor BIGQUERY_API_URL = new 
PropertyDescriptor.Builder()
+        .name("bigquery-api-url")
+        .displayName("BigQuery API URL")
+        .description("Overrides the default BigQuery URL.")

Review Comment:
   Good point! Then the changed logic stays the same and doesn't need the `if` 
clause



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to