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
fix: Mark flightsql_endpoint parameter as Required in FlightSQL connector docs
The flightsql_endpoint parameter is enforced as required at runtime
(returns MissingParameter error if absent), but the docs did not
indicate this. Other parameters in the same table explicitly say
"Optional." -- this adds "Required." to the endpoint description
for consistency, across vNext and all versioned docs (1.5.x-1.11.x).
| `flightsql_endpoint` | The Apache Flight endpoint used to connect to the Flight SQL server. |
39
+
| `flightsql_endpoint` | Required. The Apache Flight endpoint used to connect to the Flight SQL server. |
40
40
| `flightsql_username` | Optional. The username to use in the underlying Apache flight Handshake Request to authenticate to the server (see [reference](https://arrow.apache.org/docs/format/Flight.html#authentication)). |
41
41
| `flightsql_password` | Optional. The password to use in the underlying Apache flight Handshake Request to authenticate to the server. Use the [secret replacement syntax](../secret-stores/) to load the password from a secret store, e.g. `${secrets:my_flightsql_pass}`. |
42
42
| `flightsql_tls_ca_certificate_file` | Optional. Path to a CA certificate file (PEM format) to use for TLS verification instead of system certificates. |
| `flightsql_endpoint` | The Apache Flight endpoint used to connect to the Flight SQL server. |
35
+
| `flightsql_endpoint` | Required. The Apache Flight endpoint used to connect to the Flight SQL server. |
36
36
| `flightsql_username` | Optional. The username to use in the underlying Apache flight Handshake Request to authenticate to the server (see [reference](https://arrow.apache.org/docs/format/Flight.html#authentication)). |
37
37
| `flightsql_password` | Optional. The password to use in the underlying Apache flight Handshake Request to authenticate to the server. Use the [secret replacement syntax](../secret-stores) to load the password from a secret store, e.g. `${secrets:my_flightsql_pass}`. |
| `flightsql_endpoint` | The Apache Flight endpoint used to connect to the Flight SQL server. |
35
+
| `flightsql_endpoint` | Required. The Apache Flight endpoint used to connect to the Flight SQL server. |
36
36
| `flightsql_username` | Optional. The username to use in the underlying Apache flight Handshake Request to authenticate to the server (see [reference](https://arrow.apache.org/docs/format/Flight.html#authentication)). |
37
37
| `flightsql_password` | Optional. The password to use in the underlying Apache flight Handshake Request to authenticate to the server. Use the [secret replacement syntax](../secret-stores/) to load the password from a secret store, e.g. `${secrets:my_flightsql_pass}`. |
38
38
| `flightsql_tls_ca_certificate_file` | Optional. Path to a CA certificate file (PEM format) to use for TLS verification instead of system certificates. |
| `flightsql_endpoint` | The Apache Flight endpoint used to connect to the Flight SQL server. |
35
+
| `flightsql_endpoint` | Required. The Apache Flight endpoint used to connect to the Flight SQL server. |
36
36
| `flightsql_username` | Optional. The username to use in the underlying Apache flight Handshake Request to authenticate to the server (see [reference](https://arrow.apache.org/docs/format/Flight.html#authentication)). |
37
37
| `flightsql_password` | Optional. The password to use in the underlying Apache flight Handshake Request to authenticate to the server. Use the [secret replacement syntax](../secret-stores) to load the password from a secret store, e.g. `${secrets:my_flightsql_pass}`. |
| `flightsql_endpoint` | The Apache Flight endpoint used to connect to the Flight SQL server. |
35
+
| `flightsql_endpoint` | Required. The Apache Flight endpoint used to connect to the Flight SQL server. |
36
36
| `flightsql_username` | Optional. The username to use in the underlying Apache flight Handshake Request to authenticate to the server (see [reference](https://arrow.apache.org/docs/format/Flight.html#authentication)). |
37
37
| `flightsql_password` | Optional. The password to use in the underlying Apache flight Handshake Request to authenticate to the server. Use the [secret replacement syntax](../secret-stores) to load the password from a secret store, e.g. `${secrets:my_flightsql_pass}`. |
| `flightsql_endpoint` | The Apache Flight endpoint used to connect to the Flight SQL server. |
35
+
| `flightsql_endpoint` | Required. The Apache Flight endpoint used to connect to the Flight SQL server. |
36
36
| `flightsql_username` | Optional. The username to use in the underlying Apache flight Handshake Request to authenticate to the server (see [reference](https://arrow.apache.org/docs/format/Flight.html#authentication)). |
37
37
| `flightsql_password` | Optional. The password to use in the underlying Apache flight Handshake Request to authenticate to the server. Use the [secret replacement syntax](../secret-stores) to load the password from a secret store, e.g. `${secrets:my_flightsql_pass}`. |
| `flightsql_endpoint` | The Apache Flight endpoint used to connect to the Flight SQL server. |
35
+
| `flightsql_endpoint` | Required. The Apache Flight endpoint used to connect to the Flight SQL server. |
36
36
| `flightsql_username` | Optional. The username to use in the underlying Apache flight Handshake Request to authenticate to the server (see [reference](https://arrow.apache.org/docs/format/Flight.html#authentication)). |
37
37
| `flightsql_password` | Optional. The password to use in the underlying Apache flight Handshake Request to authenticate to the server. Use the [secret replacement syntax](../secret-stores/index.md) to load the password from a secret store, e.g. `${secrets:my_flightsql_pass}`. |
| `flightsql_endpoint` | The Apache Flight endpoint used to connect to the Flight SQL server. |
35
+
| `flightsql_endpoint` | Required. The Apache Flight endpoint used to connect to the Flight SQL server. |
36
36
| `flightsql_username` | Optional. The username to use in the underlying Apache flight Handshake Request to authenticate to the server (see [reference](https://arrow.apache.org/docs/format/Flight.html#authentication)). |
37
37
| `flightsql_password` | Optional. The password to use in the underlying Apache flight Handshake Request to authenticate to the server. Use the [secret replacement syntax](../secret-stores) to load the password from a secret store, e.g. `${secrets:my_flightsql_pass}`. |
0 commit comments