Replace errors with warnings
Hello
I have a lot of data sources imported on a nightly basis. If the source didn't change, the system doesn't update the table (which is logical), and showing red Error in the log (which is NOT logical). So I have to check every error to be sure this is actually not an error. So the proposal is to introduce Warnings at least for the following cases:
1. The data was not imported because the source didn't change
2. First rows of the source were not imported because the import parameters required to skip first rows
Thanks!