Skip to content

TypeError: 'type' object is not subscriptable #38

@RobertoCota

Description

@RobertoCota

def copy_parquet_array_to_hyper_file(parquet_paths: list[str], name: str, table_def: TableDefinition) -> str:

The type for the attribute parquet_paths is written as list[str] but it must have been used the type class List as List[str] (with capital L)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions