You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ This feature is still in it's early stages and is expected to evolve. Once it h
156
156
157
157
## `dft` FlightSQL Server
158
158
159
-
The `dft` FlightSQL server (feature flag `flightsql`) is a Flight service that can be used to execute SQL queries against DataFusion. The server is started by running `dft --serve` and can optionally run your configured DDL with the `--run-ddl` parameter. Prometheus metrics are automatically exported as part of this.
159
+
The `dft` FlightSQL server (feature flag `flightsql`) is a Flight service that can be used to execute SQL queries against DataFusion. The server is started by running `dft serve-flight-sql` and can optionally run your configured DDL with the `--run-ddl` parameter. Prometheus metrics are automatically exported as part of this.
160
160
161
161
This feature is experimental and does not currently implement all FlightSQL endpoints. Endpoints will be added in tandem with adding more features to the FlightSQL clients within the TUI and CLI.
0 commit comments