Protected Azure Blob URL cannot be resolved by mlflow.data.from_pandas as datasetsource
I retrieve from yahoofinance endpoint a time series data, I store it in azure blob that requires a connection string to access it. I then create a dataframe with this time series and add it to the tracking of mlflow using log_input.