-
Date*Column in clickhouse-driver has [lookup tables](https://github.com/mymarilyn/clickhouse-driver/blob/master/clickhouse_driver/columns/datecolumn.py#L65) to speedup int-to-date conversion;
Assumin…
-
attempt to get sorted data
```
from sqlalchemy import create_engine, Column, Integer
from sqlalchemy.dialects import registry
from sqlalchemy.orm import declarative_base
from sqlalchemy.orm impor…
-
### What happened?
list_tables() and table() methods for a myssql connection generate the following error:
(pyodbc.Error) ('HY104', '[HY104] [Microsoft][ODBC SQL Server Driver]Invalid precision va…
-
The RHUL/CIM deploy broke heroku deploy, but this looks like it might be because the in-Python fix isn't quite robust enough: the intent of `BYPASSING_DB_CONFIG_KEY` is good but it deffo doesn't look …
-
### Describe the bug
I have caught the log `sqlalchemy.pool.impl.NullPool: Exception terminating connection `
with the following exception:
```
CancelledError: null
File "sqlalchemy/dialects/…
decaz updated
8 months ago
-
'''
2024-03-25 10:46:54,608: INFO pgadmin: ########################################################
2024-03-25 10:46:54,608: INFO pgadmin: Starting pgAdmin 4 v8.4...
2024-03-25 10…
-
Hi ,
I migrated to the latest version of superset a couple of days back.
I have configured the config.py & issued celery commands per the documentation.However I
I have problem on the scheduled r…
-
**Is your feature request related to a problem? Please describe.**
When dealing with big datasets, a useful pattern is to split up transformations using Dynamic Blocks, but one existing limitation …
-
Currently supported in pg15+ but it's supposedly part of the sql spec: https://news.ycombinator.com/item?id=32054151
https://www.postgresql.org/docs/15/ddl-constraints.html#DDL-CONSTRAINTS-UNIQUE-C…
-
**Describe the bug**
When launching Container v1.20 (re-pulled image) it exits with Error. Upgrading to 1.21 and releases-1.25 did not solve the issue
**Stacktrace and Code to create the bug**
``…