Skip to content

Conversation

@leplatrem
Copy link
Contributor

Fix #1422

@leplatrem leplatrem requested a review from a team as a code owner December 3, 2024 11:26
@leplatrem leplatrem added the enhancement New feature or request label Dec 3, 2024

# Big Query
try:
checks["bigquery"] = (await utils.fetch_bigquery("SELECT 'ok';"))[0]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If bigquery is having an outage, this will also fail for us. Do we want this in our heartbeat because of that? Is there a way for us to check the exception to see if we received an auth error or a different error?

@leplatrem leplatrem marked this pull request as draft January 13, 2025 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add BigQuery integration check in heartbeat

3 participants