Data driven testing:Test suite collection fails to execute when data records for one of test suite is empty

I am performing data driven testing.My project has a Test suite collection where in each test suite has different data files as input.
These data files are of type Database data.

When one of the test suite does not have any data records for execution other test suites in the collection also do not execute.

Please help me to find a solution or provide suggestion,
where in other test suites in collection will be executed though it could not find data records for one of the test suite in collection

I’m running into the same issue. Has anyone found a solution to this?