`soda_core_uploads_disabled` should not count as an error
See original GitHub issueA failed check attempted to send data to Soda Cloud but I have disabled sending sample data. This resulted in 3 Errors
but as I disabled this feature, it shouldn’t be counted (or reported) as an error
Soda Core 3.0.0b12
> /api/command (login with API key credentials)
< 200 (login ok, token received)
Empty file upload detected, not sending Content-Length header
No fileId received in response: {'code': 'soda_core_uploads_disabled', 'message': 'File uploads disabled by administrator'}
Soda cloud error: Could not upload sample <table_name>_failed_rows
| 'fileId'
Empty file upload detected, not sending Content-Length header
No fileId received in response: {'code': 'soda_core_uploads_disabled', 'message': 'File uploads disabled by administrator'}
Soda cloud error: Could not upload sample failed_rows
| 'fileId'
No fileId received in response: {'code': 'soda_core_uploads_disabled', 'message': 'File uploads disabled by administrator'}
Soda cloud error: Could not upload sample failed_rows
| 'fileId'
Scan summary:
[...]
ERRORS:
Soda cloud error: Could not upload sample <table_name>_failed_rows
| 'fileId'
Soda cloud error: Could not upload sample failed_rows
| 'fileId'
Soda cloud error: Could not upload sample failed_rows
| 'fileId'
Sending results to Soda Cloud
When viewing the exit code I get 3
which I assume is custom to prevent/catch types of failures…
[...]/soda-cl# echo $?
3
Issue Analytics
- State:
- Created a year ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
What Is An Error In Baseball: Importance Of The Statistic
In basic terms, an unforced error is a mistake made by a player that does not get counted on the scoreboard, but most...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
removing the
soda_cloud:
config would fix it but i guess that is not what you want.ok got it. in that case we ll roll out a fix release in the coming days for this.
@vijaykiran can you let @jasonicarter know when he can expect a new release to be published?