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
A couple of feedback on the CLI tool/documentation (part of this feedback is more of a `documentation` suggestion, but there's not a `docs` label when creating the new issue here):...
A user reported an `async generator raised StopAsyncIteration` error when using MSSQL against Microsoft SQL Azure (RTM) after switching the database name in the connector configuration and re-running the sync....
Until we support Elasticsearch API keys for the CLI tool, it can be helpful to provide a more intuitive error message. For example, if I use `-c config.yml` where the...
We had a situation where we discovered that the `job_type` field was missing from `.elastic-connectors-sync-jobs-v1`'s mapping definition. This resulted in term queries that would schedule/fetch sync jobs by a `job_type`...
## Closes https://github.com/elastic/connectors-py/issues/2334 This allows users to run incremental syncs with the Sharepoint server connector. It uses the default timestamp cursor from the framework. Tested agains the Sharepoint 2019 (16.0.0.10337:...
# Backport This will backport the following commits from `main` to `8.13`: - [[Network Drive] Change traversal strategy to ingest as you go instead of pre-fetching the whole tree (#2286)](https://github.com/elastic/connectors/pull/2286)...
Adding some more logging to the dropbox connector to log API calls and some progress indicators. ## Checklists #### Pre-Review Checklist - [x] this PR has a meaningful title ~-...
### Problem Description Support has noted that right now, changing `log_level` for Cloud deployments can be tricky, as a change to `log_level` has a prerequisite for the cloud user to...
## Bug Description In certain cases (not yet fully clear in which ones), Sharepoint REST API inside Sharepoint Online connectors return XML objects instead of JSON. We need to either...
### Problem Description The current implementation of the elastic/connectors service generates lengthy and complex field names by automatically prefixing column names with database schema and table names. This can lead...