-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 2022 change logs #1105
Add 2022 change logs #1105
Conversation
jczhong84
commented
Dec 20, 2022
|
||
Welcome to the latest release of Querybook 🎉. | ||
|
||
Following are the top new features we have added during the year of 2022: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the year 2022
|
||
- **Query Search**: Query executions are searchable now. | ||
- **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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scheduled
- **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**: Added nested lists, full page view, and more collectible types. | ||
- **Automatic Query Limit**: Limit will be added to a select query without limits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A limit clause
- **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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
support for logging
## Feature highlights | ||
|
||
### Query Search | ||
Users can search query executions by statement type, query engine and runner. Can also put multiple tables to see how they are used together. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
, and runner
Select source (can be query execution as well) | ||
![](/changelog/20221220/tableupload3.png) | ||
|
||
Fillout table details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fill out
|
||
|
||
### Customized Tags | ||
Add ability to annotate tags with the following features: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the ability
![](/changelog/20221220/listv2.png) | ||
|
||
### Automatic Query Limit | ||
If a select query doesn't have a LIMIT clause, Querybook will add a default one for it automactically. Querybook will also tell users if the number of rows returned has reached the limit. Users can turn it off by selecting the `none` option. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
automatically
### Customized Schedule Notification | ||
* User can add a separate notification section for each notify type in the schedule form | ||
* For each notify type, it will have a "Notify To", where users can put either multiple email addresses, or slack channels/ usernames | ||
* The scheduled datadoc will always run by the datadoc owner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
be run by
![](/changelog/20221220/notification1.png) | ||
|
||
### Event Logging (Experimental) | ||
Add support of event logging with some builtin loggers. User can add other loggers through the plugin system. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Admins can add
* Add 2022 change log * fix linter * comments * comments * comments