rawwar commented on PR #44333:
URL: https://github.com/apache/airflow/pull/44333#issuecomment-2507585305

   So, I'm not sure why CI is all green. But, I tried to verify the alter table 
query and it isn't actually working. I tried to just select the data in conf 
data as below
   
   ```
   select conf, CAST(CONVERT_FROM(conf, 'UTF8') AS JSONB) from dag_run
   ```
   
   and its throwing 
   
   `error: ERROR:  invalid byte sequence for encoding "UTF8": 0x80`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to