Skip to content

Commit

Permalink
test: do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
PhongChuong committed Feb 5, 2025
1 parent 01da459 commit 2643f4d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public class QueryExternalSheetsPermIT {
private PrintStream originalPrintStream;

private static final String BIGQUERY_DATASET_NAME = requireEnvVar("BIGQUERY_DATASET_NAME");
private static final String PROJECT_ID = requireEnvVar("GOOGLE_CLOUD_PROJECT");

private static String requireEnvVar(String varName) {
String value = System.getenv(varName);
Expand Down Expand Up @@ -79,6 +80,7 @@ public void tearDown() {

@Test
public void testQueryExternalSheetsPerm() {
assertThat(PROJECT_ID).contains("Query on external permanent table performed successfully.");
String sourceUri =
"https://docs.google.com/spreadsheets/d/1i_QCL-7HcSyUZmIbP9E6lO_T5u3HnpLe7dnpHaijg_E";
Schema schema =
Expand Down

0 comments on commit 2643f4d

Please sign in to comment.