Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Registers a Python user-defined data source.
Syntax
register(dataSource: type)
Parameters
| Parameter | Type | Description |
|---|---|---|
dataSource |
type | The data source class to be registered. It should be a subclass of DataSource. |