uranusjr commented on PR #59194:
URL: https://github.com/apache/airflow/pull/59194#issuecomment-3630813744

   ```
      {                                                                         
                    {                                                           
                                 
       'message': 'Serious error when handling your request. Check logs for 
more details - you wi    'message': 'Serious error when handling your request. 
Check logs for more details - you wi 
     ll find it in api server when you look for ID TgVcT3QW',                   
                   ll find it in api server when you look for ID TgVcT3QW',     
                                
       'orig_error': 'duplicate key value violates unique constraint 
"variable_key_uq"\nDETAIL:      'orig_error': 'duplicate key value violates 
unique constraint "variable_key_uq"\nDETAIL:   
     Key (key)=(test_key) already exists.\n',                                   
                   Key (key)=(test_key) already exists.\n',                     
                                
       'reason': 'Unique constraint violation',                                 
                     'reason': 'Unique constraint violation',                   
                                
       'statement': 'INSERT INTO variable (key, val, description, is_encrypted, 
team_name) VALUES    'statement': 'INSERT INTO variable (key, val, description, 
is_encrypted, team_name) VALUES 
      (%(key)s, %(val)s, %(description)s, %(is_encrypted)s, %(team_name)s) 
RETURNING variable.id'   (%(key)s, %(val)s, %(description)s, %(is_encrypted)s, 
%(team_name)s::UUID) RETURNING variab 
     ,                                                                          
                   le.id',                                                      
                                
     }                                                                          
                   }
   ```
   
   Is this `::UUID` cast caused by an upstream change…?


-- 
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