You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add save_template() method to Config for creating datajoint.json templates
- Add default_store setting to ObjectStorageSettings
- Fix get_store_backend() to use default object storage when no store specified
- Fix StorageBackend._full_path() to prepend location for all protocols
- Fix StorageBackend.open() to create parent directories for write mode
- Fix ObjectType to support tuple (extension, data) format for streams
- Fix ObjectType to pass through pre-computed metadata for staged inserts
- Fix staged_insert.py path handling (use relative paths consistently)
- Fix table.py __make_placeholder to handle None values for adapter types
- Update schema_object.py to use <object> syntax (angle brackets required)
- Remove legacy external table support (Table.external property)
- Remove legacy external tests (test_filepath, test_external_class, test_s3)
- Add tests for save_template() method
Test results: 471 passed, 2 skipped
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments