Michiel De Smet

Results 45 issues of Michiel De Smet

Ensures the received data is properly acknowledged by calling the next_uri. This will avoid seeing failed queries in the query log when executing scalar queries as in the following example....

cla-signed

In sqlalchemy a user can define primary keys and foreign keys as in the following example. ``` from sqlalchemy import Table, Column, Integer, String, MetaData, ForeignKey metadata_obj = MetaData() users...

Fixes #148 Headers can become much longer then what is currently suported in Python's `http.client`. This code patches the header parsing from `http.client` to be able to parse the headers...

cla-signed

## Overview Fixes #6 ## Checklist - [x] I have run this code in development and it appears to resolve the stated issue - [x] This PR includes tests, or...

## Description Allow `delta.security` access control to be extended by: - making `delta.security` configurations string-based instead of a enum-based (new) - providing an interface to implement AccessControlMetadata (removed in #11779)...

cla-signed

## Description Provide a jdbc driver property `ignoreBrokenCatalogs` to avoid metadata queries to error out on a broken catalog (eg. not working Hive Metastore). > Is this change a fix,...

cla-signed
docs
jdbc

Allow connectors to specify the actual Trino types that will be persisted and let the engine applies coercions as necessary. ## Description The behaviour around type coercion and casts in...

cla-signed

Hi I'm the publisher of dbt Power User. I want to claim the namespace `innoverio`.

Introduces black (code formatting) and isort (sorting imports) - Added black and isort as "test" dependencies (maybe we should rename this to "dev" dependencies - Run `pre-commit run --all-files` to...

cla-signed