mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 03:29:03 +00:00
* fix: sample data ingestion to match entity profiler column setting * fix: python linting * fix: updated fn call * fix: added logic to handle json filed in datalake connector * fix: handle NA values in parsing * fix: reverted sampler changes from #13338 * fix: reverted metric changes from #13338 * fix: added datalake profiler ingestion test * fix: python linting * fix: removed normalization of json blob in NoSQL db
5 lines
249 B
CSV
5 lines
249 B
CSV
id,first_name,last_name,city,country,birthdate,age,json_data
|
|
1,John,Doe,Los Angeles,US,1980-01-01,40,{"foo": {"bar": "baz"}}
|
|
2,Jane,Doe,Los Angeles,US,2000-12-31,39,{"foo": {"bar": "baz"}}
|
|
3,Jane,Smith,Paris,FR,2001-11-11,28,{"foo": {"bar": "baz"}}
|