Overview
The initial implementation uses the CKAN API to get Table Schema information (the datastore_info endpoint). Probably, it is the best approach, but we might consider inferring Table Schema directly from the database using the dplib.plugins.sql mapper. It might be a more performant approach providing more detailed schema information.