You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
The primary users of the forthcoming
redash-migrate
command are users of Hosted Redash, which includes a data source calledcsvurl
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 aCSV
type data source. It should also convert the queries like so:The text was updated successfully, but these errors were encountered: