Lehel44 commented on code in PR #6301: URL: https://github.com/apache/nifi/pull/6301#discussion_r952591579
########## nifi-nar-bundles/nifi-hubspot-bundle/nifi-hubspot-processors/src/main/resources/docs/org.apache.nifi.processors.hubspot.GetHubSpot/additionalDetails.html: ########## @@ -0,0 +1,143 @@ +<!DOCTYPE html> +<html lang="en"> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<head> + <meta charset="utf-8"/> + <title>GetHubSpot</title> + <link rel="stylesheet" href="../../../../../css/component-usage.css" type="text/css"/> +</head> + +<body> +<h2>Incremental Loading</h2> +<p> + Some resources can be processed incrementally by NiFi. This means that only resources created or modified after the last run + time of the processor are displayed. The processor state can be reset in the context menu. The following list shows which + date-time fields are incremented for which resources. +<ul> + <li>Access + <ul> + <li>Access Scope: none</li> + <li>StoreFront Access Token: none</li> + </ul> + </li> + <li>Analytics + <ul> + <li>Reports: updated_at_min</li> + </ul> + </li> + <li>Billing + <ul> + <li>Application Charge: none</li> + <li>Application Credit: none</li> + <li>Recurring Application Charge: none</li> + </ul> + </li> + <li>Customers + <ul> + <li>Customers: updated_at_min</li> + <li>Customer Saved Searches: none</li> + </ul> + </li> + <li>Discounts + <ul> + <li>Price Rules: updated_at_min</li> + </ul> + </li> + <li>Events + <ul> + <li>Events: created_at_min</li> + </ul> + </li> + <li>Inventory + <ul> + <li>Inventory Levels: updated_at_min</li> + <li>Locations: none</li> + </ul> + </li> + <li>Marketing Event + <ul> + <li>Marketing Events: none</li> + </ul> + </li> + <li>Metafields + <ul> + <li>Metafields: updated_at_min</li> + </ul> + </li> + <li>Online Store + <ul> + <li>Blogs: none</li> + <li>Comment: none</li> + <li>Pages: none</li> + <li>Redirects: none</li> + <li>Script Tags: updated_at_min</li> + <li>Themes: none</li> + </ul> + </li> + <li>Orders + <ul> + <li>Abandoned Checkouts: updated_at_min</li> + <li>Draft Orders: updated_at_min</li> + <li>Orders: updated_at_min</li> + </ul> + </li> + <li>Plus + <ul> + <li>Gift Cards: none</li> + <li>Users: none</li> + </ul> + </li> + <li>Product + <ul> + <li>Collects: none</li> + <li>Custom Collections: updated_at_min</li> + <li>Products: updated_at_min</li> + <li>Smart Collections: updated_at_min</li> + </ul> + </li> + <li>Sales Channels + <ul> + <li>Collection Listings: none</li> + <li>Mobile Platform Applications: none</li> + <li>Product Listings: updated_at_min</li> + <li>Resource Feedbacks: none</li> + </ul> + </li> + <li>Shipping and Fulfillments + <ul> + <li>Carrier Services: none</li> + </ul> + </li> + <li>Store Properties + <ul> + <li>Countries: none</li> + <li>Currencies: none</li> + <li>Policies: none</li> + <li>Shipping Zones: updated_at_min</li> + <li>Shop: none</li> + </ul> + </li> + <li>Tender Transactions + <ul> + <li>Tender Transactions: processed_at_min</li> + </ul> + </li> +</ul> + +Specific trap type can set in case of Enterprise Specific generic trap type is chosen. Review Comment: It should be removed, thanks! -- 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]
