I have an Azure Machine Learning Designer pipeline that I've run successfully many dozens of times. Suddenly, today, The pipeline is getting down to the 'Train Model' node and failing with the following error:
JobConfigurationMaxSizeExceeded: The specified job configuration exceeds the max allowed size of 32768 characters. Please reduce the size of the job's command line arguments and environment settings
How do I address this error in designer-built pipelines?
I have even gone back to previously successful runs of this pipeline and resubmitted one of these runs which also failed with the exact same error. A resubmitted run should have the exact same pipeline architecture and input data (afaik), so it seems like a problem outside my control.
Pipeline run overview:
Any ideas?
EDIT: I'm able to repro this with a really simple pipeline. Simply trying to exclude columns in a Select Columns node from a dataset gives me this error:

