- Issue created by @michaellander
- Merge request !515Fixed type mapping to use root config schema DataType. → (Merged) created by michaellander
Currently the deriver is working purely off config schema, but in some cases, the type its getting from the schema is incorrect as a schema type may be extending a DataType while not existing as a DataType itself. An example of this is a config schema type of text
, is actually a string
DataType.
Active
1.1
AI Core module