You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All integration tests in test_demos.py are run on SQLite. It would be nice to run any of them on Postgresql to check related code. Use dipdup.test.run_postgres_container helper to spawn a temporary container; see test_hasura.py for example.
The text was updated successfully, but these errors were encountered:
I'm a backend developer with strong experience in Python, SQL (PostgreSQL, SQLite), specializing in data handling and testing with Django. I have a solid track record in backend development, ensuring databases handle and store information accurately and efficiently and contributed to OS .
Approach
I plan to run all necessary tests, document any issues found, and provide clear, organized feedback to address any data handling inconsistencies.
All integration tests in
test_demos.py
are run on SQLite. It would be nice to run any of them on Postgresql to check related code. Usedipdup.test.run_postgres_container
helper to spawn a temporary container; seetest_hasura.py
for example.The text was updated successfully, but these errors were encountered: