Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Marking tasks with error as successful on airflow when using PythonVirtualEnvOperator #1

Open
pedro-gil opened this issue Mar 3, 2022 · 1 comment

Comments

@pedro-gil
Copy link

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.

@vijaykiran vijaykiran transferred this issue from sodadata/soda-core Mar 22, 2022
@HansBambel
Copy link

I have the same issue that the errors in a soda-test does not error out and appear as if all tests passed.

I am using soda with a BashOperator

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants