-
-
### What happens?
#### Corresponding columns disappear:
##### duckdb:
```shell
D .schema tokyo_medals
CREATE INDEX ix_tokyo_medals_country_code ON tokyo_medals USING ();
CREATE TABLE tokyo_meda…
-
### Describe the feature
In Kafka and Fileset, we may need a table schema to deserialize data. We can manage the external schema registry in Gravitino.
### Motivation
- Manage the table schema in…
-
Given my level of inpatience, I was trying to work on some downstream analysis in a separate jupyter notebook, while loading /parsing some data in the initial notebook.
import numpy as np
impo…
-
### Feature description
Right now all tables created are schemaless, but Surreal supports Schemafull as well.
[Schema docs](https://surrealdb.com/docs/surrealdb/tutorials/define-a-schema#schema…
-
The current content in schema.sql looks pretty cool, but I think we should to add checking if each table already exists before create it. I prevent some kind of errors if file will be executed several…
-
### What happens?
When copying the schema structure of one table to another it does not copy the entire schema structure as expected. See [CREATE TABLE](https://duckdb.org/docs/sql/statements/creat…
-
I've got a setup where I have a large number of schemas (+1000) and tables (+100) per schema. Is there a way to have pgweb only request the objects of selected schemas in the sidebar?
Search also bre…
-
### What happened?
When using Ibis with Apache Druid as backend, I’m unable to access the following tables from INFORMATION_SCHEMA: _**COLUMNS, ROUTINES, SCHEMATA, and TABLES**_. Only user-created …
-
Currently, we do not run the schema checks on the source side, so during a unidirectional stream, the customer could bork their LDR setup if they run a bad SC on the source. We should prevent this.
J…