-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
area/connectorsConnector related issuesConnector related issuesautoteamcommunityneeds-triageteam/extensibilitytype/bugSomething isn't workingSomething isn't working
Description
Connector Name
source-shortcut
Connector Version
0.0.41
What step the error happened?
During the sync
Relevant information
Problem:
Airbyte in use v1.7.4
Sync for Certain tables like groups seem to be passing a query_param that shortcut doesn't expect.
This is the request sent to the API:
GET' request to 'https://api.app.shortcut.com/api/v3/groups?includes_description=true'
which results in Error
failed with status code '400' and error message: 'The request included invalid or missing parameters.'. Request (body): 'None'. Response (body): '{"message": "The request included invalid or missing parameters.", "errors": {"includes_description": "disallowed-key"}}'
Steps to Reproduce the problem:
- Create a Connection with
source-shortcutversion0.0.41as a source and with Redshift as a destination - Connection is created successfully
Destination Namespace: Custom Formatand custom name forStream PrefixandDetect and propagate schema changes: Propagate field changes only. - Start the sync
Sync for other tables runs as expected but Error can be seen for groups and groups_tables tables.
Relevant log output
2026-01-26 10:36:16 source ERROR 'GET' request to 'https://api.app.shortcut.com/api/v3/groups?includes_description=true' failed with status code '400' and error message: 'The request included invalid or missing parameters.'. Request (body): 'None'. Response (body): '{"message": "The request included invalid or missing parameters.", "errors": {"includes_description": "disallowed-key"}}'.
2026-01-26 10:36:16 source ERROR Exception while syncing stream groups
2026-01-26 10:36:16 source ERROR Exception while syncing stream groups_storiesContribute
- Yes, I want to contribute
Internal Tracking: https://github.com/airbytehq/oncall/issues/11051
Metadata
Metadata
Assignees
Labels
area/connectorsConnector related issuesConnector related issuesautoteamcommunityneeds-triageteam/extensibilitytype/bugSomething isn't workingSomething isn't working