Skip to content

Releases: getredash/redash

v0.10.0.b1774

06 Mar 10:16
Compare
Choose a tag to compare

This is a really packed release, that was almost 2 months in the making. The highlight of this release is probably the new design/UX improvements (see screenshots) but also includes:

  • Shared/public dashboards: you can now generate a secret link, that allows access to a single dashboard (similar to how shareable links work for Google Docs).
  • Dashboards the user doesn't have access to any of their widgets are no longer shown to him.
  • New admin views to show currently executing queries.
  • DynamoDB support.
  • Better full screen view for dashboards.
  • Ability to receive a password reset link by email.
  • Improvements and fixes to the InfluxDB, TreasureData, Impala, Vertica , Sqlite and MongoDB query runners.
  • Documentation improvements and more.

As always I would like to thank all who contributed to this release: @machira, @gseva, @AntoineAugusti, @tdawber, @groveriffic, @alexanderlz, @tsibley, @erans, @toru-takahashi, @ink-adavison, @ChiragKParmar, @jkatsnelson, @seanauriti, @staritza, @kasajei, @kirikiriyamama and @jeffwidman.

Changes since v0.9.2.b1536:

Features

d331285 #980: Add environment variable to override secure_flag on session cookie (@machira)
1f824fc #957: Hide dashboards that current user cannot see based on his groups (@gseva)
ff93369 #1002: Feature: record events for embed and shared dashboard open (@arikfr)
30227f4 #856: Feature: running queries monitor (@arikfr)
c17ba03 #992: Small UI fixes (@arikfr)
3761999 #991: Improvements to Plotly.js integration (@arikfr)
235109c #984: New design 🎉 and UX improvements! (@arikfr)
c7f2217 #988: Feature: add CLI to invite user (@AntoineAugusti)
6cc2cf7 #987: Feature: ability to change logo (@AntoineAugusti)
748f6e4 #983: Add link to embeds to open query page in new window (@tdawber)
d78ef8f #974: Add support for using Redis via unix socket (@arikfr)
0c6317c #973: Small updates to data sources (friendlier name for MySQL, and ability to disable query runners) (@arikfr)
2308a3a #972: Feature: allow toggling dashboard full screen from URL (@arikfr)
39315db #962: InfluxDB: Added support for multiple queries and tags (@groveriffic)
d83dfc9 #934: Feature: DynamoDB DQL query runner (@alexanderlz)
ba3013a #883: Support for REMOTE_USER authentication (@tsibley)
ea57175 #935: Feature: allow forwarding events to a webhook (@arikfr)
9e6e913 #928: Add extension points to override frontend elements (@arikfr)
e0ad3ee #925: Feature: password reset & invite links functionality. (@arikfr)
5a222be #926: Python query runner: make max and min functions available to the scripts (@erans)
f8a8928 #922: Allow existing users sign in with Google Apps even if they are not from an allowed domain (@arikfr)
dd5c186 #920: Feature: MongoDB - add support for $date and relative dates. (@arikfr)
2f35c1e #918: Several improvements to query runners: (@arikfr)
7c0c189 #910: Better full screen support (@arikfr)
a1a73a1 #888: Improve TreasureData query runner (@toru-takahashi)
536d759 #906: Feature: public dashboards (@arikfr)

Fixes

b73fdf1 #1003: Fix #986: search might return duplicate queries (@arikfr)
c80728c #978: Fix #958: group members/datasources were cached. (@arikfr)
b0ea6b0 #970: Use ng-if instead of ng-show for schema (@arikfr)
93c663d #963: Fix "http directive is not allowed here" on Ubuntu and Amazon Linux (@ink-adavison)
f6f9dac #960: When opening a query page, don't automatically execute it (@arikfr)
52902c3 #959: Fix: show browser notification only when page is hidden (@arikfr)
5e22576 #956: Fix: adapt Impala query runner for new configuration (@arikfr)
0dfbe6f #947: Fix: permissions migration was changing default's group type (@arikfr)
70e2b5d #938: Fix: event reporting breaks when using ApiUser. (@arikfr)
e75c3c6 #927: Fix: format API not working for non default organization (@arikfr)
e60caf8 #919: Fix: schema fetching for Vertica & SQLite was broken (fix #916) (@alexanderlz)
0e70980 #909: Fix #908: updating configuration without secrets was failing (@arikfr)

Documentation

