When adding a regressor to a Prophet configuration, the regressor configuration currently includes assets with attributes that do not contain any predicted datapoints. Prophet requires regressors to have future data available as part of its forecasting process.
Expected Behaviour
The regressor configuration section should only list assets with attributes that have predicted datapoints available.