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
split_file
In this method:
koza/src/koza/cli_utils.py
Lines 130 to 143 in fceafe5
split_lines checks if the output format is OutputFormat.json, but no such output format exists:
split_lines
OutputFormat.json
koza/src/koza/model/config/source_config.py
Lines 77 to 84 in fceafe5
Does duckdb have a jsonlines reader?
The text was updated successfully, but these errors were encountered:
It has since 0.7.0. I'll change to OutputFormat.jsonl and make sure tests pass.
OutputFormat.jsonl
Sorry, something went wrong.
thanks for catching this and cleaning it up!
ptgolden
No branches or pull requests
In this method:
koza/src/koza/cli_utils.py
Lines 130 to 143 in fceafe5
split_lines
checks if the output format isOutputFormat.json
, but no such output format exists:koza/src/koza/model/config/source_config.py
Lines 77 to 84 in fceafe5
Does duckdb have a jsonlines reader?
The text was updated successfully, but these errors were encountered: