-
Notifications
You must be signed in to change notification settings - Fork 113
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
[Zendesk] Add the brandId
in the internal IDs for tickets and articles
#9691
Comments
This was referenced Jan 2, 2025
@spolu LGTY? |
@aubin-tchoi LGTM |
note: no single ticket or article in data_source_views
same goes for agent_data_source_configurations
|
Good to know 👍 |
Closing this as it was handled in #9723 and a check on the db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ticketIds
andarticleIds
were unique within a connector.brandId
.Proposed course of actions:- Start insertingdocument_id
x2 (with and without thebrandId
) in connectors.- Force resync all the Zendesk connectors.- Update connectors to use the new IDs in contentNode (fixes https://github.com/dust-tt/tasks/issues/1870).- Update connectors to only upsert the new IDs.- Delete all documents using old IDs.Updated course of actions:
document_id
(with thebrandId
) and deletes the documents using the old ones (without thebrandId
) in connectors.Note: no migration required on front, the documents affected are never parents.
The text was updated successfully, but these errors were encountered: