Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Table Inheritance handling and consider them as normal tables in the workflow #1761

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

priyanshi-yb
Copy link
Contributor

@priyanshi-yb priyanshi-yb commented Oct 17, 2024

  1. Added an end-to-end test for inherited tables, migrating them as normal tables
    005a188 this commit adds test which fails in import-data phase.
if required quote column names: quote attribute name for "state" in table [CurrentName=(cities) SourceName=(cities) TargetName=(cities)]: find best matching column name for "state" in table [CurrentName=(cities) SourceName=(cities) TargetName=(cities)]: column "state" not found amongst table columns [population elevation name]
  1. Modifying the GetPartitions and ParentTableOfPartition function's queries to only considers partitioned tables, not inherited ones.

@priyanshi-yb priyanshi-yb force-pushed the priyanshi/fix-inheritance-handling branch from e55e1f4 to 005a188 Compare October 17, 2024 12:32
@priyanshi-yb priyanshi-yb changed the title Fix Inheritance handling to consider them as normal tables in the workflow Fix Table Inheritance handling and consider them as normal tables in the workflow Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant