querybook
querybook copied to clipboard
Querybook is a Big Data Querying UI, combining collocated table metadata and a simple notebook interface.
Some systems may have the metastore as the source of truth for the table description, as well as the table schema. This change is to add the support of syncing...
This change adds an optional Row Limit configuration to Query Engines. When enabled, queries without a `LIMIT` clause will have one automatically added prior to execution, with the configured number...
This commit adds a bunch of filters for Scheds page. There are three filters - filter by status, Recurrences, and public user lists. Filter by status has three options: All...
We noticed an issue that the hover popover for table cannot fit when the table name is long. Which was like:  We notice there was a max-width limit and...
We’re interested in adding an indictor to the DataDoc sidebar to quickly see which DataDocs are scheduled or not. Something like the screesnhot below. Does this seem OK? If you...
Currently, environments can be restricted to a specific set of users, but query engines associated with an environment are accessible by every user with access to the environment. We have...
Hi! I want to add a possibility to set the time range when this schedule should work. Also a user can set how many times this schedule should be executed...
The latest DB migration fails with the following error: ``` INFO [alembic.runtime.migration] Running upgrade 17f7c039ab6e -> f449a73c5838, add boardEditor and board as board item .... sqlalchemy.exc.InternalError: (pymysql.err.InternalError) (1553, "Cannot drop...
Probably trino client should use username/password authorization, like presto client do
This change adds description properties to `DataTable` and `DataColumn`, and persists these to the database (if not `None`). This allows a metastore loader implementation to source the table and column...