MrB-Can / anomalator

Anomalator is an open-source project designed to generate data anomalies for testing and demonstrating data quality tools. It's primarily intended for use in various database systems like Snowflake, Postgres, MySQL, and others to come.
MIT License
0 stars 0 forks source link

Databases table not being populated in test_database_profiling #47

Closed MrB-Can closed 1 year ago

MrB-Can commented 1 year ago

The test is not populating the databases table correctly. The current output shows that the table is empty, although there are expected rows and data. The issue might be in the profiling code or the test implementation. Further investigation is required to identify the cause and fix the problem.