connectors
connectors copied to clipboard
Source code for all Elastic connectors, developed by the Search team at Elastic, and home of our Python connector development framework
## Closes https://github.com/elastic/connectors/issues/2451 The author is missing from docs of types `issue` and `pull_request`. This change adds `{ "login": "" }` to the `author` fields for these docs. I considered...
Alters the action that applies community labels to check against a repo's members as well as collaborators. Previously API failures were resulting in labels being applied, so that should no...
## Part of https://github.com/elastic/connectors/issues/2438 This adds ``` "required": False, "display": "textarea", "tooltip": "Specifies the root certificate from the Certificate Authority. The value of the certificate is used to validate the...
When connector config validation fails, it doesn't close the data source. This PR makes sure the data source is always properly closed. ## Checklists #### Pre-Review Checklist - [x] this...
For 8.14, we want to release two flavours of `connectors` Docker images: * the [current one](https://github.com/elastic/connectors/blob/d6fdf8d/Dockerfile#L1), based on Debian * a [new flavour](https://github.com/elastic/connectors/pull/2399/files#diff-813ef534be9bab5e7b9ea7504eecc3058e7762f08c32462d3a52e235a9ed7c36R1) based on [Wolfi](https://www.chainguard.dev/unchained/introducing-wolfi-the-first-linux-un-distro) from [Chainguard](https://edu.chainguard.dev/chainguard/chainguard-images/overview/) From 8.15,...
## Closes https://github.com/elastic/enterprise-search-team/issues/7386 This PR makes 2 changes: 1. Copy `config.yml` from `config.yml.example` instead of `config.yml` due to change introduced in #2280 2. Run `copy-config.sh` before starting Elastic connectors ##...
### Problem Description It is possible to assign labels to each Confluence page. This labels can be used to identify purpose of the page. For example "kb" - for "Knowledgebase"...
## Part of https://github.com/elastic/connectors/issues/2415 Previously we're getting custom field ids in the API response, now we fetch all custom fields and mapping their names with the ids present in the...
Found a type and some out-dated info when testing https://github.com/elastic/enterprise-search-team/issues/7364 ## Checklists #### Pre-Review Checklist - [x] this PR does NOT contain credentials of any kind, such as API keys...
### 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 }...