-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
It would be handy if something like this would be available:
$ pqrs schema --sql-dialect=clickhouse --name=ticker /path/to/file.parquet
CREATE TABLE ticker (
isin String NOT NULL,
O Int32 NOT NULL,
H Int32 NOT NULL,
L Int32 NOT NULL,
C Int32 NOT NULL
) ENGINE = Parquet('/path/to/file.parquet');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels