Has anyone used `mergeSchema` in `ManagedTableData...
# questions
e
Has anyone used
mergeSchema
in
ManagedTableDataset
in Kedro to avoid schema errors when appending to an existing table in Databricks? Could you share how to configure it correctly? I share an example: "{namespace}.db_results": type: databricks.ManagedTableDataset table: reporting_prove database: db_reporting write_mode: append dataframe_type: pandas layer: reporting options: mergeSchema: true <- This part return an error because Kedro 0.18.14 unexpected keyword argument 'options' Thxs!
j
Hi, It seems like the functionality you're looking for,
mergeSchema
, is not currently supported. To request this feature and ensure it gets the attention of the Kedro maintainers, I suggest opening an issue/feature request on the
kedro-plugins
👍 2