Converts a given resource file to a DataFrame
Converts a given resource file to a DataFrame
the path to the file
an implicit spark session
the resulting DataFrame
Builds the exception object for a file that is not found
Builds the exception object for a file that is not found
the Job table metadata
the built resource not found exception
Loads DataFrames from Resource files for a given job If the files required aren't present, then they will be outed from the list If the files are present, but corrupted, they will return an error as Left(exception) Otherwise, they will be in the list as Right(result)
Loads DataFrames from Resource files for a given job If the files required aren't present, then they will be outed from the list If the files are present, but corrupted, they will return an error as Left(exception) Otherwise, they will be in the list as Right(result)
the list of sources
A Map of sourceInfo/DataFrame values
Reads a json file into a DataFrame
Reads a json file into a DataFrame
the jobSource info
the implicit spark session
the converted json to DataFrame