Transform.source_tables

Transform.source_tables() → list(Table)

Returns a list of tables that are sources for the transform. The first entry in the list is considered the "primary" source table of the transform. All transform have at least one source table.

Returns

list(Table)

Last updated

Was this helpful?