From the planned update, it obtains the star schema used to define the data.
See also
Other star database refresh functions:
get_existing_fact_instances()
,
get_lookup_tables()
,
get_new_dimension_instances()
,
get_star_database()
,
get_transformation_code()
,
get_transformation_file()
,
incremental_refresh()
,
update_according_to()
Examples
f1 <- flat_table('ft_num', ft_cause_rpd) |>
as_star_database(mrs_cause_schema_rpd)
f2 <- flat_table('ft_num2', ft_cause_rpd) |>
update_according_to(f1)
st <- f2 |>
get_star_schema()