vndroid commented on issue #25591:
URL: https://github.com/apache/superset/issues/25591#issuecomment-1814125604

   Okay, it worked great for me. only some warning:
   
   ```
   
/opt/superset/venv/lib/python3.9/site-packages/superset/connectors/sqla/models.py:1495:
 SAWarning: Usage of the 'related attribute set' operation is not currently 
supported within the execution stage of the flush process. Results may not be 
consistent.  Consider using alternative event listeners or connection-level 
operations instead.
     self.database = 
session.query(Database).filter_by(id=self.database_id).one()
   
/opt/superset/venv/lib/python3.9/site-packages/superset/connectors/sqla/models.py:1495:
 SAWarning: Usage of the 'collection append' operation is not currently 
supported within the execution stage of the flush process. Results may not be 
consistent.  Consider using alternative event listeners or connection-level 
operations instead.
     self.database = 
session.query(Database).filter_by(id=self.database_id).one()
   
/opt/superset/venv/lib/python3.9/site-packages/superset/models/helpers.py:302: 
SAWarning: Attribute history events accumulated on 1 previously clean instances 
within inner-flush event handlers have been reset, and will not result in 
database updates. Consider using set_committed_value() within inner-flush event 
handlers to avoid this warning.
     obj = obj_query.one_or_none()
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to