Google BigQuery

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

Details

Frends version
5.5 and newer
Agent
Crossplatform
Target framework
net6.0

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:

  • Dataset: Resource.

  • Job: Resource.

  • Model: Resource.

  • Routine: Resource.

  • Table: Resource.

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:

  • JSON: Method to read Service account JSON.

  • File: Method to read Service account JSON.

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.

An unhandled error has occurred. Reload 🗙