Query a parquet endpoint for the actual available years of a variable
get_available_years.RdReads the registry to find the parquet path and `time_col` for the supplied variable, opens the dataset via [arrow::open_dataset()], and returns the distinct values found in `time_col`. Useful when the `available_years` hint in the YAML is stale (or absent) and you want ground truth before passing `years = ...` to [use_hex_vars()].
Value
Integer vector of years available in the source parquet, sorted ascending. `integer(0)` for non-temporal variables.