* Method to create a view with latest available label_ds for a given ds.
* Method to create a view with latest available label_ds for a given ds. This view is built on top of final label view which has all label versions available. This view will inherit the final label view properties as well.
* Method to create or replace a view for feature table joining with labels.
* Method to create or replace a view for feature table joining with labels. Label columns will be prefixed with "label" or custom prefix for easy identification
compute the mapping label_ds -> PartitionRange of ds which has this label_ds as latest version
compute the mapping label_ds -> PartitionRange of ds which has this label_ds as latest version
Mapping of the label ds -> partition ranges of ds which has this label available as latest
* Util methods for join computation