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

Function GetPythonRemoteInitPath

config/config.go:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func GetPythonRemoteInitPath() string {
59 return helpers.GetEnv("PYTHON_REMOTE_INIT_PATH", PythonRemoteInitPath)
60}
61
62func GetMaterializeNoTimestampQueryPath() string {
63 return helpers.GetEnv("MATERIALIZE_NO_TIMESTAMP_QUERY_PATH", MaterializeNoTimestampQueryPath)

Callers 1

InitializeExecutorMethod · 0.92

Calls 1

GetEnvFunction · 0.92

Tested by

no test coverage detected