Tables & primary keys
Under each mapping group, you'll define the tables that contribute to this entity’s data. For example, a PRODUCT entity may have information coming from different tables: the product name might come from one table, while the product category might be stored in another. Each table needs to be identified by a key (such as product_id), which Daana uses to match rows.
Last updated
Was this helpful?