utils.config.loaders module¶
Tools for loading configurations
- get_sql_types(type_config=None)[source]¶
Get the SQL types associated to configuration parameters from a string-based type-config
- Parameters
type_config (dictionary-like, optional) – maps parameter names to strings describing data types. Allows MutableMappings (key-value mappings) and can accomodate Configuration objects. If no argument is given, the default integrator configuration is used.
- Returns
- Return type
dict