-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Kendra] Jira connector not syncing #4287
Comments
Thanks for reaching out. Can you provide more details regarding the sync failure? What error are you getting? The create_data_source command makes a request to the CreateDataSource API, so we'll need more information to investigate if there is some issue with the underlying API behavior. Can you share a complete code snippet for reproducing the behavior, as well as debug logs (with any sensitive info redacted) by adding |
@tim-finnigan Thanks, unfortunately, there seems to be no error in cloud watch for kendra for this sync failure. It is simple to reproduce.
|
Can you share a complete code snippet for reproducing the behavior, as well as debug logs (with any sensitive info redacted) by adding |
sharing code snippet for the sync failure + logs requested. @tim-finnigan Note - Datasource was pre-created with 'JiraConfiguration' provided above, using the boto3 sdk. (That operation was successful)
|
Thanks for following up — from your logs I see that a sync job was started and there is not error or failure present. When you say the sync fails, could you share more details on the failure? Here in the Kendra Developer Guide is a troubleshooting section on sync jobs failing: https://docs.aws.amazon.com/kendra/latest/dg/troubleshooting-data-sources.html#troubleshooting-data-sources-failed. Have you tried going through the steps documented there |
The sync shows failed in Kendra without any errors. |
@tim-finnigan appreciate your quick response on this. All requested information has been provided. Thanks. |
From your logs I see that the StartDataSourceSyncJob request succeeded. Can you provide more details on the failure? You can try running list_data_source_sync_jobs to get more info. Also here are docs on setting up the Jira connector, have you followed those? https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html |
fyi - we reached out to kendra team and here is their response @tim-finnigan
|
Thanks for following up. I found the internal tracking item for this issue. Regarding the "non-templatized Jira connector" issue, that is something that the Kendra team would need to address. They should also be able to provide guidance for your use case. There are not currently Kendra examples for boto3 in the documentation or code examples repository. The Kendra developer guide has a getting started guide but no specific Python SDK examples I could find for data source connectors. If there's a specific connector that you want to try other than the Jira one then let me know and I can try to look into it. But I recommend that you continue your correspondence on the source case with any additional questions to receive further guidance from the appropriate team. |
@tim-finnigan , Kendra team was able to provide us a waoraround. |
Followed up here in your other issue regarding where examples could be added. The Kendra team followed up on the internal ticket and noted that a fix for the Jira connector was deployed. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
Created JIRA connector following this documentation https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kendra/client/create_data_source.html
datasource created, but the sync fails. No logs on kendra for the error.
create and sync from kendra UI with same configs as the above failed case, works ok. so seem like boto3 kendra compatibility issue.
Regression Issue
Expected Behavior
jira sync should work
Current Behavior
datasource created, but the sync fails. No logs on kendra for the error.
create and sync from kendra UI with same configs as the above failed case, works ok. so seem like boto3 kendra compatibility issue.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.35.16
Environment details (OS name and version, etc.)
Mac
The text was updated successfully, but these errors were encountered: