-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 SurveyMonkey: add survey_collectors
and collectors
stream
#23721
🎉 Source SurveyMonkey: add survey_collectors
and collectors
stream
#23721
Conversation
survey_collectors
streamsurvey_collectors
stream
/test connector=connectors/source-surveymonkey
Build FailedTest summary info:
|
survey_collectors
streamsurvey_collectors
and collectors
stream
/test connector=connectors/source-surveymonkey |
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 @domzae
/test connector=connectors/source-surveymonkey
Build PassedTest summary info:
|
/publish connector=connectors/source-surveymonkey
if you have connectors that successfully published but failed definition generation, follow step 4 here |
airbytehq#23721) * add survey_collectors stream * add stream to docs * add missing schema * fix stream and add expected records * remove unused file * bump connector version * fix unit test * add doc url for surveycollectors * update expected records * auto-bump connector version --------- Co-authored-by: sh4sh <6833405+sh4sh@users.noreply.github.com> Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
What
Adds
survey_collectors
stream. "Collectors" are groupings of surveys (for example a specific link to a survey).How
Only added full-refresh.
Recommended reading order
source.py
streams.py
🚨 User Impact 🚨
No
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described here