Fail more helpfully when schema or data location is a directory
Previously a schema or data locatio that was a directory would result in an attempt being made to apply the directory listing as SQL scripts. This would typically result in a hard to diagnose failure due to the directory listing not being valid SQL. This commit updates the initializer to ignore locations for which the Resources is not readable. This works as Framework's Resource abstraction does not consider directory resources to be readable. Closes gh-36386pull/37210/head
parent
db0ab9f580
commit
35d3cdbe74
Loading…
Reference in New Issue