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 Trello: organizations: updated expected records #28734

Merged
merged 4 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-trello/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ COPY source_trello ./source_trello
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.3.3
LABEL io.airbyte.version=0.3.4
LABEL io.airbyte.name=airbyte/source-trello
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
{"stream": "lists", "data": {"id": "611aa0ef37acd675af67dc9e", "name": "Done", "closed": false, "idBoard": "611aa0ef37acd675af67dc9b", "pos": 49152, "subscribed": false, "softLimit": null, "status": null}, "emitted_at": 1683406411203}
{"stream": "users", "data": {"id": "610be3762899a26d04256dae", "fullName": "integration test", "username": "integrationtest19"}, "emitted_at": 1683406412874}
{"stream": "users", "data": {"id": "610be3762899a26d04256dae", "fullName": "integration test", "username": "integrationtest19"}, "emitted_at": 1683406413051}
{"stream": "organizations", "data": {"id": "610be50a0537086c571a5684", "creationMethod": null, "name": "airbyteworkspace", "credits": [], "displayName": "Airbyte Workspace", "desc": "", "descData": {"emoji": {}}, "domainName": "airbyte.io", "idBoards": ["611aa0ef37acd675af67dc9b", "611aa586ef5f2c8e1deec8b6"], "idEnterprise": null, "idMemberCreator": "610be3762899a26d04256dae", "invited": false, "invitations": [], "limits": {"orgs": {"totalMembersPerOrg": {"status": "ok", "disableAt": 4000, "warnAt": 3200}, "freeBoardsPerOrg": {"status": "ok", "disableAt": 10, "warnAt": 3}}}, "membersCount": 1, "prefs": {"permissionLevel": "private", "orgInviteRestrict": [], "boardInviteRestrict": "any", "externalMembersDisabled": false, "associatedDomain": null, "googleAppsVersion": 1, "boardVisibilityRestrict": {"private": "org", "org": "org", "enterprise": "org", "public": "org"}, "boardDeleteRestrict": {"private": "org", "org": "org", "enterprise": "org", "public": "org"}, "attachmentRestrictions": null, "seatAutomation": null, "seatAutomationActiveDays": null, "seatAutomationInactiveDays": null, "newLicenseInviteRestrict": null, "newLicenseInviteRestrictUrl": null}, "powerUps": [], "products": [], "billableMemberCount": 1, "billableCollaboratorCount": 0, "url": "https://trello.com/w/airbyteworkspace", "website": null, "logoHash": null, "logoUrl": null, "premiumFeatures": ["additionalBoardBackgrounds", "additionalStickers", "customBoardBackgrounds", "customEmoji", "customStickers", "plugins"], "promotions": [], "enterpriseJoinRequest": {}, "standardVariation": null, "availableLicenseCount": null, "maximumLicenseCount": null, "ixUpdate": "6", "teamType": null, "dateLastActivity": "2023-03-16T20:10:54.595Z", "memberships": [{"idMember": "610be3762899a26d04256dae", "memberType": "admin", "unconfirmed": false, "deactivated": false, "id": "610be50a0537086c571a5685"}]}, "emitted_at": 1689923620326}
{"stream": "organizations", "data": {"id": "610be50a0537086c571a5684", "creationMethod": null, "name": "airbyteworkspace", "credits": [], "displayName": "Airbyte Workspace", "desc": "", "descData": {"emoji": {}}, "domainName": "airbyte.io", "idBoards": ["611aa0ef37acd675af67dc9b", "611aa586ef5f2c8e1deec8b6"], "idEnterprise": null, "idMemberCreator": "610be3762899a26d04256dae", "invited": false, "invitations": [], "limits": {"orgs": {"totalMembersPerOrg": {"status": "ok", "disableAt": 4000, "warnAt": 3200}, "freeBoardsPerOrg": {"status": "ok", "disableAt": 10, "warnAt": 3}}}, "membersCount": 1, "prefs": {"permissionLevel": "private", "orgInviteRestrict": [], "boardInviteRestrict": "any", "externalMembersDisabled": false, "associatedDomain": null, "googleAppsVersion": 1, "boardVisibilityRestrict": {"private": "org", "org": "org", "enterprise": "org", "public": "org"}, "boardDeleteRestrict": {"private": "org", "org": "org", "enterprise": "org", "public": "org"}, "attachmentRestrictions": null, "seatAutomation": null, "seatAutomationActiveDays": null, "seatAutomationInactiveDays": null, "newLicenseInviteRestrict": null, "newLicenseInviteRestrictUrl": null, "atlassianIntelligenceEnabled": false}, "powerUps": [], "products": [], "billableMemberCount": 1, "billableCollaboratorCount": 0, "url": "https://trello.com/w/airbyteworkspace", "website": null, "logoHash": null, "logoUrl": null, "premiumFeatures": ["additionalBoardBackgrounds", "additionalStickers", "customBoardBackgrounds", "customEmoji", "customStickers", "plugins"], "promotions": [], "enterpriseJoinRequest": {}, "standardVariation": null, "availableLicenseCount": null, "maximumLicenseCount": null, "ixUpdate": "6", "teamType": null, "dateLastActivity": "2023-03-16T20:10:54.595Z", "memberships": [{"idMember": "610be3762899a26d04256dae", "memberType": "admin", "unconfirmed": false, "deactivated": false, "id": "610be50a0537086c571a5685"}]}, "emitted_at": 1690381821566}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 8da67652-004c-11ec-9a03-0242ac130003
dockerImageTag: 0.3.3
dockerImageTag: 0.3.4
dockerRepository: airbyte/source-trello
githubIssueLabel: source-trello
icon: trello.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,6 @@
"type": "string"
}
}
},
"complete_oauth_server_output_specification": {
"type": "object",
"additionalProperties": false,
"properties": {
"client_id": {
"type": "string",
"path_in_connector_config": ["client_id"]
},
"client_secret": {
"type": "string",
"path_in_connector_config": ["client_secret"]
}
}
}
}
}
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/trello.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ The Trello connector should not run into Trello API limitations under normal usa

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------|
| 0.3.4 | 2023-07-31 | [28734](https://github.com/airbytehq/airbyte/pull/28734) | Updated `expected records` for CAT test and fixed `advancedAuth` broken references |
| 0.3.3 | 2023-06-19 | [27470](https://github.com/airbytehq/airbyte/pull/27470) | Update Organizations schema |
| 0.3.2 | 2023-05-05 | [25870](https://github.com/airbytehq/airbyte/pull/25870) | Added `CDK typeTransformer` to guarantee JSON schema types |
| 0.3.1 | 2023-03-21 | [24266](https://github.com/airbytehq/airbyte/pull/24266) | Get board ids also from organizations |
Expand Down
Loading