Pith. sign in

Putting Lipstick on Pig: Enabling Database-style Workflow Provenance

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

Workflow provenance typically assumes that each module is a "black-box", so that each output depends on all inputs (coarse-grained dependencies). Furthermore, it does not model the internal state of a module, which can change between repeated executions. In practice, however, an output may depend on only a small subset of the inputs (fine-grained dependencies) as well as on the internal state of the module. We present a novel provenance framework that marries database-style and workflow-style provenance, by using Pig Latin to expose the functionality of modules, thus capturing internal state and fine-grained dependencies. A critical ingredient in our solution is the use of a novel form of provenance graph that models module invocations and yields a compact representation of fine-grained workflow provenance. It also enables a number of novel graph transformation operations, allowing to choose the desired level of granularity in provenance querying (ZoomIn and ZoomOut), and supporting "what-if" workflow analytic queries. We implemented our approach in the Lipstick system and developed a benchmark in support of a systematic performance evaluation. Our results demonstrate the feasibility of tracking and querying fine-grained workflow provenance.

citation-role summary

background 1

citation-polarity summary

fields

cs.DB 1

years

2024 1

verdicts

CONDITIONAL 1

roles

background 1

polarities

unclear 1

representative citing papers

Efficient Row-Level Lineage Leveraging Predicate Pushdown

cs.DB · 2024-12-22 · conditional · novelty 7.0

PredTrace is a lineage inference system that uses predicate pushdown, optional intermediate materialization, and iterative refinement to trace row-level lineage across SQL and Pandas pipelines, with broad operator and UDF coverage.

citing papers explorer

Showing 1 of 1 citing paper.

  • Efficient Row-Level Lineage Leveraging Predicate Pushdown cs.DB · 2024-12-22 · conditional · none · ref 4 · internal anchor

    PredTrace is a lineage inference system that uses predicate pushdown, optional intermediate materialization, and iterative refinement to trace row-level lineage across SQL and Pandas pipelines, with broad operator and UDF coverage.