Release - April 16th, 2021
#
✨ New ✨#
MQL HeartbeatDetails
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
Open the Settings Panel, use the "MQL Server List" link to view the MQL Server List Table.
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-configDetails
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 ConfigsDetails
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
- Commit and pin configs at the same time
mql commit-configs --config-dir --pin true
- OR
mql commit-configs --config-dir
- Then, confirm you would like to pin the model
- If you don't you will be given a command to pin that model in the future
- OR