Description
The interactive wizard (invoked with --interactive flag) is missing the schema-only table selection and time filter configuration steps that previously existed.
Current Behavior
The wizard only has 3 steps:
- Select Databases
- Select Tables to Exclude
- Review Configuration
Expected Behavior
The wizard should have 5 steps:
- Select Databases
- Select Tables to Exclude
- Select Schema-Only Tables (schema without data)
- Configure Time Filters (filter tables by timestamp column)
- Review Configuration
Root Cause
Commit 6964e4f ("Rewrite interactive wizard with inquire for back navigation") removed these steps when migrating from dialoguer to inquire crate.
Impact
Users cannot configure schema-only replication or time-based filtering through the interactive wizard - they must use CLI flags or config files instead.
Labels
Description
The interactive wizard (invoked with
--interactiveflag) is missing the schema-only table selection and time filter configuration steps that previously existed.Current Behavior
The wizard only has 3 steps:
Expected Behavior
The wizard should have 5 steps:
Root Cause
Commit
6964e4f("Rewrite interactive wizard with inquire for back navigation") removed these steps when migrating fromdialoguertoinquirecrate.Impact
Users cannot configure schema-only replication or time-based filtering through the interactive wizard - they must use CLI flags or config files instead.
Labels