From 77fb4295cec4b1577492516109c7a0552cbad8dd Mon Sep 17 00:00:00 2001 From: "J.C. Zhong" Date: Tue, 20 Dec 2022 05:31:25 +0000 Subject: [PATCH] comments --- docs_website/docs/changelog/2022-12-20.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs_website/docs/changelog/2022-12-20.md b/docs_website/docs/changelog/2022-12-20.md index 2e7598078..4f7b4e717 100644 --- a/docs_website/docs/changelog/2022-12-20.md +++ b/docs_website/docs/changelog/2022-12-20.md @@ -12,21 +12,21 @@ Following are the top new features we have added during the year of 2022: - **UDF Creator**: Custom UDF plugin can be added to let users add UDFs easily in the query editor. - **Schedules Page**: Users can see all their sechduled DataDocs in a central place now. - **Dynamic Result Size**: Dynamically configure how many rows of results to display on the UI. -- **Table Uploader**: Create and upload a table from query exeuction result or a file. +- **Table Uploader**: Create tables from query execution results or file uploads. - **Customized Tags**: Annotate tags with features like color, tooltip, icon, rank and etc. -- **List V2**: Updated the List feature. +- **List V2**: Added nested lists, full page view, and more collectible types. - **Automatic Query Limit**: Limit will be added to a select query without limits. -- **Live Syntax Check**: Check the query syntax and show the errors in realtime -- **Query Tanspiler**: Transpile queries between Presto and SparkSQL. -- **Dag Exporter**: Export a DataDoc as a DAG to systems like airflow. -- **Customized Schedule Notification**: Users can send customized notifications for scheduled docs. -- **Event Logging**: Provides the instrumentation support of logging client action events, as well as API events. +- **Live Syntax Check**: Validate query syntax and show errors in real time. +- **Query Tanspiler**: Transpile queries between different languages like Presto and SparkSQL. +- **Dag Exporter**: Export a DataDoc as a DAG to systems like Airflow. +- **Customized Schedule Notification**: Scheduled Docs can send notifications to custom Slack alias or email addresses. +- **Event Logging**: Provides the instrumentation support of logging client action events and API events. - **Run All Cells**: Run all query cells in a DataDoc. ## Feature highlights ### Query Search -Users can search query executions by statement type, query engine, runner. Can also put multiple tables to see how they are used together. +Users can search query executions by statement type, query engine and runner. Can also put multiple tables to see how they are used together. ![](/changelog/20221220/querysearch.png) ### UDF Creator