Unstructured-IO / unstructured-ingest

Apache License 2.0
20 stars 19 forks source link

fix google drive relative path #256

Closed potter-potter closed 4 days ago

potter-potter commented 5 days ago

Relative path was creating a file name with a leading forward slash. This was causing issues when uploading google drive files to S3 and other fsspec connectors.

Also, ruff was adding parentheses to every pytest.mark decorator for me for some reason.

Also couchbase destination test was failing recently in the repo because it was trying to get the query results too quickly.