gorkem

Results 11 comments of gorkem

We are discussing this internally and will post an update when we have a path forward.

👀 https://github.com/fal-ai/dbt_feature_store 👀

Hey @mike-seekwell great question! This entirely depends on your dbt project. Fal right now is coupled to your dbt configuration. If you tell us a little bit about your usecase...

Got it! We actually have spoken to several other people who want to connect to external targets. I have created an issue for your feature request, https://github.com/fal-ai/fal/issues/115. One open question...

@matthewmturner any progress on this one? If you are not working on it still, I would like to take a stab at it

> I think that rather than any options, the support for object_store should be invisible to the user. So just running this SQL from datafusion-cli should be enough to trigger...

`ObjectStoreProvider` works great, thanks for the suggestion @tustvold! I gave it a try, one thing that I am a little worried about is that there is no way for `ObjectStoreProvider`...

Hi @kmitchener, did some digging on this issue and looks like there is some prior thinking on this. Most specifically [this issue](https://github.com/apache/arrow-datafusion/issues/1930).

Hello @waitingkuo, is anyone working on this? If not I can try this one (maybe this is even fixed with some of the other recent timestamp fixes)

Spent some time tracking this down, root of the problem was on the arrow side doing the conversions. This was not working properly for negative values. Luckly it looks like...