mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 09:22:14 +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 serviceType = 'BigQuery';
|
||||||
const serviceName = `${serviceType}-ct-test-${uuid()}`;
|
const serviceName = `${serviceType}-ct-test-${uuid()}`;
|
||||||
const tableName = 'personsx';
|
const tableName = 'testtable';
|
||||||
const description = `This is ${serviceName} description`;
|
const description = `This is ${serviceName} description`;
|
||||||
const filterPattern = 'dbt_jaffle';
|
const filterPattern = 'testschema';
|
||||||
|
|
||||||
describe('BigQuery Ingestion', () => {
|
describe('BigQuery Ingestion', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user