Matteo Ferrando

Results 95 comments of Matteo Ferrando

We are avoiding updates for now and just support append and overwrite behavior for the new `write_to_model` function (#249).

Hello! I have been able to reproduce this in Snowflake. We had not thought of this case. For documenting purposes. Our sources in the yaml: ```yaml sources: - name: external...

This does not feel as relevant today because our focus is more on flow run than fal run.

I think I have found the issue in my case, I setup a `ref` parameter too, and that runs with `git checkout --force`, meaning that it will drop changes if...

Hey, I am trying the proposed alternative from @sfc-gh-kzaveri and I am sending a dataframe with tz defined ``` df['my_datetime'][0] Timestamp('2022-01-01 14:50:59+0000', tz='UTC') ``` The table is created as TIMESTAMP_NTZ...

In my case it was that I needed pyarrow 8.0.0. Try to see if it helps!

I am not certain if the approach on #859 is maybe the proper one.