turbot / steampipe-docs

Steampipe documentation content in markdown format.
https://steampipe.io/docs
Other
10 stars 30 forks source link

expand transform-functions with examples #188

Open judell opened 7 months ago

judell commented 6 months ago

@johnsmyth We could indeed link over to https://pkg.go.dev/github.com/turbot/steampipe-plugin-sdk/v5@v5.10.0/plugin/transform which has fragIDs for these things, like https://pkg.go.dev/github.com/turbot/steampipe-plugin-sdk/v5@v5.10.0/plugin/transform#hdr-FromField. And then slightly expand on each of the explanations there. In the case of FromJSONTag, for example, it's helpful to see the JSON tags in an SDK and compare with corresponding column definitions. For plugin developers who are new to Go (not uncommon) that kind of thing is useful context.

I'll ask for some additional feedback on this from a plugin developer.