Sharing Data
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Professional Data Engineer premium course — no separate purchase.
Included in this chapter:
- Share derived results without granting source access
- Publish across orgs with BigQuery sharing (Analytics Hub)
- Clean rooms, travelling controls, and Looker Studio reports
- Exam-pattern recognition
Choosing a BigQuery data-sharing mechanism
| Mechanism | Direct IAM grant | Authorized view / dataset / routine | BigQuery sharing (Analytics Hub) | Data clean room |
|---|---|---|---|---|
| What the consumer gets | Read on the actual table | Query results of a SELECT only | Read-only linked dataset (pointer) | Restricted query access, no row visibility |
| Sees source rows/columns | Yes, all of them | Only what the view exposes | Subject to source RLS/CLS | No, rows never revealed |
| Crosses orgs / projects | Within IAM reach | Same-org sharing | Yes, publish-and-subscribe | Yes, between parties |
| Data copied | No | No | No (linked dataset) | No |
| Typical use | Trusted analyst needs all data | Hide sensitive columns/rows from a team | Distribute a dataset to partners | Joint analysis without exposing each other's data |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.