Skip to content

Commit

Permalink
Changes test name, adds a new e2e test for checking table read for ta…
Browse files Browse the repository at this point in the history
…ble with complex schema.
  • Loading branch information
prashastia committed Dec 21, 2023
1 parent e416b1f commit 471aca2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudbuild/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ steps:
- 'DATASET_NAME=${_DATASET_NAME}'
- 'TABLE_NAME_SIMPLE_TABLE=${_TABLE_NAME_SIMPLE_TABLE}'
- 'AGG_PROP_NAME_SIMPLE_TABLE=${_AGG_PROP_NAME_SIMPLE_TABLE}'
- 'TABLE_NAME_COMPLEX_SCHEMA_TABLE=${_TABLE_NAME_COMPLEX_SCHEMA_TABLE}'
- 'AGG_PROP_NAME_COMPLEX_SCHEMA_TABLE=${_AGG_PROP_NAME_COMPLEX_SCHEMA_TABLE}'

# Maximum tolerance 60 minutes.
timeout: 3600s
Expand Down

0 comments on commit 471aca2

Please sign in to comment.