oso
oso copied to clipboard
Dlt sql factory should not entirely skip all assets in a database if a single table errors
What is it?
Currently, if a single table within a dlt sql database asset factory fails to load for some reason the entire set of assets with that sql table are ignored. Instead we should error and report some kind of partial failure and appropriate logging so that issues can be debugged but table definitions that still work, continue to work properly.
This is currently an issue for one of the gitcoin datasets.