Skip to content

Commit 5e10e2e

Browse files
authored
Merge pull request #104 from trocco-io/fixed_incorrect_arguments
Fixed incorrect arguments
2 parents 440a01b + 73ae708 commit 5e10e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/embulk/output/bigquery_java/BigqueryClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ private com.google.cloud.bigquery.Schema buildSchema(
723723
// TODO: support schema file
724724

725725
if (task.getTemplateTable().isPresent()) {
726-
Table table = getTable(destinationProject, destinationDataset, task.getTemplateTable().get());
726+
Table table = getTable(task.getTemplateTable().get());
727727
return table.getDefinition().getSchema();
728728
}
729729

0 commit comments

Comments
 (0)