Azure SQL Server Online Store Spec
-
class
databricks.feature_store.online_store_spec.azure_sql_server_online_store_spec.
AzureSqlServerSpec
(hostname: str, port: int, user: Optional[str] = None, password: Optional[str] = None, database_name: Optional[str] = None, table_name: Optional[str] = None, driver_name: Optional[str] = None, read_secret_prefix: Optional[str] = None, write_secret_prefix: Optional[str] = None) Bases:
databricks.feature_store.online_store_spec.online_store_spec.OnlineStoreSpec
This
OnlineStoreSpec
implementation is intended for publishing features to Azure SQL Database (SQL Server).The spec supports SQL Server 2019 and newer.
See
OnlineStoreSpec
documentation for more usage information, including parameter descriptions.- Parameters
hostname – Hostname to access online store.
port – Port number to access online store.
user – Username that has access to the online store.
password – Password to access the online store.
database_name – Database name.
table_name – Table name.
driver_name – Name of custom JDBC driver to access the online store.
read_secret_prefix – Prefix for read secret.
write_secret_prefix – Prefix for write secret.
Methods
Properties
-
property
hostname
Hostname to access the online store.
-
property
port
Port number to access the online store.
-
property
database_name
Database name.
-
auth_type
() Publish Auth type.
-
class
databricks.feature_store.online_store_spec.azure_sql_server_online_store_spec.
AzureSqlServerSpec
(hostname: str, port: int, user: Optional[str] = None, password: Optional[str] = None, database_name: Optional[str] = None, table_name: Optional[str] = None, driver_name: Optional[str] = None, read_secret_prefix: Optional[str] = None, write_secret_prefix: Optional[str] = None) Bases:
databricks.feature_store.online_store_spec.online_store_spec.OnlineStoreSpec
This
OnlineStoreSpec
implementation is intended for publishing features to Azure SQL Database (SQL Server).The spec supports SQL Server 2019 and newer.
See
OnlineStoreSpec
documentation for more usage information, including parameter descriptions.- Parameters
hostname – Hostname to access online store.
port – Port number to access online store.
user – Username that has access to the online store.
password – Password to access the online store.
database_name – Database name.
table_name – Table name.
driver_name – Name of custom JDBC driver to access the online store.
read_secret_prefix – Prefix for read secret.
write_secret_prefix – Prefix for write secret.
-
property
hostname
Hostname to access the online store.
-
property
port
Port number to access the online store.
-
property
database_name
Database name.
-
property
cloud
Define the cloud the fature store runs.
-
property
store_type
Define the data store type.
-
auth_type
() Publish Auth type.