あるデータ組織には、Delta Live Tablesを用いてメダリオンアーキテクチャに基づいたデータパイプラインを開発するエンジニアチームがいます。プロジェクトに携わるデータ分析チームは、これらのパイプラインのゴールドレイヤーテーブルを使用していますが、分析を実行する前に、これらのテーブルに対して追加の処理を行う必要があります。
このタイプの作業を説明するために使用される用語は次のどれですか?
正解:D
Last-mile ETL is the term used to describe the additional processing of data that is done by data analysts or data scientists after the data has been ingested, transformed, and stored in the lakehouse by data engineers. Last-mile ETL typically involves tasks such as data cleansing, data enrichment, data aggregation, data filtering, or data sampling that are specific to the analysis or machine learning use case. Last-mile ETL can be done using Databricks SQL, Databricks notebooks, or Databricks Machine Learning. Reference: Databricks - Last-mile ETL, Databricks - Data Analysis with Databricks SQL