Skip to content

[Feature]: Expose "target_tables" constructor argument for DynamicTable #2096

Open
@rly

Description

@rly

What would you like to see added to PyNWB?

DynamicTable has an additional constructor argument "target_tables", a dict that specifies the mapping of DynamicTableRegion columns to the table. This is especially useful for auto-generated classes that extend DynamicTable. However, classes that extend a subclass of DynamicTable, e.g., TimeIntervals, cannot use this because "target_tables" is not in the argument list.

Is your feature request related to a problem?

See rly/ndx-optogenetics#6

What solution would you like?

We should add "target_tables" to the argument list.

Do you have any interest in helping implement the feature?

Yes.

Code of Conduct

Metadata

Metadata

Assignees

Labels

category: enhancementimprovements of code or code behaviorpriority: lowalternative solution already working and/or relevant to only specific user(s)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions