Load Dataset from Dynamically generated Case Class
问题 What is Needed: number of tables in source database are changing rapidly and thus I don't want to edit case classes so I dynamically generate them through SCALA code and put in package. But now not able to read it dynamically. If this works than I would parse "com.example.datasources.fileSystemSource.schema.{}" as object schema members in loop What has already been Done: I have some case classes dynamically generated from schema of database tables as below: object schema{ case class Users