faros-ai / airbyte-connectors

Airbyte connectors (sources & destinations) + Airbyte CDK for JavaScript/TypeScript
Apache License 2.0
108 stars 64 forks source link

Build failing #71

Closed subhash closed 3 years ago

subhash commented 3 years ago

Running build from the root of the project fails with tsc

> faros-airbyte-cdk@0.1.8 build /airbyte-connectors/faros-airbyte-cdk
> tsc -p src

src/destinations/destination-runner.ts:87:19 - error TS2339: Property 'message' does not exist on type 'unknown'.

87                 e.message ? e.message : e
                     ~~~~~~~
tovbinm commented 3 years ago

This happens with the latest Typescript compiler. Should be fixed - https://github.com/faros-ai/airbyte-connectors/pull/81

tovbinm commented 3 years ago

@subhash thanks for reporting!