Karl Jose Buena
09/25/2024, 2:39 PMuser
09/25/2024, 2:39 PMKarl Jose Buena
09/25/2024, 2:41 PMuser
09/25/2024, 2:41 PMuser
09/25/2024, 2:41 PMinvoice_line_items
stream doesn't support Incremental sync even though its parent stream invoices
does ([source](https://github.com/airbytehq/airbyte/issues/30073)). 4. API limitations: The API of the data source might not support retrieving records incrementally. For example, the Snowflake-native-apps for LinkedIn Ads and Facebook Marketing only support Full Refresh sync for all streams ([source 1](https://docs.airbyte.com/snowflake-native-apps/linkedin-ads#supported-streams), [source 2](https://docs.airbyte.com/snowflake-native-apps/facebook-marketing#supported-streams)). In such cases, Full Refresh sync is typically used as a fallback. However, this can be less efficient as it requires re-fetching all data each time.Karl Jose Buena
09/25/2024, 3:38 PMuser
09/25/2024, 3:39 PMuser
09/25/2024, 3:39 PMGET /health
. This operation does not require authentication and it's used to check the health status of the Airbyte instance. A successful operation returns a 200 OK status. Here is the detailed information about the health check API: - Method: GET
- Path: /health
- Tags: health - Responses: 200 OK for successful operation - Authentication: This operation does not require authentication. You can find more details about this in the [Airbyte Public API documentation](https://reference.airbyte.com/reference/start#airbyte-public-api---health).