Will Bryant
Will Bryant
@camsaul Unfortunately that doesn’t happen, ValidFieldNames rejects the field name. I tried changing that regex to allow dashes but it just went ahead and tried to create the column named...
@camsaul Thanks! I can see a bunch of places in test/ where format-name will get applied to table names, but not to column names (unlike the main app code proper)....
@camsaul Reminder to take a look, as requested :)
@flamber Any chance you could help find a reviewer for this little PR?
Yeah. Had a look into that, DBT metrics are sort of something different as they result in building pre-aggregated tables in the DW, not just defining metric expressions. IMHO a...
I've never been able to figure out how to reproduce this one. If I revoke default permissions eg. `revoke all on pg_catalog.pg_index from PUBLIC;` then KS hits proper permission errors...
@dpsutton Righto, what about 5bf6bfcee83e82bd7939150858ba023803705fca?
@dr0-dev Because it's normal for iOS to do this and there's nothing to suggest anything is wrong on the Flutter side, other than to think about overriding the OS error...
Honestly I think I'm missing something, I don't really understand why you would Kitchen Sync for this, it feels so far away from the current behavior and scope of the...
OK team, in the spirit of Christmas, I've drafted https://github.com/willbryant/kitchen_sync/tree/insert_only so you can try it and find out. Not gonna merge it at the moment as I strongly suspect it...