potiuk commented on issue #21457:
URL: https://github.com/apache/airflow/issues/21457#issuecomment-1035093698


   just run (in reverse order from creation) at the beginning of the script
   
   
   ```
   DROP TABLE EMPLOYEES_TEMP IF EXISTS CASCADE;
   DROP TABLE EMPLOYEES IF EXISTS CASCADE;
   ```
   
   
https://www.geeksforgeeks.org/postgresql-drop-table/#:~:text=PostgreSQL%20has%20a%20DROP%20TABLE,table%20permanently%20from%20the%20database.


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