Hello all. Been about 2 years since I played with...
# gd-beginners
p
Hello all. Been about 2 years since I played with GoodData and my company is moving forward with an evaluation again, and I am very pleased to be doing so. One of the items noted on the website on the Headless BI page (one of our primary use cases) is "End users can choose the tools needed to become more efficient and connect them easily to headless BI via PostgreSQL interface" but I can't seem to find any documentation on a PostgreSQL Interface for GoodData....how does this work? Can someone point me in the right direction?
r
Hi, you can use our Foreign Data Wrapper (FDW), source code is here: https://github.com/gooddata/gooddata-python-sdk/tree/master/gooddata-fdw But this technology is deprecated, we recommend using GoodData Pandas
p
I see how FDW would be used with something like Excel connecting as a PostgreSQL DB.... I'm not following how Pandas would satisfy that use case.
r
It won't work the same way as db connector in excel at the moment. Maybe in the near future.