From 3c1313d67a1f5865cbaac6c1897b282fa233817b Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 13 Oct 2023 18:38:25 -0400 Subject: [PATCH] zendesk-support: disable account_attributes, attribute_definitions, and schedules streams These streams were failing in production, so disabling them until we can figure out a better solution. Attributes are an enterprise feature that only applies to certain customers. Apparently the connector can't figure that out and was just erroring. Schedules returns 404 errors for some reason, and is just being disabled because it's not actually critical to the current use case. --- .../selected_streams.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 airbyte-integrations/connectors/source-zendesk-support/selected_streams.json diff --git a/airbyte-integrations/connectors/source-zendesk-support/selected_streams.json b/airbyte-integrations/connectors/source-zendesk-support/selected_streams.json new file mode 100644 index 000000000000..1d753a3180f9 --- /dev/null +++ b/airbyte-integrations/connectors/source-zendesk-support/selected_streams.json @@ -0,0 +1,24 @@ +["audit_logs", +"brands", +"custom_roles", +"group_memberships", +"groups", +"macros", +"organization_memberships", +"organizations", +"post_comment_votes", +"post_comments", +"post_votes", +"posts", +"satisfaction_ratings", +"sla_policies", +"tags", +"ticket_audits", +"ticket_comments", +"ticket_fields", +"ticket_forms", +"ticket_metric_events", +"ticket_metrics", +"ticket_skips", +"tickets", +"users"]