mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-24 17:08:28 +00:00

* tests(datalake): use minio 1. use minio instead of moto for mimicking s3 behavior. 2. removed moto dependency as it is not compatible with aiobotocore (https://github.com/getmoto/moto/issues/7070#issuecomment-1828484982) * - moved test_datalake_profiler_e2e.py to datalake/test_profiler - use minio instead of moto * fixed tests * fixed tests * removed default name for minio container
167 B
167 B
1 | id | first_name | last_name | city | country | birthdate | age |
---|---|---|---|---|---|---|---|
2 | 1 | John | Doe | Los Angeles | US | 1980-01-01 | 40 |
3 | 2 | Jane | Doe | Los Angeles | US | 2000-12-31 | 39 |
4 | 3 | Jane | Smith | Paris | FR | 2001-11-11 | 28 |