ApplicationName
Specifies the application name that the provider includes in the HTTP User-Agent header when connecting to Databricks.
Data Type
string
Default Value
""
Remarks
This property identifies the client application in HTTP requests sent by the add-in. The value appears in the User-Agent header and and can help Databricks identify your client in request logs.
For Databricks Runtime (formerly known as Databricks Cluster), use the following format: [isv-name+product-name]/[product-version] [comment]
For Databricks SQL Warehouse, only the optional comment field can be set, using the format: [comment]
Each segment must avoid spaces, parentheses, commas, or new lines. Nested comments are not supported.
This property is useful for identifying your application in Databricks logs and API request tracking.