Andras Csillag

Results 5 comments of Andras Csillag

I'd be happy to add these tests, can you assign it to me please?

Unfortunately, NOT NULL constraints are not checked in the current implementation of the constraint_append function, because they're not stored as delta table properties but with the table schema. I think...

Actually, because constraints end up as properties of the Delta table, you can add constraints with the following syntax. It's not elegant but it's an optional workaround: ``` target_table =...

Yes, that's true. It seems that a DeltaTableBuilder object can only be created with `create()`, `createIfNotExists()`, `replace() ` or `createOrReplace()` methods there's no `alter()` function.

@matthew-powers-db , you can assign this to me!