Skip to content

Bug: Cannot use columns with RequiresOptIn types in Notebook #1335

@Jolanrensen

Description

@Jolanrensen

In notebooks, whenever an accessor is generated for an experimental type that requires @OptIn, we get compiler errors:

Image

This makes sense, as each usage of that type, or the entire snippet, would need to be annotated with @OptIn, however, that does make it currently impossible to store any experimental type in a DataFrame and use it.

We could try to ask the notebook team what to do about it, or simply introduce a list of opt-in classes for dataFrameConfig in notebooks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions