-
Notifications
You must be signed in to change notification settings - Fork 0
Profiling
/profile-tables produces the migration profile for each table, view, or materialized view.
For tables, the profile captures the downstream signals needed for generation and testing, including:
- classification
- keying
- watermark strategy
- foreign-key structure
- PII handling
For views and materialized views, the profile classifies them for downstream migration behavior, for example stg versus mart.
/profile-tables silver.DimCustomer silver.FactInternetSales
Like the other batch commands, /profile-tables manages its own git workflow, commits successful items as they complete, and can open or update a PR at the end of the run.
okpartialerror
partial means the profile was written but some required evidence was incomplete or ambiguous.
Proceed to Test Generation.
Getting Started
Project Setup (run once)
Whole-Mart Migration
Per-Object Migration (repeat per table)
Commands and CLI
Exploring the Catalog
Operations
- Status Dashboard
- Deciding Data Domains for Migration
- Handling Diagnostic Errors and Warnings
- Browsing the Catalog
- Sandbox Operations
- Git Workflow
Reference
- Glossary
-
verifying-completion-claimsskill - Profiling Signals
- SQL Server Connection Variables
- Oracle Connection Variables
- Troubleshooting and Error Codes