matepek commented on issue #10003:
URL: https://github.com/apache/iceberg/issues/10003#issuecomment-2009415954

   Okay, for DBT sadly I need the SparkSessionCatalog as I suspected before. 
Tried almost everything, it's a pain otherwise.
   We had been using a rest catalog so I'm surprised we didn't have much issue 
with `1.4.3`.
   
   I have been checking the code and I found [these 
lines](https://github.com/apache/iceberg/blob/f425dc7401b268f92778c3c9b2c6abfc7fb661df/spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkSessionCatalog.java/#L175):
   ```
   String provider = properties.get("provider");
   ```
   
   Interestingly the `describe table extended ...` returns with lines and one 
if them is `Provider` = `iceberg`.
   Note the capital letter.
   I don't think this is an issue just unexpected at first sight.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to