Skip to content

Releases: getredash/redash-toolbelt

v0.1.9

17 Nov 21:03
ef6e548
Compare
Choose a tag to compare

This release fixes two bugs:

  • The fix-qrds-refs command would fail in cases where the regex matched a non ANSI SQL usage of query_
  • The fix-csv-queries command had a bug where it would check if the DESTINATION was app.redash.io. It should check the ORIGIN instead.

v0.1.8

03 Nov 17:24
1cc98c0
Compare
Choose a tag to compare

This is a minor update to print more useful tracebacks when the script fails.

v0.1.7

29 Oct 22:53
4f656da
Compare
Choose a tag to compare

There are several significant updates to redash-migrate in this release:

Added:

  • csvurl data sources from app.redash.io can now be migrated (#100)
  • New fix-qrds-refs command to update query results queries with correct ids (#93)

Fixed:

  • Built-in groups are no longer duplicated during migration (#98)
  • Default table visualization settings are now preserrved during migration (#102)

Huge thanks to @wtfzambo, @ariarijp , @kaz3284, and @yu-iskw for their contributions to this release.

v0.1.6

20 Oct 14:59
29ff3b6
Compare
Choose a tag to compare

Updates repository README and improves links that appear on the Pypi website. There are no changes in behavior between this version and 0.1.5

v0.1.5

20 Oct 14:54
75f60ac
Compare
Choose a tag to compare

Introduces redash-migrate to the examples folder.