Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
33 lines
1.4 KiB
Markdown
33 lines
1.4 KiB
Markdown
# Harvest Migration Guide
|
|
|
|
## Upgrading to 1.0.0
|
|
|
|
This update results in a change the following streams, requiring them to be cleared and completely synced again:
|
|
|
|
- `expenses_clients`
|
|
- `expenses_categories`
|
|
- `expenses_projects`
|
|
- `expenses_team`
|
|
- `time_clients`
|
|
- `time_projects`
|
|
- `time_tasks`
|
|
- `time_team`
|
|
- `uninvoiced`
|
|
- `estimate_messages`
|
|
- `invoice_payments`
|
|
- `invoice_messages`
|
|
- `project_assignments`
|
|
|
|
We're continuously striving to enhance the quality and reliability of our connectors at Airbyte. As part of our commitment to delivering exceptional service, we are transitioning the source Harvest from the Python Connector Development Kit (CDK) to our new low-code framework to improve maintainability and reliability of the connector. However, due to differences between the Python and low-code CDKs, this migration constitutes a breaking change.
|
|
|
|
## Steps to Clear Streams
|
|
|
|
To clear your data for the impacted streams, follow the steps below:
|
|
|
|
1. Select **Connections** in the main nav bar.
|
|
1. Select the connection(s) affected by the update.
|
|
2. Select the **Status** tab.
|
|
1. In the **Enabled streams** list, click the three dots on the right side of the stream and select **Clear Data**.
|
|
|
|
After the clear succeeds, trigger a sync by clicking **Sync Now**. For more information on clearing your data in Airbyte, see [this page](/platform/operator-guides/clear).
|