mirror of
https://github.com/FlipsideCrypto/databricks-sdk-golang.git
synced 2026-02-06 02:46:56 +00:00
9 lines
181 B
Go
9 lines
181 B
Go
package databricks
|
|
|
|
const (
|
|
// APIVersion is the version of the RESTful API of DataBricks
|
|
APIVersion = "2.0"
|
|
// SdkVersion is the version of this library
|
|
SdkVersion = "0.1.5"
|
|
)
|