MrPowers / quinn

pyspark methods to enhance developer productivity 📣 👯 🎉
https://mrpowers.github.io/quinn/
Apache License 2.0
597 stars 93 forks source link

0.10.2 has broken import statements in quinn extensions #195

Closed jamesfielder closed 4 months ago

jamesfielder commented 4 months ago

Importing anything in quinn.extensions is currently broken due to the __init__.py referencing the column_ext.py file which has been removed.

Running

from quinn.extensions import *

Results in:

ModuleNotFoundError: No module named 'quinn.extensions.column_ext'

As an example in Databricks:

image
MrPowers commented 4 months ago
Screenshot 2024-02-13 at 7 48 14 AM

@jamesfielder - should be fixed with quinn v0.10.3.