docs(ml_ops): Add Data Catalog Config notebook for Feature Store#5927
Merged
mollyheamazon merged 1 commit intoJun 17, 2026
Merged
Conversation
cfca8f2 to
c91a632
Compare
c91a632 to
79939bd
Compare
79939bd to
6b71bd3
Compare
118e4e1 to
f64d1b2
Compare
f64d1b2 to
7b460a1
Compare
Add comprehensive notebook demonstrating all DataCatalogConfig options for Feature Store offline store configuration including: - Auto-generated table names (Glue and Iceberg) - Custom table/database naming - Bring Your Own Table (BYOT) pattern - S3-only mode - Error scenarios (invalid names, duplicate tables, unsupported configs) - Schema evolution behavior differences - DescribeFeatureGroup verification - Athena query with custom-named tables
7b460a1 to
5024ef2
Compare
mollyheamazon
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add comprehensive notebook demonstrating all
DataCatalogConfigoptions for Feature Store offline store configuration.What does this notebook cover?
Happy paths:
Verification:
Error/edge cases:
Location
v3-examples/ml-ops-examples/v3-feature-store-examples/data-catalog-config/v3-feature-store-data-catalog-config.ipynbTesting
Notebook tested end-to-end locally with Python 3.10 and sagemaker-mlops 1.13.1. Uses v3 APIs (FeatureGroupManager, OfflineStoreConfig from sagemaker.mlops.feature_store).