Live rule types
| Rule | Use it for |
|---|---|
| Rename | Change a source column name before the SQL model reads it |
| Cast | Coerce a staged value to a destination-friendly type |
public.orders.
Example
If the source stream ispublic.orders, you can add:
| Rule | Table | Column | Target |
|---|---|---|---|
| Rename | public.orders | status | order_status |
| Cast | public.orders | total_amount | numeric |