This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.
📖 Task Introduction
Using the same pattern from previous tutorials, add a README file in the pipeline stage repository.
🔨 Task Instructions
In your flight_alert_metrics_logic repository, create a new branch (from Master) named yourName/feature/add_readme.
Click the ⊕ button just underneath the branch name in the top left of your repository and choose New file.
As you’ve done twice before, add a new README.md at the root of your repository file structure.
Open your new file and paste the following block into the editor window:
## Flight Alert Metrics Pipeline
#### Ownership
* Project team: Aviation Data Development
* Project owner: yourName@yourOrganization.com
#### Overview
This pipeline consumes the outputs of the Flight Alerts datasource project and Passengers datasource project and:
1. Joins aggregated passenger statistics to the flight alerts data
2. Uses a generated transform to create individual datasets of alerts for each country
3. Uses a multi-output transform to create individual datasets for alerts by priority where the passenger has a platinum status
Commit your code (e.g., “feature: add readme”).
Complete the PR process to merge the branch into Master. You will need to wait for CI checks to pass before completing the merge.