mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 17:04:54 +00:00
fixed failing big query cypress test (#9897)
This commit is contained in:
parent
bce8574f98
commit
bf55f13b56
@ -23,9 +23,9 @@ import { API_SERVICE, SERVICE_TYPE } from '../../constants/constants';
|
||||
|
||||
const serviceType = 'BigQuery';
|
||||
const serviceName = `${serviceType}-ct-test-${uuid()}`;
|
||||
const tableName = 'personsx';
|
||||
const tableName = 'testtable';
|
||||
const description = `This is ${serviceName} description`;
|
||||
const filterPattern = 'dbt_jaffle';
|
||||
const filterPattern = 'testschema';
|
||||
|
||||
describe('BigQuery Ingestion', () => {
|
||||
beforeEach(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user