Skip to content

Commit

Permalink
Merge pull request #163 from keboola/BQ-export-params
Browse files Browse the repository at this point in the history
BIG-93 BQ add export query bindings
  • Loading branch information
zajca authored Dec 21, 2022
2 parents 95fd0f8 + 75dbe0e commit deaabe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Backend/Bigquery/Export/GcsExportAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public function runCopyCommand(
);
$this->bqClient->runQuery(
$this->bqClient->query($sql)
->parameters($source->getQueryBindings())
);

if ($exportOptions->generateManifest()) {
Expand Down

0 comments on commit deaabe4

Please sign in to comment.