Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I read data from the dataset I created? #927

Open
Dumeowmeow opened this issue Apr 9, 2024 · 1 comment
Open

How can I read data from the dataset I created? #927

Dumeowmeow opened this issue Apr 9, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Dumeowmeow
Copy link

No description provided.

@mrchtr mrchtr added the question Further information is requested label Apr 9, 2024
@mrchtr
Copy link
Contributor

mrchtr commented Apr 9, 2024

Hi @jufeif,
Which Fondant version have you used?

After you have run a pipeline parquet files where created in your base path/working directory.
To export your dataset we recommend to use one of the reusable write components (e.g. write to file) or implement your own write component.

The export could look like this:

 dataset.write(
    YourWriteComponent,
    arguments={
        ...
    }
)

We are using write component to export your dataset to different data sinks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: Backlog
Development

No branches or pull requests

2 participants