-
Notifications
You must be signed in to change notification settings - Fork 1.5k
bigquery: add Determinism to RoutineMetadata #3533
Copy link
Copy link
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Client
BigQuery
package cloud.google.com/go/bigquery version v1.14.0
Expected behavior
struct RoutineMetadata containing a field to express function determinism, like in package
google.golang.org/api/bigquery/v2
where struct Routine has field DeterminismLevel
Actual behavior
No way to express level of determinism
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.