Skip to content

bug: Interactive wizard missing schema-only and time filter steps #10

@taariq

Description

@taariq

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:

  1. Select Databases
  2. Select Tables to Exclude
  3. Review Configuration

Expected Behavior

The wizard should have 5 steps:

  1. Select Databases
  2. Select Tables to Exclude
  3. Select Schema-Only Tables (schema without data)
  4. Configure Time Filters (filter tables by timestamp column)
  5. 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

  • bug
  • cli

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions