aito.schema.AitoDatabaseSchema.get_linked_columns

AitoDatabaseSchema.get_linked_columns(table_name) → List[str]

return the columns name of the linked table of a table

Parameters

table_name (str) – the name of the table

Returns

list of linked columns

Return type

List[str]