Kaggle / kagglehub

Python library to access Kaggle resources
Apache License 2.0
42 stars 7 forks source link

Use configured endpoint in model handle URLs. #107

Closed rosbo closed 3 months ago

rosbo commented 4 months ago

This is particularly useful when you point at localhost. Otherwise, it gives you a link to a model that doesn't necessarily exist in prod.

mohami2000 commented 4 months ago

Approved, but this test failing in case you missed it: "test_model_upload_directory"

rosbo commented 4 months ago

Is it the test that's flaky until I fix b/335660755?