connectors icon indicating copy to clipboard operation
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

Results 223 connectors issues
Sort by recently updated
recently updated
newest added

## 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...

auto-backport
v8.14.0.0

### 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...

enhancement
priority:low
effort:medium
tech-improvement

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,...

enhancement

### Problem Description SPO connector will fail if a single request errors. We should: - [ ] make sure that this specific error does not occur - [ ] make...

enhancement
priority:medium
effort:medium
v8.11.0
v8.10.1
tech-improvement
sharepoint_online

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...

bug
community-driven

### 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...

enhancement
good first issue
tech-improvement

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...

epic:semantic-text

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...

epic:semantic-text

## 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....

bug

### 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...

enhancement
effort:low
priority:low
postgresql
community-driven