Data Sharing (Share)
Data Sharing (Share) lets you securely share tables or views in Lakehouse with users in other instances — no data copying required. Once the provider grants access, the consumer reads the original data in real time; any updates on the provider side are immediately visible to the consumer.
In This Chapter
| Page | Description |
|---|---|
| CREATE SHARE | Create a share object |
| ALTER SHARE | Modify a share object, including adding/removing target instances |
| GRANT TO SHARE | Add tables or views to a share object |
| REVOKE FROM SHARE | Remove previously granted objects from a share |
| DROP SHARE | Drop a share object |
| DESC SHARE | View the details of a share object |
| SHOW SHARES | List all share objects in the current instance |
| CREATE SCHEMA FROM SHARE | Consumer mounts shared data by creating a read-only schema in the local workspace |
Typical Workflow
Provider: Create and authorize a share
Consumer: Mount and query shared data
Related Documentation
| Document | Description |
|---|---|
| Cross-Instance Data Sharing Guide | Complete operation guide organized by business scenario, including permission configuration and FAQs |
