Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jczhong84 committed Dec 20, 2022
1 parent abd506b commit 77fb429
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs_website/docs/changelog/2022-12-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77fb429

Please sign in to comment.