Tested Meltano with a s3 csv -> local csv! Now to figure out how to apply DBT.
Also, any connectors for Firebase around?
c
christoph
01/03/2023, 10:55 PM
Regarding Firebase - There doesn't seem to be a Python SDK available for Firebase, only C++ and JavaScript. So, writing a Firebase tap would most likely have to be done in either of these two languages. I certainly am not aware of an existing Singer tap for Firebase.
christoph
01/03/2023, 10:56 PM
Oh. Hang on. Actually, it should be possible to write a Python tap using the Meltano SDK and just call the REST endpoints ....