Change bool flags to str option.
Open
- Dominant language
- Python
- Stars
- 687
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/daft-dev/daft/blob/7e859f289ebb3f06e9d35b2a76ee4df6c8b37446/src/daft/_core.py#L570-L572
can be more succinctly represented as
```python
kind: Literal["observed", "fixed", "alternate"] | None = None
```
This makes it impossible to pass more than one option and still easy to check that the option is correct.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.