Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

tdk fn get

Display a function

tdk fn get \
--proj quickstart \
--format table \
--name read_world \
--coll sales_data \
--show-history
FlagTypeRequiredDescription
--proj, -PstringOptionalProject to target; overrides the pinned project. Prompted for when a command needs one and neither is set.
-o, --formattable | json | yamlOptionalOutput format. Defaults to table.
--name, -nstringRequiredName of the function to be displayed.
--coll, -cstringOptionalName of the collection to which the function belongs.
--show-historyflagOptionalShow the history of the function, newest first.