I have a table with a large json column.
I want to pull that record and make some updates to the other columns, but I don't want to pull down the json column because it's really big and I don't need to touch it. The problem is that if I select a subset of columns into a projection, then I can no longer update the columns.
Is there a way to do this, or maybe a workaround?
Hi @Thorium,
This is more of a question than a bug.
I have a table with a large json column.
I want to pull that record and make some updates to the other columns, but I don't want to pull down the json column because it's really big and I don't need to touch it. The problem is that if I
select
a subset of columns into a projection, then I can no longer update the columns. Is there a way to do this, or maybe a workaround?