import { QeAdminDataExcelSheetIngestSource } from ".";
The class QeAdminDataExcelSheetIngestSource that implements the o.ExcelSheetIngestSource interface. The purpose of this class is to handle the ingestion of data from an Excel sheet into DuckDb database, specifically for the "QE_Admin_Data" sheet.
The class is defined with generic type parameters for the table name (TableName) and initial state (InitState). It implements the o.ExcelSheetIngestSource interface with specific types.
Properties
Methods
assuranceSQL(session: o.OrchSession<ddbo.DuckDbOrchGovernance, ddbo.DuckDbOrchEmitContext>, qedar: sg.QeAdminDataAssuranceRules<TableName, QeAdminDataColumnName>)