5C. [Repositories] Multiple Outputs with Data Transforms7 - README ファイルの追加
Warning

注: 以下の翻訳の正確性は検証されていません。AIPを利用して英語版の原文から機械的に翻訳されたものです。

7 - README ファイルの追加

learn.palantir.com でも以下の内容をご覧いただけますが、アクセシビリティの観点から、ここに掲載しています。

📖 タスクの概要

これまでのチュートリアルと同様の手順で、パイプラインステージのリポジトリに README ファイルを追加します。

🔨 タスクの説明

  1. flight_alert_metrics_logic リポジトリで、新しいブランチ(Master から)を作成し、ユーザーの名前/feature/add_readme という名前を付けます。

  2. リポジトリの左上にあるブランチ名のすぐ下にある ボタンをクリックし、New file を選択します。

  3. これまでに2回行ったように、リポジトリのファイル構造のルートに新しい README.md を追加します。

  4. 新しいファイルを開き、次のブロックをエディタウィンドウに貼り付けます:

    ## 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   
    
  5. コードをコミットします(例: "feature: add readme")。

  6. PR プロセスを完了して、ブランチを Master にマージします。マージを完了する前に、CI チェックが通るのを待つ必要があります。