blaze / blaze/odo

Unable to load sharded data from files without filetype extensions

Open
#573 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1k
Forks
131
PR merge metrics
No merged PRs in 30d

Description

I am trying to load data from directory of jsonlines formatted files which lack the .json extension.

I have tried:

```
data('/path/to/dir/')
data('/path/to/dir/*')
data(JSONLines('/path/to/dir/'))
data(JSONLines('/path/to/dir/*'))
data(Directory(JSONLines)('/path/to/dir/'))
data(Directory(JSONLines)('/path/to/dir/*'))
```
all of which throw either ` Unable to parse uri to data resource` or `No such file or directory`.

I am able to parse a single file with:

```
data(JSONLines('/path/to/dir/file1'))
```

Is this a bug / unimplemented functionality or am I doing something wrong?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.