We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
ptgolden
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: