You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
I've been running soda-sql-bigquery version 2.1.5 using the PythonVirtualEnvOperator on an Airflow environment.
There was a change in the service account key, so the credentials did fail presenting the following error: "[ScanError(message='Exception during scan', exception=RefreshError('invalid_grant: Invalid JWT Signature.', {'error': 'invalid_grant', 'error_description': 'Invalid JWT Signature.'}))]"
It also logged the scan with problems with this message: "There were errors in the scan execution."
However, when it comes to the airflow dag, this task was marked as successful. It would be great to know when the scans fail without having to check the logs.
The text was updated successfully, but these errors were encountered:
I've been running soda-sql-bigquery version 2.1.5 using the PythonVirtualEnvOperator on an Airflow environment.
There was a change in the service account key, so the credentials did fail presenting the following error: "[ScanError(message='Exception during scan', exception=RefreshError('invalid_grant: Invalid JWT Signature.', {'error': 'invalid_grant', 'error_description': 'Invalid JWT Signature.'}))]"
It also logged the scan with problems with this message: "There were errors in the scan execution."
However, when it comes to the airflow dag, this task was marked as successful. It would be great to know when the scans fail without having to check the logs.
The text was updated successfully, but these errors were encountered: