Skip to content

Aggiungere supporto a clean.read.parallel nel reader CLEAN #5

@Gabrymi93

Description

@Gabrymi93

Contesto

Alcuni CSV reali e sporchi falliscono nel layer CLEAN quando DuckDB richiede parallel=false, ad esempio con:

  • null_padding=true
  • quoted new lines
  • schema esplicito

Obiettivo

Supportare:

clean:
  read:
    parallel: false

e propagare il valore al reader DuckDB.

Criteri di accettazione

  • clean.read.parallel è validato nel config
  • il flag viene passato al reader CLEAN
  • esiste un test mirato
  • la documentazione del config è aggiornata

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

Projects

Status

✅ Completato

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions