Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary change for the new BQ connector #16029

Merged
merged 14 commits into from
Jan 14, 2021

Conversation

jgoizueta
Copy link
Member

This is needed until new Connections are merged in.

See https://app.clubhouse.io/cartoteam/story/122137

@jgoizueta jgoizueta changed the base branch from master to feature/ch122137/rename-bigquery-connector December 23, 2020 18:02
@jgoizueta jgoizueta marked this pull request as ready for review January 13, 2021 07:32
project | Defines the Google Cloud project that contains the data to be imported (optional).
dataset | Name of the dataset to import data from (optional).
table \| sql_query | Required. Either identify the BigQuery table to be imported or use a SQL query to fetch data.
import_as | Can be used to specifiy the name of the imported dataset (optional)
storage_api | (true/false) specifies if BigQuery Storage API will be used or not. (optional; false by default)

Note that you could either import from a query using `sql_query` or from a table using `table`.
Note also that by default the Storage API is not used.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this sentence

@@ -15,6 +15,7 @@ def initialize(parameters:, user:, **args)
@provider_name ||= DEFAULT_PROVIDER

@user = user
temporay_parameters_adjustment_for_new_bigquery_connector

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a big deal, but there is a typo in "temporay"

Copy link
Member

@juanrmn juanrmn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Base automatically changed from feature/ch122137/rename-bigquery-connector to master January 14, 2021 13:19
@jgoizueta jgoizueta merged commit 6dd2949 into master Jan 14, 2021
@jgoizueta jgoizueta deleted the feature/ch122137/deploy-new-bigquery-connector branch January 14, 2021 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants