You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@guillaumecherel we have a test that globs single files on all filesystems. Could you past the full exception trace? maybe there are some details of failed exception
dlt version
1.5.0
Describe the problem
Reading a single file with the filesystem resource don’t work.
Targeting the file directly in the
bucket_url
yields an empty list:Passing the filename to the
file_glob
parameter crashes:Adding a
*
anywhere in the file glob works:Expected behavior
Either one of the first two methods above or both should return a list with as only element the expected file metadata.
Steps to reproduce
Start a fresh python interpreter and copy / paste the code above. Change the paths accordingly. Restart the interpreter at each attempt.
Operating system
Linux
Runtime environment
Local
Python version
3.11
dlt data source
filesystem
dlt destination
DuckDB
Other deployment details
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: