Documentation Index

Fetch the complete documentation index at: https://docs.ursahealth.com/llms.txt

Use this file to discover all available pages before exploring further.

Release Notes v10.0

Prev Next

What's new?

  • For incremental loads, users can define entanglement blast radius fields to widen the incremental load so that it captures not just the rows that changed, but all rows that share a relationship with the changed rows. For example, if a single claim for a patient is updated, a normal incremental load would only reload that one claim, but if patient_id is configured as a blast radius field, the incremental load will reload all claims for that patient, ensuring that any calculations that depend on the full set of a patient's data remain correct. Users can specify multiple blast radius fields, in which case rows matching any of the fields will be included. When no blast radius fields are configured, incremental loads behave as before.