You want to extract lineage information from a pipeline’s event log, specifically the input datasets and the output dataset for each flow. Which event type contains this lineage-style relationship information?
Show answer & explanation
Correct answer: D
WHY D: The event log schema documents that flow_definition events define relationships in the dataflow graph and include output_dataset and input_datasets, which can be used to calculate lineage for each flow. WHY NOT B: update_progress is about the lifecycle/state of an update, not lineage. WHY NOT C: user_action describes user actions like START/CREATE, not dataset lineage. WHY NOT A: cluster_resources provides resource utilization metrics for classic compute, not data lineage.