Open glass-ships opened 7 months ago
Currently, in source_config.__post_init__(), if file_archive is set, that's the only list of files Koza will use as sources to transform.
source_config.__post_init__()
file_archive
We could enhance this to allow the user to list some files as well as specifying a file_archive and transform the data in all of the above.
Currently, in
source_config.__post_init__()
, iffile_archive
is set, that's the only list of files Koza will use as sources to transform.We could enhance this to allow the user to list some files as well as specifying a file_archive and transform the data in all of the above.