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

Multiple materializations in one statement #19

Open
lucananni93 opened this issue Apr 17, 2018 · 0 comments
Open

Multiple materializations in one statement #19

lucananni93 opened this issue Apr 17, 2018 · 0 comments
Assignees
Milestone

Comments

@lucananni93
Copy link
Member

Creation of a gmql.materialize(datasets) which enables the execution of multiple materializations, both in local and remote mode.

datasets can be:

  • a list of GMQLDataset: in this case, the result is loaded directly from memory and a list of GDataframe is returned in the same order as in the input
  • a dictionary of the type { output_path: GMQLDataset }: in this case, the result is saved on the disk at the locations specified by the dictionary keys and a dictionary of the type { output_path: GDataframe }

The execution of the query must be unified for all the materializations.

@lucananni93 lucananni93 self-assigned this Apr 17, 2018
@lucananni93 lucananni93 added this to the 1.0 milestone Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant