Skip to content

Commit ef91386

Browse files
shawnbayerbshaffer
authored andcommitted
updating comment to say export instead of import (GoogleCloudPlatform#427)
1 parent f5dfbe2 commit ef91386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/api/src/functions/export_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function export_table($projectId, $datasetId, $tableId, $bucketName, $objectName
4949
'projectId' => $projectId,
5050
]);
5151
$destinationObject = $storage->bucket($bucketName)->object($objectName);
52-
// create the import job
52+
// create the export job
5353
$options = ['jobConfig' => ['destinationFormat' => $format]];
5454
$job = $table->export($destinationObject, $options);
5555
// poll the job until it is complete

0 commit comments

Comments
 (0)