- Added native type support for `base.create_out_table_definition_from_schema` method
- **BUGFIX** Fixed table_metadata structure from `[{"key":"value"},{"key2":"value"}]` to `{"key":"value", "key2":"value"}`
- Table description exposed on TableDef level, inserted into table_metadata for backward compatibility
- Deprecated methods `TableMetadata. add_column_metadata` and `TableMetadata.add_table_descriptions`
What's Changed
* Fix/table metadata schema support by davidesner in https://github.com/keboola/python-component/pull/69
**Full Changelog**: https://github.com/keboola/python-component/compare/1.6.7...1.6.8