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

Migration Script: Convert app.redash.io csvurl format queries to csv/excel format #66

Closed
susodapop opened this issue Oct 7, 2021 · 0 comments · Fixed by #100
Closed
Labels
help wanted Extra attention is needed

Comments

@susodapop
Copy link
Collaborator

Description

The primary users of the forthcoming redash-migrate command are users of Hosted Redash, which includes a data source called csvurl which is not part of the open source version. redash-migrate ignores these data sources and their queries as a result. But we should add a mapper that creates a CSV type data source. It should also convert the queries like so:

-- Plain text format used by csvurl

https://www.website.com/path/to/file.csv

-- YAML format used by CSV

url: "https://www.website.com/path/to/file.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant