Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
74fe24f
Add automated metadata-as-code and dark data cookbook
hyunuk Aug 7, 2026
00e9866
Add curated data products cookbook
hyunuk Aug 7, 2026
f3d7861
Add lineage graph observability and root-cause analysis cookbook
hyunuk Aug 7, 2026
b08a665
docs(cookbooks): polish dark data cookbook for style guide compliance…
hyunuk Aug 7, 2026
6a8d120
docs(cookbooks): deepen architectural rationale and align curated_dat…
hyunuk Aug 7, 2026
f47e347
docs(cookbooks): rewrite lineage_graph_observability with real BigQue…
hyunuk Aug 7, 2026
1962906
docs(cookbooks): update DevRel UTM campaign tags with corresponding B…
hyunuk Aug 7, 2026
7873c0d
test(cookbooks): verify lineage_graph_observability across all 3 test…
hyunuk Aug 8, 2026
ac31248
fix(cookbooks): handle BigQuery public data US multi-region requireme…
hyunuk Aug 8, 2026
83fac58
fix(cookbooks): add required outputs and execution_count fields for n…
hyunuk Aug 8, 2026
a204e3b
Merge branch 'GoogleCloudPlatform:main' into cookbooks
hyunuk Aug 11, 2026
038b502
feat(cookbooks): add enterprise governance and observability notebook…
hyunuk Aug 11, 2026
e25faa0
fix(cookbooks): decouple Gemini location endpoint and apply review re…
hyunuk Aug 11, 2026
49649aa
refactor(cookbooks): supersede lineage_graph_observability with enter…
hyunuk Aug 11, 2026
5b57591
Merge branch 'GoogleCloudPlatform:main' into cookbooks
hyunuk Aug 24, 2026
cb61013
feat(cookbooks): update curated data products with Knowledge Catalog …
hyunuk Aug 24, 2026
716e13b
feat(cookbooks): add dark data metadata-as-code cookbook
hyunuk Aug 24, 2026
dc9603d
feat(cookbooks): add hardened enterprise governance observability not…
hyunuk Aug 27, 2026
abf9037
refactor(cookbooks): certify cookbooks with Google Cloud 2026 standar…
hyunuk Aug 29, 2026
b4588aa
chore(cookbooks): remove WIP notebook and preview markdown
hyunuk Aug 29, 2026
a25cc96
refactor(cookbooks): certify metadata-as-code dark data with atomic s…
hyunuk Aug 29, 2026
4a9acc3
refactor(cookbooks): standardize parameter contracts, atomic cell str…
hyunuk Aug 29, 2026
e790fd7
fix(cookbooks): add DevRel UTM attribution to enterprise governance o…
hyunuk Aug 29, 2026
8131759
fix(cookbooks): use UpdateEntryRequest and authenticate Colab session…
hyunuk Aug 29, 2026
ce5467c
refactor(cookbooks): adopt direct resilient cleanup and remove dead-c…
hyunuk Aug 30, 2026
53f9d32
fix(cookbooks): resolve fatal NameError, race conditions, ghost searc…
hyunuk Aug 31, 2026
7bbeb3e
refactor(curated-data-products): eliminate LOCATION alias and standar…
hyunuk Aug 31, 2026
83b16cb
feat(cookbooks): remediate observability and curated products cookboo…
hyunuk Aug 31, 2026
b2b244b
fix(dark-data): remove redundant negative test cells and fix catalog …
hyunuk Aug 31, 2026
193e6f4
feat(cookbooks): align catalog search syntax, enrich pedagogical scaf…
hyunuk Aug 31, 2026
c13126b
chore(cookbooks): remove internal preview.md files
hyunuk Aug 31, 2026
a8048c5
feat(cookbooks): add catalog search, deep inspection, and AI agent gr…
hyunuk Sep 1, 2026
f951421
fix(catalog-search): align headings with style guide and remove inter…
hyunuk Sep 1, 2026
11c6dfd
feat(cookbooks): enrich pedagogical narrative, adopt colab-native cal…
hyunuk Sep 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
.DS_Store
node_modules/
.venv/
.agents/
trial_runs/
BRIEFING.md
ORIGINAL_REQUEST.md
*AUDIT*.md
*EVALUATION*.md
*_plan_*.md
*_review_*.md
*_en.md
*_ko.md
*_preview.md
*.receipt.json
test_receipt.json
1,162 changes: 1,162 additions & 0 deletions cookbooks/catalog_search_and_retrieval.ipynb

Large diffs are not rendered by default.

1,054 changes: 1,054 additions & 0 deletions cookbooks/curated_data_products.ipynb

Large diffs are not rendered by default.

688 changes: 688 additions & 0 deletions cookbooks/enterprise_governance_observability.ipynb

Large diffs are not rendered by default.

Binary file added cookbooks/manuals/LUM-LIG-DES-8G8J_manual.pdf
Binary file not shown.
810 changes: 810 additions & 0 deletions cookbooks/metadata_as_code_dark_data.ipynb

Large diffs are not rendered by default.