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
Source subclasses are automatically registered upon import when declared. This enables us to automatically map them from JSON to the correct subclass or use a URI path to determine which implementation should be used (for example, gcs://something routes to GCSSource).
Currently, if a given implementation is not imported, this feature does not work. The goal of this task is to provide an explicit method to register source classes.
The text was updated successfully, but these errors were encountered:
Same mechanism will work for Element objects - need to document that.
mhordynski
changed the title
fix: not imported Source classes are not registered
fix: not imported Source / Element classes are not registered
Feb 17, 2025
Source subclasses are automatically registered upon import when declared. This enables us to automatically map them from JSON to the correct subclass or use a URI path to determine which implementation should be used (for example,
gcs://something
routes to GCSSource).Currently, if a given implementation is not imported, this feature does not work. The goal of this task is to provide an explicit method to register source classes.
The text was updated successfully, but these errors were encountered: