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

Initialise dataset from manifest #911

Conversation

mrchtr
Copy link
Contributor

@mrchtr mrchtr commented Mar 22, 2024

Implements the new workflow including initialising datasets from manifest.

  • removes workspace again, using working_directory argument now to enable something like fondant run ... --working_directory gs://...
  • removes base_path from the manifest and changes the field location to absolute paths
  • changes the executor to generate absolute field locations
  • add Dataset.read() for initialising dataset from manifest path
  • adjust compiler code

Try to create sketch out the flow and changes. Still have to fix the test cases and test the changes end to end for all runners.

image

@GeorgesLorre GeorgesLorre merged commit a4a3eeb into feature/refactore-pipeline-interface Mar 27, 2024
9 checks passed
@GeorgesLorre GeorgesLorre deleted the feature/init-dataset-from-manifest branch March 27, 2024 09:10
GeorgesLorre pushed a commit that referenced this pull request Apr 4, 2024
Implements the new workflow including initialising datasets from
manifest.

- removes workspace again, using working_directory argument now to
enable something like `fondant run ... --working_directory gs://...`
- removes base_path from the manifest and changes the field location to
absolute paths
- changes the executor to generate absolute field locations
- add `Dataset.read()` for initialising dataset from manifest path
- adjust compiler code


Try to create sketch out the flow and changes. Still have to fix the
test cases and test the changes end to end for all runners.


![image](https://github.com/ml6team/fondant/assets/15777729/8c330daf-2076-493c-aea2-b7d3f85884b8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants