Skip to content

Commit f91cb8a

Browse files
WalterHubemar-kar
authored andcommitted
Fix doc link (googleapis#9200)
1 parent aea0ffe commit f91cb8a

File tree

1 file changed

+1
-1
lines changed
  • bigquery/google/cloud/bigquery

1 file changed

+1
-1
lines changed

bigquery/google/cloud/bigquery/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2678,7 +2678,7 @@ def ddl_target_routine(self):
26782678
for CREATE/DROP FUNCTION/PROCEDURE queries.
26792679
26802680
See:
2681-
https://cloud.google.com/bigquery/docs/reference/rest/v2/JobStatistics
2681+
https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobstatistics
26822682
"""
26832683
prop = self._job_statistics().get("ddlTargetRoutine")
26842684
if prop is not None:

0 commit comments

Comments
 (0)