-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] | |
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.poetry] | ||
version = "0.6.2" | ||
version = "1.0.0" | ||
name = "source-snapchat-marketing" | ||
description = "Source implementation for Snapchat Marketing." | ||
authors = [ "Airbyte <[email protected]>",] | ||
|
27 changes: 27 additions & 0 deletions
27
docs/integrations/sources/snapchat-marketing-migrations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Snapchat Marketing Migration Guide | ||
|
||
## Upgrading to 1.0.0 | ||
|
||
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 Snapchat Marketing Source from | ||
the Python Connector Development Kit (CDK) to our innovative low-code framework. This is part of a strategic move | ||
to streamline many processes across connectors, bolstering maintainability and freeing us to focus more of our efforts | ||
on improving the performance and features of our evolving platform and growing catalog. However, due to differences | ||
between the Python and low-code CDKs, this migration constitutes a breaking change. | ||
|
||
To gracefully handle these changes for your existing connections, we highly recommend resetting your data before resuming your data syncs with the new version. | ||
|
||
### Migration Steps | ||
|
||
1. Select **Connections** in the main navbar. | ||
1. Select the connection(s) affected by the update. | ||
2. Select the **Schema** tab. | ||
3. Uncheck all streams except the affected ones. | ||
4. Select **Save changes** at the bottom of the page. | ||
5. Select the **Settings** tab. | ||
6. Press the **Clear your data** button. | ||
7. Return to the **Schema** tab. | ||
8. Check all your streams. | ||
9. Select **Sync now** to sync your data | ||
|
||
For more information on resetting your data in Airbyte, see [this page](/operator-guides/clear). |