Dave Bauman

Results 21 issues of Dave Bauman

Hi, I am trying to use this library without the optional TypeORM support, but building the project fails: ``` node_modules/type-graphql-dataloader/dist/plugins/apollo-server/ApolloServerLoaderPlugin.d.ts:1:28 - error TS2307: Cannot find module 'typeorm' or its corresponding...

bug
help wanted

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...

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...

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...

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...

Hi, we are looking at how we can maintain table metadata (e.g. table descriptions, column descriptions, table warnings) in a separate system, but mirror it into Querybook. It doesn't look...

I'm having trouble successfully passing `opts` to `spec.test.check` as described in the documentation: https://cljdoc.org/d/lambdaisland/kaocha/0.0-554/doc/automatic-spec-test-check-generation. I've tried various combinations with namespaces, without, with checks or without, and it doesn't seem to...

This feature allows Query Engines to be disabled without deleting or removing them from an environment. Disabled Query Engines cannot be used to execute queries and they do not appear...

We've noticed that the Next Run feature on the Schedules page displays incorrectly for certain schedules, specifically weekly and monthly schedules. They show today (or tomorrow depending on time) instead...

As mentioned in #964, this change adds optional access control to query engines. Query Engines default to public accessibility, but if any users are assigned to a specific query engine,...