Sharing a dataset with another team or company without copying it
Analytics Hub is a BigQuery data sharing platform that lets organizations publish and subscribe to datasets as secure, managed exchanges without copying or moving data. It is the recommended approach when you need to share large-scale analytics data with external partners, other business units, or the public while retaining control over access and usage. Use it instead of ad hoc BigQuery dataset sharing whenever governance, scalability, or monetization of data sharing is a requirement.
1 · Learn the must-know
- Analytics Hub uses a publisher/subscriber model where publishers create 'listings' inside a 'data exchange' and subscribers link to them, gaining query access without the data being copied or duplicated.
- Because subscribers query a linked dataset directly against the publisher's underlying BigQuery storage, data stays fresh in real time and publishers only pay for storage while subscribers pay for their own query compute.
- Choose Analytics Hub over manually granting IAM roles on BigQuery datasets when sharing with many external or cross-organization consumers, since it centralizes discovery, access management, and revocation at scale.
- Data exchanges and listings support fine-grained access control, letting publishers control who can discover and subscribe to specific listings, including private exchanges for internal-only sharing.
- Analytics Hub is appropriate for sharing BigQuery-native and BigQuery-compatible data (including some public/commercial datasets) but is not a general-purpose file or object sharing mechanism like Cloud Storage.
- Subscribers cannot modify the source data through the linked dataset, since it remains read-only and governed by the publisher, making it well-suited for controlled, one-to-many analytics distribution.
2 · Check your understanding
A data practitioner is deciding whether to use Analytics Hub or grant BigQuery IAM roles directly on a dataset. In which scenario is Analytics Hub the more appropriate choice?
What you have tried across GCP ADP's objectives, not a readiness score.
Data Preparation and Ingestion~30% of the exam0 of 8 tried
Data Analysis and Presentation~27% of the exam0 of 12 tried
Data Pipeline Orchestration~18% of the exam0 of 9 tried
Data Management~25% of the exam0 of 12 tried
3 · Keep going
Ready for more? Take a weighted mock or try free practice questions.