Skip to content

Commit

Permalink
Fix doc link (#9200)
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterHub authored and tseaver committed Sep 10, 2019
1 parent ab07845 commit 9e1b896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/google/cloud/bigquery/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -2678,7 +2678,7 @@ def ddl_target_routine(self):
for CREATE/DROP FUNCTION/PROCEDURE queries.
See:
https://cloud.google.com/bigquery/docs/reference/rest/v2/JobStatistics
https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobstatistics
"""
prop = self._job_statistics().get("ddlTargetRoutine")
if prop is not None:
Expand Down

0 comments on commit 9e1b896

Please sign in to comment.