Data Lake
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:
- The lake on Google Cloud: store, govern, query
- Managing the lake: storage classes and aging policies
- Governing the lake with Dataplex
- Querying lake data: external tables vs BigLake
- Processing, monitoring, and reading the stem
Ways to make Cloud Storage lake data queryable and governed
| Capability | External table | BigLake table | Dataplex discovery |
|---|---|---|---|
| What it is | BigQuery table over GCS files | External table with access delegation | Auto scan that registers tables for you |
| User needs GCS permission? | Yes, direct bucket read | No, only table permission | Tables it creates can be BigLake (no bucket read) |
| Row/column security + masking | No | Yes | Inherited from the BigLake tables it creates |
| Schema | You define it | You define it | Inferred automatically from the files |
| Best for | Quick ad-hoc reads of trusted data | Governed, fine-grained access to lake data | Cataloging and exposing a sprawling bucket |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Data lake vs. data warehouse
- Cloud Storage storage classes
- Object Lifecycle Management
- Cloud Storage Autoclass
- Dataplex (Knowledge Catalog) introduction
- Automatic discovery of Cloud Storage data
- Dataplex auto data quality overview
- Query Cloud Storage data in external tables
- Introduction to BigLake tables
- Dataproc overview
- Cloud Monitoring overview