SapHanaSQLConnection
Sap Hana Database SQL Connection ConfigProperties
hostPort(string): Host and port of the Hana service.username(string): Username to connect to Hana. This user should have privileges to read all the metadata.password(string, format: password): Password to connect to Hana.databaseSchema(string): Database Schema of the data source. This is an optional parameter, if you would like to restrict the metadata reading to a single schema. When left blank, OpenMetadata Ingestion attempts to scan all the schemas.database(string): Database of the data source.