Skip to content

Commit a1ebb88

Browse files
committed
update table.description
1 parent 6be1d12 commit a1ebb88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/embulk/output/bigquery.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ def self.transaction(config, schema, task_count, &control)
330330
@converters = ValueConverterFactory.create_converters(task, schema)
331331

332332
self.auto_create(@task, @bigquery)
333+
bigquery.patch_table
333334

334335
begin
335336
paths = []
@@ -399,8 +400,6 @@ def self.transaction(config, schema, task_count, &control)
399400
end
400401
end
401402

402-
bigquery.patch_table
403-
404403
ensure
405404
begin
406405
if task['temp_table'] # append or replace or replace_backup

0 commit comments

Comments
 (0)