Gregor Casar
Gregor Casar
### Problem Description Author field is missing from Issues & Pull requests. ### Proposed Solution Add the field to the GraphQL queries: https://github.com/elastic/connectors/blob/50975dd795029deb131a940fb52af2e3e62a27fe/connectors/sources/github.py#L196-L201 https://github.com/elastic/connectors/blob/50975dd795029deb131a940fb52af2e3e62a27fe/connectors/sources/github.py#L287-L292 Eg, ``` createdAt, author{ login }...
## Bug Description After an internal connector error that prematurely ends a Full sync the Sync job proceeds, reconciles the index by **deleting documents** previously in the system and is...
## Bug Description When using the connectors scheduling functionality several Scheduled sync jobs are triggered each time. ### To Reproduce Steps to reproduce the behavior: 1. Create a Connector (reproduced...
## Bug Description Given a github API token that is reused in another place and has its rate limits hit When a new Sync job is triggered it will be...