datacontract-cli
datacontract-cli copied to clipboard
Pass csv parameters during duckdb connection
- [ ] Tests pass
- [x] ruff format
- [x] README.md updated (if relevant)
- [ ] CHANGELOG.md entry added
Hi there is also a regression, introduce by the sniff_csv_header,
when using a with open(model_path, 'rb') the model_path could be an abfss:// , s3:// blob or datalake store url, that is not supported by the python io open() function.