Skip to content

Commit 3354d21

Browse files
committed
column option has the highest priority for description
1 parent f25e287 commit 3354d21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/embulk/output/bigquery.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,7 @@ def self.transaction(config, schema, task_count, &control)
399399
end
400400
end
401401

402-
if task['mode'] == 'append' || task['mode'] == 'append_direct'
403-
# update only column.description based on column_options
404-
bigquery.patch_table
405-
end
402+
bigquery.patch_table
406403

407404
ensure
408405
begin

0 commit comments

Comments
 (0)