goodwillpunning / hyperleaup

Create and manipulate Tableau Hyper files from Apache Spark DataFrames and Spark SQL
Other
29 stars 19 forks source link

TypeError: 'type' object is not subscriptable #38

Open RobertoCota opened 1 year ago

RobertoCota commented 1 year ago

https://github.com/goodwillpunning/hyperleaup/blob/bf2a4e6bce6b613ee36fefbc14c68f87ce218c6c/src/hyperleaup/creator.py#L306

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