Added error checking to ProgressLogger context manager to ensure execution continues when the MLFlow tracking server is down (since it's a 'nice-to-have', but not essential for actual pipeline runs).
1.0.86
Bug Fix: Unnecessary Column Deletion
We have fixed a bug in our `nlp-transformer` functionality where columns were being deleted unnecessarily during processing. This has now been resolved and the columns are being kept as expected.
1.0.85
What's Changed * ATHD-4303 removed assert statement by RunjeethNikam in https://github.com/icanbwell/SparkPipelineFramework/pull/209