Skip to content

Bigquery: Model reference repr seems wrong for model_id #65

@HemangChothani

Description

@HemangChothani

For ModelReference's repr use project_id against model_id

def __repr__(self):
return "ModelReference(project='{}', dataset_id='{}', project_id='{}')".format(
self.project, self.dataset_id, self.model_id
)

Metadata

Metadata

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions