trinodb/trino

CLI: accept repeated `--file` option and run all the files sequentially

Open

#27,532 opened on Dec 2, 2025

View on GitHub
 (0 comments) (3 reactions) (1 assignee)Java (2,678 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (9,113 stars)
PR merge metrics
 (Avg merge 5d 9h) (306 merged PRs in 30d)

Description

allow usage like this

trino --catalog iceberg --schema default --file ddls.sql --file inserts.sql

Contributor guide