lib/google/cloud/bigquery/dataset.rb in google-cloud-bigquery-1.43.1 vs lib/google/cloud/bigquery/dataset.rb in google-cloud-bigquery-1.44.0
- old
+ new
@@ -477,10 +477,10 @@
# @return [Google::Cloud::Bigquery::Dataset::Tag] The list of tags.
#
def tags
ensure_full_data!
return nil if @gapi.tags.nil?
- @gapi.tags.map { |gapi| Tag.from_gapi(gapi) }
+ @gapi.tags.map { |gapi| Tag.from_gapi gapi }
end
##
# Permanently deletes the dataset. The dataset must be empty before it
# can be deleted unless the `force` option is set to `true`.