|
Databricks C++ SDK 0.2.4
Interact with Databricks via an SDK
|
SQL-specific configuration for Databricks SQL operations. More...
#include <config.h>
Public Member Functions | |
| bool | is_valid () const |
| Validate that all required fields are set. | |
Public Attributes | |
| std::string | http_path |
| HTTP path for SQL warehouse/cluster (e.g., "/sql/1.0/warehouses/abc123") | |
| std::string | odbc_driver_name = "Simba Spark ODBC Driver" |
| ODBC driver name (default: Simba Spark ODBC Driver) | |
SQL-specific configuration for Databricks SQL operations.
Contains settings specific to SQL query execution, including the HTTP path to the SQL warehouse/cluster and ODBC driver configuration.
| bool databricks::SQLConfig::is_valid | ( | ) | const |
Validate that all required fields are set.
| std::string databricks::SQLConfig::http_path |
| std::string databricks::SQLConfig::odbc_driver_name = "Simba Spark ODBC Driver" |