2655eec #997: Additional documentation (@AntoineAugusti)
874793e #977: Adding two badges for better visibility. (@ChiragKParmar)
6e440d8 #911: Docs: Docker compose instructions (@jkatsnelson)
8b4e322 #952: Update upgrade.rst (@seanauriti)
70a5ffd #939: Docs: Fix command to restart the web server (@AntoineAugusti)

Other

869c060 #1017: Add data source to default group when creating with CLI (@arikfr)
7b5d16e #1005: Update bootstrap.sh to include saml dependency (@staritza)
0d9faa8 #964: Allow passing branch name to bootstrap.sh (@ink-adavison)
a66ac84 #951: Fixes URL for Github Release (@seanauriti)
0023961 #941: Fix install command for freetds-devel on amazon_linux (@kasajei)
5885cd9 #940: Nginx configuration: hide version (@kirikiriyamama)
56b3675 #923: Setup Sentry to catch error logs (@arikfr)
079ae09 #917: Restructure the Flask app (@arikfr)
d8b1131 #921: Additional events and information (@arikfr)
b0b9cd9 #912: redash static assets path should be pointed at dist, not app (@jkatsnelson)
b4b2bb8 #902: Make create_database script executable (@jeffwidman)
399b7ad #901: Docker: fix docker-compose env variables in example (@jeffwidman)
feadf88 #894: Dockerfile: use redash's docker-hub nginx image (@jeffwidman)
bf55d2f #895: Use redash's docker-hub redash image (@jeffwidman)
aec5f78 #893: Fix YAML syntax error due to missing spaces (@jeffwidman)

v0.9.2.b1536

20 Jan 08:33
Compare
Choose a tag to compare

Changes since v0.9.1.b1377:

Features

8f937b7 #850: Kibana: add support for limiting # of results returned (toyama0919)
8747d0e #872: MongoDB: support for count queries (Eran Sandler)
43ac560 #873: Feature: print layout for dashboards (Arik Fraimovich)
d744421 #844: Encapsulate data sources configuration logic in an object (Arik Fraimovich)
6ec4c4c #840: Improve layout of download links (Arik Fraimovich)
b462869 #833: Feature: download Excel file link from dashboard. (toyama0919)
3a5d59c #839: Feature: add API to trigger query refresh and support for parameters. (Arik Fraimovich)
e705ede #838: Python query runner -- added access to sorted and reversed functions (Eran Sandler)
a50ae19 #823: Feature: Button toggle to display dashboard in at full screen width (Matt Sochor)
65f81c4 #831: Feature: download results in Excel (XSLX) format (closes #801) (yohei.naruse)
0730ed8 #827: Feature: pivot tables are now regular visualizations that can be saved (Arik Fraimovich)
27c3fee #808: Feature: Microsoft SQL Server query runner (Joe Harris)
76ee886 #777: Treat query errors as expected errors (Arik Fraimovich)
4f0b18b #776: Friendlier error messages for BigQuery query errors (Arik Fraimovich)

Fixes

bac4025 #882: CLI: Restore ability to pass JSON options string for a new data source (Thomas Sibley)
4a280ee #877: Correct Ubuntu Bootstrap.sh to a working Base URL (ink-adavison)
30b97e3 #854: Minors fixes for MongoDB and Python query runners (Eran Sandler)
8688b1c #864: Fix: data source loaded without properties (Arik Fraimovich)
3328de3 #863: Fix: properly show date/time in filters (Arik Fraimovich)
27faf8f #849: Fix: Presto - deduplicate column names (Colin Dellow)
3a27955 #853: Fix #851: embed doesn't load due to missing module. (Arik Fraimovich)
db59b34 #852: Small fixes for new ConfigurationContainer use (Alex DeBrie)
8682633 #829: Fix: Plot.ly was given wrong timestamp (Arik Fraimovich)
a96d135 #828: Fix #797: user redirected to homepage when changing permission type (Arik Fraimovich)
d1cf376 #826: Fix #802: switching to/from query source view resets chart colors (Arik Fraimovich)
dad7b22 #825: Fix: sorting X values in charts had no effect (Arik Fraimovich)
253c4fd #821: Fix embed URL & move logic into a directive (Arik Fraimovich)
a894f03 #815: Fix CLI issues with recent version (Arik Fraimovich)
3fa143c #813: Fix shellcheck issues in bootstrap.sh scripts (Olli Jarva)
4e9b60a #794: Fixes for #792, #785, #733 and additional logging for execute_query (Arik Fraimovich)
8120158 #782: Fix: Empty cells in google sheets displayed as datetime values #768 (Shyamgopal Kundapurkar)
bd7b60d #784: Fix json serialization for datetime.timedelta, closes #783 (Ivan Babrou)

