Skip to content

Input type BfabricResourceDataset extensions #322

Description

@leoschwarz
  1. Input type BfabricResourceDataset should detect the Resource column by type
    We currently only allow detection by index or name.
    This is OK for dataset templates.
    column: int | str = "Resource"
    """Column name or index containing the resource IDs. (case insensitive if string)"""

But since we have typing information about the column available, it would be preferable to use it for greater compatibility. The current approach also does not allow defining fallbacks etc.

The main challenge here is finding a simple design which allows enough freedom but does not become too complex either, which is something I still have to think about a bit.

  1. We should probably allow for legacy datasets

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions