We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
soda scan -d does_not_exist -c configuration.yml checks.yml
results in
Soda Core 3.0.0b4 Unknown error while executing scan. | dictionary changed size during iteration | Stacktrace: | Traceback (most recent call last): | File "/Users/m1n0/dev/soda/soda-sql/soda-core/soda/core/soda/scan.py", line 267, in execute | for data_source_scan_cfg in self._sodacl_cfg.data_source_scan_cfgs.values(): | RuntimeError: dictionary changed size during iteration
The text was updated successfully, but these errors were encountered:
Data source "does_not_exist" does not exist. should be added as an error to the logs. No stack trace should be shown (unless -V).
Data source "does_not_exist" does not exist.
Sorry, something went wrong.
Handle missing data source.
53aab71
Fix #1169
301951e
Handle missing data source. (#1291)
5f5baed
Handle missing data source. (sodadata#1291)
c034473
Fix sodadata#1169
m1n0
Successfully merging a pull request may close this issue.
results in
The text was updated successfully, but these errors were encountered: