MCPcopy Create free account
hub / github.com/sql-machine-learning/sqlflow / testingMaxComputeURL

Function testingMaxComputeURL

go/database/testing.go:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149}
150
151func testingMaxComputeURL() string {
152 return fmt.Sprintf("maxcompute://%s", testingMaxComputeConfig().FormatDSN())
153}
154
155func createTestingMaxComputeDB() *DB {
156 db, e := OpenAndConnectDB(testingMaxComputeURL())

Calls 1

testingMaxComputeConfigFunction · 0.85