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
If the runsheet includes a view but the sql for that view is missing for some reason, the CSV harvester will just drop the view (the first step in the "replace" process sequence), but silently move on when it fails to find a matching SQL file.
This behaviour is simple and clean when everything is in place, but not quite ideal if the SQL file happens to be missing (config errors do occur...)