Attributes

Each entity has a list of attributes. In the Attributes section, you’ll map each attribute to its corresponding column in your source tables. This is where the real magic happens—defining how the raw data aligns with the structured information model.

  • Source Expression: In many cases, this will be a direct column-to-attribute mapping. However, you can also use SQL expressions (like CASE statements) for more complex transformations.

  • Filter Symbol: Here, you can override the Ingestion Strategy or the WHERE clause at the attribute level, providing more granular control over the data flow.

Last updated

Was this helpful?