Brahmareddy
Esteemed Contributor II

Hi @xecel, How are you doing today?

As per my understanding, Ensure you're using a compatible version of typing_extensions by installing a specific version like 4.4.0 that might work with pyiceberg. Try reinstalling the libraries (pyiceberg and typing_extensions ) to ensure compatibility. Check the release notes or GitHub issues for pyiceberg to see if there are any updates or known issues with your Databricks runtime version. If the problem persists, consider using Databricks APIs or Spark SQL to interact with Iceberg tables as an alternative. Lastly, think about setting up a custom Python environment to better control library versions.

Just give a try and let me know if it works.

Regards,

Brahma