From 42d51021569dc6d741729383107ece9ba49b4bb6 Mon Sep 17 00:00:00 2001 From: Serhii Lazebnyi Date: Sun, 16 Jun 2024 01:16:08 +0200 Subject: [PATCH] Fix QA --- .../source-snapchat-marketing/pyproject.toml | 2 +- .../sources/snapchat-marketing-migrations.md | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 docs/integrations/sources/snapchat-marketing-migrations.md diff --git a/airbyte-integrations/connectors/source-snapchat-marketing/pyproject.toml b/airbyte-integrations/connectors/source-snapchat-marketing/pyproject.toml index 91d279267300..12366701d053 100644 --- a/airbyte-integrations/connectors/source-snapchat-marketing/pyproject.toml +++ b/airbyte-integrations/connectors/source-snapchat-marketing/pyproject.toml @@ -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 ",] diff --git a/docs/integrations/sources/snapchat-marketing-migrations.md b/docs/integrations/sources/snapchat-marketing-migrations.md new file mode 100644 index 000000000000..097297321c61 --- /dev/null +++ b/docs/integrations/sources/snapchat-marketing-migrations.md @@ -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).