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
dft flightsql get-xdbc-type-info --data-type 4 # Filter by specific SQL data type
52
52
```
53
53
54
+
## Headers
55
+
56
+
Additional HTTP headers can be attached to FlightSQL connections using `--header` or `--headers-file`. These are useful for passing authentication tokens, tenant identifiers, or any other metadata required by the server.
57
+
58
+
### Single headers (`--header`)
59
+
60
+
Pass one or more `Name: Value` pairs directly on the command line. The flag can be repeated:
0 commit comments