For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transform$referenced_tables

Transform$referenced_tables() → list(Table)

Returns a list of tables that are referenced by the transform. The first entry in the list will always be the transform's "source table". All transforms have at least one referenced table.

Returns

list(Table)

Was this helpful?