We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab07845 commit 9e1b896Copy full SHA for 9e1b896
bigquery/google/cloud/bigquery/job.py
@@ -2678,7 +2678,7 @@ def ddl_target_routine(self):
2678
for CREATE/DROP FUNCTION/PROCEDURE queries.
2679
2680
See:
2681
- https://cloud.google.com/bigquery/docs/reference/rest/v2/JobStatistics
+ https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobstatistics
2682
"""
2683
prop = self._job_statistics().get("ddlTargetRoutine")
2684
if prop is not None:
0 commit comments