GitHub user potiuk added a comment to the discussion: Trying to insert data to 
mySQL databse using sqlalchemy but it gives exception

That's likely issue you should ask to pandas - and you might simply want to 
look up the syntax of engine definition used. 

BTW, You are absolutely not supposed to manually update and use the DB of 
airflow. If you wantt to use **some** sqlite db - create it on your own and 
manage it independently from airflow. Airflow DB is not part of the [Public 
Interface](https://airflow.apache.org/docs/apache-airflow/2.6.0/public-airflow-interface.html#what-is-not-part-of-the-public-interface-of-apache-airflow)
 and access to Airflow DB is already not possible in Airflow 3. from Dags. 

Converted it to a discussion, but generally speaking you are doing it wrong by 
trying to access airflow DB in this way

GitHub link: 
https://github.com/apache/airflow/discussions/52242#discussioncomment-13572847

----
This is an automatically sent email for commits@airflow.apache.org.
To unsubscribe, please send an email to: commits-unsubscr...@airflow.apache.org

Reply via email to