Co-authored-by: Claude Opus 4.8 noreply@anthropic.com
Co-authored-by: Claude Opus 4.6 noreply@anthropic.com
Co-authored-by: Claude Opus 4.6 noreply@anthropic.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com
-
Errored models breaking
list_modelsmethod (ee1b91e) -
Remove circular types with protocols (
38c2ee0) -
Use correct API operator names for dimension filters (
a8581bf)
The Lightdash API expects camelCase operator names (e.g., notEquals, greaterThan) but the SDK was using human-readable strings (e.g., "is not", "is greater than"). This caused API errors when using operators like !=.
- Update readme
(
f332829)
- Add
get_modelto get a specific model more programablly (9fe0887)
Signed-off-by: Yu Ishikawa yu-iskw@users.noreply.github.com
- Enhancement
(
c6989e8)
Signed-off-by: Yu Ishikawa yu-iskw@users.noreply.github.com
Co-authored-by: Claude noreply@anthropic.com