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

Transient transformers (Scala only) #221

Closed
yruslan opened this issue Jul 8, 2023 · 0 comments
Closed

Transient transformers (Scala only) #221

yruslan opened this issue Jul 8, 2023 · 0 comments
Assignees
Labels

Comments

@yruslan
Copy link
Collaborator

yruslan commented Jul 8, 2023

Background

TBD

Feature

A transient transformation is not persistent and its results can only be used inside the same pipeline.

  • Data for from this transformer can only be created for the current information date
  • It can be saved to a temporary location for performance
  • Not cached (!) since we don't know how many such transformers are in the pipeline.
  • If temp dir is not specify - have to recompute every time it is used

Example

  • Standardization in Enceladus process

Proposed Solution

  • A new 'data format' for metastore tables 'transient'.
  • No persistent bookkeeping for such tables, but only for the duration of the session
    • Requires changes to the bookkeeper to support this
  • If a transformer depends on a transient transformer, the transient transformer should be in the same pipeline, fail otherwise.
@yruslan yruslan self-assigned this Sep 5, 2023
@yruslan yruslan closed this as completed Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant