Skip to content

FaucetML breaking with AttributeError #4

@AlmightyHeathcliff

Description

@AlmightyHeathcliff

I am trying to fetch a table with 370 Milion records locally for some processing. I came across faucelml which fetches data in batches and is claimed to be faster than conventional way.

I am following steps mentioned in it's github page : https://github.com/banditml/faucetml/blob/master/examples/Example%201%20-%20Simple%20batch%20reading.ipynb

It requires table to have ingestion-time partition and need another column hash_on (takes in random float numbers). I did that, But it gives following error

AttributeError: 'RowIterator' object has no attribute '_to_dataframe_iterable'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions