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

Method SQLTransformationQuery

metadata/client.go:2100–2105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2098}
2099
2100func (variant *SourceVariant) SQLTransformationQuery() string {
2101 if !variant.IsSQLTransformation() {
2102 return ""
2103 }
2104 return variant.serialized.GetTransformation().GetSQLTransformation().GetQuery()
2105}
2106
2107func (variant *SourceVariant) SQLTransformationSources() []NameVariant {
2108 if !variant.IsSQLTransformation() {

Callers 3

getSourceStringFunction · 0.80
getSourceStringFunction · 0.80

Calls 4

IsSQLTransformationMethod · 0.95
GetSQLTransformationMethod · 0.80
GetTransformationMethod · 0.80
GetQueryMethod · 0.45

Tested by

no test coverage detected