Hi everyone. I am trying to use kedro_datasets.databricks.ManagedTableDataset. I was able to write a new table with ManagedTableDataset without configure owner_group and with owner_group using the same owner as the database. However, I got the following error if I want to see sample data or query the table:
Error getting sample data
_*[INTERNAL_ERROR] Couldn't find owner#6714 in [col_A, col_B, .....*_
It seems to me that the owner_group is not specified correctly for columns. Could anyone help me on this? Thank you