Skip to content

Commit

Permalink
bigquery rebase after ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Idokah committed Jul 27, 2022
1 parent 8e87a26 commit 1debce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libs/external-db-bigquery/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export { default as SchemaColumnTranslator } from './sql_schema_translator'
export { default as DatabaseOperations } from './bigquery_operations'
export { default as init } from './connection_provider'
export { supportedOperations } from './supported_operations'
export * as testResources from '../tests/e2e-testkit/bigquery_resources'

import ConfigValidator from './bigquery_config_validator'
import { DbConnector } from '@wix-velo/velo-external-db-commons'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const init = require ('../../src/connection_provider')
import { init } from '@wix-velo/external-db-bigquery'
export { supportedOperations } from '../../src/supported_operations'

const databaseId = 'testDB'
Expand Down

0 comments on commit 1debce9

Please sign in to comment.