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-py/issues/### ## Checklists #### Pre-Review Checklist - [ ] this PR has a meaningful title - [ ] this PR links to all relevant github issues that it...
### Problem Description Slack thread: https://elastic.slack.com/archives/C01795T48LQ/p1704810775134149 When doing local development, it's not uncommon for me to configure a connector in my config.yml, but then need to pivot to another branch...
We need some better error handling in our connectors. For example, the "The job has not seen any update for some time." is not helpful. ``` "created_at": "2024-03-18T18:39:04.380Z", "deleted_document_count": 0,...
### Problem Description SPO connector will fail if a single request errors. We should: - [ ] make sure that this specific error does not occur - [ ] make...
After upgrading to 8.12, the [MongoDB connector](https://www.elastic.co/guide/en/enterprise-search/current/connectors-mongodb.html) stopped working and failed to sync with the following error message: ``` ServerSelectionTimeoutError: ac-rsixaez-shard-00-00.hvdm3oz.mongodb.net:27017: connection closed,ac-rsixaez-shard-00-01.hvdm3oz.mongodb.net:27017: connection closed,ac-rsixaez-shard-00-02.hvdm3oz.mongodb.net:27017: connection closed, Timeout: 30s, Topology...
### Problem Description Enterprise software is usually downloaded as an artifact. TAR, Zip, RPM, DEB, DMG, etc. Python doesn't seem to have a really popular artifact for distribution. There's PyPI...
Part of https://github.com/elastic/enterprise-search-team/issues/6467 ### Problem Description The CLI will need to be able to trigger limited syncs ### Proposed Solution Update the CLI's options so that it can guide a...
Part of https://github.com/elastic/enterprise-search-team/issues/6467 ### Problem Description We want to be able to run a "limited" sync. Like a SQL `LIMIT N` clause. This may be possible today for some service...
## Bug Description Sync Rule in Network Drive is showing an error for patterns do not match any path while validating but path added is correct. ### To Reproduce 1....
### Problem Description The PostgreSQL connector cannot automatically map the POSTGIS `geography(Point)` type to the Elasticsearch `Geopoint` field. This issue prevents efficient use of geospatial data in Elasticsearch, causing frustration...