containers icon indicating copy to clipboard operation
containers copied to clipboard

Autoloader Support

Open DylanWarnock opened this issue 3 years ago • 0 comments

Is autoloader support possible on the standard runtime container? This would be helpful for unit testing streams that utilizes this feature. Currently, readStream.format("cloudFiles") throws java.lang.ClassNotFoundException: Failed to find data source: cloudFiles. when using the cloudFiles format.

DylanWarnock avatar Jul 28 '22 18:07 DylanWarnock