Results 15 issues of Simon Hewitt

This makes it possible to create 2 Api instances with the UI for the same app

This adds support for the `only` and `include` options by passing them down to the This is backwards incompatible as it expects the `type_schemas` values to be Schema types, not...

### Pre-requisites - [X] I have double-checked my configuration - [X] I can confirm the issues exists when I tested with `:latest` - [ ] I'd like to contribute the...

type/bug
type/regression
area/api
area/workflow-archive
P1

marshmallow 3.18.0 now has native Enum support. This PR updates the `SQLA_TYPE_MAPPING` to use the new field if it is available

## What is the current behavior? There is currently no support ## What is the desired behavior? Add an `InsertAll` clause, similar to `MergeInto`, etc ## How would this improve...

feature
status-pr_pending_merge
status-triage_done

1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes #403 2. Fill out the following pre-review checklist: - [x]...

This is related to https://github.com/snowflakedb/snowflake-sqlalchemy/issues/322 - some sql clauses in MergeInto and CopyInto aren't passed to the compiler and just rendered directly as strings. 1. What version of Python are...

bug
status-pr_pending_merge
status-triage_done

Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...

Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...

This change removes calls to console.\* statements as requested in #124 (I couldn't get this code to attach to that issue...) It does so by replacing statements that call `console`...