sterling_paramore
05/23/2022, 5:15 PM(meltano) ➜ tap-quickbase-json git:(main) ✗ poetry run meltano install
2022-05-23T16:59:57.151541Z [info ] Environment 'dev' is active
Loader 'target-bigquery' variant 'transferwise' is not known to Meltano. Variants: adswerve (default)
aaronsteers
05/23/2022, 5:16 PMaaronsteers
05/23/2022, 5:16 PMsterling_paramore
05/23/2022, 5:17 PM(meltano) ➜ tap-quickbase-json git:(main) ✗ meltano add --custom loader target-bigquery --variant transferwise
2022-05-23T17:10:05.774873Z [info ] Environment 'dev' is active
Adding new custom loader with name 'target-bigquery'...
Specify the plugin's namespace, which will serve as the:
- identifier to find related/compatible plugins
- default target database dialect (`dialect` extra),
for use by transformers that connect with the database
Hit Return to accept the default: plugin name with underscores instead of dashes
(namespace) [target_bigquery]:
Specify the plugin's `pip install` argument, for example:
- PyPI package name:
target-bigquery
- Git repository URL:
git+https://<PLUGIN REPO URL>.git
- local directory, in editable/development mode:
-e extract/target-bigquery
- 'n' if using a local executable (nothing to install)
Default: plugin name as PyPI package name
(pip_url) [target-bigquery]: pipelinewise-target-bigquery
Specify the plugin's executable name
Default: name derived from `pip_url`
(executable) [pipelinewise-target-bigquery]: target-bigquery
Specify the loader's supported settings
Multiple setting names (keys) can be separated using commas.
A setting kind can be specified alongside the name (key) by using the `:` delimiter,
e.g. `port:integer` to set the kind `integer` for the name `port`
Supported setting kinds:
string | integer | boolean | date_iso8601 | email | password | oauth | options | file | array | object | hidden
- Credentials and other sensitive setting types should use the password kind.
- If not specified, setting kind defaults to string.
- Nested properties can be represented using the `.` separator, e.g. `auth.username` for `{ "auth": { "username": value } }`.
- To find out what settings a loader supports, reference its documentation.
Default: no settings
(settings) [[]]: { "uhm": "string" }
' "string" }' is not a valid SettingKind
(settings) [[]]: uhm:string
Loader 'target-bigquery' already exists in your Meltano project
Loader 'target-bigquery' variant 'transferwise' is not known to Meltano. Variants: adswerve (default)
edgar_ramirez_mondragon
05/23/2022, 5:39 PMmeltano remove
the target-bigquery
already present in your projectsterling_paramore
05/23/2022, 5:40 PMmeltano remove
do anything else?edgar_ramirez_mondragon
05/23/2022, 5:53 PM