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

Allow source and target to have different column names #79

Open
sirupsen opened this issue Jun 21, 2022 · 0 comments
Open

Allow source and target to have different column names #79

sirupsen opened this issue Jun 21, 2022 · 0 comments
Labels
enhancement good first issue

Comments

@sirupsen
Copy link
Collaborator

@sirupsen sirupsen commented Jun 21, 2022

You might have a column called money in one database, and amount in another. Today we don't have a way to have the columns have different names across the two databases. In the Python API, perhaps it's sufficient to just make it based on the position in the column tuple.

For the CLI, maybe we could use: -c amount:money.

@sirupsen sirupsen added enhancement good first issue labels Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue
Projects
None yet
Development

No branches or pull requests

1 participant