Skip to content

Commit

Permalink
post rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Nov 9, 2023
1 parent 97f5c57 commit a237e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/mirrors/create/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ interface TableMapping {
sourceTableIdentifier: string;
destinationTableIdentifier: string;
partitionKey: string;
exclude: string[];
}
const reformattedTableMapping = (tableMapping: TableMapRow[]) => {
const mapping = tableMapping
Expand Down
1 change: 1 addition & 0 deletions ui/app/mirrors/create/tablemapping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const TableMapping = ({
source: `${schemaName}.${tableName}`,
destination: dstName,
partitionKey: '',
exclude: [],
selected: false,
});
}
Expand Down

0 comments on commit a237e8b

Please sign in to comment.