This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.
Schedule targets represent the terminal points for a given schedule and are built on the branch set in the top right of the Data Lineage application.
Click the flight_alerts_clean
dataset note on the Data Lineage graph and note the options available. In a Connecting Build, the UI presents three "WHAT" options and one "WHEN" (and a Clear button to remove any designation).
Choose Target. The flight_alerts_clean
dataset now appears in the Target datasets section of the Scheduler window.
Hold shift and drag a selection box around your raw/flight_alerts_raw
, priority_mapping_raw
, and status_mapping_raw
and select them as Inputs. This means that they will not build when the schedule triggers, but they'll be used as inputs to the builds downstream.
ℹ️ Why didn’t we select the (simulated) data source as the input? Recall the grouped datasets furthest upstream are merely simulating external datasources and the datasets you just marked as Inputs are simulating the raw table copies from those external sources. You should configure Data Connection sync schedules separately from the rest of a build using the Force Build option discussed later in this tutorial.