fixed failing big query cypress test (#9897)

This commit is contained in:
Shailesh Parmar 2023-01-25 10:34:12 +05:30 committed by GitHub
parent bce8574f98
commit bf55f13b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(() => {