Anticipated Deployment Dates
Release Rollout Begins: January 14, 2018
Release Final & Download Available: January 25, 2018
Release Highlights
In addition to general tweaks and enhancements, this release comes with new and improved features in the following categories. Read on for more detail.
- Introducing the Action Hub
- Curatable Content Sidebar for Admins
- ‘Recently Viewed’ Content on Homepage
- Schedule Dashboards as .zip
Preparing for Release
Please take notice of items marked with a ⚡ as they indicate changes to existing functionality and may require your attention. For more information see Features by Section below.
- The LookML Validator now correctly warns when Dashboard
filters
have empty, unnecessary, or unknown parameter declarations. - Until addressed, these warnings may prevent committing new LookML changes if the Code Quality feature is enabled.
⚡ Public Looks no longer support row limits of more than 5,000. Larger result sets will be truncated at the lesser of the saved row limit or 5,000 rows.- Renamed
Push
andPull
from Developer Branch - Increased the size of images in scheduled emails
Notable Features
Action Hub
Whether you want to move data out of Looker into another app, or simplify your ETL process, the new Action Hub is your one stop shop for pre-built integrations. Replacing the “Integrations” tab in the Admin panel, the Action Hub makes integrating your data sources simpler, faster, and more straightforward. Integrations now available with Airtable, Segment, Twilio, Slack, JIRA and more.

Content Sidebar for Admins
For Looker Admins who want an easier way to communicate with end users, introducing the curatable “From Your Company” content sidebar on the Looker Homepage. The customizable sidebar supports images, links, and markdown text.

##Schedule Dashboards as .zip
Users are now able to schedule dashboards to email as a .zip
file. When this option is selected, each tile on the given dashboard will appear as an individual .csv
inside the .zip
file.

Features by Section
Action Hub
- **Introduced the Looker Action Hub** and some great integarations (Airtable, AWS, Azure Storage, Digital Ocean, Hipchat, JIRA, SendGrid, Slack, Tray, Twilio, Zapier joining Segment). [Learn More.](https://docs.looker.com/admin-options/tutorials/notify-users)
- ⚡️**Changes to Segment integration.** User who have previously used Segment integration will need to accept new terms of service before continuing to use this feature.
Content Management and Discoverability
- **Curatable Content Sidebar for Admins.** Admins are now able to create and curate a sidebar on the Looker homepage that allows them to communicate with Looker users in their organization. [Learn More.](https://docs.looker.com/admin-options/tutorials/notify-users)
- **"Recently Viewed" Content on Homepage.** "Recently Viewed" content can be organized by user group, allowing admins to track content use.
LookML and Development
- ⚡️ **Renamed `Push` and `Pull`** in Developer Branch git options menu in IDE to `Push` and `Pull Remote Changes` for clarity.
Scheduling and Downloading
- **Dashboard CSV ZIPs.** It is now possible to deliver zipped .csv files from Dashboards via schedule and Send Now.
- ⚡️ Public Looks no longer support row limits of more than 5,000. Larger result sets will be truncated at the lesser of the saved row limit or 5,000 rows.
- ⚡️**Increased the size of images in scheduled emails.** Look and Dashboard images embedded in scheduled emails no longer have a fixed width.
Dialects
- **Added Qubole Presto streaming capability.**
- **Introduced support for Date/Time partitioned columns in Google BigQuery.** [Learn more.](https://discourse.looker.com/t/announcing-date-time-partitioned-pdts-for-google-bigquery/7132)
- **Database views in Vertica now appear in SQL Runner.**
General Tweaks and Bug Fixes
- Dashboards, Visualizations, and Explore
- Added animated scrolling for the filter pane.
- Fixed a bug where Dashboards with “newspaper” layout didn’t re-render when window was resized.
- Fixed a bunch of issues around a mistaken ability to add a Look with an invalidly high limit to a Dashboard.
- Fixed a bug where Dashboard Refresh Intervals were not properly updating the Dashboard.
- Fixed a bug where Filter bar takes up space in embedded dashboard when there aren’t any filters.
- Fixed a harmless error that would appear in the console when editing dashboard filters.
- Fixed a bug where Dashboard suggestions dropdown not closed when dashboard is run.
- Fixed a couple issues with filter suggestions not appearing when they should
- Fixed a bug where Saving changes from Edit Settings on a look with a schedule in space gear menu doesn’t work.
- Fixed a bug where toolbar buttons didn’t work after resizing and deleting last tile on dashboard.
- Fixed a bug where the Dashboard edit toolbar did not follow embed dashboard styling.
- Fixed an issue on mobile dashboards where filters would not wrap, thereby causing whitespace
- Shortened the time it takes for a tooltip to disappear on mobile Dashboards in the hopes of leaving fewer phantom tooltips
- Fixed a bug where Dashboard banners had poorly escaped titles.
- Fixed a bug where the ability to option+click a legend series name no longer selected that item/reselected all other items.
- Fixed a bug where, when collapsed, the filter bar showed a parameter’s value instead of its label.
- Fixed a bug where Map doesn’t move on filter update.
- Provide the ability to delete all Looks no longer on a Dashboard when deleting a Dashboard.
- Allow horizontal scrolling in the filter suggestion field to enable ability to see full value names.
- LookML and development
⚡ The LookML Validator now correctly warns when Dashboardfilters
have empty, unnecessary, or unknown parameter declarations. Until addressed, these warnings may prevent committing new LookML changes if the Code Quality feature is enabled.- Fixed a bug where access_filter_fields usage, though deprecated, was passing through the lookml validator.
- Fixed a bug where
_in_query
not working as expected forsql_on
in row totals. - Fixed a couple of bugs with conditional formatting and table calculations
- Fixed a bug where the timezone tooltip was activating even when the mouse was not hovering over it.
- Fixed a bug where typo in join relationship would cause the validator to 500.
- Fixed a bug where Drill on totals passes {} into filter leading to no results.
- Content Management and Discoverability
- Fixed a bug where page:properties:changed event broadcast static height incorrectly for embedded iframes.
- Fixed a bug where Top Content wouldn’t load when faceted to another group.
- Updated the logic behind the Suggested For You section to more heavily weight users like you and the recency of views.
- Scheduling and Downloading
- Wrap filters instead of cutting them off on PDF download.
- Ensure Heatmap legend appears on PDF download.
- Fixed a bug where Embedded users were unable to download dashboards as .csv.
- Fixed a bug where downded png images from dashboard tile did not have filter applied.
- Fixed a bug where .xlsx files didn’t open in Excel due to a value_format issue.
- Fixed a bug where sending explore results errored.
- Fixed a bug where Custom SMTP password not updated to null when blank password is saved in SMTP settings
- Fixed a bug where pdf downloads didn’t work on Dashboards that contained blank table calculations.
- Remove the Download option from drill menus if users do not have the permission to download.
- Dialects
- Fixed a vulnerable dependency from QubolePresto
- Platform and Administration
- Provide an error for customers who try to start Looker with Java 9, which is not supported.
- Updated the S3 SDK.
- Content Management
- Fixed a bug where the Content Access Admin panel didn’t show all subspaces of a given space.
- Authentication
- Provide the ability to use alternate login (email/password) when using OpenID Connect as authentication scheme.