Documentation

caf0734 #855: Docs: document settings.py (Scott Reynen)
a26da3a #846: Add link to dev environment documentation. (Scott Reynen)
cbb84ae #786: Docs: instructions for compressed backup. (John Connell)
80c03a5 #787: Docs: Updated links to Google's documentation about creating a service account (John Connell)
77e2d5d #790: Docs: fix a typo in backup instructions (tknzk)

Other

dec3054 #867: Fix non-standard indentation to conventional four spaces (Jeff Widman)
4c5d2f1 #866: Fix whitespace issues (Jeff Widman)
1a9059f #865: Replace deprecated flask.ext.* with flask_* (Jeff Widman)
f219d20 #857: Fix typo: completly => completely (Jeff Widman)
2440a83 #835: Ubuntu bootstrap script - move update before upgrade (Benjamin Manns)
262ebb3 #820: Switch to Gulp from Grunt for faster builds (Arik Fraimovich)
78ba6f2 #781: Amazon Linux bootstrap script: check nginx default directory (David Lin)

v0.9.1.b1377

18 Jan 08:25
Compare
Choose a tag to compare

This version is a collection of small quick fixes for version 0.9.0 and it is a recommended upgrade for everyone who upgraded to 0.9.0 already.

Changes since v0.9.0.b1363:
fcd478c #774: Fix: don't fail refresh_schema if one of the refresh ops fails (Arik Fraimovich)
8473783 #773: 0.9.0 Hot Fixes (Arik Fraimovich)

v0.9.0.b1363

09 Dec 08:20
Compare
Choose a tag to compare

