Skip to content

Commit 770bb54

Browse files
authored
Merge pull request #17 from trocco-io/patch-table-after-create-table
update table.description just after create table
2 parents 7dae343 + a1ebb88 commit 770bb54

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)