注: 以下の翻訳の正確性は検証されていません。AIPを利用して英語版の原文から機械的に翻訳されたものです。
learn.palantir.com でも以下の内容をご覧いただけますが、アクセシビリティの観点から、ここに掲載しています。
これまでのチュートリアルと同様の手順で、パイプラインステージのリポジトリに README ファイルを追加します。
flight_alert_metrics_logic
リポジトリで、新しいブランチ(Master
から)を作成し、ユーザーの名前/feature/add_readme
という名前を付けます。
リポジトリの左上にあるブランチ名のすぐ下にある ⊕ ボタンをクリックし、New file を選択します。
これまでに2回行ったように、リポジトリのファイル構造のルートに新しい README.md
を追加します。
新しいファイルを開き、次のブロックをエディタウィンドウに貼り付けます:
## Flight Alert Metrics Pipeline
#### Ownership
* Project team: Aviation Data Development
* Project owner: ユーザーの名前@ユーザーの組織.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
コードをコミットします(例: "feature: add readme")。
PR プロセスを完了して、ブランチを Master
にマージします。マージを完了する前に、CI チェックが通るのを待つ必要があります。