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)

Last updated

Was this helpful?