Type Alias HonuaConnectionWithSourceSchemaV2Experimental

HonuaConnectionWithSourceSchemaV2: Omit<HonuaConnection, "dataset" | "inspection" | "source"> & {
    dataset: DatasetWithSourceSchemaV2;
    inspection: HonuaConnectionInspectionWithSourceSchemaV2;
    source<T>(id?: string): SourceWithSchemaV2<T>;
}

Connection returned by connectWithSourceSchemaV2.