Closed ariarijp closed 3 years ago
Hi, @susodapop
I think this change should be good for redash-migrate users. Could you review it? or if you don't want to apply this change, please feel free to close it.
Thank you
Thanks for this suggestion. I incorporated a fix for this issue in #102. The ideal way to fix this is to avoid the type cast issues with meta.json
altogether since we already have the tooling in place to coerce types with cast_keys_to_int
.
That said, it accomplishes the same thing. Now you can re-run redash-migrate visualizations
idempotently.
What type of PR is this? (check all applicable)
Description
It will fix a bug in
visualizations
command inredash-migrate
.Steps to reproduce the bug
Running
redash-migrate visualizations
twice will break meta.json.first time,
then, run again,