powered by
From the planned update, it obtains the lookup tables used to define the data.
get_lookup_tables(sdbu)# S3 method for star_database_update get_lookup_tables(sdbu)
# S3 method for star_database_update get_lookup_tables(sdbu)
A list of flat_table objects.
flat_table
A star_database_update object.
star_database_update
star_database
Other star database refresh functions: get_existing_fact_instances(), get_new_dimension_instances(), get_star_database(), get_star_schema(), get_transformation_code(), get_transformation_file(), incremental_refresh(), update_according_to()
get_existing_fact_instances()
get_new_dimension_instances()
get_star_database()
get_star_schema()
get_transformation_code()
get_transformation_file()
incremental_refresh()
update_according_to()
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) ft <- f2 |> get_lookup_tables()
Run the code above in your browser using DataLab