Allow ingesting tables with unsupported data types
Open
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
Dozer does not (and will not) support any and all data types that our supported data sources might have. When ingesting from a table with a column that includes one of these types, dozer should skip that column and surface a warning to the user that that column was skipped. The user can suppress this warning by specifying the columns to ingest in their table configuration in `dozer-config.yaml`.
Contributor guide
Assessment
This issue has not been assessed yet.