Skip to content

Commit

Permalink
Merge pull request #1457 from cloudsufi/patch/bq-output-path-log
Browse files Browse the repository at this point in the history
[PLUGIN-1814] Log output path
  • Loading branch information
psainics authored Oct 28, 2024
2 parents 98c5c12 + 40fa8e8 commit 601f62b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void checkOutputSpecs(JobContext job) throws FileAlreadyExistsException,

// Get the output path.
Path outputPath = BigQueryOutputConfiguration.getGcsOutputPath(conf);
LOG.info("Using output path '%s'.", outputPath);
LOG.info("Using output path '{}'.", outputPath);

// Error if the output path already exists.
FileSystem outputFileSystem = outputPath.getFileSystem(conf);
Expand Down

0 comments on commit 601f62b

Please sign in to comment.