Skip to content

Commit

Permalink
Fix doc link (googleapis#9200)
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterHub authored and emar-kar committed Sep 18, 2019
1 parent 5a25ff4 commit 7f33f62
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 7f33f62

Please sign in to comment.