So I've been trying to go through the docs of delta-rs for python, I'm trying to connect a databricks workspace so I can access it locally without spark, I have the access token and the workspace URL in the ENV variables. But the issue I have is that in the example it says "data_catalog = DataCatalog.UNITY" and my interpreter just doesn't like that at all because it doesn't exist as an attribute. And I tried looking up the list of atributes on the website:
https://delta-io.github.io/delta-rs/python/api_reference.html?highlight=datacatalog#deltalake.data_catalog.DataCatalog and I guess the list of data catalogs don't exist?