trinodb/trino

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

Open

#27532 opened on Dec 2, 2025

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

Description

allow usage like this

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

Contributor guide