* Caution: even when a `source` instance owned by a series, the created data store * may still be shared by different sereis (the source hash does not use all `source` * props, see `sourceManager`). In this case, the `source` props that are not used in * hash (like `source.dimensionDe
()
| 245 | * thus should not be fetch here. |
| 246 | */ |
| 247 | getSource(): Source { |
| 248 | return this._provider.getSource(); |
| 249 | } |
| 250 | |
| 251 | /** |
| 252 | * @caution Only used in dataStack. |