Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉 Source Snapchat Marketing - enable default availability strategy #22808

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
9437a85
Enable default availability trategy
midavadim Feb 10, 2023
a560200
added PR number
midavadim Feb 10, 2023
0f9f8b8
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
midavadim Feb 11, 2023
13c2a9a
remove custom error handling
erohmensing Feb 13, 2023
b7c3045
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
lazebnyi Feb 15, 2023
ff992ac
Add allowedHosts
lazebnyi Feb 15, 2023
73a62f7
Merge master to branch
lazebnyi Feb 15, 2023
02d585e
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
lazebnyi Feb 15, 2023
9db1eae
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
lazebnyi Feb 16, 2023
9d3dfe0
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
midavadim Feb 20, 2023
64e1fa0
Merge remote-tracking branch 'origin/midavadim/21787-snapchat-marketi…
midavadim Feb 20, 2023
31ab477
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
lazebnyi Feb 22, 2023
82c2f11
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
lazebnyi Feb 22, 2023
92963f8
reverted customized should_retry
midavadim Feb 23, 2023
e3ce8b4
Merge remote-tracking branch 'origin/midavadim/21787-snapchat-marketi…
midavadim Feb 23, 2023
9eeda6a
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
midavadim Feb 23, 2023
22e35ff
updated version in source_definitions.yaml
midavadim Feb 23, 2023
5f08d2c
Merge branch 'master' into midavadim/21787-snapchat-marketing-availab…
midavadim Feb 23, 2023
f6f1431
auto-bump connector version
octavia-squidington-iii Feb 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ COPY source_snapchat_marketing ./source_snapchat_marketing
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.13
LABEL io.airbyte.version=0.1.14
LABEL io.airbyte.name=airbyte/source-snapchat-marketing
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ def response_root_name(self):
"""Using the class name in lower to set the root node for response parsing"""
return self.name

@property
def availability_strategy(self) -> Optional["AvailabilityStrategy"]:
return None

@property
def response_item_name(self):
"""Remove last 's' from response_root_name, see example in parse_response function"""
Expand Down
31 changes: 16 additions & 15 deletions docs/integrations/sources/snapchat-marketing.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,19 @@ Snapchat Marketing API has limitations to 1000 items per page.

## Changelog

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------|
| 0.1.13 | 2023-01-27 | [22023](https://github.com/airbytehq/airbyte/pull/22023) | Set `AvailabilityStrategy` for streams explicitly to `None` |
| 0.1.12 | 2023-01-11 | [21267](https://github.com/airbytehq/airbyte/pull/21267) | Fix parse empty error response |
| 0.1.11 | 2022-12-23 | [20865](https://github.com/airbytehq/airbyte/pull/20865) | Handle 403 permission error |
| 0.1.10 | 2022-12-15 | [20537](https://github.com/airbytehq/airbyte/pull/20537) | Run on CDK 0.15.0 |
| 0.1.9 | 2022-12-14 | [20498](https://github.com/airbytehq/airbyte/pull/20498) | Fix output state when no records are read |
| 0.1.8 | 2022-10-05 | [17596](https://github.com/airbytehq/airbyte/pull/17596) | Retry 429 and 5xx errors when refreshing access token |
| 0.1.6 | 2022-07-21 | [14924](https://github.com/airbytehq/airbyte/pull/14924) | Remove `additionalProperties` field from specs |
| 0.1.5 | 2022-07-13 | [14577](https://github.com/airbytehq/airbyte/pull/14577) | Added stats streams hourly, daily, lifetime |
| 0.1.4 | 2021-12-07 | [8429](https://github.com/airbytehq/airbyte/pull/8429) | Update titles and descriptions |
| 0.1.3 | 2021-11-10 | [7811](https://github.com/airbytehq/airbyte/pull/7811) | Add oauth2.0, fix stream_state |
| 0.1.2 | 2021-11-08 | [7499](https://github.com/airbytehq/airbyte/pull/7499) | Remove base-python dependencies |
| 0.1.1 | 2021-07-29 | [5072](https://github.com/airbytehq/airbyte/pull/5072) | Fix bug with incorrect stream\_state value |
| 0.1.0 | 2021-07-26 | [4843](https://github.com/airbytehq/airbyte/pull/4843) | Initial release supporting the Snapchat Marketing API |
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------|
| 0.1.14 | 2023-02-10 | [22023](https://github.com/airbytehq/airbyte/pull/22023) | Enable default `AvailabilityStrategy` |
| 0.1.13 | 2023-01-27 | [22023](https://github.com/airbytehq/airbyte/pull/22023) | Set `AvailabilityStrategy` for streams explicitly to `None` |
| 0.1.12 | 2023-01-11 | [21267](https://github.com/airbytehq/airbyte/pull/21267) | Fix parse empty error response |
| 0.1.11 | 2022-12-23 | [20865](https://github.com/airbytehq/airbyte/pull/20865) | Handle 403 permission error |
| 0.1.10 | 2022-12-15 | [20537](https://github.com/airbytehq/airbyte/pull/20537) | Run on CDK 0.15.0 |
| 0.1.9 | 2022-12-14 | [20498](https://github.com/airbytehq/airbyte/pull/20498) | Fix output state when no records are read |
| 0.1.8 | 2022-10-05 | [17596](https://github.com/airbytehq/airbyte/pull/17596) | Retry 429 and 5xx errors when refreshing access token |
| 0.1.6 | 2022-07-21 | [14924](https://github.com/airbytehq/airbyte/pull/14924) | Remove `additionalProperties` field from specs |
| 0.1.5 | 2022-07-13 | [14577](https://github.com/airbytehq/airbyte/pull/14577) | Added stats streams hourly, daily, lifetime |
| 0.1.4 | 2021-12-07 | [8429](https://github.com/airbytehq/airbyte/pull/8429) | Update titles and descriptions |
| 0.1.3 | 2021-11-10 | [7811](https://github.com/airbytehq/airbyte/pull/7811) | Add oauth2.0, fix stream_state |
| 0.1.2 | 2021-11-08 | [7499](https://github.com/airbytehq/airbyte/pull/7499) | Remove base-python dependencies |
| 0.1.1 | 2021-07-29 | [5072](https://github.com/airbytehq/airbyte/pull/5072) | Fix bug with incorrect stream\_state value |
| 0.1.0 | 2021-07-26 | [4843](https://github.com/airbytehq/airbyte/pull/4843) | Initial release supporting the Snapchat Marketing API |