File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
libs/external-db-bigquery Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export { default as SchemaColumnTranslator } from './sql_schema_translator'
55export { default as DatabaseOperations } from './bigquery_operations'
66export { default as init } from './connection_provider'
77export { supportedOperations } from './supported_operations'
8+ export * as testResources from '../tests/e2e-testkit/bigquery_resources'
89
910import ConfigValidator from './bigquery_config_validator'
1011import { DbConnector } from '@wix-velo/velo-external-db-commons'
Original file line number Diff line number Diff line change 1- const init = require ( '../../src/connection_provider' )
1+ import { init } from '@wix-velo/external-db-bigquery'
22export { supportedOperations } from '../../src/supported_operations'
33
44const databaseId = 'testDB'
You can’t perform that action at this time.
0 commit comments