Frends.GoogleBigQuery.DeleteResource / 1.0.0
Summary
Deletes a named BigQuery object, whichever kind it is: dataset, table, job, model or routine.
Typical use — tearing down scratch datasets a Process created for a load or a test run
Connection parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| BaseUri | String |
– | https://bigquery.googleapis.com |
Service base URI. If empty, the default base URI for the service is used. |
| Resource | Resources |
Table |
Resources.Tables |
Resource. Possible values:
|
| ProjectId | String |
– | projectid |
Project ID. |
| DatasetId | String |
– | datasetid |
Dataset ID. |
| TableId | String |
– | tableid |
Table ID. |
| JobId | String |
– | jobid |
Job ID |
| ModelId | String |
– | modeid |
Model ID. |
| RoutineId | String |
– | routineid |
Routine ID. |
| ReadJsonMethod | ReadJsonMethods |
File |
ReadJsonMethods.File |
Method to read Service account JSON. Possible values:
|
| SecretJsonSecret | String |
– |
{
"type": "service_account",
"project_id": "your-project-id",
...
}
|
Service account key file. |
| CredentialsFilePath | String |
– | C:\temp\jsonfile.json |
Filepath to service account key file. |