-
### Bug description
1. Install latest Apache Airflow in Ubuntu machine - 22.04.3
2. Initialize the superset db
3. Login in the superset admin // admin
4. Add the database connection, choose "Ot…
-
### Link to the coursework
https://www.youtube.com/watch?v=dTNamL30sDg
### Why are we doing this?
To learn how to use Google Sheets to store and query data is very useful. SQL is a powerful t…
-
In the example below, I expect the second `INSERT` to trigger a partial stats collection, but it does not.
```sql
SET CLUSTER SETTING sql.stats.automatic_partial_collection.enabled = true;
SET CL…
-
**Summary**
update mutation plan do have schema, but stats are missing, only write rows are received.
``` sql
CREATE or replace TABLE t1 (
category_id INT NOT NULL,
region_id INT NO…
-
The SQL function call for `vectorize.table` looks like this:
```sql
vectorize."table"(
"table" TEXT,
"columns" TEXT[],
"job_name" TEXT,
"primary_key" TEXT,
"schema" TEXT D…
-
## Description
Currently Kedro-Viz only previews data from CSVs and Excel files, I would like to view the SQL code that produces that table, not the resulting table.
## Context
I use Kedro-Viz ve…
-
I ran into an error when attempting union some tables with the CTE option turned on.
``` r
tib
-
### Description
many DBMS support following sql that polars reports error. please let them works.
by the way, it seems that create table only create a view of select, can it be materialized?
```
…
-
There may be a way to execute the filters before the SQL is executed, by having too much information in the database, these statements become too slow, since it first obtains all the information and t…
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …