Skip to content

Commit

Permalink
Display Job URL at Info Log Level
Browse files Browse the repository at this point in the history
Original Discussion at https://github.com/dbt-labs/dbt-bigquery/pull/697/files#r1212630246

> Job URL is super useful even beyond debugging code, since it's the ground truth of what logic and process is actually executing the model

Signed-off-by: thatInfrastructureGuy <[email protected]>
  • Loading branch information
thatInfrastructureGuy committed Dec 11, 2024
1 parent e1b6e74 commit 33a1bdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Features-20241210-175614.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Features
body: Display Job URL at Info Log Level
time: 2024-12-10T17:56:14.943063-08:00
custom:
Author: thatInfrastructureGuy
Issue: "696"
2 changes: 1 addition & 1 deletion dbt/adapters/bigquery/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def _query_and_results(
and query_job.job_id is not None
and query_job.project is not None
):
logger.debug(
logger.info(
self._bq_job_link(query_job.location, query_job.project, query_job.job_id)
)

Expand Down

0 comments on commit 33a1bdf

Please sign in to comment.