This version includes a significant refactor and update of the permissions system (check pull request #724 for details) and some backward incompatible changes (see below). I recommend to be extra cautious when upgrading -- make sure it's not peak hour of usage and that you have a backup.

Also in this version we replaced the HighCharts charting library with Plot.ly's library, as the former wasn't open source.

While I'm usually online on our Slack channel, I'll also be available specifically for upgrade questions & help during the following "office hours":

I will post additional office hours on the blog and Twitter account.

If anything isn't clear, don't hesitate to reach out over Slack or Google Groups. Also "private support" is available - see here for details.

Changes since v0.8.3.b1192:

Features

  • #724 New permissions system, with ability to restrict access to certain data sources based on group membership (see pull request for more details). (@arikfr)
  • #687: Replace HighCharts with Plot.ly (@alonho)
  • #664 Ability to embed visualizations in external sites (@akariv)
  • #753 Show meaningful message when no data sources defined yet (@arikfr)
  • #714 Load schema for MongoDB data source. (@erans)
  • #711 Update forked query name to "Copy of #XYZ..." (@alexanderlz)
  • #710 BigQuery: option to limit amount of MB processed per query (@ryotarai)
  • #680 Show rows count per table (for supported data sources) (@alexanderlz)
  • #746 Option to update a query every 30 days (@Xangis)
  • #631: Alert rearm setting which allows periodic resending of alert messages. (@blu35ky)
  • #765 Support for HipChat Server (@Nakechi)
  • #751 Option to set # of proxies for the ProxyFix (@arikfr)
  • #742 Option to enforce HTTPs at the "Flask level" (@arikfr)

Fixes

  • #758: Update dashboard after layout change (@arikfr)
  • #757: Fix infinite digest loop in counter visualization (@arikfr)
  • #739: Support for unicode in alert name (@toyama0919)
  • #725: Google OAuth - support for next param (@akariv)
  • #722: Fix: use second y axis for line charts while stacking (@ninneko)
  • #716: Fix #708: dashboard breaks when removing widgets and adding again (@arikfr)

Other

Documentation

Backward Incompatible Changes

The tables property in groups (and feature) was removed. If you used this, please create the relevant datasources when migrating.

v0.8.3.b1192

02 Dec 09:08
Compare
Choose a tag to compare

�Changes since 0.8.1:

Features

378459d #685: Feature: add settings to query results cleanup (Arik Fraimovich)
0b389d5 #644: Feature: send alert notifications to HipChat or web hook (toyama0919)
995659e #679: Improve table widget pagination UI (Alon Horev)
740b305 #676: Feature: re:dash version check (Arik Fraimovich)
b7720f7 #672: Feature: Improved chart editor UI/UX (Alon Horev)
7a95dec #659: Add footer to the layout, to have links to docs & GitHub (Arik Fraimovich)
32638ae #650: Feature: MQL query runner (Alon Horev)
346ea66 #651: Support default values in data source creation forms (Alon Horev)
ec79ce7 #639: Feature: permission to schedule query (Alex DeBrie)
aa04a6e #630: Feature: SQLite query runner (gissehel)
67aecc0 #594: Feature: date range selector support for charts (John Wu)
1a3df37 #605: Feature: allow setting HighChart's turbo threshold value (Arik Fraimovich)
ed9eb69 #603: Feature: allow setting only the additional query runners you need (Arik Fraimovich)
5a1d38c #593: Chart colour palette updated (atharva.inamdar)
c01d88c #591: Feature: export pivot table as TSV (Ben Cook)
515c457 #590: Added "Select last used data source" to query view (Todd Wolfson)
5329fe5 #1: Upgrade PivotTable.js and enable TSV export (jbencook)
a15d796 #585: Feautre: d3.js based Box Plot visualization. (Matt Sochor)

Fixes

51deb8f #684: Fix: add migration for AlertSubscriber table (Arik Fraimovich)
ca8cca0 #678: Fix: Dashboard shouldn't crash with empty queries (Alon Horev)
0343fa7 #661: Fix cancelling queries for Redshift/Postgres (Alex DeBrie)
feabc46 #668: Fix: AlertSubscription missing in all_models (Kosei Moriyama)
5bf370d #660: Fix: strings that start with a date wrongly treated as date fields (Alex DeBrie)
0d4c3c3 #666: Fix: Specifying field type in the field name using __ didn't work (Alon Horev)
1bdc1be #653: Fix date range selector does not show data of last day when user timezone is not UTC (Kazuyuki Honda)
fc93de7 #657: Fix: Change user create button from Save to Create (Arik Fraimovich)
df24bc3 #656: Fix: load user avatar image with ng-src (Enrique Marques Junior)
d14b74b #654: Fix: verify is optional value of Graphite's config (Arik Fraimovich)
91806ed #647: Fix: bind Redis to localhost (martin sarsale)
34ba543 #638: Removed rd-hidden-xs to make everything visible on mobile (Todd Wolfson)
dab1a21 #637: Reverted pivottable upgrade to remove XSS vulnerability (Todd Wolfson)
56b51f6 #614: Fix: don't cache /results API endpoint (Arik Fraimovich)
1318451 #604: Fix #597: MongoDB date parsing logic improvement (Arik Fraimovich)
21de1d9 #599: Fix: don't send passwords back to the UI (Arik Fraimovich)
6286024 #589: Fix: Google spreadsheet data source: cast values to their actual type from string (Shyamgopal Kundapurkar)

Other

7675de4 #675: Add link to redash.io (Alon Horev)
52b8e98 #620: Reorganize setup files & update Docker configurations (Arik Fraimovich)
f92aa7b #658: Charts: remove "Show Total %" menu option and the yellow color (Arik Fraimovich)
9e183f1 #588: Docker deployment support (John Wu)

Documentation

32c0d3e #688: Docs: Add Greenplum to Postgresql section since it works with same settings. (Jason Champion)
6bb5750 #686: Docs: Update bootstrap.sh link to getredash repo (Scott Krager)
5beec58 #667: Docs: add instructions on setting up email server (Arik Fraimovich)
8408409 #642: Docs: make migrating Vagrant box command a one-liner (John Wu)
4f4dc13 #607: Docs: Remove trailing spaces (tlpham)
b191874 #596: Docs: added notes about Python query runner configuration (qjo744)

v0.8.2.b1181

20 Oct 12:54
Compare
Choose a tag to compare
v0.8.2.b1181 Pre-release
Pre-release

�Changes since 0.8.1:

Features

0b389d5 #644: Feature: send alert notifications to HipChat or web hook (toyama0919)
995659e #679: Improve table widget pagination UI (Alon Horev)
740b305 #676: Feature: re:dash version check (Arik Fraimovich)
b7720f7 #672: Feature: Improved chart editor UI/UX (Alon Horev)
7a95dec #659: Add footer to the layout, to have links to docs & GitHub (Arik Fraimovich)
32638ae #650: Feature: MQL query runner (Alon Horev)
346ea66 #651: Support default values in data source creation forms (Alon Horev)
ec79ce7 #639: Feature: permission to schedule query (Alex DeBrie)
aa04a6e #630: Feature: SQLite query runner (gissehel)
67aecc0 #594: Feature: date range selector support for charts (John Wu)
1a3df37 #605: Feature: allow setting HighChart's turbo threshold value (Arik Fraimovich)
ed9eb69 #603: Feature: allow setting only the additional query runners you need (Arik Fraimovich)
5a1d38c #593: Chart colour palette updated (atharva.inamdar)
c01d88c #591: Feature: export pivot table as TSV (Ben Cook)
515c457 #590: Added "Select last used data source" to query view (Todd Wolfson)
5329fe5 #1: Upgrade PivotTable.js and enable TSV export (jbencook)
a15d796 #585: Feautre: d3.js based Box Plot visualization. (Matt Sochor)

Fixes

ca8cca0 #678: Fix: Dashboard shouldn't crash with empty queries (Alon Horev)
0343fa7 #661: Fix cancelling queries for Redshift/Postgres (Alex DeBrie)
feabc46 #668: Fix: AlertSubscription missing in all_models (Kosei Moriyama)
5bf370d #660: Fix: strings that start with a date wrongly treated as date fields (Alex DeBrie)
0d4c3c3 #666: Fix: Specifying field type in the field name using __ didn't work (Alon Horev)
1bdc1be #653: Fix date range selector does not show data of last day when user timezone is not UTC (Kazuyuki Honda)
fc93de7 #657: Fix: Change user create button from Save to Create (Arik Fraimovich)
df24bc3 #656: Fix: load user avatar image with ng-src (Enrique Marques Junior)
d14b74b #654: Fix: verify is optional value of Graphite's config (Arik Fraimovich)
91806ed #647: Fix: bind Redis to localhost (martin sarsale)
34ba543 #638: Removed rd-hidden-xs to make everything visible on mobile (Todd Wolfson)
dab1a21 #637: Reverted pivottable upgrade to remove XSS vulnerability (Todd Wolfson)
56b51f6 #614: Fix: don't cache /results API endpoint (Arik Fraimovich)
1318451 #604: Fix #597: MongoDB date parsing logic improvement (Arik Fraimovich)
21de1d9 #599: Fix: don't send passwords back to the UI (Arik Fraimovich)
6286024 #589: Fix: Google spreadsheet data source: cast values to their actual type from string (Shyamgopal Kundapurkar)

Other

7675de4 #675: Add link to redash.io (Alon Horev)
52b8e98 #620: Reorganize setup files & update Docker configurations (Arik Fraimovich)
f92aa7b #658: Charts: remove "Show Total %" menu option and the yellow color (Arik Fraimovich)
9e183f1 #588: Docker deployment support (John Wu)

Documentation

5beec58 #667: Docs: add instructions on setting up email server (Arik Fraimovich)
8408409 #642: Docs: make migrating Vagrant box command a one-liner (John Wu)
4f4dc13 #607: Docs: Remove trailing spaces (tlpham)
b191874 #596: Docs: added notes about Python query runner configuration (qjo744)

0.8.1

18 Oct 20:49
Compare
Choose a tag to compare

Changes since 0.8.0:

Features

1a3df37 #605: Feature: allow setting HighChart's turbo threshold value (Arik Fraimovich)
ed9eb69 #603: Feature: allow setting only the additional query runners you need (Arik Fraimovich)
6f335d3 #602: Close #564: support setting API key with headers (Arik Fraimovich)
5a1d38c #593: Chart colour palette updated (atharva.inamdar)
c01d88c #591: Feature: export pivot table as TSV (Ben Cook)
515c457 #590: Added "Select last used data source" to query view (Todd Wolfson)
a15d796 #585: Feautre: d3.js based Box Plot visualization. (Matt Sochor)
32311c5 #587: Feature: logarithmic scale support in chart (Matt Sochor)
445dbb5 #573: Feature: Add logout link to Admin UI (wesleybatista)
e893ab4 #556: Feature: options for Cohort visualization (nathanlubchenco)
176fd16 #551: Feature: allow creating hidden textboxes (jmvasquez)
8b56937 #570: Add TreasureData query runner (toru-takahashi)
3fbd0d9 #560: Feature: add ability to configure y-Axis title (Stan Hu)

Fixes

56b51f6 #614: Fix: don't cache /results API endpoint (Arik Fraimovich)
1318451 #604: Fix #597: MongoDB date parsing logic improvement (Arik Fraimovich)
21de1d9 #599: Fix: don't send passwords back to the UI (Arik Fraimovich)
9886f5b #601: Fix #581: execute_query permission ignored by UI (Arik Fraimovich)
9c43e15 #600: Fix: cohort visulization had infinte digest loop (Arik Fraimovich)
6286024 #589: Fix: Google spreadsheet data source: cast values to their actual type from string (Shyamgopal Kundapurkar)
5d1c75d #576: Fix: support for duplicate columns for MySQL query runner (Joao Fraga)
1052528 #577: Fix: getKeyFromObject was failing if key had dot in name (Arik Fraimovich)
00f4ec1 #569: Remove import warnings from query runners (Arik Fraimovich)

Other

9e183f1 #588: Docker deployment support (John Wu)
aefaf20 #568: Add timeout setting for BigQuery query runner (Arik Fraimovich)
7add628 #567: Remove page title from navbar & limit # of recent entries to 20 (Arik Fraimovich)

Docs

4f4dc13 #607: Docs: Remove trailing spaces (tlpham)
b191874 #596: Docs: added notes about Python query runner configuration (qjo744)

0.8.1-rc

19 Oct 08:41
Compare
Choose a tag to compare
0.8.1-rc Pre-release
Pre-release
v0.8.1-rc

Bump version.

0.8.0

06 Sep 07:28
Compare
Choose a tag to compare

Changes since 0.7.0:

Features

c9e7410 #549: Feature: Vertica query runner (ike_s)
f48c477 #553: Feature: optional Sentry support (Arik Fraimovich)
5fe5c94 #546: Improvements to counter visualization: (Arik Fraimovich)
b1576b5 #531: Feature: users admin in the web interface (Arik Fraimovich)
3ef3f2c #529: Enable multi-filtering for BigQuery. (Ryan McClarnon)
464402a #519: Feature: option to disable the ability to edit anyone's query by everyone (Arik Fraimovich)
fe1cc78 #514: Feature: Support Hive as datasource (Alexander Leibzon)
22200ec #511: Add the primary key to Flask admin to make it possible to lookup queries (Stan Hu)

Fixes

7c308be #563: Fix: allow admins to edit everything. (Stan Hu)
3181f28 #547: Fix: allow to control if to render script tags from user input (Arik Fraimovich)
8dfa1ca #543: Fix $gte mongodb query fail (Quan MT)
1fb6860 #545: Fix: logout wasn't working in Angluar context (Arik Fraimovich)
8686694 #544: Fix: archived dashboards were shown in recent list (and move archive button)(Arik Fraimovich)
650ccac #527: Fix: support for filters in BigQuery. (Arik Fraimovich)
3dea630 #523: Fix: global_recent isn't set if user has enough recents (Arik Fraimovich)
d155f16 #517: Fix: URL query runner was failing without base URL (Arik Fraimovich)
08c09d8 #516: Fix: multi-filter was broken in newer version of angular-ui-select (Arik Fraimovich)
2eb171e #515: Fix: change wording on login screen "username or email" -> "email" (moyomot)

Other

9ff8db3 #528: Cleanup packer.json (no longer building GCE image with it). (Arik Fraimovich)
1ef94b7 #522: Feature: "personalized" homepage with recent queries and dashboards (Arik Fraimovich)
4a18fa0 #518: Other: created bootstrap script for Amazon Linux (masaru)
41ca132 #513: Cleanup: remove select2 and use ui-select. (Arik Fraimovich)
e9f1e3a #512: Move datasource requirements from bootstrap to own requirements file (John Kearney)

Docs

7000547 #537: Docs: Missing --source-uri in command (Eran Kampf)
e010054 #538: Docs: Space-separated list of scopes is deprecated. Need to use comma-seper… (Eran Kampf)
7ea6409 #539: Docs: Misc. UI fixes because Google changed their console (Eran Kampf)
05d1886 #520: Docs: update documentation about data sources (Arik Fraimovich)
735130e #510: for aws based and password less logins to boxes (Rahul Ghose)
6f0ac1e #521: Update docs about data sources for Presto (Noriaki Katayama)

0.7.1.b1015

27 Jul 20:42
Compare
Choose a tag to compare
0.7.1.b1015 Pre-release
Pre-release
v0.7.1.b1015

Fix link to tarball (it changes on every build).