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
Is your feature request related to a problem? Please describe.
To do any checks on the schemas of datasets we need to know the schema of the dataset that was initially loaded.
Describe the solution you'd like
A command line tool that takes a csv file as an input and produces the schema (see #13) as output in a new file.
csv
Additional context (optional)
The text was updated successfully, but these errors were encountered:
feat: Describe schemas in the DSL (#13) and Tool to infer initial sch…
fdc0c10
…ema of dataset (#12)
feat: Tool to infer initial schema (#12)
a6ec2b8
3b9c225
08e7a4c
feat: infer initial schema (#79)
e5f2a8c
* feat: Describe schemas in the DSL (#13) * feat: Tool to infer initial schema (#12) * style: apply automatic fixes of linters * chore: Using synthesized dataset for InitialSchemaInferenceTest Co-authored-by: MShahzaib <[email protected]> Co-authored-by: Lars Reimann <[email protected]>
MShahzaib
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
To do any checks on the schemas of datasets we need to know the schema of the dataset that was initially loaded.
Describe the solution you'd like
A command line tool that takes a
csv
file as an input and produces the schema (see #13) as output in a new file.Additional context (optional)
The text was updated successfully, but these errors were encountered: