defaultDataset property
Specifies the default datasetId and projectId to assume for any unqualified table names in the query.
If not set, all table names in the query string must be qualified in the format 'datasetId.tableId'.
Optional.
Implementation
DatasetReference? defaultDataset;