datacontract-cli icon indicating copy to clipboard operation
datacontract-cli copied to clipboard

Pass csv parameters during duckdb connection

Open Halpph opened this issue 11 months ago • 1 comments

  • [ ] Tests pass
  • [x] ruff format
  • [x] README.md updated (if relevant)
  • [ ] CHANGELOG.md entry added

Halpph avatar Feb 19 '25 16:02 Halpph

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.

dmaresma avatar Mar 28 '25 22:03 dmaresma