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
Describe the bug
Spark job fails if country is configured to run but no checks are configured to run in that country. This is not ideal in a scenario where you have country restricted checks but want to run a small group of checks on a small group of countries.
To Reproduce
add "countries": ["NZL"] to the PoolSizeCheck object in the configuration.json.
in the atlas-checks spark job command (IntegrityCheckSparkJob) configure the job to run on NZL and AUS.
The job will complete for NZL but will fail afterwards since the check is restricted to NZL.
Expected behavior
Allow jobs to complete when the job tries to run in a country where there are no atlas checks configured to run.
The text was updated successfully, but these errors were encountered:
Describe the bug
Spark job fails if country is configured to run but no checks are configured to run in that country. This is not ideal in a scenario where you have country restricted checks but want to run a small group of checks on a small group of countries.
To Reproduce
"countries": ["NZL"]
to the PoolSizeCheck object in the configuration.json.Expected behavior
Allow jobs to complete when the job tries to run in a country where there are no atlas checks configured to run.
The text was updated successfully, but these errors were encountered: