Teddy 1cbdfb3ae7
Fixes #12601 - column filter for profiler workflow (#13535)
* 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
2023-10-12 14:51:38 +02:00

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