diff --git a/.changes/unreleased/Features-20241210-175614.yaml b/.changes/unreleased/Features-20241210-175614.yaml new file mode 100644 index 000000000..f233ec324 --- /dev/null +++ b/.changes/unreleased/Features-20241210-175614.yaml @@ -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" diff --git a/dbt/adapters/bigquery/connections.py b/dbt/adapters/bigquery/connections.py index bb062f330..a0047e504 100644 --- a/dbt/adapters/bigquery/connections.py +++ b/dbt/adapters/bigquery/connections.py @@ -578,9 +578,7 @@ def _query_and_results( and query_job.job_id is not None and query_job.project is not None ): - logger.debug( - self._bq_job_link(query_job.location, query_job.project, query_job.job_id) - ) + logger.info(self._bq_job_link(query_job.location, query_job.project, query_job.job_id)) timeout = self._retry.create_job_execution_timeout() try: