注: 以下の翻訳の正確性は検証されていません。AIPを利用して英語版の原文から機械的に翻訳されたものです。
以前のチュートリアルと同じパターンを使用して、パイプラインステージのリポジトリに README ファイルを追加します。
ユーザーの flight_alert_metrics_logic
リポジトリで、新しいブランチ(Master
から)を yourName/feature/add_readme
という名前で作成します。
リポジトリの左上部にあるブランチ名のすぐ下にある ⊕ ボタンをクリックし、New file を選択します。
これまでに2回行ったように、リポジトリのファイル構造のルートに新しい README.md
を追加します。
新しいファイルを開き、次のブロックをエディタウィンドウに貼り付けます:
## 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
コードをコミットします(例: “feature: add readme”)。
PR プロセスを完了して、ブランチを Master
にマージします。マージを完了する前に、CI チェックがパスするのを待つ必要があります。