-
### Describe the bug
I upgraded to Metabase 0.48.6 last night, since then a few of my dashboards are broken where I am using SQL queries.
Editing the query and commenting an unnecessary line out re…
-
### What happened?
As discovered in https://github.com/OSGeo/gdal/pull/11003#discussion_r1799512036 , the documentation for `ADBC_OBJECT_DEPTH_DB_SCHEMAS` suggests that using its value will result in…
-
**Describe the bug**
When utilizing the share expression in Metabase.
It generates a decimal value representing a percentage, the problem is cube converts assumes the as an `int` so the `Share` re…
-
### What version of `drizzle-orm` are you using?
0.30.10
### What version of `drizzle-kit` are you using?
0.21.4
### Describe the Bug
This is the table that is suggested by next-auth when using d…
-
**Is your feature request related to a problem? Please describe.**
[Extending cubes](https://cube.dev/docs/product/data-modeling/concepts/code-reusability-extending-cubes) brings great code reusabili…
-
In our Splunk monitoring we saw this warning:
```
could not prepare statement during session migration (WITH ?results? AS (UPDATE ?worker?.?job? SET ?completedon? = now(), ?state? = ?'completed'?, ?…
-
Kit: `0.21.4`
Database: `PostgreSQL`
Description: Introspection of table with SQL script as default generates invalid schema
Source table:
```SQL
CREATE SEQUENCE actor_actor_id_seq
INCR…
-
-
Adding more tables increases the number of generated `TableNotEqual` trait impls by N squared, since the `allow_tables_to_appear_in_same_query` macro generates pairwise trait impls. Past about 10-15 t…
-
import pyodbc
import pandas as pd
# Define the connection details
server = 'your_server_name' # Replace with your server name
database = 'your_database_name' # Replace with your database name
…