13 Commits
Author SHA1 Message Date
James Duong bc7ba2dd81 Update version for adding back routing_engine
routing_engine was accidentally removed
2022-11-10 11:14:49 -08:00
James Duong 5705fe8f79 Add has_table and get_view_names
Port has_table and get_view_names functions from the pyODBC dialect to
the Flight dialect, as Superset uses these.
2022-11-10 11:03:25 -08:00
James Duong 1dbefb1f4d Fix connection string issues
- Made connection string property keys case-insensitive
- Fix incorrect lookup of the token property
- Fix incorrect lookup of the DisableCertificateVerification property
2022-11-10 11:03:25 -08:00
James Duong 55f70888bd Update version to 3.0.0
Update version for:
- Enhancement of flight dialects
- New connection settings
- Removal of ODBC dialect
- Dremio Cloud support with flight
2022-10-12 14:12:06 -07:00
naren c3d4ba7956 clean dependencies 2022-09-14 08:58:39 -04:00
Carsten Hufe b2352d501a Version 1.2.1
- don't fix table names if not schema is passed
- Escape single ticks in parametrized statements
2021-09-07 14:23:43 +02:00
Carsten Hufe b39604e48c A couple of changes to make this connector ready for Great Expectations
- Replace parameterized stmts - Dremio does not support them
- Only return schema which was passed in connection URL. If no schema is passed in URL, all schemas will be returned.
- Bugfix in get_columns, when Schema is None
- Alias dialect for DremioDialect_pyodbc created
- Version uplift to 1.2.0
- Expose supported types to pyodbc level, so that it works with "Great Expectations"
2021-08-18 11:33:08 +02:00
Carsten Hufe 1f39dd7efa Uplift version to 1.1.6 2021-08-17 15:31:33 +02:00
Carsten Hufe ed0b4c608e Added changes from Pip repo for version 1.1.5 2021-08-17 11:37:29 +02:00
Naren a01a90144b 1.1.2 2020-04-19 09:53:39 -04:00
Naren 694237e4d0 #1 fix mac os driver location 2020-04-18 10:47:44 -04:00
Naren 6e8d579d26 set sqlalchemy to >=1.2 2020-04-14 12:42:16 -04:00
Naren a841f07c09 initial commit 2020-04-07 14:16:42 -04:00