Charlie Bini
Charlie Bini
Maybe? It's only a month, and the strange part is that I've done this for every month going back to 2012, but that's the only one that fails with the...
Yeah, it's not too big a deal. I threw it into a try/except block so that it stops iterating if it hits that error, but I figured you might want...
This would be a nice-to-have in a future version. The workaround I've implemented now is good enough though--haven't had much bandwidth to revisit it.
+1 for this. Was hoping it made it to the 1.5 updates to AutoMaterialize rules, but not there yet. This will be very helpful for dbt assets: when a line...
@sryza For our purposes, all of our dbt assets are unpartitioned, so a solution that only works for unpartitioned assets for the time being would still be great.
> Has anyone taken a stab at this? (@sryza)? I've been using a schedule to check and materialize any code changes in lieu of an AMP solution: https://github.com/TEAMSchools/teamster/blob/main/src/teamster/libraries/dbt/schedules.py
This would be incredibly helpful. Both Fivetran and Airbyte implement an incremental sync strategy option for Postgres using xmin, and I would love to be able to replace our vendor...
thanks for the update @rudolfix ! do you know how dlt reacts with an xmin wraparound?