Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/google_bigquery_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
require 'google/bigquery/property/table_view'
require 'google/bigquery/property/table_view_user_defined_function_resources'

# A provider to manage Google Cloud BigQuery resources.
# A provider to manage BigQuery resources.
class Table < GcpResourceBase
name 'google_bigquery_table'
desc 'Table'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_pubsub_topic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Topic < GcpResourceBase

attr_reader :name
attr_reader :labels

def initialize(params)
super(params.merge({ use_http_transport: true }))
@fetched = @connection.fetch(product_url, resource_base_url, params)
Expand Down