issues
search
dlt-hub
/
dlt
data load tool (dlt) is an open source Python library that makes data loading easy 🛠️
https://dlthub.com/docs
Apache License 2.0
2.65k
stars
176
forks
source link
disable sftp + delta test
#2052
Closed
sh-rp
closed
4 days ago
sh-rp
commented
5 days ago
Description
The lancedb PR last week broke our CI. Fixes done here are:
Make sure delta tests are not run on the sftp bucket
revert a change to sequence_generator in our test utils which was breaking weaviate and qdrant tests
Remove pyarrow 17 workflow as 17 is the default now
Run common tests with pyarrow 15 and run the libs tests again with pyarrow 17
Remove pyarrow17 test markers in some cases.
netlify[bot]
commented
5 days ago
✅
Deploy Preview for
dlt-hub-docs
canceled.
Name
Link
🔨
Latest commit
8250633acf4e97996c528e293cc5db35e3ca8831
🔍
Latest deploy log
https://app.netlify.com/sites/dlt-hub-docs/deploys/673352268244430008ea2c2b
Description
The lancedb PR last week broke our CI. Fixes done here are: