Code Monkey home page Code Monkey logo

zetasql-npm-examples's Introduction

zetasql-npm-examples

This repo contains examples of usage of zetasql-npm library

Install dependencies

npm i

Compile project

npm run compile

Run project

node ./out/index.js

zetasql-npm-examples's People

Contributors

fivetran-dmitryboykov avatar pgrivachev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

martinsahlen

zetasql-npm-examples's Issues

compile failed when running 'npm run compile'

got the following error when compiling the code:

index.ts:1:37 - error TS2305: Module '"@fivetrandevelopers/zetasql"' has no exported member 'SimpleCatalog'.

1 import { AnalyzeRequest, runServer, SimpleCatalog, SimpleColumn, SimpleTable, SimpleType, TypeKind, ZetaSQLClient } from '@fivetrandevelopers/zetasql';
                                      ~~~~~~~~~~~~~

index.ts:1:52 - error TS2305: Module '"@fivetrandevelopers/zetasql"' has no exported member 'SimpleColumn'.

1 import { AnalyzeRequest, runServer, SimpleCatalog, SimpleColumn, SimpleTable, SimpleType, TypeKind, ZetaSQLClient } from '@fivetrandevelopers/zetasql';
                                                     ~~~~~~~~~~~~

index.ts:1:66 - error TS2305: Module '"@fivetrandevelopers/zetasql"' has no exported member 'SimpleTable'.

1 import { AnalyzeRequest, runServer, SimpleCatalog, SimpleColumn, SimpleTable, SimpleType, TypeKind, ZetaSQLClient } from '@fivetrandevelopers/zetasql';
                                                                   ~~~~~~~~~~~

index.ts:1:79 - error TS2305: Module '"@fivetrandevelopers/zetasql"' has no exported member 'SimpleType'.

1 import { AnalyzeRequest, runServer, SimpleCatalog, SimpleColumn, SimpleTable, SimpleType, TypeKind, ZetaSQLClient } from '@fivetrandevelopers/zetasql';
                                                                                ~~~~~~~~~~

index.ts:6:47 - error TS2307: Cannot find module '@fivetrandevelopers/zetasql/lib/ZetaSQLBuiltinFunctionOptions' or its corresponding type declarations.

6 import { ZetaSQLBuiltinFunctionOptions } from '@fivetrandevelopers/zetasql/lib/ZetaSQLBuiltinFunctionOptions';
                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Found 5 errors.

error Command failed with exit code 1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.