airbyte
airbyte copied to clipboard
✨Source SurveyMonkey: Add new streams ContactLists, SurveyFolders, SurveyCategories, Questions
What
Closes airbytehq/airbyte-internal-issues#962 Closes airbytehq/airbyte-internal-issues#961 Closes airbytehq/airbyte-internal-issues#960 Closes airbytehq/airbyte-internal-issues#959
Enhancement
New streams:
- ContactLists
- SurveyFolders
- SurveyCategories
- Questions
Recommended reading order
source_surveymonkey/configured_catalog.jsonsource_surveymonkey/source.pysource_surveymonkey/schemas/*
🚨 User Impact 🚨
No breaking changes
Pre-merge Checklist
Updating a connector
Community member or Airbyter [Yes]
- [x] Grant edit access to maintainers (instructions)
- [x] Secrets in the connector's spec are annotated with
airbyte_secret - [x] Unit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run
./gradlew :airbyte-integrations:connectors:<name>:integrationTest. - [x] Issue acceptance criteria met
- [x] PR name follows PR naming conventions
- [x] Documentation which references the generator is updated as needed
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| airbyte-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 15, 2024 3:11pm |
Before Merging a Connector Pull Request
Wow! What a great pull request you have here! 🎉
To merge this PR, ensure the following has been done/considered for each connector added or updated:
- [ ] PR name follows PR naming conventions
- [ ] Breaking changes are considered. If a Breaking Change is being introduced, ensure an Airbyte engineer has created a Breaking Change Plan.
- [ ] Connector version has been incremented in the Dockerfile and metadata.yaml according to our Semantic Versioning for Connectors guidelines
- [ ] You've updated the connector's
metadata.yamlfile any other relevant changes, including abreakingChangesentry for major version bumps. See metadata.yaml docs - [ ] Secrets in the connector's spec are annotated with
airbyte_secret - [ ] All documentation files are up to date. (README.md, bootstrap.md, docs.md, etc...)
- [ ] Changelog updated in
docs/integrations/<source or destination>/<name>.mdwith an entry for the new version. See changelog example - [ ] Migration guide updated in
docs/integrations/<source or destination>/<name>-migrations.mdwith an entry for the new version, if the version is a breaking change. See migration guide example - [ ] If set, you've ensured the icon is present in the
platform-internalrepo. (Docs)
If the checklist is complete, but the CI check is failing,
-
Check for hidden checklists in your PR description
-
Toggle the github label
checklist-action-runon/off to re-run the checklist CI.
@marcosmarxm Raised this PRs for solving issues https://github.com/airbytehq/airbyte-internal-issues/issues/962 https://github.com/airbytehq/airbyte-internal-issues/issues/961 https://github.com/airbytehq/airbyte-internal-issues/issues/960 https://github.com/airbytehq/airbyte-internal-issues/issues/959
Closing due to inactivity.