dbt-labs / dbt-bigquery

dbt-bigquery contains all of the code required to make dbt operate on a BigQuery database.
https://github.com/dbt-labs/dbt-bigquery
Apache License 2.0
214 stars 149 forks source link

[Feature] Log BigQuery console link at the info level (instead of debug level) #1136

Open wircho opened 6 months ago

wircho commented 6 months ago

Is this your first time submitting a feature request?

Describe the feature

Change the log level of the BigQuery console job link from debug to info

Describe alternatives you've considered

N/A

Who will this benefit?

Any team that runs jobs on the cloud (e.g. Airflow).

Debug-level logs, especially with full parse, are extremely verbose and long for large projects. We set our log level to info everywhere. So it would be useful to benefit from what is basically the most relevant and actionable information about the job, at the info level.

Are you interested in contributing this feature?

Yes

Anything else?

No response

github-actions[bot] commented 4 days ago

This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.