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

Method DFTransformationQuerySource

metadata/client.go:2029–2034  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2027}
2028
2029func (variant *SourceVariant) DFTransformationQuerySource() string {
2030 if !variant.IsDFTransformation() {
2031 return ""
2032 }
2033 return variant.serialized.GetTransformation().GetDFTransformation().GetSourceText()
2034}
2035
2036func wrapProtoSourceVariant(serialized *pb.SourceVariant) *SourceVariant {
2037 return &SourceVariant{

Callers 1

getSourceStringFunction · 0.80

Calls 4

IsDFTransformationMethod · 0.95
GetSourceTextMethod · 0.80
GetDFTransformationMethod · 0.80
GetTransformationMethod · 0.80

Tested by

no test coverage detected