Can a consumed data share be subsequently shared out?
For example:
If I'm consuming a databricks datashare, that results in a external table/view in ADW, can I then configure that external table/view to be a part of a ADW datashare?
- Either through sharing the external databricks consumed table/view directly or deriving another view and sharing that (i.e. something like CREATE VIEW AS DATABRICKS_AUGMENTED_SHARE AS SELECT COL1, COL2 FROM DATABRICKS_CONSUMED_VIEW)
We've observed this is not possible in databricks but wanted to see if it was possible in the ADW implementation of deltasharing.
0