Sushama Shroff

Results 23 comments of Sushama Shroff

Hello @mingchun-zhao , if it helps, I use the filter query to get the files created/updated after a certain date, as below. However, @vgrem , I was also wondering if...

@maryam-hesham96 @timepasser69 You could get the file and then check if user has permission to it as below ``` userEmail = "your Azure AD user email" userLoginName = ctx.web.site_users.get_by_email(userEmail) target_file...

@vgrem appreciate any help on this ? Thanks

Thanks @tim-finnigan Wondering if theres any update on this issue ? also, note that, creating datasource and syncing via Kendra UI with works for me with Sharepoint Online V2.0. could...

I did not use the Template configuration object. I used the create_data_source with Type=SHAREPOINT, as documented at https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kendra/client/create_data_source.html ``` response = client.create_data_source( Name='string', IndexId='string', Type='SHAREPOINT' ``` and SharePointConfiguration with type...

@tim-finnigan , I was able to figure out a way to workaround the Kendra bugs and get a working version of sharepoint with TemplateConfiguration. If there is a place where...

@tim-finnigan Thanks, unfortunately, there seems to be no error in cloud watch for kendra for this sync failure. It is simple to reproduce. 1. use boto3 to create a jira...

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) [jira-boto3-log-failure.txt](https://github.com/user-attachments/files/17236364/jira-boto3-log-failure.txt) ```...

The sync shows failed in Kendra without any errors. I have consulted the developer guide already. Want to mention again that using the same role and policy and other configurations,...