Hi team,
I have a request for the basic plugin: I need to rename a column while syncing the data and the transformers are a great way to do it!
My use case is that I’d like the id
provided by some tables to be called external_id
as I want to use my own when exposing the data to some consumers throught an API.
I’ve added the feature into the basic transformer plugin: feat: add rename_column to basic transformer plugin by jeromewir · Pull Request #1 · jeromewir/cloudquery · GitHub but didn’t open the PR on the main cloudquery plugin as it’s stated in the PR template to not open PRs for code under /plugins
folder and check with the team.
Would you like me to submit the PR to the repo? If so, I can change the target for my PR to the main repo.
If not, could you consider adding the feature into the basic plugin?
Thanks!