def just_keys_udf()

in content-adb-360/tools/azure-diagnostic-logs-etl-unity-catalog.py [0:0]


def just_keys_udf(string):
    return [i for i in json.loads(string).keys()]