Skip to main content

Release - April 16th, 2021

· 2 min read
Product Manager

✨ New ✨#

MQL Heartbeat#

Details

Product Component

Metrics Catalog

More Detail

We recently released the MQL Server List page that displays all of your organizations active MQL Servers. That was super cool but it didn't yet provide any insight into the state of your MQL Servers.

This release adds a "Heartbeat" column to the MQL Server List that lets you know how your server is running. It will display the status of your MQL Server and the time that status was updated.

Verification Steps

  1. Open the Settings Panel, use the "MQL Server List" link to view the MQL Server List Table.

  2. Use the icon in the "Last Heartbeat" row to open up the status modal to see more information about your MQL Server Status.

Updates to validate-config#

Details

Product Component

Interfaces - MQL CLI

More Detail

It's easier to type and what the heck even is a model-config anyways?

Verification Steps

mql validate-configs --config-dir path/to/dir

Pin and Unpin Configs#

Details

Product Component

Interfaces - MQL CLI

More Detail

We will no longer ask you every time you make a query when you have a pinned model. Instead we're providing a set of mql commands that allow you to pin and unpin models for local querying.

Verification Steps

Commit configs and pin them

  1. Commit and pin configs at the same time mql commit-configs --config-dir --pin true
    1. OR mql commit-configs --config-dir
    2. Then, confirm you would like to pin the model
    3. If you don't you will be given a command to pin that model in the future