UNPKG

open-lineage-client

Version:

TypeScript/JavaScript client for creating and sending OpenLineage standard events.

7 lines 195 B
export class ConsoleTransport { async emit(event) { console.log(JSON.stringify(event, null, 2)); return Promise.resolve(); } } //# sourceMappingURL=ConsoleTransport.js.map