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

Function GetMaterializeNoTimestampQueryPath

config/config.go:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func GetMaterializeNoTimestampQueryPath() string {
63 return helpers.GetEnv("MATERIALIZE_NO_TIMESTAMP_QUERY_PATH", MaterializeNoTimestampQueryPath)
64}
65
66func GetMaterializeWithTimestampQueryPath() string {
67 return helpers.GetEnv("MATERIALIZE_WITH_TIMESTAMP_QUERY_PATH", MaterializeWithTimestampQueryPath)

Callers 1

materializationCreateMethod · 0.92

Calls 1

GetEnvFunction · 0.92

Tested by

no test coverage detected