-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🎉 New Source: Snapchat Marketing API #4843
Conversation
airbyte-integrations/connectors/source-snapchat-marketing/integration_tests/acceptance.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-snapchat-marketing/source_snapchat_marketing/source.py
Show resolved
Hide resolved
airbyte-integrations/connectors/source-snapchat-marketing/source_snapchat_marketing/source.py
Show resolved
Hide resolved
/test connector=connectors/source-snapchat-marketing
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for writing all the docstring!
...grations/connectors/source-snapchat-marketing/integration_tests/test_schemas/adaccounts.json
Outdated
Show resolved
Hide resolved
...grations/connectors/source-snapchat-marketing/integration_tests/test_schemas/adaccounts.json
Outdated
Show resolved
Hide resolved
...grations/connectors/source-snapchat-marketing/integration_tests/test_schemas/adaccounts.json
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome stuff, nice handling of the dependent streams ensuring full refresh on dependencies so we don't miss IDs and caching results for performance.
I didn't comment on all of them but if you could make sure all the .json files have newlines at end that would be great.
See my other comments for points, happy to discuss further. I think my main sticking point is adding a catch in case response_item_name is incorrect (could be on our side or API changed it etc.)
airbyte-integrations/connectors/source-snapchat-marketing/integration_tests/abnormal_state.json
Show resolved
Hide resolved
...-integrations/connectors/source-snapchat-marketing/integration_tests/configured_catalog.json
Outdated
Show resolved
Hide resolved
...-integrations/connectors/source-snapchat-marketing/source_snapchat_marketing/schemas/TODO.md
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-snapchat-marketing/source_snapchat_marketing/source.py
Show resolved
Hide resolved
airbyte-integrations/connectors/source-snapchat-marketing/source_snapchat_marketing/source.py
Show resolved
Hide resolved
airbyte-integrations/connectors/source-snapchat-marketing/source_snapchat_marketing/source.py
Show resolved
Hide resolved
airbyte-integrations/connectors/source-snapchat-marketing/source_snapchat_marketing/source.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-snapchat-marketing/unit_tests/unit_test.py
Outdated
Show resolved
Hide resolved
/test connector=connectors/source-snapchat-marketing
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks for adding the check!
/publish connector=connectors/source-snapchat-marketing
|
What
#3916 New Source: Snapchat Marketing API
How
Implement the Snapchat Marketing API
Recommended reading order
airbyte-integrations/connectors/source-snapchat-marketing
Pre-merge Checklist
Expand the checklist which is relevant for this PR.
Connector checklist
airbyte_secret
in the connector's spec./gradlew :airbyte-integrations:connectors:<name>:integrationTest
./test connector=connectors/<name>
command as documented here is passing.README.md
docs/SUMMARY.md
if it's a new connectordocs/integrations/<source or destination>/<name>
.docs/integrations/...
. See changelog exampledocs/integrations/README.md
contains a reference to the new connector/publish
command described here