MCPcopy Create free account
hub / github.com/featureform/featureform / PythonFileURI

Method PythonFileURI

provider/spark.go:361–364  ·  view source on GitHub ↗

Need the bucket from here

(store SparkFileStore)

Source from the content-addressed store, hash-verified

359
360// Need the bucket from here
361func (db *DatabricksExecutor) PythonFileURI(store SparkFileStore) (filestore.Filepath, error) {
362 filePath := config.GetSparkRemoteScriptPath()
363 return store.CreateFilePath(filePath)
364}
365
366func readAndUploadFile(filePath filestore.Filepath, storePath filestore.Filepath, store SparkFileStore) error {
367 fileExists, _ := store.Exists(storePath)

Callers 1

RunSparkJobMethod · 0.95

Calls 2

GetSparkRemoteScriptPathFunction · 0.92
CreateFilePathMethod · 0.65

Tested by

no test coverage detected