From aa6bc15cd7b72f8b50b4a2288d01dd00420734b7 Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Mon, 15 Mar 2021 15:27:30 -0700 Subject: [PATCH] fix(ingest): various avro codegen fixes (#2232) --- metadata-ingestion/.gitignore | 1 + .../examples/demo_data/demo_data.json | 12618 ++----- .../examples/demo_data/enrich.py | 4 +- .../scripts/update_golden_files.sh | 17 + metadata-ingestion/setup.py | 2 +- metadata-ingestion/src/datahub/entrypoints.py | 19 +- .../ingestion/extractor/mce_extractor.py | 4 +- .../ingestion/extractor/schema_util.py | 8 +- .../src/datahub/ingestion/source/kafka.py | 1 + .../src/datahub/ingestion/source/mce_file.py | 9 + .../datahub/ingestion/source/sql_common.py | 3 + .../integration/ldap/ldap_mce_golden.json | 80 +- .../integration/mysql/mysql_mce_golden.json | 30335 +--------------- .../tests/integration/mysql/mysql_to_file.yml | 5 +- ...mces_golden.json => mssql_mce_golden.json} | 0 .../integration/sql_server/test_sql_server.py | 2 +- .../tests/unit/serde/test_serde.py | 22 + .../serde/test_serde_backwards_compat.json | 229 + .../tests/unit/serde/test_serde_large.json | 1210 +- 19 files changed, 4133 insertions(+), 40436 deletions(-) create mode 100755 metadata-ingestion/scripts/update_golden_files.sh rename metadata-ingestion/tests/integration/sql_server/{mssql_mces_golden.json => mssql_mce_golden.json} (100%) create mode 100644 metadata-ingestion/tests/unit/serde/test_serde_backwards_compat.json diff --git a/metadata-ingestion/.gitignore b/metadata-ingestion/.gitignore index e2f9faccf7..9b72d41671 100644 --- a/metadata-ingestion/.gitignore +++ b/metadata-ingestion/.gitignore @@ -4,6 +4,7 @@ output src/datahub/metadata/ pvenv36/ bq_credentials.json +/tmp # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/metadata-ingestion/examples/demo_data/demo_data.json b/metadata-ingestion/examples/demo_data/demo_data.json index 51479532e1..d1e54703d5 100644 --- a/metadata-ingestion/examples/demo_data/demo_data.json +++ b/metadata-ingestion/examples/demo_data/demo_data.json @@ -1236,9 +1236,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This dataset shows traffic to and from the Airport as a Percentage of the Traffic volume during the baseline period. The baseline period used for computing this metric is from 1st Feb to 15th March 2020. The dataset gets updated daily." - }, + "description": "This dataset shows traffic to and from the Airport as a Percentage of the Traffic volume during the baseline period. The baseline period used for computing this metric is from 1st Feb to 15th March 2020. The dataset gets updated daily.", "uri": null, "tags": [], "customProperties": {} @@ -1273,9 +1271,7 @@ "fieldPath": "aggregation_method", "jsonPath": null, "nullable": true, - "description": { - "string": "Aggregation period used to compute this metric" - }, + "description": "Aggregation period used to compute this metric", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1289,9 +1285,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the data" - }, + "description": "Date of the data", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -1305,9 +1299,7 @@ "fieldPath": "version", "jsonPath": null, "nullable": true, - "description": { - "string": "Version of the table" - }, + "description": "Version of the table", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1321,9 +1313,7 @@ "fieldPath": "airport_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Aggregation period used to compute this metric" - }, + "description": "Aggregation period used to compute this metric", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1337,9 +1327,7 @@ "fieldPath": "percent_of_baseline", "jsonPath": null, "nullable": true, - "description": { - "string": "Proportion of trips on this date as compared to Avg number of trips on the same day of week in baseline period i.e 1st February 2020 - 15th March 2020" - }, + "description": "Proportion of trips on this date as compared to Avg number of trips on the same day of week in baseline period i.e 1st February 2020 - 15th March 2020", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -1353,9 +1341,7 @@ "fieldPath": "center_point_geom", "jsonPath": null, "nullable": true, - "description": { - "string": "Geographic representation of the centroid of the Airport polygon" - }, + "description": "Geographic representation of the centroid of the Airport polygon", "type": { "type": { "com.linkedin.pegasus2avro.schema.NullType": {} @@ -1369,9 +1355,7 @@ "fieldPath": "city", "jsonPath": null, "nullable": true, - "description": { - "string": "City within which the Airport is located" - }, + "description": "City within which the Airport is located", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1385,9 +1369,7 @@ "fieldPath": "state_region", "jsonPath": null, "nullable": true, - "description": { - "string": "State within which the Airport is located" - }, + "description": "State within which the Airport is located", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1401,9 +1383,7 @@ "fieldPath": "country_iso_code_2", "jsonPath": null, "nullable": true, - "description": { - "string": "ISO 3166-2 code representing the county and subdivision within which the Airport is located" - }, + "description": "ISO 3166-2 code representing the county and subdivision within which the Airport is located", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1417,9 +1397,7 @@ "fieldPath": "country_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the country within which the Airport is located" - }, + "description": "Full text name of the country within which the Airport is located", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1433,9 +1411,7 @@ "fieldPath": "airport_geom", "jsonPath": null, "nullable": true, - "description": { - "string": "Geographic representation of the Airport polygon" - }, + "description": "Geographic representation of the Airport polygon", "type": { "type": { "com.linkedin.pegasus2avro.schema.NullType": {} @@ -1463,9 +1439,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This dataset presents the relative level of congestion in eight select cities on an hourly basis starting February 1st 2020. The goal of this dataset is to provide users with a time series illustrating the effect of the COVID-19 crisis on city congestion. The cities included in the analysis are Atlanta, Chicago, Los Angeles, Mexico City, New York, San Francisco, Seattle and Washington." - }, + "description": "This dataset presents the relative level of congestion in eight select cities on an hourly basis starting February 1st 2020. The goal of this dataset is to provide users with a time series illustrating the effect of the COVID-19 crisis on city congestion. The cities included in the analysis are Atlanta, Chicago, Los Angeles, Mexico City, New York, San Francisco, Seattle and Washington.", "uri": null, "tags": [], "customProperties": {} @@ -1500,9 +1474,7 @@ "fieldPath": "city_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Name of city" - }, + "description": "Name of city", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1516,9 +1488,7 @@ "fieldPath": "date_time", "jsonPath": null, "nullable": true, - "description": { - "string": "Date and time of the measurement" - }, + "description": "Date and time of the measurement", "type": { "type": { "com.linkedin.pegasus2avro.schema.TimeType": {} @@ -1532,9 +1502,7 @@ "fieldPath": "percent_congestion", "jsonPath": null, "nullable": true, - "description": { - "string": "Percent of congestion relative to the baseline" - }, + "description": "Percent of congestion relative to the baseline", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -1562,9 +1530,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "The commercial traffic dataset measures the volume of commercial activity each day (at local time) from March 16 onwards, as measured by number of trips taken. Volume of activity is calculated on a relative basis using data from Feb. 1st and March 15th, 2020 as a benchmark, controlled for day-of-week. Activity is further classified by industry based on the destination location of each trip, using OpenStreetMap's building tag; no classification are made if the trip does not end around a building, though the trip will count towards PercentOfBaselineActivity." - }, + "description": "The commercial traffic dataset measures the volume of commercial activity each day (at local time) from March 16 onwards, as measured by number of trips taken. Volume of activity is calculated on a relative basis using data from Feb. 1st and March 15th, 2020 as a benchmark, controlled for day-of-week. Activity is further classified by industry based on the destination location of each trip, using OpenStreetMap's building tag; no classification are made if the trip does not end around a building, though the trip will count towards PercentOfBaselineActivity.", "uri": null, "tags": [], "customProperties": {} @@ -1599,9 +1565,7 @@ "fieldPath": "alpha_code_3", "jsonPath": null, "nullable": true, - "description": { - "string": "If the record contains country-level stats: 3-letter Country code" - }, + "description": "If the record contains country-level stats: 3-letter Country code", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1615,9 +1579,7 @@ "fieldPath": "country_iso_code_2", "jsonPath": null, "nullable": true, - "description": { - "string": "If the record contains state-level stats: 2-letter country code, followed by dash, then 2-letter state code." - }, + "description": "If the record contains state-level stats: 2-letter country code, followed by dash, then 2-letter state code.", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1631,9 +1593,7 @@ "fieldPath": "region", "jsonPath": null, "nullable": true, - "description": { - "string": "If the record contains region-level stats: region description as found in `bigquery-public-data.covid19_geotab_mobility_impact.lookup_region`" - }, + "description": "If the record contains region-level stats: region description as found in `bigquery-public-data.covid19_geotab_mobility_impact.lookup_region`", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1647,9 +1607,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the data" - }, + "description": "Date of the data", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -1663,9 +1621,7 @@ "fieldPath": "day_of_week", "jsonPath": null, "nullable": true, - "description": { - "string": "Day of Week starting with Sunday as Day 1. Range between [1,7]" - }, + "description": "Day of Week starting with Sunday as Day 1. Range between [1,7]", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -1679,9 +1635,7 @@ "fieldPath": "percent_of_baseline_activity", "jsonPath": null, "nullable": true, - "description": { - "string": "Number of trips taken on DATE, relative to the median value for the same day-of-week during baseline period" - }, + "description": "Number of trips taken on DATE, relative to the median value for the same day-of-week during baseline period", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -1695,9 +1649,7 @@ "fieldPath": "percent_of_baseline_commercial", "jsonPath": null, "nullable": true, - "description": { - "string": "percent_of_baseline_activity counting only trips starting around commercial buildings, as labelled by OpenStreetMap" - }, + "description": "percent_of_baseline_activity counting only trips starting around commercial buildings, as labelled by OpenStreetMap", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -1711,9 +1663,7 @@ "fieldPath": "percent_of_baseline_industrial", "jsonPath": null, "nullable": true, - "description": { - "string": "percent_of_baseline_activity counting only trips starting around industrial buildings, as labelled by OpenStreetMap" - }, + "description": "percent_of_baseline_activity counting only trips starting around industrial buildings, as labelled by OpenStreetMap", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -1727,9 +1677,7 @@ "fieldPath": "percent_of_baseline_warehouse", "jsonPath": null, "nullable": true, - "description": { - "string": "percent_of_baseline_activity counting only trips starting around warehouse buildings, as labelled by OpenStreetMap" - }, + "description": "percent_of_baseline_activity counting only trips starting around warehouse buildings, as labelled by OpenStreetMap", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -1743,9 +1691,7 @@ "fieldPath": "percent_of_baseline_grocery_store", "jsonPath": null, "nullable": true, - "description": { - "string": "percent_of_baseline_activity counting only trips starting around grocery store buildings, as labelled by OpenStreetMap" - }, + "description": "percent_of_baseline_activity counting only trips starting around grocery store buildings, as labelled by OpenStreetMap", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -1759,9 +1705,7 @@ "fieldPath": "percent_of_baseline_other_retail", "jsonPath": null, "nullable": true, - "description": { - "string": "percent_of_baseline_activity counting only trips starting around all retail buildings, excluding those classified as GroceryStore, as labelled by OpenStreetMap" - }, + "description": "percent_of_baseline_activity counting only trips starting around all retail buildings, excluding those classified as GroceryStore, as labelled by OpenStreetMap", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -1775,9 +1719,7 @@ "fieldPath": "region_geom", "jsonPath": null, "nullable": true, - "description": { - "string": "Geographic shape of the country, region, or state; for performance, shapes of regions and states are rough approximates of real boundaries." - }, + "description": "Geographic shape of the country, region, or state; for performance, shapes of regions and states are rough approximates of real boundaries.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NullType": {} @@ -1791,9 +1733,7 @@ "fieldPath": "version", "jsonPath": null, "nullable": true, - "description": { - "string": "Version of the table" - }, + "description": "Version of the table", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1821,9 +1761,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "The commercial traffic dataset measures the volume of commercial activity each day (at local time) from March 16 onwards, as measured by number of trips taken. Volume of activity is calculated on a relative basis using data from Feb. 1st and March 15th, 2020 as a benchmark, controlled for day-of-week. Activity is further classified by industry based on the destination location of each trip, using OpenStreetMap's building tag; no classification are made if the trip does not end around a building, though the trip will count towards percent_of_baseline_activity." - }, + "description": "The commercial traffic dataset measures the volume of commercial activity each day (at local time) from March 16 onwards, as measured by number of trips taken. Volume of activity is calculated on a relative basis using data from Feb. 1st and March 15th, 2020 as a benchmark, controlled for day-of-week. Activity is further classified by industry based on the destination location of each trip, using OpenStreetMap's building tag; no classification are made if the trip does not end around a building, though the trip will count towards percent_of_baseline_activity.", "uri": null, "tags": [], "customProperties": {} @@ -1858,9 +1796,7 @@ "fieldPath": "alpha_code_3", "jsonPath": null, "nullable": true, - "description": { - "string": "If the record contains country-level stats: 3-letter Country code" - }, + "description": "If the record contains country-level stats: 3-letter Country code", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1874,9 +1810,7 @@ "fieldPath": "region", "jsonPath": null, "nullable": true, - "description": { - "string": "If the record contains region-level stats: region description as found in `bigquery-public-data.covid19_geotab_mobility_impact.lookup_region`" - }, + "description": "If the record contains region-level stats: region description as found in `bigquery-public-data.covid19_geotab_mobility_impact.lookup_region`", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1890,9 +1824,7 @@ "fieldPath": "industry", "jsonPath": null, "nullable": true, - "description": { - "string": "Major industry impacted by COVID." - }, + "description": "Major industry impacted by COVID.", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1906,9 +1838,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the data" - }, + "description": "Date of the data", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -1922,9 +1852,7 @@ "fieldPath": "percent_of_baseline", "jsonPath": null, "nullable": true, - "description": { - "string": "Percent of baseline activity for the corresponding industry and region." - }, + "description": "Percent of baseline activity for the corresponding industry and region.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -1938,9 +1866,7 @@ "fieldPath": "version", "jsonPath": null, "nullable": true, - "description": { - "string": "Version of the table" - }, + "description": "Version of the table", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -1968,9 +1894,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Percentage of normal number of fuelling events at fuel stations in North America relative to the period immediately pre-Covid-19. Aggregated by day and vehicle class." - }, + "description": "Percentage of normal number of fuelling events at fuel stations in North America relative to the period immediately pre-Covid-19. Aggregated by day and vehicle class.", "uri": null, "tags": [], "customProperties": {} @@ -2005,9 +1929,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the data" - }, + "description": "Date of the data", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -2021,9 +1943,7 @@ "fieldPath": "vehicle_class", "jsonPath": null, "nullable": true, - "description": { - "string": "Vehicle class" - }, + "description": "Vehicle class", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2037,9 +1957,7 @@ "fieldPath": "percent_of_normal_volume", "jsonPath": null, "nullable": true, - "description": { - "string": "The percentage of fuelling events at fuel stations relative to the baseline period." - }, + "description": "The percentage of fuelling events at fuel stations relative to the baseline period.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2053,9 +1971,7 @@ "fieldPath": "version", "jsonPath": null, "nullable": true, - "description": { - "string": "Version of the table" - }, + "description": "Version of the table", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2083,9 +1999,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Percentage of normal number of fuelling events at fuel stations in North America relative to the period immediately pre-Covid-19. Aggregated by day and vehicle class." - }, + "description": "Percentage of normal number of fuelling events at fuel stations in North America relative to the period immediately pre-Covid-19. Aggregated by day and vehicle class.", "uri": null, "tags": [], "customProperties": {} @@ -2120,9 +2034,7 @@ "fieldPath": "week_start", "jsonPath": null, "nullable": true, - "description": { - "string": "The start of the week in which fuelling events at fuel stations was measured." - }, + "description": "The start of the week in which fuelling events at fuel stations was measured.", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -2136,9 +2048,7 @@ "fieldPath": "week_end", "jsonPath": null, "nullable": true, - "description": { - "string": "The end of the week in which fuelling events at fuel stations was measured." - }, + "description": "The end of the week in which fuelling events at fuel stations was measured.", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -2152,9 +2062,7 @@ "fieldPath": "state_province", "jsonPath": null, "nullable": true, - "description": { - "string": "The state where fuelling events was measured." - }, + "description": "The state where fuelling events was measured.", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2168,9 +2076,7 @@ "fieldPath": "country_iso_code_2", "jsonPath": null, "nullable": true, - "description": { - "string": "ISO 3166-2 code representing the county and state/province of the aggregation" - }, + "description": "ISO 3166-2 code representing the county and state/province of the aggregation", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2184,9 +2090,7 @@ "fieldPath": "percent_of_normal_volume", "jsonPath": null, "nullable": true, - "description": { - "string": "The percentage of fuelling events at fuel stations relative to the baseline period." - }, + "description": "The percentage of fuelling events at fuel stations relative to the baseline period.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2200,9 +2104,7 @@ "fieldPath": "version", "jsonPath": null, "nullable": true, - "description": { - "string": "Version of the table" - }, + "description": "Version of the table", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2230,9 +2132,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "A reference table to group states in the US and provinces in Canada into regions; using official federal regions from the Office of Management and Budget for the regions in the US." - }, + "description": "A reference table to group states in the US and provinces in Canada into regions; using official federal regions from the Office of Management and Budget for the regions in the US.", "uri": null, "tags": [], "customProperties": {} @@ -2267,9 +2167,7 @@ "fieldPath": "country_iso_code_2", "jsonPath": null, "nullable": true, - "description": { - "string": "ISO 3166-2 code representing the county and state/province" - }, + "description": "ISO 3166-2 code representing the county and state/province", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2283,9 +2181,7 @@ "fieldPath": "region_id", "jsonPath": null, "nullable": true, - "description": { - "string": "Unique identifier for each region" - }, + "description": "Unique identifier for each region", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2299,9 +2195,7 @@ "fieldPath": "region_description", "jsonPath": null, "nullable": true, - "description": { - "string": "Name of the region" - }, + "description": "Name of the region", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2315,9 +2209,7 @@ "fieldPath": "states", "jsonPath": null, "nullable": true, - "description": { - "string": "Concatenated list of states that are contained within the region. Values are separated by a semi-colon (;)" - }, + "description": "Concatenated list of states that are contained within the region. Values are separated by a semi-colon (;)", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2345,9 +2237,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This dataset shows the average percentage week-on-week volume changes and the average weekly wait times for ports. It includes aggregate metrics for the ports as a whole, broken down by each vehicle type and for 2 high-level vehicle type groupings." - }, + "description": "This dataset shows the average percentage week-on-week volume changes and the average weekly wait times for ports. It includes aggregate metrics for the ports as a whole, broken down by each vehicle type and for 2 high-level vehicle type groupings.", "uri": null, "tags": [], "customProperties": {} @@ -2382,9 +2272,7 @@ "fieldPath": "country_iso_code_2", "jsonPath": null, "nullable": true, - "description": { - "string": "ISO 3166-2 code representing the county and state/province where the port is located" - }, + "description": "ISO 3166-2 code representing the county and state/province where the port is located", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2398,9 +2286,7 @@ "fieldPath": "port_id", "jsonPath": null, "nullable": true, - "description": { - "string": "Unique port identifier" - }, + "description": "Unique port identifier", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2414,9 +2300,7 @@ "fieldPath": "port", "jsonPath": null, "nullable": true, - "description": { - "string": "Port name" - }, + "description": "Port name", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2430,9 +2314,7 @@ "fieldPath": "year_week", "jsonPath": null, "nullable": true, - "description": { - "string": "Concatenation of the year and week for which the aggregation values are calculated. Format " - }, + "description": "Concatenation of the year and week for which the aggregation values are calculated. Format ", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2446,9 +2328,7 @@ "fieldPath": "week_end", "jsonPath": null, "nullable": true, - "description": { - "string": "The last day of the week for the aggregation calculations. Format " - }, + "description": "The last day of the week for the aggregation calculations. Format ", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -2462,9 +2342,7 @@ "fieldPath": "aggregation_method", "jsonPath": null, "nullable": true, - "description": { - "string": "Define the level of the aggregation. Weekly: the average metric is calculated across the full week prior to the week_end" - }, + "description": "Define the level of the aggregation. Weekly: the average metric is calculated across the full week prior to the week_end", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2478,9 +2356,7 @@ "fieldPath": "percent_of_vehicle_volume_change", "jsonPath": null, "nullable": true, - "description": { - "string": "The percentage change in vehicle volumes in relation to the previous week" - }, + "description": "The percentage change in vehicle volumes in relation to the previous week", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2494,9 +2370,7 @@ "fieldPath": "percent_of_trip_volume_change", "jsonPath": null, "nullable": true, - "description": { - "string": "The percentage change in trip volumes in relation to the previous week" - }, + "description": "The percentage change in trip volumes in relation to the previous week", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2510,9 +2384,7 @@ "fieldPath": "percent_of_hdt_volume_change", "jsonPath": null, "nullable": true, - "description": { - "string": "The percentage change in Hdt vehicle volumes in relation to the previous week. Hdt = heavy duty trucks; weight class 7-8" - }, + "description": "The percentage change in Hdt vehicle volumes in relation to the previous week. Hdt = heavy duty trucks; weight class 7-8", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2526,9 +2398,7 @@ "fieldPath": "percent_of_mdt_volume_change", "jsonPath": null, "nullable": true, - "description": { - "string": "The percentage change in Mdt vehicle volumes in relation to the previous week. Mdt = medium duty trucks; weight class 4-6" - }, + "description": "The percentage change in Mdt vehicle volumes in relation to the previous week. Mdt = medium duty trucks; weight class 4-6", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2542,9 +2412,7 @@ "fieldPath": "percent_of_ldt_volume_change", "jsonPath": null, "nullable": true, - "description": { - "string": "The percentage change in Ldt vehicle volumes in relation to the previous week. Ldt = light duty trucks; weight class 1-3 | A-H" - }, + "description": "The percentage change in Ldt vehicle volumes in relation to the previous week. Ldt = light duty trucks; weight class 1-3 | A-H", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2558,9 +2426,7 @@ "fieldPath": "percent_of_mpv_volume_change", "jsonPath": null, "nullable": true, - "description": { - "string": "The percentage change in Mpv vehicle volumes in relation to the previous week. Mpv = multi-purpose vehicle" - }, + "description": "The percentage change in Mpv vehicle volumes in relation to the previous week. Mpv = multi-purpose vehicle", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2574,9 +2440,7 @@ "fieldPath": "percent_of_car_volume_change", "jsonPath": null, "nullable": true, - "description": { - "string": "The percentage change in car vehicle volumes in relation to the previous week." - }, + "description": "The percentage change in car vehicle volumes in relation to the previous week.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2590,9 +2454,7 @@ "fieldPath": "percent_of_other_volume_change", "jsonPath": null, "nullable": true, - "description": { - "string": "The percentage change in vehicle volumes in relation to the previous week, for all vehicles that are not classed as a Hdt, Mdt, Ldt, Mpv or car" - }, + "description": "The percentage change in vehicle volumes in relation to the previous week, for all vehicles that are not classed as a Hdt, Mdt, Ldt, Mpv or car", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2606,9 +2468,7 @@ "fieldPath": "percent_of_agg_truck_volume_change", "jsonPath": null, "nullable": true, - "description": { - "string": "The percentage change in vehicle volumes in relation to the previous week, for a combined grouping of Hdt, Mdt and Ldt vehicle types" - }, + "description": "The percentage change in vehicle volumes in relation to the previous week, for a combined grouping of Hdt, Mdt and Ldt vehicle types", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2622,9 +2482,7 @@ "fieldPath": "percent_of_agg_nontruck_volume_change", "jsonPath": null, "nullable": true, - "description": { - "string": "The percentage change in vehicle volumes in relation to the previous week, for a combined grouping of Mpv, car and other vehicle types" - }, + "description": "The percentage change in vehicle volumes in relation to the previous week, for a combined grouping of Mpv, car and other vehicle types", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2638,9 +2496,7 @@ "fieldPath": "wait_time_avg", "jsonPath": null, "nullable": true, - "description": { - "string": "The average wait time (in minutes)" - }, + "description": "The average wait time (in minutes)", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2654,9 +2510,7 @@ "fieldPath": "wait_time_hdt", "jsonPath": null, "nullable": true, - "description": { - "string": "The average wait time (in minutes) for Hdt vehicle types. Hdt = heavy duty trucks; weight class 7-8" - }, + "description": "The average wait time (in minutes) for Hdt vehicle types. Hdt = heavy duty trucks; weight class 7-8", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2670,9 +2524,7 @@ "fieldPath": "wait_time_mdt", "jsonPath": null, "nullable": true, - "description": { - "string": "The average wait time (in minutes) for Mdt vehicle types. Mdt = medium duty trucks; weight class 4-6" - }, + "description": "The average wait time (in minutes) for Mdt vehicle types. Mdt = medium duty trucks; weight class 4-6", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2686,9 +2538,7 @@ "fieldPath": "wait_time_ldt", "jsonPath": null, "nullable": true, - "description": { - "string": "The average wait time (in minutes) for Mdt vehicle types Ldt = light duty trucks; weight class 1-3 | A-H" - }, + "description": "The average wait time (in minutes) for Mdt vehicle types Ldt = light duty trucks; weight class 1-3 | A-H", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2702,9 +2552,7 @@ "fieldPath": "wait_time_mpv", "jsonPath": null, "nullable": true, - "description": { - "string": "The average wait time (in minutes) for Mdt vehicle types Mpv = multi-purpose vehicle" - }, + "description": "The average wait time (in minutes) for Mdt vehicle types Mpv = multi-purpose vehicle", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2718,9 +2566,7 @@ "fieldPath": "wait_time_car", "jsonPath": null, "nullable": true, - "description": { - "string": "The average wait time (in minutes) for car vehicle types" - }, + "description": "The average wait time (in minutes) for car vehicle types", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2734,9 +2580,7 @@ "fieldPath": "wait_time_other", "jsonPath": null, "nullable": true, - "description": { - "string": "The average wait time (in minutes) for all vehicles that are not classed as a Hdt, Mdt, Ldt, Mpv or car" - }, + "description": "The average wait time (in minutes) for all vehicles that are not classed as a Hdt, Mdt, Ldt, Mpv or car", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2750,9 +2594,7 @@ "fieldPath": "wait_time_agg_truck", "jsonPath": null, "nullable": true, - "description": { - "string": "The average wait time (in minutes) for a combined grouping of Hdt, Mdt and Ldt vehicle types" - }, + "description": "The average wait time (in minutes) for a combined grouping of Hdt, Mdt and Ldt vehicle types", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2766,9 +2608,7 @@ "fieldPath": "wait_time_agg_nontruck", "jsonPath": null, "nullable": true, - "description": { - "string": "The average wait time (in minutes) for a combined grouping of Mpv, car and other vehicle types" - }, + "description": "The average wait time (in minutes) for a combined grouping of Mpv, car and other vehicle types", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2782,9 +2622,7 @@ "fieldPath": "city", "jsonPath": null, "nullable": true, - "description": { - "string": "City in which the port resides" - }, + "description": "City in which the port resides", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2798,9 +2636,7 @@ "fieldPath": "port_latitude", "jsonPath": null, "nullable": true, - "description": { - "string": "Latitude of the centroid for the port" - }, + "description": "Latitude of the centroid for the port", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2814,9 +2650,7 @@ "fieldPath": "port_longitude", "jsonPath": null, "nullable": true, - "description": { - "string": "Longitude of the centroid for the port" - }, + "description": "Longitude of the centroid for the port", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2830,9 +2664,7 @@ "fieldPath": "version", "jsonPath": null, "nullable": true, - "description": { - "string": "Version of the table" - }, + "description": "Version of the table", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2846,9 +2678,7 @@ "fieldPath": "port_geom", "jsonPath": null, "nullable": true, - "description": { - "string": "Polygon object of the port bounds" - }, + "description": "Polygon object of the port bounds", "type": { "type": { "com.linkedin.pegasus2avro.schema.NullType": {} @@ -2876,9 +2706,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This dataset is about daily trip volume and weighted average crossing duration per trip direction. This table is updated daily." - }, + "description": "This dataset is about daily trip volume and weighted average crossing duration per trip direction. This table is updated daily.", "uri": null, "tags": [], "customProperties": {} @@ -2913,9 +2741,7 @@ "fieldPath": "trip_direction", "jsonPath": null, "nullable": true, - "description": { - "string": "Direction of the trip" - }, + "description": "Direction of the trip", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2929,9 +2755,7 @@ "fieldPath": "day_type", "jsonPath": null, "nullable": true, - "description": { - "string": "Weekday/Weekend indicator" - }, + "description": "Weekday/Weekend indicator", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -2945,9 +2769,7 @@ "fieldPath": "day_of_week", "jsonPath": null, "nullable": true, - "description": { - "string": "Day of Week starting with Sunday as Day 1. Range between [1,7]" - }, + "description": "Day of Week starting with Sunday as Day 1. Range between [1,7]", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2961,9 +2783,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the data" - }, + "description": "Date of the data", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -2977,9 +2797,7 @@ "fieldPath": "avg_crossing_duration", "jsonPath": null, "nullable": true, - "description": { - "string": "Weighted average crossing duration (min)" - }, + "description": "Weighted average crossing duration (min)", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -2993,9 +2811,7 @@ "fieldPath": "percent_of_normal_volume", "jsonPath": null, "nullable": true, - "description": { - "string": "The overall daily trip volume is compared to avg number of trips in baseline period i.e Jan.1st to Feb.29, 2020." - }, + "description": "The overall daily trip volume is compared to avg number of trips in baseline period i.e Jan.1st to Feb.29, 2020.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3009,9 +2825,7 @@ "fieldPath": "avg_crossing_duration_truck", "jsonPath": null, "nullable": true, - "description": { - "string": "Weighted average crossing duration (min) for trucks" - }, + "description": "Weighted average crossing duration (min) for trucks", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3025,9 +2839,7 @@ "fieldPath": "percent_of_normal_volume_truck", "jsonPath": null, "nullable": true, - "description": { - "string": "The truck daily trip volume is compared to avg number of trips in baseline period i.e Jan.1st to Feb.29, 2020." - }, + "description": "The truck daily trip volume is compared to avg number of trips in baseline period i.e Jan.1st to Feb.29, 2020.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3041,9 +2853,7 @@ "fieldPath": "version", "jsonPath": null, "nullable": true, - "description": { - "string": "Version of the table" - }, + "description": "Version of the table", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3071,9 +2881,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This dataset shows hourly average border crossing duration for US-Canada and US-Mexico borders starting from 2020-03-16. Hourly trip volume is compared to average trip volume calculated between Feb.1st and Mar.15th, 2020 as a control group in each country." - }, + "description": "This dataset shows hourly average border crossing duration for US-Canada and US-Mexico borders starting from 2020-03-16. Hourly trip volume is compared to average trip volume calculated between Feb.1st and Mar.15th, 2020 as a control group in each country.", "uri": null, "tags": [], "customProperties": {} @@ -3108,9 +2916,7 @@ "fieldPath": "border_id", "jsonPath": null, "nullable": true, - "description": { - "string": "Unique ID of the border crossing" - }, + "description": "Unique ID of the border crossing", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3124,9 +2930,7 @@ "fieldPath": "port_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Port Name in Canada or Mexico" - }, + "description": "Port Name in Canada or Mexico", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3140,9 +2944,7 @@ "fieldPath": "port_name_us", "jsonPath": null, "nullable": true, - "description": { - "string": "Port Name in the US" - }, + "description": "Port Name in the US", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3156,9 +2958,7 @@ "fieldPath": "trip_direction", "jsonPath": null, "nullable": true, - "description": { - "string": "Direction of the trip" - }, + "description": "Direction of the trip", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3172,9 +2972,7 @@ "fieldPath": "hour_local", "jsonPath": null, "nullable": true, - "description": { - "string": "Local hour of the data" - }, + "description": "Local hour of the data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3188,9 +2986,7 @@ "fieldPath": "date_local", "jsonPath": null, "nullable": true, - "description": { - "string": "Local date of the data" - }, + "description": "Local date of the data", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -3204,9 +3000,7 @@ "fieldPath": "day_type", "jsonPath": null, "nullable": true, - "description": { - "string": "Weekday/Weekend indicator" - }, + "description": "Weekday/Weekend indicator", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3220,9 +3014,7 @@ "fieldPath": "date_utc", "jsonPath": null, "nullable": true, - "description": { - "string": "UTC date of the data" - }, + "description": "UTC date of the data", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -3236,9 +3028,7 @@ "fieldPath": "hour_utc", "jsonPath": null, "nullable": true, - "description": { - "string": "UTC hour of the data" - }, + "description": "UTC hour of the data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3252,9 +3042,7 @@ "fieldPath": "avg_crossing_duration", "jsonPath": null, "nullable": true, - "description": { - "string": "Average border crossing times (in minutes)" - }, + "description": "Average border crossing times (in minutes)", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3268,9 +3056,7 @@ "fieldPath": "aggregation_method", "jsonPath": null, "nullable": true, - "description": { - "string": "Daily Average: the average is taken for the current LocalHour; Weekly Average: the average is taken for the full week prior to the current LocalDate; Monthly Average: the average is taken for the full month prior to the current LocalDate; Yearly Average: the average is taken for the full year prior to the LocalDate" - }, + "description": "Daily Average: the average is taken for the current LocalHour; Weekly Average: the average is taken for the full week prior to the current LocalDate; Monthly Average: the average is taken for the full month prior to the current LocalDate; Yearly Average: the average is taken for the full year prior to the LocalDate", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3284,9 +3070,7 @@ "fieldPath": "percent_of_baseline_trip_volume", "jsonPath": null, "nullable": true, - "description": { - "string": "Proportion of trips in this time interval as compared to Avg number of trips on the same hour of day in baseline period i.e 1st February 2020 - 15th March 2020. Data is only available for daily aggregation level with valid baseline number." - }, + "description": "Proportion of trips in this time interval as compared to Avg number of trips on the same hour of day in baseline period i.e 1st February 2020 - 15th March 2020. Data is only available for daily aggregation level with valid baseline number.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3300,9 +3084,7 @@ "fieldPath": "border_zone", "jsonPath": null, "nullable": true, - "description": { - "string": "Polygon of the Port in Canada or Mexico" - }, + "description": "Polygon of the Port in Canada or Mexico", "type": { "type": { "com.linkedin.pegasus2avro.schema.NullType": {} @@ -3316,9 +3098,7 @@ "fieldPath": "province_code", "jsonPath": null, "nullable": true, - "description": { - "string": "ISO 3166-2 Country-Province code in Canada or Mexico" - }, + "description": "ISO 3166-2 Country-Province code in Canada or Mexico", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3332,9 +3112,7 @@ "fieldPath": "border_zone_us", "jsonPath": null, "nullable": true, - "description": { - "string": "Polygon of the Port in the US" - }, + "description": "Polygon of the Port in the US", "type": { "type": { "com.linkedin.pegasus2avro.schema.NullType": {} @@ -3348,9 +3126,7 @@ "fieldPath": "state_code_us", "jsonPath": null, "nullable": true, - "description": { - "string": "ISO 3166-2 Country-State code for US" - }, + "description": "ISO 3166-2 Country-State code for US", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3364,9 +3140,7 @@ "fieldPath": "border_latitude", "jsonPath": null, "nullable": true, - "description": { - "string": "Latitude of the border" - }, + "description": "Latitude of the border", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3380,9 +3154,7 @@ "fieldPath": "border_longitude", "jsonPath": null, "nullable": true, - "description": { - "string": "Longitude of the border" - }, + "description": "Longitude of the border", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3396,9 +3168,7 @@ "fieldPath": "border_geohash", "jsonPath": null, "nullable": true, - "description": { - "string": "Geohash of the Border Station with level of 7" - }, + "description": "Geohash of the Border Station with level of 7", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3412,9 +3182,7 @@ "fieldPath": "version", "jsonPath": null, "nullable": true, - "description": { - "string": "Version of the table" - }, + "description": "Version of the table", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3442,9 +3210,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Terms of use\nBy downloading or using the data, you agree to Google's Terms of Service: https://policies.google.com/terms\n\nDescription\nThis dataset aims to provide insights into what has changed in response to policies aimed at combating COVID-19. It reports movement trends over time by geography, across different categories of places such as retail and recreation, groceries and pharmacies, parks, transit stations, workplaces, and residential.\n\nThis dataset is intended to help remediate the impact of COVID-19. It shouldn\u2019t be used for medical diagnostic, prognostic, or treatment purposes. It also isn\u2019t intended to be used for guidance on personal travel plans.\n\nTo learn more about the dataset, the place categories and how we calculate these trends and preserve privacy, read the data documentation: https://www.google.com/covid19/mobility/data_documentation.html" - }, + "description": "Terms of use\nBy downloading or using the data, you agree to Google's Terms of Service: https://policies.google.com/terms\n\nDescription\nThis dataset aims to provide insights into what has changed in response to policies aimed at combating COVID-19. It reports movement trends over time by geography, across different categories of places such as retail and recreation, groceries and pharmacies, parks, transit stations, workplaces, and residential.\n\nThis dataset is intended to help remediate the impact of COVID-19. It shouldn\u2019t be used for medical diagnostic, prognostic, or treatment purposes. It also isn\u2019t intended to be used for guidance on personal travel plans.\n\nTo learn more about the dataset, the place categories and how we calculate these trends and preserve privacy, read the data documentation: https://www.google.com/covid19/mobility/data_documentation.html", "uri": null, "tags": [], "customProperties": {} @@ -3479,9 +3245,7 @@ "fieldPath": "country_region_code", "jsonPath": null, "nullable": true, - "description": { - "string": "2 letter alpha code for the country/region in which changes are measured relative to the baseline. These values correspond with the ISO 3166-1 alpha-2 codes" - }, + "description": "2 letter alpha code for the country/region in which changes are measured relative to the baseline. These values correspond with the ISO 3166-1 alpha-2 codes", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3495,9 +3259,7 @@ "fieldPath": "country_region", "jsonPath": null, "nullable": true, - "description": { - "string": "The country/region in which changes are measured relative to the baseline" - }, + "description": "The country/region in which changes are measured relative to the baseline", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3511,9 +3273,7 @@ "fieldPath": "sub_region_1", "jsonPath": null, "nullable": true, - "description": { - "string": "First geographic sub-region in which the data is aggregated. This varies by country/region to ensure privacy and public health value in consultation with local public health authorities" - }, + "description": "First geographic sub-region in which the data is aggregated. This varies by country/region to ensure privacy and public health value in consultation with local public health authorities", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3527,9 +3287,7 @@ "fieldPath": "sub_region_2", "jsonPath": null, "nullable": true, - "description": { - "string": "Second geographic sub-region in which the data is aggregated. This varies by country/region to ensure privacy and public health value in consultation with local public health authorities" - }, + "description": "Second geographic sub-region in which the data is aggregated. This varies by country/region to ensure privacy and public health value in consultation with local public health authorities", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3543,9 +3301,7 @@ "fieldPath": "metro_area", "jsonPath": null, "nullable": true, - "description": { - "string": "A specific metro area to measure mobility within a given city/metro area. This varies by country/region to ensure privacy and public health value in consultation with local public health authorities" - }, + "description": "A specific metro area to measure mobility within a given city/metro area. This varies by country/region to ensure privacy and public health value in consultation with local public health authorities", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3559,9 +3315,7 @@ "fieldPath": "iso_3166_2_code", "jsonPath": null, "nullable": true, - "description": { - "string": "Unique identifier for the geographic region as defined by ISO Standard 3166-2." - }, + "description": "Unique identifier for the geographic region as defined by ISO Standard 3166-2.", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3575,9 +3329,7 @@ "fieldPath": "census_fips_code", "jsonPath": null, "nullable": true, - "description": { - "string": "Unique identifier for each US county as defined by the US Census Bureau. Maps to county_fips_code in other tables" - }, + "description": "Unique identifier for each US county as defined by the US Census Bureau. Maps to county_fips_code in other tables", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3591,9 +3343,7 @@ "fieldPath": "place_id", "jsonPath": null, "nullable": true, - "description": { - "string": "A textual identifier that uniquely identifies a place in the Google Places database and on Google Maps (details). For example, ChIJd_Y0eVIvkIARuQyDN0F1LBA. For details, see the following link: https://developers.google.com/places/web-service/place-id" - }, + "description": "A textual identifier that uniquely identifies a place in the Google Places database and on Google Maps (details). For example, ChIJd_Y0eVIvkIARuQyDN0F1LBA. For details, see the following link: https://developers.google.com/places/web-service/place-id", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3607,9 +3357,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "Changes for a given date as compared to baseline. Baseline is the median value, for the corresponding day of the week, during the 5-week period Jan 3\u2013Feb 6, 2020." - }, + "description": "Changes for a given date as compared to baseline. Baseline is the median value, for the corresponding day of the week, during the 5-week period Jan 3\u2013Feb 6, 2020.", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -3623,9 +3371,7 @@ "fieldPath": "retail_and_recreation_percent_change_from_baseline", "jsonPath": null, "nullable": true, - "description": { - "string": "Mobility trends for places like restaurants, cafes, shopping centers, theme parks, museums, libraries, and movie theaters." - }, + "description": "Mobility trends for places like restaurants, cafes, shopping centers, theme parks, museums, libraries, and movie theaters.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3639,9 +3385,7 @@ "fieldPath": "grocery_and_pharmacy_percent_change_from_baseline", "jsonPath": null, "nullable": true, - "description": { - "string": "Mobility trends for places like grocery markets, food warehouses, farmers markets, specialty food shops, drug stores, and pharmacies." - }, + "description": "Mobility trends for places like grocery markets, food warehouses, farmers markets, specialty food shops, drug stores, and pharmacies.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3655,9 +3399,7 @@ "fieldPath": "parks_percent_change_from_baseline", "jsonPath": null, "nullable": true, - "description": { - "string": "Mobility trends for places like local parks, national parks, public beaches, marinas, dog parks, plazas, and public gardens." - }, + "description": "Mobility trends for places like local parks, national parks, public beaches, marinas, dog parks, plazas, and public gardens.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3671,9 +3413,7 @@ "fieldPath": "transit_stations_percent_change_from_baseline", "jsonPath": null, "nullable": true, - "description": { - "string": "Mobility trends for places like public transport hubs such as subway, bus, and train stations." - }, + "description": "Mobility trends for places like public transport hubs such as subway, bus, and train stations.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3687,9 +3427,7 @@ "fieldPath": "workplaces_percent_change_from_baseline", "jsonPath": null, "nullable": true, - "description": { - "string": "Mobility trends for places of work." - }, + "description": "Mobility trends for places of work.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3703,9 +3441,7 @@ "fieldPath": "residential_percent_change_from_baseline", "jsonPath": null, "nullable": true, - "description": { - "string": "Mobility trends for places of residence." - }, + "description": "Mobility trends for places of residence.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -3760,9 +3496,7 @@ "fieldPath": "country_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Name of the country" - }, + "description": "Name of the country", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3776,9 +3510,7 @@ "fieldPath": "alpha_3_code", "jsonPath": null, "nullable": true, - "description": { - "string": "3-letter alpha code abbreviation of the country/region. See `bigquery-public-data.utility_us.country_code_iso` for more details" - }, + "description": "3-letter alpha code abbreviation of the country/region. See `bigquery-public-data.utility_us.country_code_iso` for more details", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3792,9 +3524,7 @@ "fieldPath": "region_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Name of the region within the country" - }, + "description": "Name of the region within the country", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3808,9 +3538,7 @@ "fieldPath": "region_code", "jsonPath": null, "nullable": true, - "description": { - "string": "Code of the region within the country" - }, + "description": "Code of the region within the country", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3824,9 +3552,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the measured policy action status" - }, + "description": "Date of the measured policy action status", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -3840,9 +3566,7 @@ "fieldPath": "school_closing", "jsonPath": null, "nullable": true, - "description": { - "string": "C1 - Ordinal scale record closings of schools and universities; 0 - No measures 1 - recommend closing 2 - Require closing (only some levels or categories, eg just high school, or just public schools) 3 - Require closing all levels No data - blank" - }, + "description": "C1 - Ordinal scale record closings of schools and universities; 0 - No measures 1 - recommend closing 2 - Require closing (only some levels or categories, eg just high school, or just public schools) 3 - Require closing all levels No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3856,9 +3580,7 @@ "fieldPath": "school_closing_flag", "jsonPath": null, "nullable": true, - "description": { - "string": "Are C1 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank" - }, + "description": "Are C1 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3872,9 +3594,7 @@ "fieldPath": "school_closing_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about C1 policy actions" - }, + "description": "Additional details about C1 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3888,9 +3608,7 @@ "fieldPath": "workplace_closing", "jsonPath": null, "nullable": true, - "description": { - "string": "C2 - Ordinal scale record closings of workplace; 0 - No measures 1 - recommend closing (or work from home) 2 - require closing (or work from home) for some sectors or categories of workers 3 - require closing (or work from home) all-but-essential workplaces (eg grocery stores, doctors) No data - blank" - }, + "description": "C2 - Ordinal scale record closings of workplace; 0 - No measures 1 - recommend closing (or work from home) 2 - require closing (or work from home) for some sectors or categories of workers 3 - require closing (or work from home) all-but-essential workplaces (eg grocery stores, doctors) No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3904,9 +3622,7 @@ "fieldPath": "workplace_closing_flag", "jsonPath": null, "nullable": true, - "description": { - "string": "Are C2 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank" - }, + "description": "Are C2 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3920,9 +3636,7 @@ "fieldPath": "workplace_closing_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about C2 policy actions" - }, + "description": "Additional details about C2 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3936,9 +3650,7 @@ "fieldPath": "cancel_public_events", "jsonPath": null, "nullable": true, - "description": { - "string": "C3 - Ordinal scale record cancellations of public events;0- No measures 1 - Recommend cancelling 2 - Require cancelling No data - blank" - }, + "description": "C3 - Ordinal scale record cancellations of public events;0- No measures 1 - Recommend cancelling 2 - Require cancelling No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3952,9 +3664,7 @@ "fieldPath": "cancel_public_events_flag", "jsonPath": null, "nullable": true, - "description": { - "string": "Are C3 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank" - }, + "description": "Are C3 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3968,9 +3678,7 @@ "fieldPath": "cancel_public_events_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about C3 policy actions" - }, + "description": "Additional details about C3 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -3984,9 +3692,7 @@ "fieldPath": "restrictions_on_gatherings", "jsonPath": null, "nullable": true, - "description": { - "string": "C4 - Ordinal scale to record the cut-off size for bans on private gatherings; 0 - No restrictions 1 - Restrictions on very large gatherings (the limit is above 1000 people) 2 - Restrictions on gatherings between 100-1000 people 3 - Restrictions on gatherings between 10-100 people 4 - Restrictions on gatherings of less than 10 people No data - blank" - }, + "description": "C4 - Ordinal scale to record the cut-off size for bans on private gatherings; 0 - No restrictions 1 - Restrictions on very large gatherings (the limit is above 1000 people) 2 - Restrictions on gatherings between 100-1000 people 3 - Restrictions on gatherings between 10-100 people 4 - Restrictions on gatherings of less than 10 people No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4000,9 +3706,7 @@ "fieldPath": "restrictions_on_gatherings_flag", "jsonPath": null, "nullable": true, - "description": { - "string": "Are C4 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank" - }, + "description": "Are C4 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4016,9 +3720,7 @@ "fieldPath": "restrictions_on_gatherings_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about C4 policy actions" - }, + "description": "Additional details about C4 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4032,9 +3734,7 @@ "fieldPath": "close_public_transit", "jsonPath": null, "nullable": true, - "description": { - "string": "C5 - Ordinal scale to record closing of public transportation; 0 - No measures 1 - Recommend closing (or significantly reduce volume/route/means of transport available) 2 - Require closing (or prohibit most citizens from using it)" - }, + "description": "C5 - Ordinal scale to record closing of public transportation; 0 - No measures 1 - Recommend closing (or significantly reduce volume/route/means of transport available) 2 - Require closing (or prohibit most citizens from using it)", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4048,9 +3748,7 @@ "fieldPath": "close_public_transit_flag", "jsonPath": null, "nullable": true, - "description": { - "string": "Are C5 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank" - }, + "description": "Are C5 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4064,9 +3762,7 @@ "fieldPath": "close_public_transit_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about C5 policy actions" - }, + "description": "Additional details about C5 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4080,9 +3776,7 @@ "fieldPath": "stay_at_home_requirements", "jsonPath": null, "nullable": true, - "description": { - "string": "C6 - Ordinal scale record of orders to \u201cshelter-in- place\u201d and otherwise confine to home." - }, + "description": "C6 - Ordinal scale record of orders to \u201cshelter-in- place\u201d and otherwise confine to home.", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4096,9 +3790,7 @@ "fieldPath": "stay_at_home_requirements_flag", "jsonPath": null, "nullable": true, - "description": { - "string": "Are C6 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank\"\\" - }, + "description": "Are C6 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank\"\\", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4112,9 +3804,7 @@ "fieldPath": "stay_at_home_requirements_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about C6 policy actions" - }, + "description": "Additional details about C6 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4128,9 +3818,7 @@ "fieldPath": "restrictions_on_internal_movement", "jsonPath": null, "nullable": true, - "description": { - "string": "C7 - Ordinal scale of restrictions on internal movement; 0 - No measures 1 - Recommend closing (or significantly reduce volume/route/means of transport) 2 - Require closing (or prohibit most people from using it)" - }, + "description": "C7 - Ordinal scale of restrictions on internal movement; 0 - No measures 1 - Recommend closing (or significantly reduce volume/route/means of transport) 2 - Require closing (or prohibit most people from using it)", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4144,9 +3832,7 @@ "fieldPath": "restrictions_on_internal_movement_flag", "jsonPath": null, "nullable": true, - "description": { - "string": "Are C7 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank" - }, + "description": "Are C7 actions targeted at specific areas or general: 0 - Targeted 1- General No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4160,9 +3846,7 @@ "fieldPath": "restrictions_on_internal_movement_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about C7 policy actions" - }, + "description": "Additional details about C7 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4176,9 +3860,7 @@ "fieldPath": "international_travel_controls", "jsonPath": null, "nullable": true, - "description": { - "string": "C8 - Ordinal scale record of restrictions on international travel; 0 - No measures 1 - Screening 2 - Quarantine arrivals from high-risk regions 3 - Ban on high-risk regions 4 - Total border closure No data - blank" - }, + "description": "C8 - Ordinal scale record of restrictions on international travel; 0 - No measures 1 - Screening 2 - Quarantine arrivals from high-risk regions 3 - Ban on high-risk regions 4 - Total border closure No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4192,9 +3874,7 @@ "fieldPath": "international_travel_controls_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about C8 policy actions" - }, + "description": "Additional details about C8 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4208,9 +3888,7 @@ "fieldPath": "income_support", "jsonPath": null, "nullable": true, - "description": { - "string": "E1 - Ordinal scale record if the government is covering the salaries or providing direct cash payments, universal basic income, or similar, of people who lose their jobs or cannot work. (Includes payments to firms if explicitly linked to payroll/ salaries)" - }, + "description": "E1 - Ordinal scale record if the government is covering the salaries or providing direct cash payments, universal basic income, or similar, of people who lose their jobs or cannot work. (Includes payments to firms if explicitly linked to payroll/ salaries)", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4224,9 +3902,7 @@ "fieldPath": "income_support_flag", "jsonPath": null, "nullable": true, - "description": { - "string": "Sector scope of E1 actions; 0 - formal sector workers only 1 - transfers to informal sector workers too No data - blank" - }, + "description": "Sector scope of E1 actions; 0 - formal sector workers only 1 - transfers to informal sector workers too No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4240,9 +3916,7 @@ "fieldPath": "income_support_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about E1 policy actions" - }, + "description": "Additional details about E1 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4256,9 +3930,7 @@ "fieldPath": "debt_contract_relief", "jsonPath": null, "nullable": true, - "description": { - "string": "E2 - Record if govt. is freezing financial obligations (eg stopping loan repayments, preventing services like water from stopping, or banning evictions)" - }, + "description": "E2 - Record if govt. is freezing financial obligations (eg stopping loan repayments, preventing services like water from stopping, or banning evictions)", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4272,9 +3944,7 @@ "fieldPath": "debt_contract_relief_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about E2 policy actions" - }, + "description": "Additional details about E2 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4288,9 +3958,7 @@ "fieldPath": "fiscal_measures", "jsonPath": null, "nullable": true, - "description": { - "string": "E3 - What economic stimulus policies are adopted (in USD); Record monetary value USD of fiscal stimuli, including spending or tax cuts NOT included in S10 (see below) -If none, enter 0 No data - blank Please use the exchange rate of the date you are coding, not the current date." - }, + "description": "E3 - What economic stimulus policies are adopted (in USD); Record monetary value USD of fiscal stimuli, including spending or tax cuts NOT included in S10 (see below) -If none, enter 0 No data - blank Please use the exchange rate of the date you are coding, not the current date.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4304,9 +3972,7 @@ "fieldPath": "fiscal_measures_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about E3 policy actions" - }, + "description": "Additional details about E3 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4320,9 +3986,7 @@ "fieldPath": "international_support", "jsonPath": null, "nullable": true, - "description": { - "string": "E4 - Announced offers of COVID-19 related aid spending to other countries (in USD); Record monetary value announced if additional to previously announced spending -if none, enter 0 No data - blank Please use the exchange rate of the date you are coding, not the current date." - }, + "description": "E4 - Announced offers of COVID-19 related aid spending to other countries (in USD); Record monetary value announced if additional to previously announced spending -if none, enter 0 No data - blank Please use the exchange rate of the date you are coding, not the current date.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4336,9 +4000,7 @@ "fieldPath": "international_support_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about E4 policy actions" - }, + "description": "Additional details about E4 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4352,9 +4014,7 @@ "fieldPath": "public_information_campaigns", "jsonPath": null, "nullable": true, - "description": { - "string": "H1 - Ordinal scale record presence of public info campaigns; 0 -No COVID-19 public information campaign 1 - public officials urging caution about COVID-19 2 - coordinated public information campaign (e.g. across traditional and social media) No data - blank" - }, + "description": "H1 - Ordinal scale record presence of public info campaigns; 0 -No COVID-19 public information campaign 1 - public officials urging caution about COVID-19 2 - coordinated public information campaign (e.g. across traditional and social media) No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4368,9 +4028,7 @@ "fieldPath": "public_information_campaigns_flag", "jsonPath": null, "nullable": true, - "description": { - "string": "Sector scope of H1 actions; 0 - formal sector workers only 1 - transfers to informal sector workers too No data - blank" - }, + "description": "Sector scope of H1 actions; 0 - formal sector workers only 1 - transfers to informal sector workers too No data - blank", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4384,9 +4042,7 @@ "fieldPath": "public_information_campaigns_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about H1 policy actions" - }, + "description": "Additional details about H1 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4400,9 +4056,7 @@ "fieldPath": "testing_policy", "jsonPath": null, "nullable": true, - "description": { - "string": "H2 - Ordinal scale record of who can get tested; 0 \u2013 No testing policy 1 \u2013 Only those who both (a) have symptoms AND (b) meet specific criteria (eg key workers, admitted to hospital, came into contact with a known case, returned from overseas) 2 \u2013 testing of anyone showing COVID-19 symptoms 3 \u2013 open public testing (eg \u201cdrive through\u201d testing available to asymptomatic people) No data Nb we are looking for policies about testing for having an infection (PCR tests) - not for policies about testing for immunity (antibody tests)." - }, + "description": "H2 - Ordinal scale record of who can get tested; 0 \u2013 No testing policy 1 \u2013 Only those who both (a) have symptoms AND (b) meet specific criteria (eg key workers, admitted to hospital, came into contact with a known case, returned from overseas) 2 \u2013 testing of anyone showing COVID-19 symptoms 3 \u2013 open public testing (eg \u201cdrive through\u201d testing available to asymptomatic people) No data Nb we are looking for policies about testing for having an infection (PCR tests) - not for policies about testing for immunity (antibody tests).", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4416,9 +4070,7 @@ "fieldPath": "testing_policy_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about H2 policy actions" - }, + "description": "Additional details about H2 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4432,9 +4084,7 @@ "fieldPath": "contact_tracing", "jsonPath": null, "nullable": true, - "description": { - "string": "H3 - Ordinal scale record if governments doing contact tracing; 0 - No contact tracing 1 - Limited contact tracing - not done for all cases 2 - Comprehensive contact tracing - done for all cases No data" - }, + "description": "H3 - Ordinal scale record if governments doing contact tracing; 0 - No contact tracing 1 - Limited contact tracing - not done for all cases 2 - Comprehensive contact tracing - done for all cases No data", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4448,9 +4098,7 @@ "fieldPath": "contact_tracing_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about H3 policy actions" - }, + "description": "Additional details about H3 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4464,9 +4112,7 @@ "fieldPath": "emergency_healthcare_investment", "jsonPath": null, "nullable": true, - "description": { - "string": "H4 - Short-term spending on, e.g, hospitals, masks, etc in USD; Record monetary value in USD of new short-term spending on health. If none, enter 0. No data - blank Please use the exchange rate of the date you are coding, not the current date." - }, + "description": "H4 - Short-term spending on, e.g, hospitals, masks, etc in USD; Record monetary value in USD of new short-term spending on health. If none, enter 0. No data - blank Please use the exchange rate of the date you are coding, not the current date.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4480,9 +4126,7 @@ "fieldPath": "emergency_healthcare_investment_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about H4 policy actions" - }, + "description": "Additional details about H4 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4496,9 +4140,7 @@ "fieldPath": "vaccine_investment", "jsonPath": null, "nullable": true, - "description": { - "string": "H5 - Announced public spending on vaccine development in USD; Record monetary value in USD of new short-term spending on health. If none, enter 0. No data - blank Please use the exchange rate of the date you are coding, not the current date." - }, + "description": "H5 - Announced public spending on vaccine development in USD; Record monetary value in USD of new short-term spending on health. If none, enter 0. No data - blank Please use the exchange rate of the date you are coding, not the current date.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4512,9 +4154,7 @@ "fieldPath": "vaccine_investment_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about H5 policy actions" - }, + "description": "Additional details about H5 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4528,9 +4168,7 @@ "fieldPath": "misc_wildcard", "jsonPath": null, "nullable": true, - "description": { - "string": "M1 - Record policy announcements that do not fit anywhere else" - }, + "description": "M1 - Record policy announcements that do not fit anywhere else", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4544,9 +4182,7 @@ "fieldPath": "misc_wildcard_notes", "jsonPath": null, "nullable": true, - "description": { - "string": "Additional details about M1 policy actions" - }, + "description": "Additional details about M1 policy actions", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4560,9 +4196,7 @@ "fieldPath": "confirmed_cases", "jsonPath": null, "nullable": true, - "description": { - "string": "Number of confirmed COVID-19 cases" - }, + "description": "Number of confirmed COVID-19 cases", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4576,9 +4210,7 @@ "fieldPath": "deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Number of confirmed COVID-19 deaths" - }, + "description": "Number of confirmed COVID-19 deaths", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4592,9 +4224,7 @@ "fieldPath": "stringency_index", "jsonPath": null, "nullable": true, - "description": { - "string": "Used after April 28, 2020. Nine-point aggregation of the eight containment and closure indicators as well as H1 (public information campaigns). It reports a number between 0 to 100 that reflects the overall stringency of the governments response. This is a measure of how many of the these nine indicators (mostly around social isolation) a government has acted upon, and to what degree." - }, + "description": "Used after April 28, 2020. Nine-point aggregation of the eight containment and closure indicators as well as H1 (public information campaigns). It reports a number between 0 to 100 that reflects the overall stringency of the governments response. This is a measure of how many of the these nine indicators (mostly around social isolation) a government has acted upon, and to what degree.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4649,9 +4279,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of notification" - }, + "description": "Date of notification", "type": { "type": { "com.linkedin.pegasus2avro.schema.TimeType": {} @@ -4665,9 +4293,7 @@ "fieldPath": "country", "jsonPath": null, "nullable": true, - "description": { - "string": "Country of reference" - }, + "description": "Country of reference", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4681,9 +4307,7 @@ "fieldPath": "region_code", "jsonPath": null, "nullable": true, - "description": { - "string": "Code of the Region (ISTAT 2019)" - }, + "description": "Code of the Region (ISTAT 2019)", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4697,9 +4321,7 @@ "fieldPath": "region_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Name of the Region" - }, + "description": "Name of the Region", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4713,9 +4335,7 @@ "fieldPath": "province_code", "jsonPath": null, "nullable": true, - "description": { - "string": "Code of the Province" - }, + "description": "Code of the Province", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4729,9 +4349,7 @@ "fieldPath": "province_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Name of the Province" - }, + "description": "Name of the Province", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4745,9 +4363,7 @@ "fieldPath": "province_abbreviation", "jsonPath": null, "nullable": true, - "description": { - "string": "Province abbreviation" - }, + "description": "Province abbreviation", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4761,9 +4377,7 @@ "fieldPath": "latitude", "jsonPath": null, "nullable": true, - "description": { - "string": "Latitude" - }, + "description": "Latitude", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4777,9 +4391,7 @@ "fieldPath": "longitude", "jsonPath": null, "nullable": true, - "description": { - "string": "Longitude" - }, + "description": "Longitude", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4793,9 +4405,7 @@ "fieldPath": "location_geom", "jsonPath": null, "nullable": true, - "description": { - "string": "Geographic representation of the longitude and latitude" - }, + "description": "Geographic representation of the longitude and latitude", "type": { "type": { "com.linkedin.pegasus2avro.schema.NullType": {} @@ -4809,9 +4419,7 @@ "fieldPath": "confirmed_cases", "jsonPath": null, "nullable": true, - "description": { - "string": "Total amount of positive cases" - }, + "description": "Total amount of positive cases", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4825,9 +4433,7 @@ "fieldPath": "note", "jsonPath": null, "nullable": true, - "description": { - "string": "Notes in english language" - }, + "description": "Notes in english language", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4882,9 +4488,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of notification" - }, + "description": "Date of notification", "type": { "type": { "com.linkedin.pegasus2avro.schema.TimeType": {} @@ -4898,9 +4502,7 @@ "fieldPath": "country", "jsonPath": null, "nullable": true, - "description": { - "string": "Country of reference" - }, + "description": "Country of reference", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4914,9 +4516,7 @@ "fieldPath": "region_code", "jsonPath": null, "nullable": true, - "description": { - "string": "Code of the Region (ISTAT 2019)" - }, + "description": "Code of the Region (ISTAT 2019)", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4930,9 +4530,7 @@ "fieldPath": "region_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Name of the Region" - }, + "description": "Name of the Region", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -4946,9 +4544,7 @@ "fieldPath": "latitude", "jsonPath": null, "nullable": true, - "description": { - "string": "Latitude" - }, + "description": "Latitude", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4962,9 +4558,7 @@ "fieldPath": "longitude", "jsonPath": null, "nullable": true, - "description": { - "string": "Longitude" - }, + "description": "Longitude", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -4978,9 +4572,7 @@ "fieldPath": "location_geom", "jsonPath": null, "nullable": true, - "description": { - "string": "Geographic representation of the longitude and latitude" - }, + "description": "Geographic representation of the longitude and latitude", "type": { "type": { "com.linkedin.pegasus2avro.schema.NullType": {} @@ -4994,9 +4586,7 @@ "fieldPath": "hospitalized_patients_symptoms", "jsonPath": null, "nullable": true, - "description": { - "string": "Hospitalised patients with symptoms" - }, + "description": "Hospitalised patients with symptoms", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5010,9 +4600,7 @@ "fieldPath": "hospitalized_patients_intensive_care", "jsonPath": null, "nullable": true, - "description": { - "string": "Intensive Care" - }, + "description": "Intensive Care", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5026,9 +4614,7 @@ "fieldPath": "total_hospitalized_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Total hospitalised patients" - }, + "description": "Total hospitalised patients", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5042,9 +4628,7 @@ "fieldPath": "home_confinement_cases", "jsonPath": null, "nullable": true, - "description": { - "string": "Home confinement" - }, + "description": "Home confinement", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5058,9 +4642,7 @@ "fieldPath": "total_current_confirmed_cases", "jsonPath": null, "nullable": true, - "description": { - "string": "Total amount of current positive cases (Hospitalised patients + Home confinement)" - }, + "description": "Total amount of current positive cases (Hospitalised patients + Home confinement)", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5074,9 +4656,7 @@ "fieldPath": "new_current_confirmed_cases", "jsonPath": null, "nullable": true, - "description": { - "string": "News amount of current positive cases (totale_positivi current day - totale_positivi previous day)" - }, + "description": "News amount of current positive cases (totale_positivi current day - totale_positivi previous day)", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5090,9 +4670,7 @@ "fieldPath": "new_total_confirmed_cases", "jsonPath": null, "nullable": true, - "description": { - "string": "News amount of current positive cases (totale_casi current day - totale_casi previous day)" - }, + "description": "News amount of current positive cases (totale_casi current day - totale_casi previous day)", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5106,9 +4684,7 @@ "fieldPath": "recovered", "jsonPath": null, "nullable": true, - "description": { - "string": "Recovered" - }, + "description": "Recovered", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5122,9 +4698,7 @@ "fieldPath": "deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Death" - }, + "description": "Death", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5138,9 +4712,7 @@ "fieldPath": "total_confirmed_cases", "jsonPath": null, "nullable": true, - "description": { - "string": "Total amount of positive cases" - }, + "description": "Total amount of positive cases", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5154,9 +4726,7 @@ "fieldPath": "tests_performed", "jsonPath": null, "nullable": true, - "description": { - "string": "Tests performed" - }, + "description": "Tests performed", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5170,9 +4740,7 @@ "fieldPath": "note", "jsonPath": null, "nullable": true, - "description": { - "string": "Notes in english language" - }, + "description": "Notes in english language", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -5227,9 +4795,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of notification" - }, + "description": "Date of notification", "type": { "type": { "com.linkedin.pegasus2avro.schema.TimeType": {} @@ -5243,9 +4809,7 @@ "fieldPath": "country", "jsonPath": null, "nullable": true, - "description": { - "string": "Country of reference" - }, + "description": "Country of reference", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -5259,9 +4823,7 @@ "fieldPath": "hospitalized_patients_symptoms", "jsonPath": null, "nullable": true, - "description": { - "string": "Hospitalised patients with symptoms" - }, + "description": "Hospitalised patients with symptoms", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5275,9 +4837,7 @@ "fieldPath": "hospitalized_patients_intensive_care", "jsonPath": null, "nullable": true, - "description": { - "string": "Intensive Care" - }, + "description": "Intensive Care", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5291,9 +4851,7 @@ "fieldPath": "total_hospitalized_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Total hospitalised patients" - }, + "description": "Total hospitalised patients", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5307,9 +4865,7 @@ "fieldPath": "home_confinement_cases", "jsonPath": null, "nullable": true, - "description": { - "string": "Home confinement" - }, + "description": "Home confinement", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5323,9 +4879,7 @@ "fieldPath": "total_current_confirmed_cases", "jsonPath": null, "nullable": true, - "description": { - "string": "Total amount of current positive cases (Hospitalised patients + Home confinement)" - }, + "description": "Total amount of current positive cases (Hospitalised patients + Home confinement)", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5339,9 +4893,7 @@ "fieldPath": "new_current_confirmed_cases", "jsonPath": null, "nullable": true, - "description": { - "string": "News amount of current positive cases (totale_positivi current day - totale_positivi previous day)" - }, + "description": "News amount of current positive cases (totale_positivi current day - totale_positivi previous day)", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5355,9 +4907,7 @@ "fieldPath": "new_total_confirmed_cases", "jsonPath": null, "nullable": true, - "description": { - "string": "News amount of current positive cases (totale_casi current day - totale_casi previous day)" - }, + "description": "News amount of current positive cases (totale_casi current day - totale_casi previous day)", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5371,9 +4921,7 @@ "fieldPath": "recovered", "jsonPath": null, "nullable": true, - "description": { - "string": "Recovered" - }, + "description": "Recovered", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5387,9 +4935,7 @@ "fieldPath": "deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Death" - }, + "description": "Death", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5403,9 +4949,7 @@ "fieldPath": "total_confirmed_cases", "jsonPath": null, "nullable": true, - "description": { - "string": "Total amount of positive cases" - }, + "description": "Total amount of positive cases", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5419,9 +4963,7 @@ "fieldPath": "tests_performed", "jsonPath": null, "nullable": true, - "description": { - "string": "Tests performed" - }, + "description": "Tests performed", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5435,9 +4977,7 @@ "fieldPath": "note", "jsonPath": null, "nullable": true, - "description": { - "string": "Notes in english language" - }, + "description": "Notes in english language", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -5492,9 +5032,7 @@ "fieldPath": "country", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -5508,9 +5046,7 @@ "fieldPath": "placename", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -5524,9 +5060,7 @@ "fieldPath": "frequency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -5540,9 +5074,7 @@ "fieldPath": "start_date", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -5556,9 +5088,7 @@ "fieldPath": "end_date", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -5572,9 +5102,7 @@ "fieldPath": "year", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -5588,9 +5116,7 @@ "fieldPath": "month", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5604,9 +5130,7 @@ "fieldPath": "week", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5620,9 +5144,7 @@ "fieldPath": "deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5636,9 +5158,7 @@ "fieldPath": "expected_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5652,9 +5172,7 @@ "fieldPath": "excess_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5668,9 +5186,7 @@ "fieldPath": "baseline", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -5725,9 +5241,7 @@ "fieldPath": "county_fips_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -5741,9 +5255,7 @@ "fieldPath": "never", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5757,9 +5269,7 @@ "fieldPath": "rarely", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5773,9 +5283,7 @@ "fieldPath": "sometimes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5789,9 +5297,7 @@ "fieldPath": "frequently", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -5805,9 +5311,7 @@ "fieldPath": "always", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -6071,9 +5575,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This dataset contains country-level datasets of daily time-series data related to COVID-19 globally. You can find the list of sources available here: https://github.com/open-covid-19/data" - }, + "description": "This dataset contains country-level datasets of daily time-series data related to COVID-19 globally. You can find the list of sources available here: https://github.com/open-covid-19/data", "uri": null, "tags": [], "customProperties": {} @@ -6752,9 +6254,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This predicts the value for key metrics for COVID-19 impacts over a 14-day horizon at the US state level." - }, + "description": "This predicts the value for key metrics for COVID-19 impacts over a 14-day horizon at the US state level.", "uri": null, "tags": [], "customProperties": {} @@ -6789,9 +6289,7 @@ "fieldPath": "county_fips_code", "jsonPath": null, "nullable": true, - "description": { - "string": "5-digit unique identifer of the county." - }, + "description": "5-digit unique identifer of the county.", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -6805,9 +6303,7 @@ "fieldPath": "county_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the county" - }, + "description": "Full text name of the county", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -6821,9 +6317,7 @@ "fieldPath": "state_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the state in which a given county lies" - }, + "description": "Full text name of the state in which a given county lies", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -6837,9 +6331,7 @@ "fieldPath": "forecast_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the forecast" - }, + "description": "Date of the forecast", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -6853,9 +6345,7 @@ "fieldPath": "prediction_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted date of the given metrics" - }, + "description": "Predicted date of the given metrics", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -6869,9 +6359,7 @@ "fieldPath": "new_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -6885,9 +6373,7 @@ "fieldPath": "cumulative_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative deaths on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative deaths on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -6901,9 +6387,7 @@ "fieldPath": "new_confirmed_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -6917,9 +6401,7 @@ "fieldPath": "new_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new deaths on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of new deaths on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -6933,9 +6415,7 @@ "fieldPath": "cumulative_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -6949,9 +6429,7 @@ "fieldPath": "new_deaths_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -6965,9 +6443,7 @@ "fieldPath": "hospitalized_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -6981,9 +6457,7 @@ "fieldPath": "recovered", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -6997,9 +6471,7 @@ "fieldPath": "new_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7013,9 +6485,7 @@ "fieldPath": "cumulative_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7029,9 +6499,7 @@ "fieldPath": "new_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new deaths according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new deaths according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7045,9 +6513,7 @@ "fieldPath": "cumulative_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7061,9 +6527,7 @@ "fieldPath": "hospitalized_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7077,9 +6541,7 @@ "fieldPath": "recovered_documented_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data" - }, + "description": "Actual number of people hospitalized according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7093,9 +6555,7 @@ "fieldPath": "county_population", "jsonPath": null, "nullable": true, - "description": { - "string": "Total population of the county" - }, + "description": "Total population of the county", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7123,9 +6583,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This predicts the value for key metrics for COVID-19 impacts over a 14-day horizon at the US county level." - }, + "description": "This predicts the value for key metrics for COVID-19 impacts over a 14-day horizon at the US county level.", "uri": null, "tags": [], "customProperties": {} @@ -7160,9 +6618,7 @@ "fieldPath": "county_fips_code", "jsonPath": null, "nullable": true, - "description": { - "string": "5-digit unique identifer of the county." - }, + "description": "5-digit unique identifer of the county.", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -7176,9 +6632,7 @@ "fieldPath": "county_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the county" - }, + "description": "Full text name of the county", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -7192,9 +6646,7 @@ "fieldPath": "state_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the state in which a given county lies" - }, + "description": "Full text name of the state in which a given county lies", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -7208,9 +6660,7 @@ "fieldPath": "forecast_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the forecast" - }, + "description": "Date of the forecast", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -7224,9 +6674,7 @@ "fieldPath": "prediction_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted date of the given metrics" - }, + "description": "Predicted date of the given metrics", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -7240,9 +6688,7 @@ "fieldPath": "new_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7256,9 +6702,7 @@ "fieldPath": "cumulative_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7272,9 +6716,7 @@ "fieldPath": "new_confirmed_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7288,9 +6730,7 @@ "fieldPath": "new_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new deaths on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new deaths on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7304,9 +6744,7 @@ "fieldPath": "cumulative_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7320,9 +6758,7 @@ "fieldPath": "new_deaths_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7336,9 +6772,7 @@ "fieldPath": "hospitalized_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7352,9 +6786,7 @@ "fieldPath": "recovered", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7368,9 +6800,7 @@ "fieldPath": "new_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7384,9 +6814,7 @@ "fieldPath": "cumulative_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7400,9 +6828,7 @@ "fieldPath": "new_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new deaths according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new deaths according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7416,9 +6842,7 @@ "fieldPath": "cumulative_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7432,9 +6856,7 @@ "fieldPath": "hospitalized_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7448,9 +6870,7 @@ "fieldPath": "recovered_documented_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data" - }, + "description": "Actual number of people hospitalized according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7464,9 +6884,7 @@ "fieldPath": "county_population", "jsonPath": null, "nullable": true, - "description": { - "string": "Total population of the county" - }, + "description": "Total population of the county", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7494,9 +6912,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This predicts the value for key metrics for COVID-19 impacts over a 28-day horizon at the US county level." - }, + "description": "This predicts the value for key metrics for COVID-19 impacts over a 28-day horizon at the US county level.", "uri": null, "tags": [], "customProperties": {} @@ -7531,9 +6947,7 @@ "fieldPath": "county_fips_code", "jsonPath": null, "nullable": true, - "description": { - "string": "5-digit unique identifer of the county." - }, + "description": "5-digit unique identifer of the county.", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -7547,9 +6961,7 @@ "fieldPath": "county_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the county" - }, + "description": "Full text name of the county", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -7563,9 +6975,7 @@ "fieldPath": "state_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the state in which a given county lies" - }, + "description": "Full text name of the state in which a given county lies", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -7579,9 +6989,7 @@ "fieldPath": "forecast_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the forecast" - }, + "description": "Date of the forecast", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -7595,9 +7003,7 @@ "fieldPath": "prediction_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted date of the given metrics" - }, + "description": "Predicted date of the given metrics", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -7611,9 +7017,7 @@ "fieldPath": "new_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7627,9 +7031,7 @@ "fieldPath": "cumulative_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7643,9 +7045,7 @@ "fieldPath": "cumulative_confirmed_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of cumulative confirmed cases on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of cumulative confirmed cases on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7659,9 +7059,7 @@ "fieldPath": "cumulative_confirmed_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of cumulative confirmed cases on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of cumulative confirmed cases on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7675,9 +7073,7 @@ "fieldPath": "new_confirmed_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7691,9 +7087,7 @@ "fieldPath": "new_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new deaths on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new deaths on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7707,9 +7101,7 @@ "fieldPath": "cumulative_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7723,9 +7115,7 @@ "fieldPath": "cumulative_deaths_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7739,9 +7129,7 @@ "fieldPath": "cumulative_deaths_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7755,9 +7143,7 @@ "fieldPath": "new_deaths_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7771,9 +7157,7 @@ "fieldPath": "hospitalized_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7787,9 +7171,7 @@ "fieldPath": "hospitalized_patients_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7803,9 +7185,7 @@ "fieldPath": "hospitalized_patients_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7819,9 +7199,7 @@ "fieldPath": "recovered", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7835,9 +7213,7 @@ "fieldPath": "recovered_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (2.5% quantile). This is not cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (2.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7851,9 +7227,7 @@ "fieldPath": "recovered_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (97.5% quantile). This is not cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (97.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7867,9 +7241,7 @@ "fieldPath": "new_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7883,9 +7255,7 @@ "fieldPath": "cumulative_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7899,9 +7269,7 @@ "fieldPath": "new_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new deaths according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new deaths according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7915,9 +7283,7 @@ "fieldPath": "cumulative_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7931,9 +7297,7 @@ "fieldPath": "hospitalized_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7947,9 +7311,7 @@ "fieldPath": "recovered_documented_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data" - }, + "description": "Actual number of people hospitalized according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7963,9 +7325,7 @@ "fieldPath": "county_population", "jsonPath": null, "nullable": true, - "description": { - "string": "Total population of the county" - }, + "description": "Total population of the county", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -7993,9 +7353,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This predicts the value for key metrics for COVID-19 impacts over a 28-day horizon at the US county level." - }, + "description": "This predicts the value for key metrics for COVID-19 impacts over a 28-day horizon at the US county level.", "uri": null, "tags": [], "customProperties": {} @@ -8030,9 +7388,7 @@ "fieldPath": "county_fips_code", "jsonPath": null, "nullable": true, - "description": { - "string": "5-digit unique identifier of the county." - }, + "description": "5-digit unique identifier of the county.", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -8046,9 +7402,7 @@ "fieldPath": "county_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the county" - }, + "description": "Full text name of the county", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -8062,9 +7416,7 @@ "fieldPath": "state_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the state in which a given county lies" - }, + "description": "Full text name of the state in which a given county lies", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -8078,9 +7430,7 @@ "fieldPath": "forecast_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the forecast" - }, + "description": "Date of the forecast", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -8094,9 +7444,7 @@ "fieldPath": "prediction_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted date of the given metrics" - }, + "description": "Predicted date of the given metrics", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -8110,9 +7458,7 @@ "fieldPath": "new_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8126,9 +7472,7 @@ "fieldPath": "cumulative_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8142,9 +7486,7 @@ "fieldPath": "cumulative_confirmed_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of cumulative confirmed cases on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of cumulative confirmed cases on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8158,9 +7500,7 @@ "fieldPath": "cumulative_confirmed_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of cumulative confirmed cases on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of cumulative confirmed cases on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8174,9 +7514,7 @@ "fieldPath": "new_confirmed_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8190,9 +7528,7 @@ "fieldPath": "new_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new deaths on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new deaths on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8206,9 +7542,7 @@ "fieldPath": "cumulative_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8222,9 +7556,7 @@ "fieldPath": "cumulative_deaths_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8238,9 +7570,7 @@ "fieldPath": "cumulative_deaths_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8254,9 +7584,7 @@ "fieldPath": "new_deaths_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8270,9 +7598,7 @@ "fieldPath": "hospitalized_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8286,9 +7612,7 @@ "fieldPath": "hospitalized_patients_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8302,9 +7626,7 @@ "fieldPath": "hospitalized_patients_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8318,9 +7640,7 @@ "fieldPath": "recovered", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8334,9 +7654,7 @@ "fieldPath": "recovered_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (2.5% quantile). This is not cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (2.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8350,9 +7668,7 @@ "fieldPath": "recovered_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (97.5% quantile). This is not cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (97.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8366,9 +7682,7 @@ "fieldPath": "new_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8382,9 +7696,7 @@ "fieldPath": "cumulative_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8398,9 +7710,7 @@ "fieldPath": "new_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new deaths according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new deaths according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8414,9 +7724,7 @@ "fieldPath": "cumulative_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8430,9 +7738,7 @@ "fieldPath": "hospitalized_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8446,9 +7752,7 @@ "fieldPath": "recovered_documented_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data" - }, + "description": "Actual number of people hospitalized according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8462,9 +7766,7 @@ "fieldPath": "county_population", "jsonPath": null, "nullable": true, - "description": { - "string": "Total population of the county" - }, + "description": "Total population of the county", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8492,9 +7794,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This predicts the value for key metrics for COVID-19 impacts over a 28-day horizon at the US county level." - }, + "description": "This predicts the value for key metrics for COVID-19 impacts over a 28-day horizon at the US county level.", "uri": null, "tags": [], "customProperties": {} @@ -8529,9 +7829,7 @@ "fieldPath": "prefecture_code", "jsonPath": null, "nullable": true, - "description": { - "string": "Unique identifer of the prefecture." - }, + "description": "Unique identifer of the prefecture.", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -8545,9 +7843,7 @@ "fieldPath": "prefecture_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the prefecture" - }, + "description": "Full text name of the prefecture", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -8561,9 +7857,7 @@ "fieldPath": "prefecture_name_kanji", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the prefecture in Kanji" - }, + "description": "Full text name of the prefecture in Kanji", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -8577,9 +7871,7 @@ "fieldPath": "forecast_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the forecast" - }, + "description": "Date of the forecast", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -8593,9 +7885,7 @@ "fieldPath": "prediction_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted date of the given metrics" - }, + "description": "Predicted date of the given metrics", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -8609,9 +7899,7 @@ "fieldPath": "new_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8625,9 +7913,7 @@ "fieldPath": "cumulative_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8641,9 +7927,7 @@ "fieldPath": "cumulative_confirmed_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of cumulative confirmed cases on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of cumulative confirmed cases on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8657,9 +7941,7 @@ "fieldPath": "cumulative_confirmed_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of cumulative confirmed cases on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of cumulative confirmed cases on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8673,9 +7955,7 @@ "fieldPath": "new_confirmed_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8689,9 +7969,7 @@ "fieldPath": "new_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new deaths on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new deaths on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8705,9 +7983,7 @@ "fieldPath": "cumulative_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8721,9 +7997,7 @@ "fieldPath": "cumulative_deaths_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8737,9 +8011,7 @@ "fieldPath": "cumulative_deaths_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8753,9 +8025,7 @@ "fieldPath": "new_deaths_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8769,9 +8039,7 @@ "fieldPath": "hospitalized_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8785,9 +8053,7 @@ "fieldPath": "hospitalized_patients_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8801,9 +8067,7 @@ "fieldPath": "hospitalized_patients_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8817,9 +8081,7 @@ "fieldPath": "recovered", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8833,9 +8095,7 @@ "fieldPath": "recovered_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (2.5% quantile). This is not cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (2.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8849,9 +8109,7 @@ "fieldPath": "recovered_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (97.5% quantile). This is not cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (97.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8865,9 +8123,7 @@ "fieldPath": "new_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8881,9 +8137,7 @@ "fieldPath": "cumulative_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8897,9 +8151,7 @@ "fieldPath": "new_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new deaths according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new deaths according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8913,9 +8165,7 @@ "fieldPath": "cumulative_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8929,9 +8179,7 @@ "fieldPath": "hospitalized_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8945,9 +8193,7 @@ "fieldPath": "recovered_documented_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data" - }, + "description": "Actual number of people hospitalized according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8961,9 +8207,7 @@ "fieldPath": "prefecture_population", "jsonPath": null, "nullable": true, - "description": { - "string": "Total population of the prefecture" - }, + "description": "Total population of the prefecture", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -8991,9 +8235,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This predicts the value for key metrics for COVID-19 impacts over a 28-day horizon in Japan at the prefecture level." - }, + "description": "This predicts the value for key metrics for COVID-19 impacts over a 28-day horizon in Japan at the prefecture level.", "uri": null, "tags": [], "customProperties": {} @@ -9028,9 +8270,7 @@ "fieldPath": "prefecture_code", "jsonPath": null, "nullable": true, - "description": { - "string": "Unique identifier of the prefecture." - }, + "description": "Unique identifier of the prefecture.", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -9044,9 +8284,7 @@ "fieldPath": "prefecture_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the prefecture" - }, + "description": "Full text name of the prefecture", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -9060,9 +8298,7 @@ "fieldPath": "prefecture_name_kanji", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the prefecture in Kanji" - }, + "description": "Full text name of the prefecture in Kanji", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -9076,9 +8312,7 @@ "fieldPath": "forecast_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the forecast" - }, + "description": "Date of the forecast", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -9092,9 +8326,7 @@ "fieldPath": "prediction_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted date of the given metrics" - }, + "description": "Predicted date of the given metrics", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -9108,9 +8340,7 @@ "fieldPath": "new_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9124,9 +8354,7 @@ "fieldPath": "cumulative_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9140,9 +8368,7 @@ "fieldPath": "cumulative_confirmed_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of cumulative confirmed cases on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of cumulative confirmed cases on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9156,9 +8382,7 @@ "fieldPath": "cumulative_confirmed_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of cumulative confirmed cases on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of cumulative confirmed cases on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9172,9 +8396,7 @@ "fieldPath": "new_confirmed_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9188,9 +8410,7 @@ "fieldPath": "new_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new deaths on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new deaths on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9204,9 +8424,7 @@ "fieldPath": "cumulative_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9220,9 +8438,7 @@ "fieldPath": "cumulative_deaths_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9236,9 +8452,7 @@ "fieldPath": "cumulative_deaths_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of cumulative deaths on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9252,9 +8466,7 @@ "fieldPath": "new_deaths_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9268,9 +8480,7 @@ "fieldPath": "hospitalized_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9284,9 +8494,7 @@ "fieldPath": "hospitalized_patients_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9300,9 +8508,7 @@ "fieldPath": "hospitalized_patients_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of people hospitalized on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9316,9 +8522,7 @@ "fieldPath": "recovered", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9332,9 +8536,7 @@ "fieldPath": "recovered_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (2.5% quantile). This is not cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (2.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9348,9 +8550,7 @@ "fieldPath": "recovered_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (97.5% quantile). This is not cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (97.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9364,9 +8564,7 @@ "fieldPath": "new_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9380,9 +8578,7 @@ "fieldPath": "cumulative_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9396,9 +8592,7 @@ "fieldPath": "new_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new deaths according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new deaths according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9412,9 +8606,7 @@ "fieldPath": "cumulative_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9428,9 +8620,7 @@ "fieldPath": "hospitalized_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9444,9 +8634,7 @@ "fieldPath": "recovered_documented_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data" - }, + "description": "Actual number of people hospitalized according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9460,9 +8648,7 @@ "fieldPath": "prefecture_population", "jsonPath": null, "nullable": true, - "description": { - "string": "Total population of the prefecture" - }, + "description": "Total population of the prefecture", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9490,9 +8676,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This predicts the value for key metrics for COVID-19 impacts over a 14-day horizon at the US state level." - }, + "description": "This predicts the value for key metrics for COVID-19 impacts over a 14-day horizon at the US state level.", "uri": null, "tags": [], "customProperties": {} @@ -9527,9 +8711,7 @@ "fieldPath": "state_fips_code", "jsonPath": null, "nullable": true, - "description": { - "string": "Unique identifier for the given state" - }, + "description": "Unique identifier for the given state", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -9543,9 +8725,7 @@ "fieldPath": "state_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the state in which a given county lies" - }, + "description": "Full text name of the state in which a given county lies", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -9559,9 +8739,7 @@ "fieldPath": "forecast_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the forecast" - }, + "description": "Date of the forecast", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -9575,9 +8753,7 @@ "fieldPath": "prediction_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted date of the given metrics" - }, + "description": "Predicted date of the given metrics", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -9591,9 +8767,7 @@ "fieldPath": "new_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9607,9 +8781,7 @@ "fieldPath": "cumulative_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative deaths on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative deaths on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9623,9 +8795,7 @@ "fieldPath": "new_confirmed_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9639,9 +8809,7 @@ "fieldPath": "new_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new deaths on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of new deaths on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9655,9 +8823,7 @@ "fieldPath": "cumulative_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9671,9 +8837,7 @@ "fieldPath": "new_deaths_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9687,9 +8851,7 @@ "fieldPath": "hospitalized_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9703,9 +8865,7 @@ "fieldPath": "intensive_care_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people in the ICU on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people in the ICU on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9719,9 +8879,7 @@ "fieldPath": "ventilator_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people on a ventilator on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people on a ventilator on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9735,9 +8893,7 @@ "fieldPath": "recovered", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9751,9 +8907,7 @@ "fieldPath": "new_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9767,9 +8921,7 @@ "fieldPath": "cumulative_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9783,9 +8935,7 @@ "fieldPath": "new_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new deaths according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new deaths according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9799,9 +8949,7 @@ "fieldPath": "cumulative_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9815,9 +8963,7 @@ "fieldPath": "hospitalized_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9831,9 +8977,7 @@ "fieldPath": "intensive_care_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people documented as recovered according to the ground truth data" - }, + "description": "Actual number of people documented as recovered according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9847,9 +8991,7 @@ "fieldPath": "ventilator_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people on a ventilator according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people on a ventilator according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9863,9 +9005,7 @@ "fieldPath": "recovered_documented_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data" - }, + "description": "Actual number of people hospitalized according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9879,9 +9019,7 @@ "fieldPath": "state_population", "jsonPath": null, "nullable": true, - "description": { - "string": "Total population of the state" - }, + "description": "Total population of the state", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -9909,9 +9047,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This predicts the value for key metrics for COVID-19 impacts over a 14-day horizon at the US state level." - }, + "description": "This predicts the value for key metrics for COVID-19 impacts over a 14-day horizon at the US state level.", "uri": null, "tags": [], "customProperties": {} @@ -9946,9 +9082,7 @@ "fieldPath": "state_fips_code", "jsonPath": null, "nullable": true, - "description": { - "string": "Unique identifier for the given state" - }, + "description": "Unique identifier for the given state", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -9962,9 +9096,7 @@ "fieldPath": "state_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the state in which a given county lies" - }, + "description": "Full text name of the state in which a given county lies", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -9978,9 +9110,7 @@ "fieldPath": "forecast_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the forecast" - }, + "description": "Date of the forecast", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -9994,9 +9124,7 @@ "fieldPath": "prediction_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted date of the given metrics" - }, + "description": "Predicted date of the given metrics", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -10010,9 +9138,7 @@ "fieldPath": "new_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10026,9 +9152,7 @@ "fieldPath": "cumulative_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10042,9 +9166,7 @@ "fieldPath": "new_confirmed_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10058,9 +9180,7 @@ "fieldPath": "new_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new deaths on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of new deaths on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10074,9 +9194,7 @@ "fieldPath": "cumulative_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10090,9 +9208,7 @@ "fieldPath": "new_deaths_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10106,9 +9222,7 @@ "fieldPath": "hospitalized_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10122,9 +9236,7 @@ "fieldPath": "intensive_care_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people in the ICU on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people in the ICU on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10138,9 +9250,7 @@ "fieldPath": "ventilator_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people on a ventilator on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people on a ventilator on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10154,9 +9264,7 @@ "fieldPath": "recovered", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10170,9 +9278,7 @@ "fieldPath": "new_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10186,9 +9292,7 @@ "fieldPath": "cumulative_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10202,9 +9306,7 @@ "fieldPath": "new_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new deaths according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new deaths according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10218,9 +9320,7 @@ "fieldPath": "cumulative_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10234,9 +9334,7 @@ "fieldPath": "hospitalized_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10250,9 +9348,7 @@ "fieldPath": "intensive_care_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people documented as recovered according to the ground truth data" - }, + "description": "Actual number of people documented as recovered according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10266,9 +9362,7 @@ "fieldPath": "ventilator_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people on a ventilator according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people on a ventilator according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10282,9 +9376,7 @@ "fieldPath": "recovered_documented_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data" - }, + "description": "Actual number of people hospitalized according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10298,9 +9390,7 @@ "fieldPath": "state_population", "jsonPath": null, "nullable": true, - "description": { - "string": "Total population of the state" - }, + "description": "Total population of the state", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10328,9 +9418,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This predicts the value for key metrics for COVID-19 impacts over a 28-day horizon at the US state level." - }, + "description": "This predicts the value for key metrics for COVID-19 impacts over a 28-day horizon at the US state level.", "uri": null, "tags": [], "customProperties": {} @@ -10365,9 +9453,7 @@ "fieldPath": "state_fips_code", "jsonPath": null, "nullable": true, - "description": { - "string": "Unique identifier for the given state" - }, + "description": "Unique identifier for the given state", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -10381,9 +9467,7 @@ "fieldPath": "state_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the state in which a given county lies" - }, + "description": "Full text name of the state in which a given county lies", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -10397,9 +9481,7 @@ "fieldPath": "forecast_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the forecast" - }, + "description": "Date of the forecast", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -10413,9 +9495,7 @@ "fieldPath": "prediction_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted date of the given metrics" - }, + "description": "Predicted date of the given metrics", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -10429,9 +9509,7 @@ "fieldPath": "new_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10445,9 +9523,7 @@ "fieldPath": "cumulative_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10461,9 +9537,7 @@ "fieldPath": "cumulative_confirmed_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of cumulative cases on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of cumulative cases on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10477,9 +9551,7 @@ "fieldPath": "cumulative_confirmed_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of cumulative cases on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of cumulative cases on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10493,9 +9565,7 @@ "fieldPath": "new_confirmed_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10509,9 +9579,7 @@ "fieldPath": "new_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new deaths on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of new deaths on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10525,9 +9593,7 @@ "fieldPath": "cumulative_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10541,9 +9607,7 @@ "fieldPath": "cumulative_deaths_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of cumulative deaths on the prediction_date (2.5% quantile). This is cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of cumulative deaths on the prediction_date (2.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10557,9 +9621,7 @@ "fieldPath": "cumulative_deaths_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of cumulative deaths on the prediction_date (97.5% quantile). This is cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of cumulative deaths on the prediction_date (97.5% quantile). This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10573,9 +9635,7 @@ "fieldPath": "new_deaths_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10589,9 +9649,7 @@ "fieldPath": "hospitalized_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10605,9 +9663,7 @@ "fieldPath": "hospitalized_patients_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of hospitalized patients on the prediction_date (2.5% quantile). This is not cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of hospitalized patients on the prediction_date (2.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10621,9 +9677,7 @@ "fieldPath": "hospitalized_patients_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of hospitalized patients on the prediction_date (97.5% quantile). This is not cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of hospitalized patients on the prediction_date (97.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10637,9 +9691,7 @@ "fieldPath": "intensive_care_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people in the ICU on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people in the ICU on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10653,9 +9705,7 @@ "fieldPath": "intensive_care_patients_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of ICU patients on the prediction_date (2.5% quantile). This is not cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of ICU patients on the prediction_date (2.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10669,9 +9719,7 @@ "fieldPath": "intensive_care_patients_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of people in the ICU on the prediction_date (97.5% quantile). This is not cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of people in the ICU on the prediction_date (97.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10685,9 +9733,7 @@ "fieldPath": "ventilator_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people on a ventilator on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people on a ventilator on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10701,9 +9747,7 @@ "fieldPath": "ventilator_patients_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of patients on a ventilator on the prediction_date (2.5% quantile). This is not cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of patients on a ventilator on the prediction_date (2.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10717,9 +9761,7 @@ "fieldPath": "ventilator_patients_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of people on a ventilator on the prediction_date (97.5% quantile). This is not cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of people on a ventilator on the prediction_date (97.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10733,9 +9775,7 @@ "fieldPath": "recovered", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10749,9 +9789,7 @@ "fieldPath": "recovered_q0025", "jsonPath": null, "nullable": true, - "description": { - "string": "The lower bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (2.5% quantile). This is not cumulative over time" - }, + "description": "The lower bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (2.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10765,9 +9803,7 @@ "fieldPath": "recovered_q0975", "jsonPath": null, "nullable": true, - "description": { - "string": "The upper bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (97.5% quantile). This is not cumulative over time" - }, + "description": "The upper bound of the 95% confidence interval of the predicted number of people documented as recovered on the prediction_date (97.5% quantile). This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10781,9 +9817,7 @@ "fieldPath": "new_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10797,9 +9831,7 @@ "fieldPath": "cumulative_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10813,9 +9845,7 @@ "fieldPath": "new_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new deaths according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new deaths according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10829,9 +9859,7 @@ "fieldPath": "cumulative_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10845,9 +9873,7 @@ "fieldPath": "hospitalized_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10861,9 +9887,7 @@ "fieldPath": "intensive_care_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people documented as recovered according to the ground truth data" - }, + "description": "Actual number of people documented as recovered according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10877,9 +9901,7 @@ "fieldPath": "ventilator_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people on a ventilator according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people on a ventilator according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10893,9 +9915,7 @@ "fieldPath": "recovered_documented_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data" - }, + "description": "Actual number of people hospitalized according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10909,9 +9929,7 @@ "fieldPath": "state_population", "jsonPath": null, "nullable": true, - "description": { - "string": "Total population of the state" - }, + "description": "Total population of the state", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -10939,9 +9957,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This predicts the value for key metrics for COVID-19 impacts over a 28-day horizon at the US state level." - }, + "description": "This predicts the value for key metrics for COVID-19 impacts over a 28-day horizon at the US state level.", "uri": null, "tags": [], "customProperties": {} @@ -10976,9 +9992,7 @@ "fieldPath": "state_fips_code", "jsonPath": null, "nullable": true, - "description": { - "string": "Unique identifier for the given state" - }, + "description": "Unique identifier for the given state", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -10992,9 +10006,7 @@ "fieldPath": "state_name", "jsonPath": null, "nullable": true, - "description": { - "string": "Full text name of the state in which a given county lies" - }, + "description": "Full text name of the state in which a given county lies", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -11008,9 +10020,7 @@ "fieldPath": "forecast_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Date of the forecast" - }, + "description": "Date of the forecast", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -11024,9 +10034,7 @@ "fieldPath": "prediction_date", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted date of the given metrics" - }, + "description": "Predicted date of the given metrics", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -11040,9 +10048,7 @@ "fieldPath": "new_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of new confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11056,9 +10062,7 @@ "fieldPath": "cumulative_confirmed", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative cases on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of cumulative cases on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11072,9 +10076,7 @@ "fieldPath": "new_confirmed_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11088,9 +10090,7 @@ "fieldPath": "new_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of new deaths on the prediction_date. This is cumulative over time" - }, + "description": "Predicted number of new deaths on the prediction_date. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11104,9 +10104,7 @@ "fieldPath": "cumulative_deaths", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of cumulative confirmed cases on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of cumulative confirmed cases on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11120,9 +10118,7 @@ "fieldPath": "new_deaths_7day_rolling", "jsonPath": null, "nullable": true, - "description": { - "string": "The seven day rolling average of new confirmed cases." - }, + "description": "The seven day rolling average of new confirmed cases.", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11136,9 +10132,7 @@ "fieldPath": "hospitalized_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people hospitalized on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11152,9 +10146,7 @@ "fieldPath": "intensive_care_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people in the ICU on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people in the ICU on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11168,9 +10160,7 @@ "fieldPath": "ventilator_patients", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people on a ventilator on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people on a ventilator on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11184,9 +10174,7 @@ "fieldPath": "recovered", "jsonPath": null, "nullable": true, - "description": { - "string": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time" - }, + "description": "Predicted number of people documented as recovered on the prediction_date. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11200,9 +10188,7 @@ "fieldPath": "new_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new confirmed cases according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11216,9 +10202,7 @@ "fieldPath": "cumulative_confirmed_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative confirmed cases according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11232,9 +10216,7 @@ "fieldPath": "new_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of new deaths according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of new deaths according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11248,9 +10230,7 @@ "fieldPath": "cumulative_deaths_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time" - }, + "description": "Actual number of cumulative deaths according to the ground truth data. This is cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11264,9 +10244,7 @@ "fieldPath": "hospitalized_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people hospitalized according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11280,9 +10258,7 @@ "fieldPath": "intensive_care_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people documented as recovered according to the ground truth data" - }, + "description": "Actual number of people documented as recovered according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11296,9 +10272,7 @@ "fieldPath": "ventilator_patients_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people on a ventilator according to the ground truth data. This is not cumulative over time" - }, + "description": "Actual number of people on a ventilator according to the ground truth data. This is not cumulative over time", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11312,9 +10286,7 @@ "fieldPath": "recovered_documented_ground_truth", "jsonPath": null, "nullable": true, - "description": { - "string": "Actual number of people hospitalized according to the ground truth data" - }, + "description": "Actual number of people hospitalized according to the ground truth data", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11328,9 +10300,7 @@ "fieldPath": "state_population", "jsonPath": null, "nullable": true, - "description": { - "string": "Total population of the state" - }, + "description": "Total population of the state", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11385,9 +10355,7 @@ "fieldPath": "country_region_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -11401,9 +10369,7 @@ "fieldPath": "country_region", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -11417,9 +10383,7 @@ "fieldPath": "sub_region_1", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -11433,9 +10397,7 @@ "fieldPath": "sub_region_1_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -11449,9 +10411,7 @@ "fieldPath": "sub_region_2", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -11465,9 +10425,7 @@ "fieldPath": "sub_region_2_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -11481,9 +10439,7 @@ "fieldPath": "place_id", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -11497,9 +10453,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -11513,9 +10467,7 @@ "fieldPath": "symptom_Abdominal_obesity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11529,9 +10481,7 @@ "fieldPath": "symptom_Abdominal_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11545,9 +10495,7 @@ "fieldPath": "symptom_Acne", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11561,9 +10509,7 @@ "fieldPath": "symptom_Actinic_keratosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11577,9 +10523,7 @@ "fieldPath": "symptom_Acute_bronchitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11593,9 +10537,7 @@ "fieldPath": "symptom_Adrenal_crisis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11609,9 +10551,7 @@ "fieldPath": "symptom_Ageusia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11625,9 +10565,7 @@ "fieldPath": "symptom_Alcoholism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11641,9 +10579,7 @@ "fieldPath": "symptom_Allergic_conjunctivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11657,9 +10593,7 @@ "fieldPath": "symptom_Allergy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11673,9 +10607,7 @@ "fieldPath": "symptom_Amblyopia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11689,9 +10621,7 @@ "fieldPath": "symptom_Amenorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11705,9 +10635,7 @@ "fieldPath": "symptom_Amnesia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11721,9 +10649,7 @@ "fieldPath": "symptom_Anal_fissure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11737,9 +10663,7 @@ "fieldPath": "symptom_Anaphylaxis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11753,9 +10677,7 @@ "fieldPath": "symptom_Anemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11769,9 +10691,7 @@ "fieldPath": "symptom_Angina_pectoris", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11785,9 +10705,7 @@ "fieldPath": "symptom_Angioedema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11801,9 +10719,7 @@ "fieldPath": "symptom_Angular_cheilitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11817,9 +10733,7 @@ "fieldPath": "symptom_Anosmia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11833,9 +10747,7 @@ "fieldPath": "symptom_Anxiety", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11849,9 +10761,7 @@ "fieldPath": "symptom_Aphasia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11865,9 +10775,7 @@ "fieldPath": "symptom_Aphonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11881,9 +10789,7 @@ "fieldPath": "symptom_Apnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11897,9 +10803,7 @@ "fieldPath": "symptom_Arthralgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11913,9 +10817,7 @@ "fieldPath": "symptom_Arthritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11929,9 +10831,7 @@ "fieldPath": "symptom_Ascites", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11945,9 +10845,7 @@ "fieldPath": "symptom_Asperger_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11961,9 +10859,7 @@ "fieldPath": "symptom_Asphyxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11977,9 +10873,7 @@ "fieldPath": "symptom_Asthma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -11993,9 +10887,7 @@ "fieldPath": "symptom_Astigmatism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12009,9 +10901,7 @@ "fieldPath": "symptom_Ataxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12025,9 +10915,7 @@ "fieldPath": "symptom_Atheroma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12041,9 +10929,7 @@ "fieldPath": "symptom_Attention_deficit_hyperactivity_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12057,9 +10943,7 @@ "fieldPath": "symptom_Auditory_hallucination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12073,9 +10957,7 @@ "fieldPath": "symptom_Autoimmune_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12089,9 +10971,7 @@ "fieldPath": "symptom_Avoidant_personality_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12105,9 +10985,7 @@ "fieldPath": "symptom_Back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12121,9 +10999,7 @@ "fieldPath": "symptom_Bacterial_vaginosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12137,9 +11013,7 @@ "fieldPath": "symptom_Balance_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12153,9 +11027,7 @@ "fieldPath": "symptom_Beaus_lines", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12169,9 +11041,7 @@ "fieldPath": "symptom_Bells_palsy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12185,9 +11055,7 @@ "fieldPath": "symptom_Biliary_colic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12201,9 +11069,7 @@ "fieldPath": "symptom_Binge_eating", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12217,9 +11083,7 @@ "fieldPath": "symptom_Bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12233,9 +11097,7 @@ "fieldPath": "symptom_Bleeding_on_probing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12249,9 +11111,7 @@ "fieldPath": "symptom_Blepharospasm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12265,9 +11125,7 @@ "fieldPath": "symptom_Bloating", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12281,9 +11139,7 @@ "fieldPath": "symptom_Blood_in_stool", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12297,9 +11153,7 @@ "fieldPath": "symptom_Blurred_vision", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12313,9 +11167,7 @@ "fieldPath": "symptom_Blushing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12329,9 +11181,7 @@ "fieldPath": "symptom_Boil", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12345,9 +11195,7 @@ "fieldPath": "symptom_Bone_fracture", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12361,9 +11209,7 @@ "fieldPath": "symptom_Bone_tumor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12377,9 +11223,7 @@ "fieldPath": "symptom_Bowel_obstruction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12393,9 +11237,7 @@ "fieldPath": "symptom_Bradycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12409,9 +11251,7 @@ "fieldPath": "symptom_Braxton_Hicks_contractions", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12425,9 +11265,7 @@ "fieldPath": "symptom_Breakthrough_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12441,9 +11279,7 @@ "fieldPath": "symptom_Breast_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12457,9 +11293,7 @@ "fieldPath": "symptom_Bronchitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12473,9 +11307,7 @@ "fieldPath": "symptom_Bruise", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12489,9 +11321,7 @@ "fieldPath": "symptom_Bruxism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12505,9 +11335,7 @@ "fieldPath": "symptom_Bunion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12521,9 +11349,7 @@ "fieldPath": "symptom_Burn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12537,9 +11363,7 @@ "fieldPath": "symptom_Burning_Chest_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12553,9 +11377,7 @@ "fieldPath": "symptom_Burning_mouth_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12569,9 +11391,7 @@ "fieldPath": "symptom_Candidiasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12585,9 +11405,7 @@ "fieldPath": "symptom_Canker_sore", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12601,9 +11419,7 @@ "fieldPath": "symptom_Cardiac_arrest", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12617,9 +11433,7 @@ "fieldPath": "symptom_Carpal_tunnel_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12633,9 +11447,7 @@ "fieldPath": "symptom_Cataplexy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12649,9 +11461,7 @@ "fieldPath": "symptom_Cataract", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12665,9 +11475,7 @@ "fieldPath": "symptom_Chancre", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12681,9 +11489,7 @@ "fieldPath": "symptom_Cheilitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12697,9 +11503,7 @@ "fieldPath": "symptom_Chest_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12713,9 +11517,7 @@ "fieldPath": "symptom_Chills", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12729,9 +11531,7 @@ "fieldPath": "symptom_Chorea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12745,9 +11545,7 @@ "fieldPath": "symptom_Chronic_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12761,9 +11559,7 @@ "fieldPath": "symptom_Cirrhosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12777,9 +11573,7 @@ "fieldPath": "symptom_Cleft_lip_and_cleft_palate", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12793,9 +11587,7 @@ "fieldPath": "symptom_Clouding_of_consciousness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12809,9 +11601,7 @@ "fieldPath": "symptom_Cluster_headache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12825,9 +11615,7 @@ "fieldPath": "symptom_Colitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12841,9 +11629,7 @@ "fieldPath": "symptom_Coma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12857,9 +11643,7 @@ "fieldPath": "symptom_Common_cold", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12873,9 +11657,7 @@ "fieldPath": "symptom_Compulsive_behavior", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12889,9 +11671,7 @@ "fieldPath": "symptom_Compulsive_hoarding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12905,9 +11685,7 @@ "fieldPath": "symptom_Confusion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12921,9 +11699,7 @@ "fieldPath": "symptom_Congenital_heart_defect", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12937,9 +11713,7 @@ "fieldPath": "symptom_Conjunctivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12953,9 +11727,7 @@ "fieldPath": "symptom_Constipation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12969,9 +11741,7 @@ "fieldPath": "symptom_Convulsion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -12985,9 +11755,7 @@ "fieldPath": "symptom_Cough", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13001,9 +11769,7 @@ "fieldPath": "symptom_Crackles", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13017,9 +11783,7 @@ "fieldPath": "symptom_Cramp", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13033,9 +11797,7 @@ "fieldPath": "symptom_Crepitus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13049,9 +11811,7 @@ "fieldPath": "symptom_Croup", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13065,9 +11825,7 @@ "fieldPath": "symptom_Cyanosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13081,9 +11839,7 @@ "fieldPath": "symptom_Dandruff", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13097,9 +11853,7 @@ "fieldPath": "symptom_Delayed_onset_muscle_soreness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13113,9 +11867,7 @@ "fieldPath": "symptom_Dementia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13129,9 +11881,7 @@ "fieldPath": "symptom_Dentin_hypersensitivity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13145,9 +11895,7 @@ "fieldPath": "symptom_Depersonalization", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13161,9 +11909,7 @@ "fieldPath": "symptom_Depression", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13177,9 +11923,7 @@ "fieldPath": "symptom_Dermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13193,9 +11937,7 @@ "fieldPath": "symptom_Desquamation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13209,9 +11951,7 @@ "fieldPath": "symptom_Developmental_disability", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13225,9 +11965,7 @@ "fieldPath": "symptom_Diabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13241,9 +11979,7 @@ "fieldPath": "symptom_Diabetic_ketoacidosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13257,9 +11993,7 @@ "fieldPath": "symptom_Diarrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13273,9 +12007,7 @@ "fieldPath": "symptom_Dizziness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13289,9 +12021,7 @@ "fieldPath": "symptom_Dry_eye_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13305,9 +12035,7 @@ "fieldPath": "symptom_Dysautonomia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13321,9 +12049,7 @@ "fieldPath": "symptom_Dysgeusia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13337,9 +12063,7 @@ "fieldPath": "symptom_Dysmenorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13353,9 +12077,7 @@ "fieldPath": "symptom_Dyspareunia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13369,9 +12091,7 @@ "fieldPath": "symptom_Dysphagia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13385,9 +12105,7 @@ "fieldPath": "symptom_Dysphoria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13401,9 +12119,7 @@ "fieldPath": "symptom_Dystonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13417,9 +12133,7 @@ "fieldPath": "symptom_Dysuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13433,9 +12147,7 @@ "fieldPath": "symptom_Ear_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13449,9 +12161,7 @@ "fieldPath": "symptom_Eczema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13465,9 +12175,7 @@ "fieldPath": "symptom_Edema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13481,9 +12189,7 @@ "fieldPath": "symptom_Encephalitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13497,9 +12203,7 @@ "fieldPath": "symptom_Encephalopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13513,9 +12217,7 @@ "fieldPath": "symptom_Epidermoid_cyst", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13529,9 +12231,7 @@ "fieldPath": "symptom_Epilepsy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13545,9 +12245,7 @@ "fieldPath": "symptom_Epiphora", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13561,9 +12259,7 @@ "fieldPath": "symptom_Erectile_dysfunction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13577,9 +12273,7 @@ "fieldPath": "symptom_Erythema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13593,9 +12287,7 @@ "fieldPath": "symptom_Erythema_chronicum_migrans", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13609,9 +12301,7 @@ "fieldPath": "symptom_Esophagitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13625,9 +12315,7 @@ "fieldPath": "symptom_Excessive_daytime_sleepiness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13641,9 +12329,7 @@ "fieldPath": "symptom_Eye_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13657,9 +12343,7 @@ "fieldPath": "symptom_Eye_strain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13673,9 +12357,7 @@ "fieldPath": "symptom_Facial_nerve_paralysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13689,9 +12371,7 @@ "fieldPath": "symptom_Facial_swelling", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13705,9 +12385,7 @@ "fieldPath": "symptom_Fasciculation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13721,9 +12399,7 @@ "fieldPath": "symptom_Fatigue", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13737,9 +12413,7 @@ "fieldPath": "symptom_Fatty_liver_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13753,9 +12427,7 @@ "fieldPath": "symptom_Fecal_incontinence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13769,9 +12441,7 @@ "fieldPath": "symptom_Fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13785,9 +12455,7 @@ "fieldPath": "symptom_Fibrillation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13801,9 +12469,7 @@ "fieldPath": "symptom_Fibrocystic_breast_changes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13817,9 +12483,7 @@ "fieldPath": "symptom_Fibromyalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13833,9 +12497,7 @@ "fieldPath": "symptom_Flatulence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13849,9 +12511,7 @@ "fieldPath": "symptom_Floater", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13865,9 +12525,7 @@ "fieldPath": "symptom_Focal_seizure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13881,9 +12539,7 @@ "fieldPath": "symptom_Folate_deficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13897,9 +12553,7 @@ "fieldPath": "symptom_Food_craving", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13913,9 +12567,7 @@ "fieldPath": "symptom_Food_intolerance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13929,9 +12581,7 @@ "fieldPath": "symptom_Frequent_urination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13945,9 +12595,7 @@ "fieldPath": "symptom_Gastroesophageal_reflux_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13961,9 +12609,7 @@ "fieldPath": "symptom_Gastroparesis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13977,9 +12623,7 @@ "fieldPath": "symptom_Generalized_anxiety_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -13993,9 +12637,7 @@ "fieldPath": "symptom_Generalized_tonic_clonic_seizure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14009,9 +12651,7 @@ "fieldPath": "symptom_Genital_wart", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14025,9 +12665,7 @@ "fieldPath": "symptom_Gingival_recession", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14041,9 +12679,7 @@ "fieldPath": "symptom_Gingivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14057,9 +12693,7 @@ "fieldPath": "symptom_Globus_pharyngis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14073,9 +12707,7 @@ "fieldPath": "symptom_Goitre", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14089,9 +12721,7 @@ "fieldPath": "symptom_Gout", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14105,9 +12735,7 @@ "fieldPath": "symptom_Grandiosity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14121,9 +12749,7 @@ "fieldPath": "symptom_Granuloma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14137,9 +12763,7 @@ "fieldPath": "symptom_Guilt", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14153,9 +12777,7 @@ "fieldPath": "symptom_Hair_loss", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14169,9 +12791,7 @@ "fieldPath": "symptom_Halitosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14185,9 +12805,7 @@ "fieldPath": "symptom_Hay_fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14201,9 +12819,7 @@ "fieldPath": "symptom_Headache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14217,9 +12833,7 @@ "fieldPath": "symptom_Heart_arrhythmia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14233,9 +12847,7 @@ "fieldPath": "symptom_Heart_murmur", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14249,9 +12861,7 @@ "fieldPath": "symptom_Heartburn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14265,9 +12875,7 @@ "fieldPath": "symptom_Hematochezia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14281,9 +12889,7 @@ "fieldPath": "symptom_Hematoma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14297,9 +12903,7 @@ "fieldPath": "symptom_Hematuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14313,9 +12917,7 @@ "fieldPath": "symptom_Hemolysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14329,9 +12931,7 @@ "fieldPath": "symptom_Hemoptysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14345,9 +12945,7 @@ "fieldPath": "symptom_Hemorrhoids", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14361,9 +12959,7 @@ "fieldPath": "symptom_Hepatic_encephalopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14377,9 +12973,7 @@ "fieldPath": "symptom_Hepatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14393,9 +12987,7 @@ "fieldPath": "symptom_Hepatotoxicity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14409,9 +13001,7 @@ "fieldPath": "symptom_Hiccup", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14425,9 +13015,7 @@ "fieldPath": "symptom_Hip_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14441,9 +13029,7 @@ "fieldPath": "symptom_Hives", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14457,9 +13043,7 @@ "fieldPath": "symptom_Hot_flash", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14473,9 +13057,7 @@ "fieldPath": "symptom_Hydrocephalus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14489,9 +13071,7 @@ "fieldPath": "symptom_Hypercalcaemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14505,9 +13085,7 @@ "fieldPath": "symptom_Hypercapnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14521,9 +13099,7 @@ "fieldPath": "symptom_Hypercholesterolemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14537,9 +13113,7 @@ "fieldPath": "symptom_Hyperemesis_gravidarum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14553,9 +13127,7 @@ "fieldPath": "symptom_Hyperglycemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14569,9 +13141,7 @@ "fieldPath": "symptom_Hyperkalemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14585,9 +13155,7 @@ "fieldPath": "symptom_Hyperlipidemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14601,9 +13169,7 @@ "fieldPath": "symptom_Hypermobility", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14617,9 +13183,7 @@ "fieldPath": "symptom_Hyperpigmentation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14633,9 +13197,7 @@ "fieldPath": "symptom_Hypersomnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14649,9 +13211,7 @@ "fieldPath": "symptom_Hypertension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14665,9 +13225,7 @@ "fieldPath": "symptom_Hyperthermia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14681,9 +13239,7 @@ "fieldPath": "symptom_Hyperthyroidism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14697,9 +13253,7 @@ "fieldPath": "symptom_Hypertriglyceridemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14713,9 +13267,7 @@ "fieldPath": "symptom_Hypertrophy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14729,9 +13281,7 @@ "fieldPath": "symptom_Hyperventilation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14745,9 +13295,7 @@ "fieldPath": "symptom_Hypocalcaemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14761,9 +13309,7 @@ "fieldPath": "symptom_Hypochondriasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14777,9 +13323,7 @@ "fieldPath": "symptom_Hypoglycemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14793,9 +13337,7 @@ "fieldPath": "symptom_Hypogonadism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14809,9 +13351,7 @@ "fieldPath": "symptom_Hypokalemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14825,9 +13365,7 @@ "fieldPath": "symptom_Hypomania", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14841,9 +13379,7 @@ "fieldPath": "symptom_Hyponatremia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14857,9 +13393,7 @@ "fieldPath": "symptom_Hypotension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14873,9 +13407,7 @@ "fieldPath": "symptom_Hypothyroidism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14889,9 +13421,7 @@ "fieldPath": "symptom_Hypoxemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14905,9 +13435,7 @@ "fieldPath": "symptom_Hypoxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14921,9 +13449,7 @@ "fieldPath": "symptom_Impetigo", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14937,9 +13463,7 @@ "fieldPath": "symptom_Implantation_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14953,9 +13477,7 @@ "fieldPath": "symptom_Impulsivity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14969,9 +13491,7 @@ "fieldPath": "symptom_Indigestion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -14985,9 +13505,7 @@ "fieldPath": "symptom_Infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15001,9 +13519,7 @@ "fieldPath": "symptom_Inflammation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15017,9 +13533,7 @@ "fieldPath": "symptom_Inflammatory_bowel_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15033,9 +13547,7 @@ "fieldPath": "symptom_Ingrown_hair", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15049,9 +13561,7 @@ "fieldPath": "symptom_Insomnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15065,9 +13575,7 @@ "fieldPath": "symptom_Insulin_resistance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15081,9 +13589,7 @@ "fieldPath": "symptom_Intermenstrual_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15097,9 +13603,7 @@ "fieldPath": "symptom_Intracranial_pressure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15113,9 +13617,7 @@ "fieldPath": "symptom_Iron_deficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15129,9 +13631,7 @@ "fieldPath": "symptom_Irregular_menstruation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15145,9 +13645,7 @@ "fieldPath": "symptom_Itch", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15161,9 +13659,7 @@ "fieldPath": "symptom_Jaundice", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15177,9 +13673,7 @@ "fieldPath": "symptom_Kidney_failure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15193,9 +13687,7 @@ "fieldPath": "symptom_Kidney_stone", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15209,9 +13701,7 @@ "fieldPath": "symptom_Knee_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15225,9 +13715,7 @@ "fieldPath": "symptom_Kyphosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15241,9 +13729,7 @@ "fieldPath": "symptom_Lactose_intolerance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15257,9 +13743,7 @@ "fieldPath": "symptom_Laryngitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15273,9 +13757,7 @@ "fieldPath": "symptom_Leg_cramps", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15289,9 +13771,7 @@ "fieldPath": "symptom_Lesion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15305,9 +13785,7 @@ "fieldPath": "symptom_Leukorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15321,9 +13799,7 @@ "fieldPath": "symptom_Lightheadedness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15337,9 +13813,7 @@ "fieldPath": "symptom_Low_back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15353,9 +13827,7 @@ "fieldPath": "symptom_Low_grade_fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15369,9 +13841,7 @@ "fieldPath": "symptom_Lymphedema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15385,9 +13855,7 @@ "fieldPath": "symptom_Major_depressive_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15401,9 +13869,7 @@ "fieldPath": "symptom_Malabsorption", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15417,9 +13883,7 @@ "fieldPath": "symptom_Male_infertility", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15433,9 +13897,7 @@ "fieldPath": "symptom_Manic_Disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15449,9 +13911,7 @@ "fieldPath": "symptom_Melasma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15465,9 +13925,7 @@ "fieldPath": "symptom_Melena", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15481,9 +13939,7 @@ "fieldPath": "symptom_Meningitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15497,9 +13953,7 @@ "fieldPath": "symptom_Menorrhagia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15513,9 +13967,7 @@ "fieldPath": "symptom_Middle_back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15529,9 +13981,7 @@ "fieldPath": "symptom_Migraine", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15545,9 +13995,7 @@ "fieldPath": "symptom_Milium", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15561,9 +14009,7 @@ "fieldPath": "symptom_Mitral_insufficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15577,9 +14023,7 @@ "fieldPath": "symptom_Mood_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15593,9 +14037,7 @@ "fieldPath": "symptom_Mood_swing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15609,9 +14051,7 @@ "fieldPath": "symptom_Morning_sickness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15625,9 +14065,7 @@ "fieldPath": "symptom_Motion_sickness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15641,9 +14079,7 @@ "fieldPath": "symptom_Mouth_ulcer", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15657,9 +14093,7 @@ "fieldPath": "symptom_Muscle_atrophy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15673,9 +14107,7 @@ "fieldPath": "symptom_Muscle_weakness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15689,9 +14121,7 @@ "fieldPath": "symptom_Myalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15705,9 +14135,7 @@ "fieldPath": "symptom_Mydriasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15721,9 +14149,7 @@ "fieldPath": "symptom_Myocardial_infarction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15737,9 +14163,7 @@ "fieldPath": "symptom_Myoclonus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15753,9 +14177,7 @@ "fieldPath": "symptom_Nasal_congestion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15769,9 +14191,7 @@ "fieldPath": "symptom_Nasal_polyp", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15785,9 +14205,7 @@ "fieldPath": "symptom_Nausea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15801,9 +14219,7 @@ "fieldPath": "symptom_Neck_mass", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15817,9 +14233,7 @@ "fieldPath": "symptom_Neck_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15833,9 +14247,7 @@ "fieldPath": "symptom_Neonatal_jaundice", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15849,9 +14261,7 @@ "fieldPath": "symptom_Nerve_injury", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15865,9 +14275,7 @@ "fieldPath": "symptom_Neuralgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15881,9 +14289,7 @@ "fieldPath": "symptom_Neutropenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15897,9 +14303,7 @@ "fieldPath": "symptom_Night_sweats", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15913,9 +14317,7 @@ "fieldPath": "symptom_Night_terror", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15929,9 +14331,7 @@ "fieldPath": "symptom_Nocturnal_enuresis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15945,9 +14345,7 @@ "fieldPath": "symptom_Nodule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15961,9 +14359,7 @@ "fieldPath": "symptom_Nosebleed", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15977,9 +14373,7 @@ "fieldPath": "symptom_Nystagmus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -15993,9 +14387,7 @@ "fieldPath": "symptom_Obesity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16009,9 +14401,7 @@ "fieldPath": "symptom_Onychorrhexis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16025,9 +14415,7 @@ "fieldPath": "symptom_Oral_candidiasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16041,9 +14429,7 @@ "fieldPath": "symptom_Orthostatic_hypotension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16057,9 +14443,7 @@ "fieldPath": "symptom_Osteopenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16073,9 +14457,7 @@ "fieldPath": "symptom_Osteophyte", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16089,9 +14471,7 @@ "fieldPath": "symptom_Osteoporosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16105,9 +14485,7 @@ "fieldPath": "symptom_Otitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16121,9 +14499,7 @@ "fieldPath": "symptom_Otitis_externa", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16137,9 +14513,7 @@ "fieldPath": "symptom_Otitis_media", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16153,9 +14527,7 @@ "fieldPath": "symptom_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16169,9 +14541,7 @@ "fieldPath": "symptom_Palpitations", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16185,9 +14555,7 @@ "fieldPath": "symptom_Panic_attack", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16201,9 +14569,7 @@ "fieldPath": "symptom_Papule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16217,9 +14583,7 @@ "fieldPath": "symptom_Paranoia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16233,9 +14597,7 @@ "fieldPath": "symptom_Paresthesia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16249,9 +14611,7 @@ "fieldPath": "symptom_Pelvic_inflammatory_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16265,9 +14625,7 @@ "fieldPath": "symptom_Pericarditis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16281,9 +14639,7 @@ "fieldPath": "symptom_Periodontal_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16297,9 +14653,7 @@ "fieldPath": "symptom_Periorbital_puffiness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16313,9 +14667,7 @@ "fieldPath": "symptom_Peripheral_neuropathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16329,9 +14681,7 @@ "fieldPath": "symptom_Perspiration", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16345,9 +14695,7 @@ "fieldPath": "symptom_Petechia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16361,9 +14709,7 @@ "fieldPath": "symptom_Phlegm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16377,9 +14723,7 @@ "fieldPath": "symptom_Photodermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16393,9 +14737,7 @@ "fieldPath": "symptom_Photophobia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16409,9 +14751,7 @@ "fieldPath": "symptom_Photopsia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16425,9 +14765,7 @@ "fieldPath": "symptom_Pleural_effusion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16441,9 +14779,7 @@ "fieldPath": "symptom_Pleurisy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16457,9 +14793,7 @@ "fieldPath": "symptom_Pneumonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16473,9 +14807,7 @@ "fieldPath": "symptom_Podalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16489,9 +14821,7 @@ "fieldPath": "symptom_Polycythemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16505,9 +14835,7 @@ "fieldPath": "symptom_Polydipsia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16521,9 +14849,7 @@ "fieldPath": "symptom_Polyneuropathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16537,9 +14863,7 @@ "fieldPath": "symptom_Polyuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16553,9 +14877,7 @@ "fieldPath": "symptom_Poor_posture", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16569,9 +14891,7 @@ "fieldPath": "symptom_Post_nasal_drip", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16585,9 +14905,7 @@ "fieldPath": "symptom_Postural_orthostatic_tachycardia_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16601,9 +14919,7 @@ "fieldPath": "symptom_Prediabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16617,9 +14933,7 @@ "fieldPath": "symptom_Proteinuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16633,9 +14947,7 @@ "fieldPath": "symptom_Pruritus_ani", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16649,9 +14961,7 @@ "fieldPath": "symptom_Psychosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16665,9 +14975,7 @@ "fieldPath": "symptom_Ptosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16681,9 +14989,7 @@ "fieldPath": "symptom_Pulmonary_edema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16697,9 +15003,7 @@ "fieldPath": "symptom_Pulmonary_hypertension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16713,9 +15017,7 @@ "fieldPath": "symptom_Purpura", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16729,9 +15031,7 @@ "fieldPath": "symptom_Pus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16745,9 +15045,7 @@ "fieldPath": "symptom_Pyelonephritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16761,9 +15059,7 @@ "fieldPath": "symptom_Radiculopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16777,9 +15073,7 @@ "fieldPath": "symptom_Rectal_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16793,9 +15087,7 @@ "fieldPath": "symptom_Rectal_prolapse", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16809,9 +15101,7 @@ "fieldPath": "symptom_Red_eye", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16825,9 +15115,7 @@ "fieldPath": "symptom_Renal_colic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16841,9 +15129,7 @@ "fieldPath": "symptom_Restless_legs_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16857,9 +15143,7 @@ "fieldPath": "symptom_Rheum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16873,9 +15157,7 @@ "fieldPath": "symptom_Rhinitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16889,9 +15171,7 @@ "fieldPath": "symptom_Rhinorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16905,9 +15185,7 @@ "fieldPath": "symptom_Rosacea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16921,9 +15199,7 @@ "fieldPath": "symptom_Round_ligament_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16937,9 +15213,7 @@ "fieldPath": "symptom_Rumination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16953,9 +15227,7 @@ "fieldPath": "symptom_Scar", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16969,9 +15241,7 @@ "fieldPath": "symptom_Sciatica", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -16985,9 +15255,7 @@ "fieldPath": "symptom_Scoliosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17001,9 +15269,7 @@ "fieldPath": "symptom_Seborrheic_dermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17017,9 +15283,7 @@ "fieldPath": "symptom_Self_harm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17033,9 +15297,7 @@ "fieldPath": "symptom_Sensitivity_to_sound", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17049,9 +15311,7 @@ "fieldPath": "symptom_Sexual_dysfunction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17065,9 +15325,7 @@ "fieldPath": "symptom_Shallow_breathing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17081,9 +15339,7 @@ "fieldPath": "symptom_Sharp_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17097,9 +15353,7 @@ "fieldPath": "symptom_Shivering", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17113,9 +15367,7 @@ "fieldPath": "symptom_Shortness_of_breath", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17129,9 +15381,7 @@ "fieldPath": "symptom_Shyness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17145,9 +15395,7 @@ "fieldPath": "symptom_Sinusitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17161,9 +15409,7 @@ "fieldPath": "symptom_Skin_condition", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17177,9 +15423,7 @@ "fieldPath": "symptom_Skin_rash", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17193,9 +15437,7 @@ "fieldPath": "symptom_Skin_tag", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17209,9 +15451,7 @@ "fieldPath": "symptom_Skin_ulcer", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17225,9 +15465,7 @@ "fieldPath": "symptom_Sleep_apnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17241,9 +15479,7 @@ "fieldPath": "symptom_Sleep_deprivation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17257,9 +15493,7 @@ "fieldPath": "symptom_Sleep_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17273,9 +15507,7 @@ "fieldPath": "symptom_Snoring", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17289,9 +15521,7 @@ "fieldPath": "symptom_Sore_throat", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17305,9 +15535,7 @@ "fieldPath": "symptom_Spasticity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17321,9 +15549,7 @@ "fieldPath": "symptom_Splenomegaly", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17337,9 +15563,7 @@ "fieldPath": "symptom_Sputum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17353,9 +15577,7 @@ "fieldPath": "symptom_Stomach_rumble", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17369,9 +15591,7 @@ "fieldPath": "symptom_Strabismus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17385,9 +15605,7 @@ "fieldPath": "symptom_Stretch_marks", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17401,9 +15619,7 @@ "fieldPath": "symptom_Stridor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17417,9 +15633,7 @@ "fieldPath": "symptom_Stroke", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17433,9 +15647,7 @@ "fieldPath": "symptom_Stuttering", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17449,9 +15661,7 @@ "fieldPath": "symptom_Subdural_hematoma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17465,9 +15675,7 @@ "fieldPath": "symptom_Suicidal_ideation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17481,9 +15689,7 @@ "fieldPath": "symptom_Swelling", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17497,9 +15703,7 @@ "fieldPath": "symptom_Swollen_feet", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17513,9 +15717,7 @@ "fieldPath": "symptom_Swollen_lymph_nodes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17529,9 +15731,7 @@ "fieldPath": "symptom_Syncope", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17545,9 +15745,7 @@ "fieldPath": "symptom_Tachycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17561,9 +15759,7 @@ "fieldPath": "symptom_Tachypnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17577,9 +15773,7 @@ "fieldPath": "symptom_Telangiectasia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17593,9 +15787,7 @@ "fieldPath": "symptom_Tenderness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17609,9 +15801,7 @@ "fieldPath": "symptom_Testicular_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17625,9 +15815,7 @@ "fieldPath": "symptom_Throat_irritation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17641,9 +15829,7 @@ "fieldPath": "symptom_Thrombocytopenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17657,9 +15843,7 @@ "fieldPath": "symptom_Thyroid_nodule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17673,9 +15857,7 @@ "fieldPath": "symptom_Tic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17689,9 +15871,7 @@ "fieldPath": "symptom_Tinnitus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17705,9 +15885,7 @@ "fieldPath": "symptom_Tonsillitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17721,9 +15899,7 @@ "fieldPath": "symptom_Toothache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17737,9 +15913,7 @@ "fieldPath": "symptom_Tremor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17753,9 +15927,7 @@ "fieldPath": "symptom_Trichoptilosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17769,9 +15941,7 @@ "fieldPath": "symptom_Tumor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17785,9 +15955,7 @@ "fieldPath": "symptom_Type_2_diabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17801,9 +15969,7 @@ "fieldPath": "symptom_Unconsciousness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17817,9 +15983,7 @@ "fieldPath": "symptom_Underweight", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17833,9 +15997,7 @@ "fieldPath": "symptom_Upper_respiratory_tract_infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17849,9 +16011,7 @@ "fieldPath": "symptom_Urethritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17865,9 +16025,7 @@ "fieldPath": "symptom_Urinary_incontinence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17881,9 +16039,7 @@ "fieldPath": "symptom_Urinary_tract_infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17897,9 +16053,7 @@ "fieldPath": "symptom_Urinary_urgency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17913,9 +16067,7 @@ "fieldPath": "symptom_Uterine_contraction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17929,9 +16081,7 @@ "fieldPath": "symptom_Vaginal_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17945,9 +16095,7 @@ "fieldPath": "symptom_Vaginal_discharge", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17961,9 +16109,7 @@ "fieldPath": "symptom_Vaginitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17977,9 +16123,7 @@ "fieldPath": "symptom_Varicose_veins", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -17993,9 +16137,7 @@ "fieldPath": "symptom_Vasculitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18009,9 +16151,7 @@ "fieldPath": "symptom_Ventricular_fibrillation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18025,9 +16165,7 @@ "fieldPath": "symptom_Ventricular_tachycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18041,9 +16179,7 @@ "fieldPath": "symptom_Vertigo", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18057,9 +16193,7 @@ "fieldPath": "symptom_Viral_pneumonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18073,9 +16207,7 @@ "fieldPath": "symptom_Visual_acuity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18089,9 +16221,7 @@ "fieldPath": "symptom_Vomiting", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18105,9 +16235,7 @@ "fieldPath": "symptom_Wart", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18121,9 +16249,7 @@ "fieldPath": "symptom_Water_retention", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18137,9 +16263,7 @@ "fieldPath": "symptom_Weakness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18153,9 +16277,7 @@ "fieldPath": "symptom_Weight_gain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18169,9 +16291,7 @@ "fieldPath": "symptom_Wheeze", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18185,9 +16305,7 @@ "fieldPath": "symptom_Xeroderma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18201,9 +16319,7 @@ "fieldPath": "symptom_Xerostomia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18217,9 +16333,7 @@ "fieldPath": "symptom_Yawn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18233,9 +16347,7 @@ "fieldPath": "symptom_hyperhidrosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18249,9 +16361,7 @@ "fieldPath": "symptom_pancreatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18306,9 +16416,7 @@ "fieldPath": "country_region_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -18322,9 +16430,7 @@ "fieldPath": "country_region", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -18338,9 +16444,7 @@ "fieldPath": "sub_region_1", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -18354,9 +16458,7 @@ "fieldPath": "sub_region_1_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -18370,9 +16472,7 @@ "fieldPath": "sub_region_2", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -18386,9 +16486,7 @@ "fieldPath": "sub_region_2_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -18402,9 +16500,7 @@ "fieldPath": "place_id", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -18418,9 +16514,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -18434,9 +16528,7 @@ "fieldPath": "symptom_Abdominal_obesity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18450,9 +16542,7 @@ "fieldPath": "symptom_Abdominal_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18466,9 +16556,7 @@ "fieldPath": "symptom_Acne", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18482,9 +16570,7 @@ "fieldPath": "symptom_Actinic_keratosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18498,9 +16584,7 @@ "fieldPath": "symptom_Acute_bronchitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18514,9 +16598,7 @@ "fieldPath": "symptom_Adrenal_crisis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18530,9 +16612,7 @@ "fieldPath": "symptom_Ageusia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18546,9 +16626,7 @@ "fieldPath": "symptom_Alcoholism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18562,9 +16640,7 @@ "fieldPath": "symptom_Allergic_conjunctivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18578,9 +16654,7 @@ "fieldPath": "symptom_Allergy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18594,9 +16668,7 @@ "fieldPath": "symptom_Amblyopia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18610,9 +16682,7 @@ "fieldPath": "symptom_Amenorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18626,9 +16696,7 @@ "fieldPath": "symptom_Amnesia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18642,9 +16710,7 @@ "fieldPath": "symptom_Anal_fissure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18658,9 +16724,7 @@ "fieldPath": "symptom_Anaphylaxis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18674,9 +16738,7 @@ "fieldPath": "symptom_Anemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18690,9 +16752,7 @@ "fieldPath": "symptom_Angina_pectoris", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18706,9 +16766,7 @@ "fieldPath": "symptom_Angioedema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18722,9 +16780,7 @@ "fieldPath": "symptom_Angular_cheilitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18738,9 +16794,7 @@ "fieldPath": "symptom_Anosmia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18754,9 +16808,7 @@ "fieldPath": "symptom_Anxiety", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18770,9 +16822,7 @@ "fieldPath": "symptom_Aphasia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18786,9 +16836,7 @@ "fieldPath": "symptom_Aphonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18802,9 +16850,7 @@ "fieldPath": "symptom_Apnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18818,9 +16864,7 @@ "fieldPath": "symptom_Arthralgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18834,9 +16878,7 @@ "fieldPath": "symptom_Arthritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18850,9 +16892,7 @@ "fieldPath": "symptom_Ascites", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18866,9 +16906,7 @@ "fieldPath": "symptom_Asperger_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18882,9 +16920,7 @@ "fieldPath": "symptom_Asphyxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18898,9 +16934,7 @@ "fieldPath": "symptom_Asthma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18914,9 +16948,7 @@ "fieldPath": "symptom_Astigmatism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18930,9 +16962,7 @@ "fieldPath": "symptom_Ataxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18946,9 +16976,7 @@ "fieldPath": "symptom_Atheroma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18962,9 +16990,7 @@ "fieldPath": "symptom_Attention_deficit_hyperactivity_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18978,9 +17004,7 @@ "fieldPath": "symptom_Auditory_hallucination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -18994,9 +17018,7 @@ "fieldPath": "symptom_Autoimmune_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19010,9 +17032,7 @@ "fieldPath": "symptom_Avoidant_personality_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19026,9 +17046,7 @@ "fieldPath": "symptom_Back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19042,9 +17060,7 @@ "fieldPath": "symptom_Bacterial_vaginosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19058,9 +17074,7 @@ "fieldPath": "symptom_Balance_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19074,9 +17088,7 @@ "fieldPath": "symptom_Beaus_lines", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19090,9 +17102,7 @@ "fieldPath": "symptom_Bells_palsy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19106,9 +17116,7 @@ "fieldPath": "symptom_Biliary_colic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19122,9 +17130,7 @@ "fieldPath": "symptom_Binge_eating", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19138,9 +17144,7 @@ "fieldPath": "symptom_Bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19154,9 +17158,7 @@ "fieldPath": "symptom_Bleeding_on_probing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19170,9 +17172,7 @@ "fieldPath": "symptom_Blepharospasm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19186,9 +17186,7 @@ "fieldPath": "symptom_Bloating", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19202,9 +17200,7 @@ "fieldPath": "symptom_Blood_in_stool", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19218,9 +17214,7 @@ "fieldPath": "symptom_Blurred_vision", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19234,9 +17228,7 @@ "fieldPath": "symptom_Blushing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19250,9 +17242,7 @@ "fieldPath": "symptom_Boil", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19266,9 +17256,7 @@ "fieldPath": "symptom_Bone_fracture", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19282,9 +17270,7 @@ "fieldPath": "symptom_Bone_tumor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19298,9 +17284,7 @@ "fieldPath": "symptom_Bowel_obstruction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19314,9 +17298,7 @@ "fieldPath": "symptom_Bradycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19330,9 +17312,7 @@ "fieldPath": "symptom_Braxton_Hicks_contractions", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19346,9 +17326,7 @@ "fieldPath": "symptom_Breakthrough_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19362,9 +17340,7 @@ "fieldPath": "symptom_Breast_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19378,9 +17354,7 @@ "fieldPath": "symptom_Bronchitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19394,9 +17368,7 @@ "fieldPath": "symptom_Bruise", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19410,9 +17382,7 @@ "fieldPath": "symptom_Bruxism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19426,9 +17396,7 @@ "fieldPath": "symptom_Bunion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19442,9 +17410,7 @@ "fieldPath": "symptom_Burn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19458,9 +17424,7 @@ "fieldPath": "symptom_Burning_Chest_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19474,9 +17438,7 @@ "fieldPath": "symptom_Burning_mouth_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19490,9 +17452,7 @@ "fieldPath": "symptom_Candidiasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19506,9 +17466,7 @@ "fieldPath": "symptom_Canker_sore", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19522,9 +17480,7 @@ "fieldPath": "symptom_Cardiac_arrest", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19538,9 +17494,7 @@ "fieldPath": "symptom_Carpal_tunnel_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19554,9 +17508,7 @@ "fieldPath": "symptom_Cataplexy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19570,9 +17522,7 @@ "fieldPath": "symptom_Cataract", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19586,9 +17536,7 @@ "fieldPath": "symptom_Chancre", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19602,9 +17550,7 @@ "fieldPath": "symptom_Cheilitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19618,9 +17564,7 @@ "fieldPath": "symptom_Chest_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19634,9 +17578,7 @@ "fieldPath": "symptom_Chills", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19650,9 +17592,7 @@ "fieldPath": "symptom_Chorea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19666,9 +17606,7 @@ "fieldPath": "symptom_Chronic_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19682,9 +17620,7 @@ "fieldPath": "symptom_Cirrhosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19698,9 +17634,7 @@ "fieldPath": "symptom_Cleft_lip_and_cleft_palate", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19714,9 +17648,7 @@ "fieldPath": "symptom_Clouding_of_consciousness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19730,9 +17662,7 @@ "fieldPath": "symptom_Cluster_headache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19746,9 +17676,7 @@ "fieldPath": "symptom_Colitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19762,9 +17690,7 @@ "fieldPath": "symptom_Coma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19778,9 +17704,7 @@ "fieldPath": "symptom_Common_cold", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19794,9 +17718,7 @@ "fieldPath": "symptom_Compulsive_behavior", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19810,9 +17732,7 @@ "fieldPath": "symptom_Compulsive_hoarding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19826,9 +17746,7 @@ "fieldPath": "symptom_Confusion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19842,9 +17760,7 @@ "fieldPath": "symptom_Congenital_heart_defect", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19858,9 +17774,7 @@ "fieldPath": "symptom_Conjunctivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19874,9 +17788,7 @@ "fieldPath": "symptom_Constipation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19890,9 +17802,7 @@ "fieldPath": "symptom_Convulsion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19906,9 +17816,7 @@ "fieldPath": "symptom_Cough", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19922,9 +17830,7 @@ "fieldPath": "symptom_Crackles", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19938,9 +17844,7 @@ "fieldPath": "symptom_Cramp", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19954,9 +17858,7 @@ "fieldPath": "symptom_Crepitus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19970,9 +17872,7 @@ "fieldPath": "symptom_Croup", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -19986,9 +17886,7 @@ "fieldPath": "symptom_Cyanosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20002,9 +17900,7 @@ "fieldPath": "symptom_Dandruff", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20018,9 +17914,7 @@ "fieldPath": "symptom_Delayed_onset_muscle_soreness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20034,9 +17928,7 @@ "fieldPath": "symptom_Dementia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20050,9 +17942,7 @@ "fieldPath": "symptom_Dentin_hypersensitivity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20066,9 +17956,7 @@ "fieldPath": "symptom_Depersonalization", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20082,9 +17970,7 @@ "fieldPath": "symptom_Depression", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20098,9 +17984,7 @@ "fieldPath": "symptom_Dermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20114,9 +17998,7 @@ "fieldPath": "symptom_Desquamation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20130,9 +18012,7 @@ "fieldPath": "symptom_Developmental_disability", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20146,9 +18026,7 @@ "fieldPath": "symptom_Diabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20162,9 +18040,7 @@ "fieldPath": "symptom_Diabetic_ketoacidosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20178,9 +18054,7 @@ "fieldPath": "symptom_Diarrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20194,9 +18068,7 @@ "fieldPath": "symptom_Dizziness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20210,9 +18082,7 @@ "fieldPath": "symptom_Dry_eye_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20226,9 +18096,7 @@ "fieldPath": "symptom_Dysautonomia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20242,9 +18110,7 @@ "fieldPath": "symptom_Dysgeusia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20258,9 +18124,7 @@ "fieldPath": "symptom_Dysmenorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20274,9 +18138,7 @@ "fieldPath": "symptom_Dyspareunia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20290,9 +18152,7 @@ "fieldPath": "symptom_Dysphagia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20306,9 +18166,7 @@ "fieldPath": "symptom_Dysphoria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20322,9 +18180,7 @@ "fieldPath": "symptom_Dystonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20338,9 +18194,7 @@ "fieldPath": "symptom_Dysuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20354,9 +18208,7 @@ "fieldPath": "symptom_Ear_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20370,9 +18222,7 @@ "fieldPath": "symptom_Eczema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20386,9 +18236,7 @@ "fieldPath": "symptom_Edema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20402,9 +18250,7 @@ "fieldPath": "symptom_Encephalitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20418,9 +18264,7 @@ "fieldPath": "symptom_Encephalopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20434,9 +18278,7 @@ "fieldPath": "symptom_Epidermoid_cyst", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20450,9 +18292,7 @@ "fieldPath": "symptom_Epilepsy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20466,9 +18306,7 @@ "fieldPath": "symptom_Epiphora", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20482,9 +18320,7 @@ "fieldPath": "symptom_Erectile_dysfunction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20498,9 +18334,7 @@ "fieldPath": "symptom_Erythema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20514,9 +18348,7 @@ "fieldPath": "symptom_Erythema_chronicum_migrans", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20530,9 +18362,7 @@ "fieldPath": "symptom_Esophagitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20546,9 +18376,7 @@ "fieldPath": "symptom_Excessive_daytime_sleepiness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20562,9 +18390,7 @@ "fieldPath": "symptom_Eye_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20578,9 +18404,7 @@ "fieldPath": "symptom_Eye_strain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20594,9 +18418,7 @@ "fieldPath": "symptom_Facial_nerve_paralysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20610,9 +18432,7 @@ "fieldPath": "symptom_Facial_swelling", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20626,9 +18446,7 @@ "fieldPath": "symptom_Fasciculation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20642,9 +18460,7 @@ "fieldPath": "symptom_Fatigue", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20658,9 +18474,7 @@ "fieldPath": "symptom_Fatty_liver_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20674,9 +18488,7 @@ "fieldPath": "symptom_Fecal_incontinence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20690,9 +18502,7 @@ "fieldPath": "symptom_Fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20706,9 +18516,7 @@ "fieldPath": "symptom_Fibrillation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20722,9 +18530,7 @@ "fieldPath": "symptom_Fibrocystic_breast_changes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20738,9 +18544,7 @@ "fieldPath": "symptom_Fibromyalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20754,9 +18558,7 @@ "fieldPath": "symptom_Flatulence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20770,9 +18572,7 @@ "fieldPath": "symptom_Floater", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20786,9 +18586,7 @@ "fieldPath": "symptom_Focal_seizure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20802,9 +18600,7 @@ "fieldPath": "symptom_Folate_deficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20818,9 +18614,7 @@ "fieldPath": "symptom_Food_craving", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20834,9 +18628,7 @@ "fieldPath": "symptom_Food_intolerance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20850,9 +18642,7 @@ "fieldPath": "symptom_Frequent_urination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20866,9 +18656,7 @@ "fieldPath": "symptom_Gastroesophageal_reflux_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20882,9 +18670,7 @@ "fieldPath": "symptom_Gastroparesis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20898,9 +18684,7 @@ "fieldPath": "symptom_Generalized_anxiety_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20914,9 +18698,7 @@ "fieldPath": "symptom_Generalized_tonic_clonic_seizure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20930,9 +18712,7 @@ "fieldPath": "symptom_Genital_wart", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20946,9 +18726,7 @@ "fieldPath": "symptom_Gingival_recession", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20962,9 +18740,7 @@ "fieldPath": "symptom_Gingivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20978,9 +18754,7 @@ "fieldPath": "symptom_Globus_pharyngis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -20994,9 +18768,7 @@ "fieldPath": "symptom_Goitre", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21010,9 +18782,7 @@ "fieldPath": "symptom_Gout", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21026,9 +18796,7 @@ "fieldPath": "symptom_Grandiosity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21042,9 +18810,7 @@ "fieldPath": "symptom_Granuloma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21058,9 +18824,7 @@ "fieldPath": "symptom_Guilt", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21074,9 +18838,7 @@ "fieldPath": "symptom_Hair_loss", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21090,9 +18852,7 @@ "fieldPath": "symptom_Halitosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21106,9 +18866,7 @@ "fieldPath": "symptom_Hay_fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21122,9 +18880,7 @@ "fieldPath": "symptom_Headache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21138,9 +18894,7 @@ "fieldPath": "symptom_Heart_arrhythmia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21154,9 +18908,7 @@ "fieldPath": "symptom_Heart_murmur", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21170,9 +18922,7 @@ "fieldPath": "symptom_Heartburn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21186,9 +18936,7 @@ "fieldPath": "symptom_Hematochezia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21202,9 +18950,7 @@ "fieldPath": "symptom_Hematoma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21218,9 +18964,7 @@ "fieldPath": "symptom_Hematuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21234,9 +18978,7 @@ "fieldPath": "symptom_Hemolysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21250,9 +18992,7 @@ "fieldPath": "symptom_Hemoptysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21266,9 +19006,7 @@ "fieldPath": "symptom_Hemorrhoids", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21282,9 +19020,7 @@ "fieldPath": "symptom_Hepatic_encephalopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21298,9 +19034,7 @@ "fieldPath": "symptom_Hepatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21314,9 +19048,7 @@ "fieldPath": "symptom_Hepatotoxicity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21330,9 +19062,7 @@ "fieldPath": "symptom_Hiccup", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21346,9 +19076,7 @@ "fieldPath": "symptom_Hip_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21362,9 +19090,7 @@ "fieldPath": "symptom_Hives", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21378,9 +19104,7 @@ "fieldPath": "symptom_Hot_flash", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21394,9 +19118,7 @@ "fieldPath": "symptom_Hydrocephalus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21410,9 +19132,7 @@ "fieldPath": "symptom_Hypercalcaemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21426,9 +19146,7 @@ "fieldPath": "symptom_Hypercapnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21442,9 +19160,7 @@ "fieldPath": "symptom_Hypercholesterolemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21458,9 +19174,7 @@ "fieldPath": "symptom_Hyperemesis_gravidarum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21474,9 +19188,7 @@ "fieldPath": "symptom_Hyperglycemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21490,9 +19202,7 @@ "fieldPath": "symptom_Hyperkalemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21506,9 +19216,7 @@ "fieldPath": "symptom_Hyperlipidemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21522,9 +19230,7 @@ "fieldPath": "symptom_Hypermobility", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21538,9 +19244,7 @@ "fieldPath": "symptom_Hyperpigmentation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21554,9 +19258,7 @@ "fieldPath": "symptom_Hypersomnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21570,9 +19272,7 @@ "fieldPath": "symptom_Hypertension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21586,9 +19286,7 @@ "fieldPath": "symptom_Hyperthermia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21602,9 +19300,7 @@ "fieldPath": "symptom_Hyperthyroidism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21618,9 +19314,7 @@ "fieldPath": "symptom_Hypertriglyceridemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21634,9 +19328,7 @@ "fieldPath": "symptom_Hypertrophy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21650,9 +19342,7 @@ "fieldPath": "symptom_Hyperventilation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21666,9 +19356,7 @@ "fieldPath": "symptom_Hypocalcaemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21682,9 +19370,7 @@ "fieldPath": "symptom_Hypochondriasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21698,9 +19384,7 @@ "fieldPath": "symptom_Hypoglycemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21714,9 +19398,7 @@ "fieldPath": "symptom_Hypogonadism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21730,9 +19412,7 @@ "fieldPath": "symptom_Hypokalemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21746,9 +19426,7 @@ "fieldPath": "symptom_Hypomania", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21762,9 +19440,7 @@ "fieldPath": "symptom_Hyponatremia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21778,9 +19454,7 @@ "fieldPath": "symptom_Hypotension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21794,9 +19468,7 @@ "fieldPath": "symptom_Hypothyroidism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21810,9 +19482,7 @@ "fieldPath": "symptom_Hypoxemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21826,9 +19496,7 @@ "fieldPath": "symptom_Hypoxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21842,9 +19510,7 @@ "fieldPath": "symptom_Impetigo", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21858,9 +19524,7 @@ "fieldPath": "symptom_Implantation_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21874,9 +19538,7 @@ "fieldPath": "symptom_Impulsivity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21890,9 +19552,7 @@ "fieldPath": "symptom_Indigestion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21906,9 +19566,7 @@ "fieldPath": "symptom_Infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21922,9 +19580,7 @@ "fieldPath": "symptom_Inflammation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21938,9 +19594,7 @@ "fieldPath": "symptom_Inflammatory_bowel_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21954,9 +19608,7 @@ "fieldPath": "symptom_Ingrown_hair", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21970,9 +19622,7 @@ "fieldPath": "symptom_Insomnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -21986,9 +19636,7 @@ "fieldPath": "symptom_Insulin_resistance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22002,9 +19650,7 @@ "fieldPath": "symptom_Intermenstrual_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22018,9 +19664,7 @@ "fieldPath": "symptom_Intracranial_pressure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22034,9 +19678,7 @@ "fieldPath": "symptom_Iron_deficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22050,9 +19692,7 @@ "fieldPath": "symptom_Irregular_menstruation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22066,9 +19706,7 @@ "fieldPath": "symptom_Itch", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22082,9 +19720,7 @@ "fieldPath": "symptom_Jaundice", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22098,9 +19734,7 @@ "fieldPath": "symptom_Kidney_failure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22114,9 +19748,7 @@ "fieldPath": "symptom_Kidney_stone", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22130,9 +19762,7 @@ "fieldPath": "symptom_Knee_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22146,9 +19776,7 @@ "fieldPath": "symptom_Kyphosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22162,9 +19790,7 @@ "fieldPath": "symptom_Lactose_intolerance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22178,9 +19804,7 @@ "fieldPath": "symptom_Laryngitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22194,9 +19818,7 @@ "fieldPath": "symptom_Leg_cramps", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22210,9 +19832,7 @@ "fieldPath": "symptom_Lesion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22226,9 +19846,7 @@ "fieldPath": "symptom_Leukorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22242,9 +19860,7 @@ "fieldPath": "symptom_Lightheadedness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22258,9 +19874,7 @@ "fieldPath": "symptom_Low_back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22274,9 +19888,7 @@ "fieldPath": "symptom_Low_grade_fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22290,9 +19902,7 @@ "fieldPath": "symptom_Lymphedema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22306,9 +19916,7 @@ "fieldPath": "symptom_Major_depressive_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22322,9 +19930,7 @@ "fieldPath": "symptom_Malabsorption", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22338,9 +19944,7 @@ "fieldPath": "symptom_Male_infertility", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22354,9 +19958,7 @@ "fieldPath": "symptom_Manic_Disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22370,9 +19972,7 @@ "fieldPath": "symptom_Melasma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22386,9 +19986,7 @@ "fieldPath": "symptom_Melena", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22402,9 +20000,7 @@ "fieldPath": "symptom_Meningitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22418,9 +20014,7 @@ "fieldPath": "symptom_Menorrhagia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22434,9 +20028,7 @@ "fieldPath": "symptom_Middle_back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22450,9 +20042,7 @@ "fieldPath": "symptom_Migraine", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22466,9 +20056,7 @@ "fieldPath": "symptom_Milium", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22482,9 +20070,7 @@ "fieldPath": "symptom_Mitral_insufficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22498,9 +20084,7 @@ "fieldPath": "symptom_Mood_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22514,9 +20098,7 @@ "fieldPath": "symptom_Mood_swing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22530,9 +20112,7 @@ "fieldPath": "symptom_Morning_sickness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22546,9 +20126,7 @@ "fieldPath": "symptom_Motion_sickness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22562,9 +20140,7 @@ "fieldPath": "symptom_Mouth_ulcer", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22578,9 +20154,7 @@ "fieldPath": "symptom_Muscle_atrophy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22594,9 +20168,7 @@ "fieldPath": "symptom_Muscle_weakness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22610,9 +20182,7 @@ "fieldPath": "symptom_Myalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22626,9 +20196,7 @@ "fieldPath": "symptom_Mydriasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22642,9 +20210,7 @@ "fieldPath": "symptom_Myocardial_infarction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22658,9 +20224,7 @@ "fieldPath": "symptom_Myoclonus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22674,9 +20238,7 @@ "fieldPath": "symptom_Nasal_congestion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22690,9 +20252,7 @@ "fieldPath": "symptom_Nasal_polyp", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22706,9 +20266,7 @@ "fieldPath": "symptom_Nausea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22722,9 +20280,7 @@ "fieldPath": "symptom_Neck_mass", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22738,9 +20294,7 @@ "fieldPath": "symptom_Neck_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22754,9 +20308,7 @@ "fieldPath": "symptom_Neonatal_jaundice", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22770,9 +20322,7 @@ "fieldPath": "symptom_Nerve_injury", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22786,9 +20336,7 @@ "fieldPath": "symptom_Neuralgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22802,9 +20350,7 @@ "fieldPath": "symptom_Neutropenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22818,9 +20364,7 @@ "fieldPath": "symptom_Night_sweats", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22834,9 +20378,7 @@ "fieldPath": "symptom_Night_terror", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22850,9 +20392,7 @@ "fieldPath": "symptom_Nocturnal_enuresis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22866,9 +20406,7 @@ "fieldPath": "symptom_Nodule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22882,9 +20420,7 @@ "fieldPath": "symptom_Nosebleed", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22898,9 +20434,7 @@ "fieldPath": "symptom_Nystagmus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22914,9 +20448,7 @@ "fieldPath": "symptom_Obesity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22930,9 +20462,7 @@ "fieldPath": "symptom_Onychorrhexis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22946,9 +20476,7 @@ "fieldPath": "symptom_Oral_candidiasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22962,9 +20490,7 @@ "fieldPath": "symptom_Orthostatic_hypotension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22978,9 +20504,7 @@ "fieldPath": "symptom_Osteopenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -22994,9 +20518,7 @@ "fieldPath": "symptom_Osteophyte", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23010,9 +20532,7 @@ "fieldPath": "symptom_Osteoporosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23026,9 +20546,7 @@ "fieldPath": "symptom_Otitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23042,9 +20560,7 @@ "fieldPath": "symptom_Otitis_externa", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23058,9 +20574,7 @@ "fieldPath": "symptom_Otitis_media", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23074,9 +20588,7 @@ "fieldPath": "symptom_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23090,9 +20602,7 @@ "fieldPath": "symptom_Palpitations", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23106,9 +20616,7 @@ "fieldPath": "symptom_Panic_attack", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23122,9 +20630,7 @@ "fieldPath": "symptom_Papule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23138,9 +20644,7 @@ "fieldPath": "symptom_Paranoia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23154,9 +20658,7 @@ "fieldPath": "symptom_Paresthesia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23170,9 +20672,7 @@ "fieldPath": "symptom_Pelvic_inflammatory_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23186,9 +20686,7 @@ "fieldPath": "symptom_Pericarditis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23202,9 +20700,7 @@ "fieldPath": "symptom_Periodontal_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23218,9 +20714,7 @@ "fieldPath": "symptom_Periorbital_puffiness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23234,9 +20728,7 @@ "fieldPath": "symptom_Peripheral_neuropathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23250,9 +20742,7 @@ "fieldPath": "symptom_Perspiration", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23266,9 +20756,7 @@ "fieldPath": "symptom_Petechia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23282,9 +20770,7 @@ "fieldPath": "symptom_Phlegm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23298,9 +20784,7 @@ "fieldPath": "symptom_Photodermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23314,9 +20798,7 @@ "fieldPath": "symptom_Photophobia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23330,9 +20812,7 @@ "fieldPath": "symptom_Photopsia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23346,9 +20826,7 @@ "fieldPath": "symptom_Pleural_effusion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23362,9 +20840,7 @@ "fieldPath": "symptom_Pleurisy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23378,9 +20854,7 @@ "fieldPath": "symptom_Pneumonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23394,9 +20868,7 @@ "fieldPath": "symptom_Podalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23410,9 +20882,7 @@ "fieldPath": "symptom_Polycythemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23426,9 +20896,7 @@ "fieldPath": "symptom_Polydipsia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23442,9 +20910,7 @@ "fieldPath": "symptom_Polyneuropathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23458,9 +20924,7 @@ "fieldPath": "symptom_Polyuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23474,9 +20938,7 @@ "fieldPath": "symptom_Poor_posture", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23490,9 +20952,7 @@ "fieldPath": "symptom_Post_nasal_drip", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23506,9 +20966,7 @@ "fieldPath": "symptom_Postural_orthostatic_tachycardia_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23522,9 +20980,7 @@ "fieldPath": "symptom_Prediabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23538,9 +20994,7 @@ "fieldPath": "symptom_Proteinuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23554,9 +21008,7 @@ "fieldPath": "symptom_Pruritus_ani", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23570,9 +21022,7 @@ "fieldPath": "symptom_Psychosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23586,9 +21036,7 @@ "fieldPath": "symptom_Ptosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23602,9 +21050,7 @@ "fieldPath": "symptom_Pulmonary_edema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23618,9 +21064,7 @@ "fieldPath": "symptom_Pulmonary_hypertension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23634,9 +21078,7 @@ "fieldPath": "symptom_Purpura", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23650,9 +21092,7 @@ "fieldPath": "symptom_Pus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23666,9 +21106,7 @@ "fieldPath": "symptom_Pyelonephritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23682,9 +21120,7 @@ "fieldPath": "symptom_Radiculopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23698,9 +21134,7 @@ "fieldPath": "symptom_Rectal_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23714,9 +21148,7 @@ "fieldPath": "symptom_Rectal_prolapse", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23730,9 +21162,7 @@ "fieldPath": "symptom_Red_eye", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23746,9 +21176,7 @@ "fieldPath": "symptom_Renal_colic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23762,9 +21190,7 @@ "fieldPath": "symptom_Restless_legs_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23778,9 +21204,7 @@ "fieldPath": "symptom_Rheum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23794,9 +21218,7 @@ "fieldPath": "symptom_Rhinitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23810,9 +21232,7 @@ "fieldPath": "symptom_Rhinorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23826,9 +21246,7 @@ "fieldPath": "symptom_Rosacea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23842,9 +21260,7 @@ "fieldPath": "symptom_Round_ligament_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23858,9 +21274,7 @@ "fieldPath": "symptom_Rumination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23874,9 +21288,7 @@ "fieldPath": "symptom_Scar", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23890,9 +21302,7 @@ "fieldPath": "symptom_Sciatica", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23906,9 +21316,7 @@ "fieldPath": "symptom_Scoliosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23922,9 +21330,7 @@ "fieldPath": "symptom_Seborrheic_dermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23938,9 +21344,7 @@ "fieldPath": "symptom_Self_harm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23954,9 +21358,7 @@ "fieldPath": "symptom_Sensitivity_to_sound", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23970,9 +21372,7 @@ "fieldPath": "symptom_Sexual_dysfunction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -23986,9 +21386,7 @@ "fieldPath": "symptom_Shallow_breathing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24002,9 +21400,7 @@ "fieldPath": "symptom_Sharp_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24018,9 +21414,7 @@ "fieldPath": "symptom_Shivering", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24034,9 +21428,7 @@ "fieldPath": "symptom_Shortness_of_breath", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24050,9 +21442,7 @@ "fieldPath": "symptom_Shyness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24066,9 +21456,7 @@ "fieldPath": "symptom_Sinusitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24082,9 +21470,7 @@ "fieldPath": "symptom_Skin_condition", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24098,9 +21484,7 @@ "fieldPath": "symptom_Skin_rash", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24114,9 +21498,7 @@ "fieldPath": "symptom_Skin_tag", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24130,9 +21512,7 @@ "fieldPath": "symptom_Skin_ulcer", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24146,9 +21526,7 @@ "fieldPath": "symptom_Sleep_apnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24162,9 +21540,7 @@ "fieldPath": "symptom_Sleep_deprivation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24178,9 +21554,7 @@ "fieldPath": "symptom_Sleep_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24194,9 +21568,7 @@ "fieldPath": "symptom_Snoring", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24210,9 +21582,7 @@ "fieldPath": "symptom_Sore_throat", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24226,9 +21596,7 @@ "fieldPath": "symptom_Spasticity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24242,9 +21610,7 @@ "fieldPath": "symptom_Splenomegaly", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24258,9 +21624,7 @@ "fieldPath": "symptom_Sputum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24274,9 +21638,7 @@ "fieldPath": "symptom_Stomach_rumble", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24290,9 +21652,7 @@ "fieldPath": "symptom_Strabismus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24306,9 +21666,7 @@ "fieldPath": "symptom_Stretch_marks", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24322,9 +21680,7 @@ "fieldPath": "symptom_Stridor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24338,9 +21694,7 @@ "fieldPath": "symptom_Stroke", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24354,9 +21708,7 @@ "fieldPath": "symptom_Stuttering", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24370,9 +21722,7 @@ "fieldPath": "symptom_Subdural_hematoma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24386,9 +21736,7 @@ "fieldPath": "symptom_Suicidal_ideation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24402,9 +21750,7 @@ "fieldPath": "symptom_Swelling", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24418,9 +21764,7 @@ "fieldPath": "symptom_Swollen_feet", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24434,9 +21778,7 @@ "fieldPath": "symptom_Swollen_lymph_nodes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24450,9 +21792,7 @@ "fieldPath": "symptom_Syncope", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24466,9 +21806,7 @@ "fieldPath": "symptom_Tachycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24482,9 +21820,7 @@ "fieldPath": "symptom_Tachypnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24498,9 +21834,7 @@ "fieldPath": "symptom_Telangiectasia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24514,9 +21848,7 @@ "fieldPath": "symptom_Tenderness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24530,9 +21862,7 @@ "fieldPath": "symptom_Testicular_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24546,9 +21876,7 @@ "fieldPath": "symptom_Throat_irritation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24562,9 +21890,7 @@ "fieldPath": "symptom_Thrombocytopenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24578,9 +21904,7 @@ "fieldPath": "symptom_Thyroid_nodule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24594,9 +21918,7 @@ "fieldPath": "symptom_Tic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24610,9 +21932,7 @@ "fieldPath": "symptom_Tinnitus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24626,9 +21946,7 @@ "fieldPath": "symptom_Tonsillitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24642,9 +21960,7 @@ "fieldPath": "symptom_Toothache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24658,9 +21974,7 @@ "fieldPath": "symptom_Tremor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24674,9 +21988,7 @@ "fieldPath": "symptom_Trichoptilosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24690,9 +22002,7 @@ "fieldPath": "symptom_Tumor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24706,9 +22016,7 @@ "fieldPath": "symptom_Type_2_diabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24722,9 +22030,7 @@ "fieldPath": "symptom_Unconsciousness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24738,9 +22044,7 @@ "fieldPath": "symptom_Underweight", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24754,9 +22058,7 @@ "fieldPath": "symptom_Upper_respiratory_tract_infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24770,9 +22072,7 @@ "fieldPath": "symptom_Urethritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24786,9 +22086,7 @@ "fieldPath": "symptom_Urinary_incontinence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24802,9 +22100,7 @@ "fieldPath": "symptom_Urinary_tract_infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24818,9 +22114,7 @@ "fieldPath": "symptom_Urinary_urgency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24834,9 +22128,7 @@ "fieldPath": "symptom_Uterine_contraction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24850,9 +22142,7 @@ "fieldPath": "symptom_Vaginal_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24866,9 +22156,7 @@ "fieldPath": "symptom_Vaginal_discharge", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24882,9 +22170,7 @@ "fieldPath": "symptom_Vaginitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24898,9 +22184,7 @@ "fieldPath": "symptom_Varicose_veins", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24914,9 +22198,7 @@ "fieldPath": "symptom_Vasculitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24930,9 +22212,7 @@ "fieldPath": "symptom_Ventricular_fibrillation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24946,9 +22226,7 @@ "fieldPath": "symptom_Ventricular_tachycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24962,9 +22240,7 @@ "fieldPath": "symptom_Vertigo", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24978,9 +22254,7 @@ "fieldPath": "symptom_Viral_pneumonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -24994,9 +22268,7 @@ "fieldPath": "symptom_Visual_acuity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25010,9 +22282,7 @@ "fieldPath": "symptom_Vomiting", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25026,9 +22296,7 @@ "fieldPath": "symptom_Wart", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25042,9 +22310,7 @@ "fieldPath": "symptom_Water_retention", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25058,9 +22324,7 @@ "fieldPath": "symptom_Weakness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25074,9 +22338,7 @@ "fieldPath": "symptom_Weight_gain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25090,9 +22352,7 @@ "fieldPath": "symptom_Wheeze", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25106,9 +22366,7 @@ "fieldPath": "symptom_Xeroderma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25122,9 +22380,7 @@ "fieldPath": "symptom_Xerostomia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25138,9 +22394,7 @@ "fieldPath": "symptom_Yawn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25154,9 +22408,7 @@ "fieldPath": "symptom_hyperhidrosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25170,9 +22422,7 @@ "fieldPath": "symptom_pancreatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25227,9 +22477,7 @@ "fieldPath": "country_region_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -25243,9 +22491,7 @@ "fieldPath": "country_region", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -25259,9 +22505,7 @@ "fieldPath": "sub_region_1", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -25275,9 +22519,7 @@ "fieldPath": "sub_region_1_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -25291,9 +22533,7 @@ "fieldPath": "sub_region_2", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -25307,9 +22547,7 @@ "fieldPath": "sub_region_2_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -25323,9 +22561,7 @@ "fieldPath": "place_id", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -25339,9 +22575,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -25355,9 +22589,7 @@ "fieldPath": "symptom_Abdominal_obesity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25371,9 +22603,7 @@ "fieldPath": "symptom_Abdominal_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25387,9 +22617,7 @@ "fieldPath": "symptom_Acne", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25403,9 +22631,7 @@ "fieldPath": "symptom_Actinic_keratosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25419,9 +22645,7 @@ "fieldPath": "symptom_Acute_bronchitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25435,9 +22659,7 @@ "fieldPath": "symptom_Adrenal_crisis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25451,9 +22673,7 @@ "fieldPath": "symptom_Ageusia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25467,9 +22687,7 @@ "fieldPath": "symptom_Alcoholism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25483,9 +22701,7 @@ "fieldPath": "symptom_Allergic_conjunctivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25499,9 +22715,7 @@ "fieldPath": "symptom_Allergy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25515,9 +22729,7 @@ "fieldPath": "symptom_Amblyopia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25531,9 +22743,7 @@ "fieldPath": "symptom_Amenorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25547,9 +22757,7 @@ "fieldPath": "symptom_Amnesia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25563,9 +22771,7 @@ "fieldPath": "symptom_Anal_fissure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25579,9 +22785,7 @@ "fieldPath": "symptom_Anaphylaxis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25595,9 +22799,7 @@ "fieldPath": "symptom_Anemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25611,9 +22813,7 @@ "fieldPath": "symptom_Angina_pectoris", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25627,9 +22827,7 @@ "fieldPath": "symptom_Angioedema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25643,9 +22841,7 @@ "fieldPath": "symptom_Angular_cheilitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25659,9 +22855,7 @@ "fieldPath": "symptom_Anosmia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25675,9 +22869,7 @@ "fieldPath": "symptom_Anxiety", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25691,9 +22883,7 @@ "fieldPath": "symptom_Aphasia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25707,9 +22897,7 @@ "fieldPath": "symptom_Aphonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25723,9 +22911,7 @@ "fieldPath": "symptom_Apnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25739,9 +22925,7 @@ "fieldPath": "symptom_Arthralgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25755,9 +22939,7 @@ "fieldPath": "symptom_Arthritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25771,9 +22953,7 @@ "fieldPath": "symptom_Ascites", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25787,9 +22967,7 @@ "fieldPath": "symptom_Asperger_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25803,9 +22981,7 @@ "fieldPath": "symptom_Asphyxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25819,9 +22995,7 @@ "fieldPath": "symptom_Asthma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25835,9 +23009,7 @@ "fieldPath": "symptom_Astigmatism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25851,9 +23023,7 @@ "fieldPath": "symptom_Ataxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25867,9 +23037,7 @@ "fieldPath": "symptom_Atheroma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25883,9 +23051,7 @@ "fieldPath": "symptom_Attention_deficit_hyperactivity_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25899,9 +23065,7 @@ "fieldPath": "symptom_Auditory_hallucination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25915,9 +23079,7 @@ "fieldPath": "symptom_Autoimmune_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25931,9 +23093,7 @@ "fieldPath": "symptom_Avoidant_personality_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25947,9 +23107,7 @@ "fieldPath": "symptom_Back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25963,9 +23121,7 @@ "fieldPath": "symptom_Bacterial_vaginosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25979,9 +23135,7 @@ "fieldPath": "symptom_Balance_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -25995,9 +23149,7 @@ "fieldPath": "symptom_Beaus_lines", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26011,9 +23163,7 @@ "fieldPath": "symptom_Bells_palsy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26027,9 +23177,7 @@ "fieldPath": "symptom_Biliary_colic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26043,9 +23191,7 @@ "fieldPath": "symptom_Binge_eating", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26059,9 +23205,7 @@ "fieldPath": "symptom_Bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26075,9 +23219,7 @@ "fieldPath": "symptom_Bleeding_on_probing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26091,9 +23233,7 @@ "fieldPath": "symptom_Blepharospasm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26107,9 +23247,7 @@ "fieldPath": "symptom_Bloating", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26123,9 +23261,7 @@ "fieldPath": "symptom_Blood_in_stool", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26139,9 +23275,7 @@ "fieldPath": "symptom_Blurred_vision", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26155,9 +23289,7 @@ "fieldPath": "symptom_Blushing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26171,9 +23303,7 @@ "fieldPath": "symptom_Boil", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26187,9 +23317,7 @@ "fieldPath": "symptom_Bone_fracture", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26203,9 +23331,7 @@ "fieldPath": "symptom_Bone_tumor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26219,9 +23345,7 @@ "fieldPath": "symptom_Bowel_obstruction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26235,9 +23359,7 @@ "fieldPath": "symptom_Bradycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26251,9 +23373,7 @@ "fieldPath": "symptom_Braxton_Hicks_contractions", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26267,9 +23387,7 @@ "fieldPath": "symptom_Breakthrough_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26283,9 +23401,7 @@ "fieldPath": "symptom_Breast_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26299,9 +23415,7 @@ "fieldPath": "symptom_Bronchitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26315,9 +23429,7 @@ "fieldPath": "symptom_Bruise", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26331,9 +23443,7 @@ "fieldPath": "symptom_Bruxism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26347,9 +23457,7 @@ "fieldPath": "symptom_Bunion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26363,9 +23471,7 @@ "fieldPath": "symptom_Burn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26379,9 +23485,7 @@ "fieldPath": "symptom_Burning_Chest_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26395,9 +23499,7 @@ "fieldPath": "symptom_Burning_mouth_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26411,9 +23513,7 @@ "fieldPath": "symptom_Candidiasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26427,9 +23527,7 @@ "fieldPath": "symptom_Canker_sore", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26443,9 +23541,7 @@ "fieldPath": "symptom_Cardiac_arrest", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26459,9 +23555,7 @@ "fieldPath": "symptom_Carpal_tunnel_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26475,9 +23569,7 @@ "fieldPath": "symptom_Cataplexy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26491,9 +23583,7 @@ "fieldPath": "symptom_Cataract", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26507,9 +23597,7 @@ "fieldPath": "symptom_Chancre", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26523,9 +23611,7 @@ "fieldPath": "symptom_Cheilitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26539,9 +23625,7 @@ "fieldPath": "symptom_Chest_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26555,9 +23639,7 @@ "fieldPath": "symptom_Chills", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26571,9 +23653,7 @@ "fieldPath": "symptom_Chorea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26587,9 +23667,7 @@ "fieldPath": "symptom_Chronic_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26603,9 +23681,7 @@ "fieldPath": "symptom_Cirrhosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26619,9 +23695,7 @@ "fieldPath": "symptom_Cleft_lip_and_cleft_palate", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26635,9 +23709,7 @@ "fieldPath": "symptom_Clouding_of_consciousness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26651,9 +23723,7 @@ "fieldPath": "symptom_Cluster_headache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26667,9 +23737,7 @@ "fieldPath": "symptom_Colitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26683,9 +23751,7 @@ "fieldPath": "symptom_Coma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26699,9 +23765,7 @@ "fieldPath": "symptom_Common_cold", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26715,9 +23779,7 @@ "fieldPath": "symptom_Compulsive_behavior", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26731,9 +23793,7 @@ "fieldPath": "symptom_Compulsive_hoarding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26747,9 +23807,7 @@ "fieldPath": "symptom_Confusion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26763,9 +23821,7 @@ "fieldPath": "symptom_Congenital_heart_defect", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26779,9 +23835,7 @@ "fieldPath": "symptom_Conjunctivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26795,9 +23849,7 @@ "fieldPath": "symptom_Constipation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26811,9 +23863,7 @@ "fieldPath": "symptom_Convulsion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26827,9 +23877,7 @@ "fieldPath": "symptom_Cough", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26843,9 +23891,7 @@ "fieldPath": "symptom_Crackles", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26859,9 +23905,7 @@ "fieldPath": "symptom_Cramp", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26875,9 +23919,7 @@ "fieldPath": "symptom_Crepitus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26891,9 +23933,7 @@ "fieldPath": "symptom_Croup", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26907,9 +23947,7 @@ "fieldPath": "symptom_Cyanosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26923,9 +23961,7 @@ "fieldPath": "symptom_Dandruff", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26939,9 +23975,7 @@ "fieldPath": "symptom_Delayed_onset_muscle_soreness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26955,9 +23989,7 @@ "fieldPath": "symptom_Dementia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26971,9 +24003,7 @@ "fieldPath": "symptom_Dentin_hypersensitivity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -26987,9 +24017,7 @@ "fieldPath": "symptom_Depersonalization", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27003,9 +24031,7 @@ "fieldPath": "symptom_Depression", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27019,9 +24045,7 @@ "fieldPath": "symptom_Dermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27035,9 +24059,7 @@ "fieldPath": "symptom_Desquamation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27051,9 +24073,7 @@ "fieldPath": "symptom_Developmental_disability", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27067,9 +24087,7 @@ "fieldPath": "symptom_Diabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27083,9 +24101,7 @@ "fieldPath": "symptom_Diabetic_ketoacidosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27099,9 +24115,7 @@ "fieldPath": "symptom_Diarrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27115,9 +24129,7 @@ "fieldPath": "symptom_Dizziness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27131,9 +24143,7 @@ "fieldPath": "symptom_Dry_eye_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27147,9 +24157,7 @@ "fieldPath": "symptom_Dysautonomia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27163,9 +24171,7 @@ "fieldPath": "symptom_Dysgeusia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27179,9 +24185,7 @@ "fieldPath": "symptom_Dysmenorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27195,9 +24199,7 @@ "fieldPath": "symptom_Dyspareunia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27211,9 +24213,7 @@ "fieldPath": "symptom_Dysphagia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27227,9 +24227,7 @@ "fieldPath": "symptom_Dysphoria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27243,9 +24241,7 @@ "fieldPath": "symptom_Dystonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27259,9 +24255,7 @@ "fieldPath": "symptom_Dysuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27275,9 +24269,7 @@ "fieldPath": "symptom_Ear_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27291,9 +24283,7 @@ "fieldPath": "symptom_Eczema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27307,9 +24297,7 @@ "fieldPath": "symptom_Edema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27323,9 +24311,7 @@ "fieldPath": "symptom_Encephalitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27339,9 +24325,7 @@ "fieldPath": "symptom_Encephalopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27355,9 +24339,7 @@ "fieldPath": "symptom_Epidermoid_cyst", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27371,9 +24353,7 @@ "fieldPath": "symptom_Epilepsy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27387,9 +24367,7 @@ "fieldPath": "symptom_Epiphora", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27403,9 +24381,7 @@ "fieldPath": "symptom_Erectile_dysfunction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27419,9 +24395,7 @@ "fieldPath": "symptom_Erythema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27435,9 +24409,7 @@ "fieldPath": "symptom_Erythema_chronicum_migrans", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27451,9 +24423,7 @@ "fieldPath": "symptom_Esophagitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27467,9 +24437,7 @@ "fieldPath": "symptom_Excessive_daytime_sleepiness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27483,9 +24451,7 @@ "fieldPath": "symptom_Eye_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27499,9 +24465,7 @@ "fieldPath": "symptom_Eye_strain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27515,9 +24479,7 @@ "fieldPath": "symptom_Facial_nerve_paralysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27531,9 +24493,7 @@ "fieldPath": "symptom_Facial_swelling", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27547,9 +24507,7 @@ "fieldPath": "symptom_Fasciculation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27563,9 +24521,7 @@ "fieldPath": "symptom_Fatigue", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27579,9 +24535,7 @@ "fieldPath": "symptom_Fatty_liver_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27595,9 +24549,7 @@ "fieldPath": "symptom_Fecal_incontinence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27611,9 +24563,7 @@ "fieldPath": "symptom_Fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27627,9 +24577,7 @@ "fieldPath": "symptom_Fibrillation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27643,9 +24591,7 @@ "fieldPath": "symptom_Fibrocystic_breast_changes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27659,9 +24605,7 @@ "fieldPath": "symptom_Fibromyalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27675,9 +24619,7 @@ "fieldPath": "symptom_Flatulence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27691,9 +24633,7 @@ "fieldPath": "symptom_Floater", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27707,9 +24647,7 @@ "fieldPath": "symptom_Focal_seizure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27723,9 +24661,7 @@ "fieldPath": "symptom_Folate_deficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27739,9 +24675,7 @@ "fieldPath": "symptom_Food_craving", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27755,9 +24689,7 @@ "fieldPath": "symptom_Food_intolerance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27771,9 +24703,7 @@ "fieldPath": "symptom_Frequent_urination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27787,9 +24717,7 @@ "fieldPath": "symptom_Gastroesophageal_reflux_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27803,9 +24731,7 @@ "fieldPath": "symptom_Gastroparesis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27819,9 +24745,7 @@ "fieldPath": "symptom_Generalized_anxiety_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27835,9 +24759,7 @@ "fieldPath": "symptom_Generalized_tonic_clonic_seizure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27851,9 +24773,7 @@ "fieldPath": "symptom_Genital_wart", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27867,9 +24787,7 @@ "fieldPath": "symptom_Gingival_recession", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27883,9 +24801,7 @@ "fieldPath": "symptom_Gingivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27899,9 +24815,7 @@ "fieldPath": "symptom_Globus_pharyngis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27915,9 +24829,7 @@ "fieldPath": "symptom_Goitre", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27931,9 +24843,7 @@ "fieldPath": "symptom_Gout", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27947,9 +24857,7 @@ "fieldPath": "symptom_Grandiosity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27963,9 +24871,7 @@ "fieldPath": "symptom_Granuloma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27979,9 +24885,7 @@ "fieldPath": "symptom_Guilt", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -27995,9 +24899,7 @@ "fieldPath": "symptom_Hair_loss", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28011,9 +24913,7 @@ "fieldPath": "symptom_Halitosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28027,9 +24927,7 @@ "fieldPath": "symptom_Hay_fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28043,9 +24941,7 @@ "fieldPath": "symptom_Headache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28059,9 +24955,7 @@ "fieldPath": "symptom_Heart_arrhythmia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28075,9 +24969,7 @@ "fieldPath": "symptom_Heart_murmur", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28091,9 +24983,7 @@ "fieldPath": "symptom_Heartburn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28107,9 +24997,7 @@ "fieldPath": "symptom_Hematochezia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28123,9 +25011,7 @@ "fieldPath": "symptom_Hematoma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28139,9 +25025,7 @@ "fieldPath": "symptom_Hematuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28155,9 +25039,7 @@ "fieldPath": "symptom_Hemolysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28171,9 +25053,7 @@ "fieldPath": "symptom_Hemoptysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28187,9 +25067,7 @@ "fieldPath": "symptom_Hemorrhoids", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28203,9 +25081,7 @@ "fieldPath": "symptom_Hepatic_encephalopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28219,9 +25095,7 @@ "fieldPath": "symptom_Hepatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28235,9 +25109,7 @@ "fieldPath": "symptom_Hepatotoxicity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28251,9 +25123,7 @@ "fieldPath": "symptom_Hiccup", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28267,9 +25137,7 @@ "fieldPath": "symptom_Hip_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28283,9 +25151,7 @@ "fieldPath": "symptom_Hives", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28299,9 +25165,7 @@ "fieldPath": "symptom_Hot_flash", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28315,9 +25179,7 @@ "fieldPath": "symptom_Hydrocephalus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28331,9 +25193,7 @@ "fieldPath": "symptom_Hypercalcaemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28347,9 +25207,7 @@ "fieldPath": "symptom_Hypercapnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28363,9 +25221,7 @@ "fieldPath": "symptom_Hypercholesterolemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28379,9 +25235,7 @@ "fieldPath": "symptom_Hyperemesis_gravidarum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28395,9 +25249,7 @@ "fieldPath": "symptom_Hyperglycemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28411,9 +25263,7 @@ "fieldPath": "symptom_Hyperkalemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28427,9 +25277,7 @@ "fieldPath": "symptom_Hyperlipidemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28443,9 +25291,7 @@ "fieldPath": "symptom_Hypermobility", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28459,9 +25305,7 @@ "fieldPath": "symptom_Hyperpigmentation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28475,9 +25319,7 @@ "fieldPath": "symptom_Hypersomnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28491,9 +25333,7 @@ "fieldPath": "symptom_Hypertension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28507,9 +25347,7 @@ "fieldPath": "symptom_Hyperthermia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28523,9 +25361,7 @@ "fieldPath": "symptom_Hyperthyroidism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28539,9 +25375,7 @@ "fieldPath": "symptom_Hypertriglyceridemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28555,9 +25389,7 @@ "fieldPath": "symptom_Hypertrophy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28571,9 +25403,7 @@ "fieldPath": "symptom_Hyperventilation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28587,9 +25417,7 @@ "fieldPath": "symptom_Hypocalcaemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28603,9 +25431,7 @@ "fieldPath": "symptom_Hypochondriasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28619,9 +25445,7 @@ "fieldPath": "symptom_Hypoglycemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28635,9 +25459,7 @@ "fieldPath": "symptom_Hypogonadism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28651,9 +25473,7 @@ "fieldPath": "symptom_Hypokalemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28667,9 +25487,7 @@ "fieldPath": "symptom_Hypomania", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28683,9 +25501,7 @@ "fieldPath": "symptom_Hyponatremia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28699,9 +25515,7 @@ "fieldPath": "symptom_Hypotension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28715,9 +25529,7 @@ "fieldPath": "symptom_Hypothyroidism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28731,9 +25543,7 @@ "fieldPath": "symptom_Hypoxemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28747,9 +25557,7 @@ "fieldPath": "symptom_Hypoxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28763,9 +25571,7 @@ "fieldPath": "symptom_Impetigo", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28779,9 +25585,7 @@ "fieldPath": "symptom_Implantation_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28795,9 +25599,7 @@ "fieldPath": "symptom_Impulsivity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28811,9 +25613,7 @@ "fieldPath": "symptom_Indigestion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28827,9 +25627,7 @@ "fieldPath": "symptom_Infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28843,9 +25641,7 @@ "fieldPath": "symptom_Inflammation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28859,9 +25655,7 @@ "fieldPath": "symptom_Inflammatory_bowel_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28875,9 +25669,7 @@ "fieldPath": "symptom_Ingrown_hair", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28891,9 +25683,7 @@ "fieldPath": "symptom_Insomnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28907,9 +25697,7 @@ "fieldPath": "symptom_Insulin_resistance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28923,9 +25711,7 @@ "fieldPath": "symptom_Intermenstrual_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28939,9 +25725,7 @@ "fieldPath": "symptom_Intracranial_pressure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28955,9 +25739,7 @@ "fieldPath": "symptom_Iron_deficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28971,9 +25753,7 @@ "fieldPath": "symptom_Irregular_menstruation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -28987,9 +25767,7 @@ "fieldPath": "symptom_Itch", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29003,9 +25781,7 @@ "fieldPath": "symptom_Jaundice", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29019,9 +25795,7 @@ "fieldPath": "symptom_Kidney_failure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29035,9 +25809,7 @@ "fieldPath": "symptom_Kidney_stone", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29051,9 +25823,7 @@ "fieldPath": "symptom_Knee_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29067,9 +25837,7 @@ "fieldPath": "symptom_Kyphosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29083,9 +25851,7 @@ "fieldPath": "symptom_Lactose_intolerance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29099,9 +25865,7 @@ "fieldPath": "symptom_Laryngitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29115,9 +25879,7 @@ "fieldPath": "symptom_Leg_cramps", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29131,9 +25893,7 @@ "fieldPath": "symptom_Lesion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29147,9 +25907,7 @@ "fieldPath": "symptom_Leukorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29163,9 +25921,7 @@ "fieldPath": "symptom_Lightheadedness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29179,9 +25935,7 @@ "fieldPath": "symptom_Low_back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29195,9 +25949,7 @@ "fieldPath": "symptom_Low_grade_fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29211,9 +25963,7 @@ "fieldPath": "symptom_Lymphedema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29227,9 +25977,7 @@ "fieldPath": "symptom_Major_depressive_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29243,9 +25991,7 @@ "fieldPath": "symptom_Malabsorption", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29259,9 +26005,7 @@ "fieldPath": "symptom_Male_infertility", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29275,9 +26019,7 @@ "fieldPath": "symptom_Manic_Disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29291,9 +26033,7 @@ "fieldPath": "symptom_Melasma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29307,9 +26047,7 @@ "fieldPath": "symptom_Melena", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29323,9 +26061,7 @@ "fieldPath": "symptom_Meningitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29339,9 +26075,7 @@ "fieldPath": "symptom_Menorrhagia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29355,9 +26089,7 @@ "fieldPath": "symptom_Middle_back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29371,9 +26103,7 @@ "fieldPath": "symptom_Migraine", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29387,9 +26117,7 @@ "fieldPath": "symptom_Milium", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29403,9 +26131,7 @@ "fieldPath": "symptom_Mitral_insufficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29419,9 +26145,7 @@ "fieldPath": "symptom_Mood_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29435,9 +26159,7 @@ "fieldPath": "symptom_Mood_swing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29451,9 +26173,7 @@ "fieldPath": "symptom_Morning_sickness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29467,9 +26187,7 @@ "fieldPath": "symptom_Motion_sickness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29483,9 +26201,7 @@ "fieldPath": "symptom_Mouth_ulcer", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29499,9 +26215,7 @@ "fieldPath": "symptom_Muscle_atrophy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29515,9 +26229,7 @@ "fieldPath": "symptom_Muscle_weakness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29531,9 +26243,7 @@ "fieldPath": "symptom_Myalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29547,9 +26257,7 @@ "fieldPath": "symptom_Mydriasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29563,9 +26271,7 @@ "fieldPath": "symptom_Myocardial_infarction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29579,9 +26285,7 @@ "fieldPath": "symptom_Myoclonus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29595,9 +26299,7 @@ "fieldPath": "symptom_Nasal_congestion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29611,9 +26313,7 @@ "fieldPath": "symptom_Nasal_polyp", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29627,9 +26327,7 @@ "fieldPath": "symptom_Nausea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29643,9 +26341,7 @@ "fieldPath": "symptom_Neck_mass", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29659,9 +26355,7 @@ "fieldPath": "symptom_Neck_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29675,9 +26369,7 @@ "fieldPath": "symptom_Neonatal_jaundice", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29691,9 +26383,7 @@ "fieldPath": "symptom_Nerve_injury", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29707,9 +26397,7 @@ "fieldPath": "symptom_Neuralgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29723,9 +26411,7 @@ "fieldPath": "symptom_Neutropenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29739,9 +26425,7 @@ "fieldPath": "symptom_Night_sweats", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29755,9 +26439,7 @@ "fieldPath": "symptom_Night_terror", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29771,9 +26453,7 @@ "fieldPath": "symptom_Nocturnal_enuresis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29787,9 +26467,7 @@ "fieldPath": "symptom_Nodule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29803,9 +26481,7 @@ "fieldPath": "symptom_Nosebleed", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29819,9 +26495,7 @@ "fieldPath": "symptom_Nystagmus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29835,9 +26509,7 @@ "fieldPath": "symptom_Obesity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29851,9 +26523,7 @@ "fieldPath": "symptom_Onychorrhexis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29867,9 +26537,7 @@ "fieldPath": "symptom_Oral_candidiasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29883,9 +26551,7 @@ "fieldPath": "symptom_Orthostatic_hypotension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29899,9 +26565,7 @@ "fieldPath": "symptom_Osteopenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29915,9 +26579,7 @@ "fieldPath": "symptom_Osteophyte", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29931,9 +26593,7 @@ "fieldPath": "symptom_Osteoporosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29947,9 +26607,7 @@ "fieldPath": "symptom_Otitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29963,9 +26621,7 @@ "fieldPath": "symptom_Otitis_externa", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29979,9 +26635,7 @@ "fieldPath": "symptom_Otitis_media", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -29995,9 +26649,7 @@ "fieldPath": "symptom_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30011,9 +26663,7 @@ "fieldPath": "symptom_Palpitations", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30027,9 +26677,7 @@ "fieldPath": "symptom_Panic_attack", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30043,9 +26691,7 @@ "fieldPath": "symptom_Papule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30059,9 +26705,7 @@ "fieldPath": "symptom_Paranoia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30075,9 +26719,7 @@ "fieldPath": "symptom_Paresthesia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30091,9 +26733,7 @@ "fieldPath": "symptom_Pelvic_inflammatory_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30107,9 +26747,7 @@ "fieldPath": "symptom_Pericarditis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30123,9 +26761,7 @@ "fieldPath": "symptom_Periodontal_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30139,9 +26775,7 @@ "fieldPath": "symptom_Periorbital_puffiness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30155,9 +26789,7 @@ "fieldPath": "symptom_Peripheral_neuropathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30171,9 +26803,7 @@ "fieldPath": "symptom_Perspiration", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30187,9 +26817,7 @@ "fieldPath": "symptom_Petechia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30203,9 +26831,7 @@ "fieldPath": "symptom_Phlegm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30219,9 +26845,7 @@ "fieldPath": "symptom_Photodermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30235,9 +26859,7 @@ "fieldPath": "symptom_Photophobia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30251,9 +26873,7 @@ "fieldPath": "symptom_Photopsia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30267,9 +26887,7 @@ "fieldPath": "symptom_Pleural_effusion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30283,9 +26901,7 @@ "fieldPath": "symptom_Pleurisy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30299,9 +26915,7 @@ "fieldPath": "symptom_Pneumonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30315,9 +26929,7 @@ "fieldPath": "symptom_Podalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30331,9 +26943,7 @@ "fieldPath": "symptom_Polycythemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30347,9 +26957,7 @@ "fieldPath": "symptom_Polydipsia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30363,9 +26971,7 @@ "fieldPath": "symptom_Polyneuropathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30379,9 +26985,7 @@ "fieldPath": "symptom_Polyuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30395,9 +26999,7 @@ "fieldPath": "symptom_Poor_posture", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30411,9 +27013,7 @@ "fieldPath": "symptom_Post_nasal_drip", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30427,9 +27027,7 @@ "fieldPath": "symptom_Postural_orthostatic_tachycardia_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30443,9 +27041,7 @@ "fieldPath": "symptom_Prediabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30459,9 +27055,7 @@ "fieldPath": "symptom_Proteinuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30475,9 +27069,7 @@ "fieldPath": "symptom_Pruritus_ani", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30491,9 +27083,7 @@ "fieldPath": "symptom_Psychosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30507,9 +27097,7 @@ "fieldPath": "symptom_Ptosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30523,9 +27111,7 @@ "fieldPath": "symptom_Pulmonary_edema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30539,9 +27125,7 @@ "fieldPath": "symptom_Pulmonary_hypertension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30555,9 +27139,7 @@ "fieldPath": "symptom_Purpura", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30571,9 +27153,7 @@ "fieldPath": "symptom_Pus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30587,9 +27167,7 @@ "fieldPath": "symptom_Pyelonephritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30603,9 +27181,7 @@ "fieldPath": "symptom_Radiculopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30619,9 +27195,7 @@ "fieldPath": "symptom_Rectal_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30635,9 +27209,7 @@ "fieldPath": "symptom_Rectal_prolapse", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30651,9 +27223,7 @@ "fieldPath": "symptom_Red_eye", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30667,9 +27237,7 @@ "fieldPath": "symptom_Renal_colic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30683,9 +27251,7 @@ "fieldPath": "symptom_Restless_legs_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30699,9 +27265,7 @@ "fieldPath": "symptom_Rheum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30715,9 +27279,7 @@ "fieldPath": "symptom_Rhinitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30731,9 +27293,7 @@ "fieldPath": "symptom_Rhinorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30747,9 +27307,7 @@ "fieldPath": "symptom_Rosacea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30763,9 +27321,7 @@ "fieldPath": "symptom_Round_ligament_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30779,9 +27335,7 @@ "fieldPath": "symptom_Rumination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30795,9 +27349,7 @@ "fieldPath": "symptom_Scar", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30811,9 +27363,7 @@ "fieldPath": "symptom_Sciatica", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30827,9 +27377,7 @@ "fieldPath": "symptom_Scoliosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30843,9 +27391,7 @@ "fieldPath": "symptom_Seborrheic_dermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30859,9 +27405,7 @@ "fieldPath": "symptom_Self_harm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30875,9 +27419,7 @@ "fieldPath": "symptom_Sensitivity_to_sound", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30891,9 +27433,7 @@ "fieldPath": "symptom_Sexual_dysfunction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30907,9 +27447,7 @@ "fieldPath": "symptom_Shallow_breathing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30923,9 +27461,7 @@ "fieldPath": "symptom_Sharp_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30939,9 +27475,7 @@ "fieldPath": "symptom_Shivering", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30955,9 +27489,7 @@ "fieldPath": "symptom_Shortness_of_breath", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30971,9 +27503,7 @@ "fieldPath": "symptom_Shyness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -30987,9 +27517,7 @@ "fieldPath": "symptom_Sinusitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31003,9 +27531,7 @@ "fieldPath": "symptom_Skin_condition", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31019,9 +27545,7 @@ "fieldPath": "symptom_Skin_rash", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31035,9 +27559,7 @@ "fieldPath": "symptom_Skin_tag", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31051,9 +27573,7 @@ "fieldPath": "symptom_Skin_ulcer", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31067,9 +27587,7 @@ "fieldPath": "symptom_Sleep_apnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31083,9 +27601,7 @@ "fieldPath": "symptom_Sleep_deprivation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31099,9 +27615,7 @@ "fieldPath": "symptom_Sleep_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31115,9 +27629,7 @@ "fieldPath": "symptom_Snoring", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31131,9 +27643,7 @@ "fieldPath": "symptom_Sore_throat", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31147,9 +27657,7 @@ "fieldPath": "symptom_Spasticity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31163,9 +27671,7 @@ "fieldPath": "symptom_Splenomegaly", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31179,9 +27685,7 @@ "fieldPath": "symptom_Sputum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31195,9 +27699,7 @@ "fieldPath": "symptom_Stomach_rumble", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31211,9 +27713,7 @@ "fieldPath": "symptom_Strabismus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31227,9 +27727,7 @@ "fieldPath": "symptom_Stretch_marks", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31243,9 +27741,7 @@ "fieldPath": "symptom_Stridor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31259,9 +27755,7 @@ "fieldPath": "symptom_Stroke", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31275,9 +27769,7 @@ "fieldPath": "symptom_Stuttering", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31291,9 +27783,7 @@ "fieldPath": "symptom_Subdural_hematoma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31307,9 +27797,7 @@ "fieldPath": "symptom_Suicidal_ideation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31323,9 +27811,7 @@ "fieldPath": "symptom_Swelling", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31339,9 +27825,7 @@ "fieldPath": "symptom_Swollen_feet", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31355,9 +27839,7 @@ "fieldPath": "symptom_Swollen_lymph_nodes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31371,9 +27853,7 @@ "fieldPath": "symptom_Syncope", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31387,9 +27867,7 @@ "fieldPath": "symptom_Tachycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31403,9 +27881,7 @@ "fieldPath": "symptom_Tachypnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31419,9 +27895,7 @@ "fieldPath": "symptom_Telangiectasia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31435,9 +27909,7 @@ "fieldPath": "symptom_Tenderness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31451,9 +27923,7 @@ "fieldPath": "symptom_Testicular_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31467,9 +27937,7 @@ "fieldPath": "symptom_Throat_irritation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31483,9 +27951,7 @@ "fieldPath": "symptom_Thrombocytopenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31499,9 +27965,7 @@ "fieldPath": "symptom_Thyroid_nodule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31515,9 +27979,7 @@ "fieldPath": "symptom_Tic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31531,9 +27993,7 @@ "fieldPath": "symptom_Tinnitus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31547,9 +28007,7 @@ "fieldPath": "symptom_Tonsillitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31563,9 +28021,7 @@ "fieldPath": "symptom_Toothache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31579,9 +28035,7 @@ "fieldPath": "symptom_Tremor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31595,9 +28049,7 @@ "fieldPath": "symptom_Trichoptilosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31611,9 +28063,7 @@ "fieldPath": "symptom_Tumor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31627,9 +28077,7 @@ "fieldPath": "symptom_Type_2_diabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31643,9 +28091,7 @@ "fieldPath": "symptom_Unconsciousness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31659,9 +28105,7 @@ "fieldPath": "symptom_Underweight", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31675,9 +28119,7 @@ "fieldPath": "symptom_Upper_respiratory_tract_infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31691,9 +28133,7 @@ "fieldPath": "symptom_Urethritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31707,9 +28147,7 @@ "fieldPath": "symptom_Urinary_incontinence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31723,9 +28161,7 @@ "fieldPath": "symptom_Urinary_tract_infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31739,9 +28175,7 @@ "fieldPath": "symptom_Urinary_urgency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31755,9 +28189,7 @@ "fieldPath": "symptom_Uterine_contraction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31771,9 +28203,7 @@ "fieldPath": "symptom_Vaginal_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31787,9 +28217,7 @@ "fieldPath": "symptom_Vaginal_discharge", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31803,9 +28231,7 @@ "fieldPath": "symptom_Vaginitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31819,9 +28245,7 @@ "fieldPath": "symptom_Varicose_veins", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31835,9 +28259,7 @@ "fieldPath": "symptom_Vasculitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31851,9 +28273,7 @@ "fieldPath": "symptom_Ventricular_fibrillation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31867,9 +28287,7 @@ "fieldPath": "symptom_Ventricular_tachycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31883,9 +28301,7 @@ "fieldPath": "symptom_Vertigo", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31899,9 +28315,7 @@ "fieldPath": "symptom_Viral_pneumonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31915,9 +28329,7 @@ "fieldPath": "symptom_Visual_acuity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31931,9 +28343,7 @@ "fieldPath": "symptom_Vomiting", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31947,9 +28357,7 @@ "fieldPath": "symptom_Wart", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31963,9 +28371,7 @@ "fieldPath": "symptom_Water_retention", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31979,9 +28385,7 @@ "fieldPath": "symptom_Weakness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -31995,9 +28399,7 @@ "fieldPath": "symptom_Weight_gain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32011,9 +28413,7 @@ "fieldPath": "symptom_Wheeze", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32027,9 +28427,7 @@ "fieldPath": "symptom_Xeroderma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32043,9 +28441,7 @@ "fieldPath": "symptom_Xerostomia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32059,9 +28455,7 @@ "fieldPath": "symptom_Yawn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32075,9 +28469,7 @@ "fieldPath": "symptom_hyperhidrosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32091,9 +28483,7 @@ "fieldPath": "symptom_pancreatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32148,9 +28538,7 @@ "fieldPath": "country_region_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -32164,9 +28552,7 @@ "fieldPath": "country_region", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -32180,9 +28566,7 @@ "fieldPath": "sub_region_1", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -32196,9 +28580,7 @@ "fieldPath": "sub_region_1_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -32212,9 +28594,7 @@ "fieldPath": "sub_region_2", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -32228,9 +28608,7 @@ "fieldPath": "sub_region_2_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -32244,9 +28622,7 @@ "fieldPath": "place_id", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -32260,9 +28636,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -32276,9 +28650,7 @@ "fieldPath": "symptom_Abdominal_obesity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32292,9 +28664,7 @@ "fieldPath": "symptom_Abdominal_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32308,9 +28678,7 @@ "fieldPath": "symptom_Acne", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32324,9 +28692,7 @@ "fieldPath": "symptom_Actinic_keratosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32340,9 +28706,7 @@ "fieldPath": "symptom_Acute_bronchitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32356,9 +28720,7 @@ "fieldPath": "symptom_Adrenal_crisis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32372,9 +28734,7 @@ "fieldPath": "symptom_Ageusia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32388,9 +28748,7 @@ "fieldPath": "symptom_Alcoholism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32404,9 +28762,7 @@ "fieldPath": "symptom_Allergic_conjunctivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32420,9 +28776,7 @@ "fieldPath": "symptom_Allergy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32436,9 +28790,7 @@ "fieldPath": "symptom_Amblyopia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32452,9 +28804,7 @@ "fieldPath": "symptom_Amenorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32468,9 +28818,7 @@ "fieldPath": "symptom_Amnesia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32484,9 +28832,7 @@ "fieldPath": "symptom_Anal_fissure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32500,9 +28846,7 @@ "fieldPath": "symptom_Anaphylaxis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32516,9 +28860,7 @@ "fieldPath": "symptom_Anemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32532,9 +28874,7 @@ "fieldPath": "symptom_Angina_pectoris", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32548,9 +28888,7 @@ "fieldPath": "symptom_Angioedema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32564,9 +28902,7 @@ "fieldPath": "symptom_Angular_cheilitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32580,9 +28916,7 @@ "fieldPath": "symptom_Anosmia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32596,9 +28930,7 @@ "fieldPath": "symptom_Anxiety", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32612,9 +28944,7 @@ "fieldPath": "symptom_Aphasia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32628,9 +28958,7 @@ "fieldPath": "symptom_Aphonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32644,9 +28972,7 @@ "fieldPath": "symptom_Apnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32660,9 +28986,7 @@ "fieldPath": "symptom_Arthralgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32676,9 +29000,7 @@ "fieldPath": "symptom_Arthritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32692,9 +29014,7 @@ "fieldPath": "symptom_Ascites", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32708,9 +29028,7 @@ "fieldPath": "symptom_Asperger_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32724,9 +29042,7 @@ "fieldPath": "symptom_Asphyxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32740,9 +29056,7 @@ "fieldPath": "symptom_Asthma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32756,9 +29070,7 @@ "fieldPath": "symptom_Astigmatism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32772,9 +29084,7 @@ "fieldPath": "symptom_Ataxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32788,9 +29098,7 @@ "fieldPath": "symptom_Atheroma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32804,9 +29112,7 @@ "fieldPath": "symptom_Attention_deficit_hyperactivity_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32820,9 +29126,7 @@ "fieldPath": "symptom_Auditory_hallucination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32836,9 +29140,7 @@ "fieldPath": "symptom_Autoimmune_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32852,9 +29154,7 @@ "fieldPath": "symptom_Avoidant_personality_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32868,9 +29168,7 @@ "fieldPath": "symptom_Back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32884,9 +29182,7 @@ "fieldPath": "symptom_Bacterial_vaginosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32900,9 +29196,7 @@ "fieldPath": "symptom_Balance_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32916,9 +29210,7 @@ "fieldPath": "symptom_Beaus_lines", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32932,9 +29224,7 @@ "fieldPath": "symptom_Bells_palsy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32948,9 +29238,7 @@ "fieldPath": "symptom_Biliary_colic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32964,9 +29252,7 @@ "fieldPath": "symptom_Binge_eating", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32980,9 +29266,7 @@ "fieldPath": "symptom_Bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -32996,9 +29280,7 @@ "fieldPath": "symptom_Bleeding_on_probing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33012,9 +29294,7 @@ "fieldPath": "symptom_Blepharospasm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33028,9 +29308,7 @@ "fieldPath": "symptom_Bloating", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33044,9 +29322,7 @@ "fieldPath": "symptom_Blood_in_stool", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33060,9 +29336,7 @@ "fieldPath": "symptom_Blurred_vision", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33076,9 +29350,7 @@ "fieldPath": "symptom_Blushing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33092,9 +29364,7 @@ "fieldPath": "symptom_Boil", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33108,9 +29378,7 @@ "fieldPath": "symptom_Bone_fracture", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33124,9 +29392,7 @@ "fieldPath": "symptom_Bone_tumor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33140,9 +29406,7 @@ "fieldPath": "symptom_Bowel_obstruction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33156,9 +29420,7 @@ "fieldPath": "symptom_Bradycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33172,9 +29434,7 @@ "fieldPath": "symptom_Braxton_Hicks_contractions", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33188,9 +29448,7 @@ "fieldPath": "symptom_Breakthrough_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33204,9 +29462,7 @@ "fieldPath": "symptom_Breast_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33220,9 +29476,7 @@ "fieldPath": "symptom_Bronchitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33236,9 +29490,7 @@ "fieldPath": "symptom_Bruise", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33252,9 +29504,7 @@ "fieldPath": "symptom_Bruxism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33268,9 +29518,7 @@ "fieldPath": "symptom_Bunion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33284,9 +29532,7 @@ "fieldPath": "symptom_Burn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33300,9 +29546,7 @@ "fieldPath": "symptom_Burning_Chest_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33316,9 +29560,7 @@ "fieldPath": "symptom_Burning_mouth_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33332,9 +29574,7 @@ "fieldPath": "symptom_Candidiasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33348,9 +29588,7 @@ "fieldPath": "symptom_Canker_sore", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33364,9 +29602,7 @@ "fieldPath": "symptom_Cardiac_arrest", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33380,9 +29616,7 @@ "fieldPath": "symptom_Carpal_tunnel_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33396,9 +29630,7 @@ "fieldPath": "symptom_Cataplexy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33412,9 +29644,7 @@ "fieldPath": "symptom_Cataract", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33428,9 +29658,7 @@ "fieldPath": "symptom_Chancre", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33444,9 +29672,7 @@ "fieldPath": "symptom_Cheilitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33460,9 +29686,7 @@ "fieldPath": "symptom_Chest_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33476,9 +29700,7 @@ "fieldPath": "symptom_Chills", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33492,9 +29714,7 @@ "fieldPath": "symptom_Chorea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33508,9 +29728,7 @@ "fieldPath": "symptom_Chronic_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33524,9 +29742,7 @@ "fieldPath": "symptom_Cirrhosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33540,9 +29756,7 @@ "fieldPath": "symptom_Cleft_lip_and_cleft_palate", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33556,9 +29770,7 @@ "fieldPath": "symptom_Clouding_of_consciousness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33572,9 +29784,7 @@ "fieldPath": "symptom_Cluster_headache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33588,9 +29798,7 @@ "fieldPath": "symptom_Colitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33604,9 +29812,7 @@ "fieldPath": "symptom_Coma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33620,9 +29826,7 @@ "fieldPath": "symptom_Common_cold", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33636,9 +29840,7 @@ "fieldPath": "symptom_Compulsive_behavior", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33652,9 +29854,7 @@ "fieldPath": "symptom_Compulsive_hoarding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33668,9 +29868,7 @@ "fieldPath": "symptom_Confusion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33684,9 +29882,7 @@ "fieldPath": "symptom_Congenital_heart_defect", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33700,9 +29896,7 @@ "fieldPath": "symptom_Conjunctivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33716,9 +29910,7 @@ "fieldPath": "symptom_Constipation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33732,9 +29924,7 @@ "fieldPath": "symptom_Convulsion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33748,9 +29938,7 @@ "fieldPath": "symptom_Cough", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33764,9 +29952,7 @@ "fieldPath": "symptom_Crackles", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33780,9 +29966,7 @@ "fieldPath": "symptom_Cramp", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33796,9 +29980,7 @@ "fieldPath": "symptom_Crepitus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33812,9 +29994,7 @@ "fieldPath": "symptom_Croup", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33828,9 +30008,7 @@ "fieldPath": "symptom_Cyanosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33844,9 +30022,7 @@ "fieldPath": "symptom_Dandruff", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33860,9 +30036,7 @@ "fieldPath": "symptom_Delayed_onset_muscle_soreness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33876,9 +30050,7 @@ "fieldPath": "symptom_Dementia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33892,9 +30064,7 @@ "fieldPath": "symptom_Dentin_hypersensitivity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33908,9 +30078,7 @@ "fieldPath": "symptom_Depersonalization", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33924,9 +30092,7 @@ "fieldPath": "symptom_Depression", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33940,9 +30106,7 @@ "fieldPath": "symptom_Dermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33956,9 +30120,7 @@ "fieldPath": "symptom_Desquamation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33972,9 +30134,7 @@ "fieldPath": "symptom_Developmental_disability", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -33988,9 +30148,7 @@ "fieldPath": "symptom_Diabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34004,9 +30162,7 @@ "fieldPath": "symptom_Diabetic_ketoacidosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34020,9 +30176,7 @@ "fieldPath": "symptom_Diarrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34036,9 +30190,7 @@ "fieldPath": "symptom_Dizziness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34052,9 +30204,7 @@ "fieldPath": "symptom_Dry_eye_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34068,9 +30218,7 @@ "fieldPath": "symptom_Dysautonomia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34084,9 +30232,7 @@ "fieldPath": "symptom_Dysgeusia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34100,9 +30246,7 @@ "fieldPath": "symptom_Dysmenorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34116,9 +30260,7 @@ "fieldPath": "symptom_Dyspareunia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34132,9 +30274,7 @@ "fieldPath": "symptom_Dysphagia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34148,9 +30288,7 @@ "fieldPath": "symptom_Dysphoria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34164,9 +30302,7 @@ "fieldPath": "symptom_Dystonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34180,9 +30316,7 @@ "fieldPath": "symptom_Dysuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34196,9 +30330,7 @@ "fieldPath": "symptom_Ear_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34212,9 +30344,7 @@ "fieldPath": "symptom_Eczema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34228,9 +30358,7 @@ "fieldPath": "symptom_Edema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34244,9 +30372,7 @@ "fieldPath": "symptom_Encephalitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34260,9 +30386,7 @@ "fieldPath": "symptom_Encephalopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34276,9 +30400,7 @@ "fieldPath": "symptom_Epidermoid_cyst", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34292,9 +30414,7 @@ "fieldPath": "symptom_Epilepsy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34308,9 +30428,7 @@ "fieldPath": "symptom_Epiphora", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34324,9 +30442,7 @@ "fieldPath": "symptom_Erectile_dysfunction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34340,9 +30456,7 @@ "fieldPath": "symptom_Erythema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34356,9 +30470,7 @@ "fieldPath": "symptom_Erythema_chronicum_migrans", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34372,9 +30484,7 @@ "fieldPath": "symptom_Esophagitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34388,9 +30498,7 @@ "fieldPath": "symptom_Excessive_daytime_sleepiness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34404,9 +30512,7 @@ "fieldPath": "symptom_Eye_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34420,9 +30526,7 @@ "fieldPath": "symptom_Eye_strain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34436,9 +30540,7 @@ "fieldPath": "symptom_Facial_nerve_paralysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34452,9 +30554,7 @@ "fieldPath": "symptom_Facial_swelling", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34468,9 +30568,7 @@ "fieldPath": "symptom_Fasciculation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34484,9 +30582,7 @@ "fieldPath": "symptom_Fatigue", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34500,9 +30596,7 @@ "fieldPath": "symptom_Fatty_liver_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34516,9 +30610,7 @@ "fieldPath": "symptom_Fecal_incontinence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34532,9 +30624,7 @@ "fieldPath": "symptom_Fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34548,9 +30638,7 @@ "fieldPath": "symptom_Fibrillation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34564,9 +30652,7 @@ "fieldPath": "symptom_Fibrocystic_breast_changes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34580,9 +30666,7 @@ "fieldPath": "symptom_Fibromyalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34596,9 +30680,7 @@ "fieldPath": "symptom_Flatulence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34612,9 +30694,7 @@ "fieldPath": "symptom_Floater", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34628,9 +30708,7 @@ "fieldPath": "symptom_Focal_seizure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34644,9 +30722,7 @@ "fieldPath": "symptom_Folate_deficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34660,9 +30736,7 @@ "fieldPath": "symptom_Food_craving", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34676,9 +30750,7 @@ "fieldPath": "symptom_Food_intolerance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34692,9 +30764,7 @@ "fieldPath": "symptom_Frequent_urination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34708,9 +30778,7 @@ "fieldPath": "symptom_Gastroesophageal_reflux_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34724,9 +30792,7 @@ "fieldPath": "symptom_Gastroparesis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34740,9 +30806,7 @@ "fieldPath": "symptom_Generalized_anxiety_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34756,9 +30820,7 @@ "fieldPath": "symptom_Generalized_tonic_clonic_seizure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34772,9 +30834,7 @@ "fieldPath": "symptom_Genital_wart", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34788,9 +30848,7 @@ "fieldPath": "symptom_Gingival_recession", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34804,9 +30862,7 @@ "fieldPath": "symptom_Gingivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34820,9 +30876,7 @@ "fieldPath": "symptom_Globus_pharyngis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34836,9 +30890,7 @@ "fieldPath": "symptom_Goitre", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34852,9 +30904,7 @@ "fieldPath": "symptom_Gout", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34868,9 +30918,7 @@ "fieldPath": "symptom_Grandiosity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34884,9 +30932,7 @@ "fieldPath": "symptom_Granuloma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34900,9 +30946,7 @@ "fieldPath": "symptom_Guilt", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34916,9 +30960,7 @@ "fieldPath": "symptom_Hair_loss", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34932,9 +30974,7 @@ "fieldPath": "symptom_Halitosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34948,9 +30988,7 @@ "fieldPath": "symptom_Hay_fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34964,9 +31002,7 @@ "fieldPath": "symptom_Headache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34980,9 +31016,7 @@ "fieldPath": "symptom_Heart_arrhythmia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -34996,9 +31030,7 @@ "fieldPath": "symptom_Heart_murmur", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35012,9 +31044,7 @@ "fieldPath": "symptom_Heartburn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35028,9 +31058,7 @@ "fieldPath": "symptom_Hematochezia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35044,9 +31072,7 @@ "fieldPath": "symptom_Hematoma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35060,9 +31086,7 @@ "fieldPath": "symptom_Hematuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35076,9 +31100,7 @@ "fieldPath": "symptom_Hemolysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35092,9 +31114,7 @@ "fieldPath": "symptom_Hemoptysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35108,9 +31128,7 @@ "fieldPath": "symptom_Hemorrhoids", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35124,9 +31142,7 @@ "fieldPath": "symptom_Hepatic_encephalopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35140,9 +31156,7 @@ "fieldPath": "symptom_Hepatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35156,9 +31170,7 @@ "fieldPath": "symptom_Hepatotoxicity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35172,9 +31184,7 @@ "fieldPath": "symptom_Hiccup", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35188,9 +31198,7 @@ "fieldPath": "symptom_Hip_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35204,9 +31212,7 @@ "fieldPath": "symptom_Hives", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35220,9 +31226,7 @@ "fieldPath": "symptom_Hot_flash", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35236,9 +31240,7 @@ "fieldPath": "symptom_Hydrocephalus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35252,9 +31254,7 @@ "fieldPath": "symptom_Hypercalcaemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35268,9 +31268,7 @@ "fieldPath": "symptom_Hypercapnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35284,9 +31282,7 @@ "fieldPath": "symptom_Hypercholesterolemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35300,9 +31296,7 @@ "fieldPath": "symptom_Hyperemesis_gravidarum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35316,9 +31310,7 @@ "fieldPath": "symptom_Hyperglycemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35332,9 +31324,7 @@ "fieldPath": "symptom_Hyperkalemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35348,9 +31338,7 @@ "fieldPath": "symptom_Hyperlipidemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35364,9 +31352,7 @@ "fieldPath": "symptom_Hypermobility", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35380,9 +31366,7 @@ "fieldPath": "symptom_Hyperpigmentation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35396,9 +31380,7 @@ "fieldPath": "symptom_Hypersomnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35412,9 +31394,7 @@ "fieldPath": "symptom_Hypertension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35428,9 +31408,7 @@ "fieldPath": "symptom_Hyperthermia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35444,9 +31422,7 @@ "fieldPath": "symptom_Hyperthyroidism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35460,9 +31436,7 @@ "fieldPath": "symptom_Hypertriglyceridemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35476,9 +31450,7 @@ "fieldPath": "symptom_Hypertrophy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35492,9 +31464,7 @@ "fieldPath": "symptom_Hyperventilation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35508,9 +31478,7 @@ "fieldPath": "symptom_Hypocalcaemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35524,9 +31492,7 @@ "fieldPath": "symptom_Hypochondriasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35540,9 +31506,7 @@ "fieldPath": "symptom_Hypoglycemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35556,9 +31520,7 @@ "fieldPath": "symptom_Hypogonadism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35572,9 +31534,7 @@ "fieldPath": "symptom_Hypokalemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35588,9 +31548,7 @@ "fieldPath": "symptom_Hypomania", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35604,9 +31562,7 @@ "fieldPath": "symptom_Hyponatremia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35620,9 +31576,7 @@ "fieldPath": "symptom_Hypotension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35636,9 +31590,7 @@ "fieldPath": "symptom_Hypothyroidism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35652,9 +31604,7 @@ "fieldPath": "symptom_Hypoxemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35668,9 +31618,7 @@ "fieldPath": "symptom_Hypoxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35684,9 +31632,7 @@ "fieldPath": "symptom_Impetigo", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35700,9 +31646,7 @@ "fieldPath": "symptom_Implantation_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35716,9 +31660,7 @@ "fieldPath": "symptom_Impulsivity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35732,9 +31674,7 @@ "fieldPath": "symptom_Indigestion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35748,9 +31688,7 @@ "fieldPath": "symptom_Infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35764,9 +31702,7 @@ "fieldPath": "symptom_Inflammation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35780,9 +31716,7 @@ "fieldPath": "symptom_Inflammatory_bowel_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35796,9 +31730,7 @@ "fieldPath": "symptom_Ingrown_hair", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35812,9 +31744,7 @@ "fieldPath": "symptom_Insomnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35828,9 +31758,7 @@ "fieldPath": "symptom_Insulin_resistance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35844,9 +31772,7 @@ "fieldPath": "symptom_Intermenstrual_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35860,9 +31786,7 @@ "fieldPath": "symptom_Intracranial_pressure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35876,9 +31800,7 @@ "fieldPath": "symptom_Iron_deficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35892,9 +31814,7 @@ "fieldPath": "symptom_Irregular_menstruation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35908,9 +31828,7 @@ "fieldPath": "symptom_Itch", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35924,9 +31842,7 @@ "fieldPath": "symptom_Jaundice", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35940,9 +31856,7 @@ "fieldPath": "symptom_Kidney_failure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35956,9 +31870,7 @@ "fieldPath": "symptom_Kidney_stone", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35972,9 +31884,7 @@ "fieldPath": "symptom_Knee_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -35988,9 +31898,7 @@ "fieldPath": "symptom_Kyphosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36004,9 +31912,7 @@ "fieldPath": "symptom_Lactose_intolerance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36020,9 +31926,7 @@ "fieldPath": "symptom_Laryngitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36036,9 +31940,7 @@ "fieldPath": "symptom_Leg_cramps", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36052,9 +31954,7 @@ "fieldPath": "symptom_Lesion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36068,9 +31968,7 @@ "fieldPath": "symptom_Leukorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36084,9 +31982,7 @@ "fieldPath": "symptom_Lightheadedness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36100,9 +31996,7 @@ "fieldPath": "symptom_Low_back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36116,9 +32010,7 @@ "fieldPath": "symptom_Low_grade_fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36132,9 +32024,7 @@ "fieldPath": "symptom_Lymphedema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36148,9 +32038,7 @@ "fieldPath": "symptom_Major_depressive_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36164,9 +32052,7 @@ "fieldPath": "symptom_Malabsorption", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36180,9 +32066,7 @@ "fieldPath": "symptom_Male_infertility", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36196,9 +32080,7 @@ "fieldPath": "symptom_Manic_Disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36212,9 +32094,7 @@ "fieldPath": "symptom_Melasma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36228,9 +32108,7 @@ "fieldPath": "symptom_Melena", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36244,9 +32122,7 @@ "fieldPath": "symptom_Meningitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36260,9 +32136,7 @@ "fieldPath": "symptom_Menorrhagia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36276,9 +32150,7 @@ "fieldPath": "symptom_Middle_back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36292,9 +32164,7 @@ "fieldPath": "symptom_Migraine", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36308,9 +32178,7 @@ "fieldPath": "symptom_Milium", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36324,9 +32192,7 @@ "fieldPath": "symptom_Mitral_insufficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36340,9 +32206,7 @@ "fieldPath": "symptom_Mood_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36356,9 +32220,7 @@ "fieldPath": "symptom_Mood_swing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36372,9 +32234,7 @@ "fieldPath": "symptom_Morning_sickness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36388,9 +32248,7 @@ "fieldPath": "symptom_Motion_sickness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36404,9 +32262,7 @@ "fieldPath": "symptom_Mouth_ulcer", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36420,9 +32276,7 @@ "fieldPath": "symptom_Muscle_atrophy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36436,9 +32290,7 @@ "fieldPath": "symptom_Muscle_weakness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36452,9 +32304,7 @@ "fieldPath": "symptom_Myalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36468,9 +32318,7 @@ "fieldPath": "symptom_Mydriasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36484,9 +32332,7 @@ "fieldPath": "symptom_Myocardial_infarction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36500,9 +32346,7 @@ "fieldPath": "symptom_Myoclonus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36516,9 +32360,7 @@ "fieldPath": "symptom_Nasal_congestion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36532,9 +32374,7 @@ "fieldPath": "symptom_Nasal_polyp", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36548,9 +32388,7 @@ "fieldPath": "symptom_Nausea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36564,9 +32402,7 @@ "fieldPath": "symptom_Neck_mass", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36580,9 +32416,7 @@ "fieldPath": "symptom_Neck_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36596,9 +32430,7 @@ "fieldPath": "symptom_Neonatal_jaundice", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36612,9 +32444,7 @@ "fieldPath": "symptom_Nerve_injury", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36628,9 +32458,7 @@ "fieldPath": "symptom_Neuralgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36644,9 +32472,7 @@ "fieldPath": "symptom_Neutropenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36660,9 +32486,7 @@ "fieldPath": "symptom_Night_sweats", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36676,9 +32500,7 @@ "fieldPath": "symptom_Night_terror", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36692,9 +32514,7 @@ "fieldPath": "symptom_Nocturnal_enuresis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36708,9 +32528,7 @@ "fieldPath": "symptom_Nodule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36724,9 +32542,7 @@ "fieldPath": "symptom_Nosebleed", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36740,9 +32556,7 @@ "fieldPath": "symptom_Nystagmus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36756,9 +32570,7 @@ "fieldPath": "symptom_Obesity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36772,9 +32584,7 @@ "fieldPath": "symptom_Onychorrhexis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36788,9 +32598,7 @@ "fieldPath": "symptom_Oral_candidiasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36804,9 +32612,7 @@ "fieldPath": "symptom_Orthostatic_hypotension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36820,9 +32626,7 @@ "fieldPath": "symptom_Osteopenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36836,9 +32640,7 @@ "fieldPath": "symptom_Osteophyte", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36852,9 +32654,7 @@ "fieldPath": "symptom_Osteoporosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36868,9 +32668,7 @@ "fieldPath": "symptom_Otitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36884,9 +32682,7 @@ "fieldPath": "symptom_Otitis_externa", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36900,9 +32696,7 @@ "fieldPath": "symptom_Otitis_media", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36916,9 +32710,7 @@ "fieldPath": "symptom_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36932,9 +32724,7 @@ "fieldPath": "symptom_Palpitations", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36948,9 +32738,7 @@ "fieldPath": "symptom_Panic_attack", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36964,9 +32752,7 @@ "fieldPath": "symptom_Papule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36980,9 +32766,7 @@ "fieldPath": "symptom_Paranoia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -36996,9 +32780,7 @@ "fieldPath": "symptom_Paresthesia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37012,9 +32794,7 @@ "fieldPath": "symptom_Pelvic_inflammatory_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37028,9 +32808,7 @@ "fieldPath": "symptom_Pericarditis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37044,9 +32822,7 @@ "fieldPath": "symptom_Periodontal_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37060,9 +32836,7 @@ "fieldPath": "symptom_Periorbital_puffiness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37076,9 +32850,7 @@ "fieldPath": "symptom_Peripheral_neuropathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37092,9 +32864,7 @@ "fieldPath": "symptom_Perspiration", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37108,9 +32878,7 @@ "fieldPath": "symptom_Petechia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37124,9 +32892,7 @@ "fieldPath": "symptom_Phlegm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37140,9 +32906,7 @@ "fieldPath": "symptom_Photodermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37156,9 +32920,7 @@ "fieldPath": "symptom_Photophobia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37172,9 +32934,7 @@ "fieldPath": "symptom_Photopsia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37188,9 +32948,7 @@ "fieldPath": "symptom_Pleural_effusion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37204,9 +32962,7 @@ "fieldPath": "symptom_Pleurisy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37220,9 +32976,7 @@ "fieldPath": "symptom_Pneumonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37236,9 +32990,7 @@ "fieldPath": "symptom_Podalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37252,9 +33004,7 @@ "fieldPath": "symptom_Polycythemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37268,9 +33018,7 @@ "fieldPath": "symptom_Polydipsia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37284,9 +33032,7 @@ "fieldPath": "symptom_Polyneuropathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37300,9 +33046,7 @@ "fieldPath": "symptom_Polyuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37316,9 +33060,7 @@ "fieldPath": "symptom_Poor_posture", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37332,9 +33074,7 @@ "fieldPath": "symptom_Post_nasal_drip", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37348,9 +33088,7 @@ "fieldPath": "symptom_Postural_orthostatic_tachycardia_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37364,9 +33102,7 @@ "fieldPath": "symptom_Prediabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37380,9 +33116,7 @@ "fieldPath": "symptom_Proteinuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37396,9 +33130,7 @@ "fieldPath": "symptom_Pruritus_ani", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37412,9 +33144,7 @@ "fieldPath": "symptom_Psychosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37428,9 +33158,7 @@ "fieldPath": "symptom_Ptosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37444,9 +33172,7 @@ "fieldPath": "symptom_Pulmonary_edema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37460,9 +33186,7 @@ "fieldPath": "symptom_Pulmonary_hypertension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37476,9 +33200,7 @@ "fieldPath": "symptom_Purpura", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37492,9 +33214,7 @@ "fieldPath": "symptom_Pus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37508,9 +33228,7 @@ "fieldPath": "symptom_Pyelonephritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37524,9 +33242,7 @@ "fieldPath": "symptom_Radiculopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37540,9 +33256,7 @@ "fieldPath": "symptom_Rectal_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37556,9 +33270,7 @@ "fieldPath": "symptom_Rectal_prolapse", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37572,9 +33284,7 @@ "fieldPath": "symptom_Red_eye", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37588,9 +33298,7 @@ "fieldPath": "symptom_Renal_colic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37604,9 +33312,7 @@ "fieldPath": "symptom_Restless_legs_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37620,9 +33326,7 @@ "fieldPath": "symptom_Rheum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37636,9 +33340,7 @@ "fieldPath": "symptom_Rhinitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37652,9 +33354,7 @@ "fieldPath": "symptom_Rhinorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37668,9 +33368,7 @@ "fieldPath": "symptom_Rosacea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37684,9 +33382,7 @@ "fieldPath": "symptom_Round_ligament_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37700,9 +33396,7 @@ "fieldPath": "symptom_Rumination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37716,9 +33410,7 @@ "fieldPath": "symptom_Scar", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37732,9 +33424,7 @@ "fieldPath": "symptom_Sciatica", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37748,9 +33438,7 @@ "fieldPath": "symptom_Scoliosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37764,9 +33452,7 @@ "fieldPath": "symptom_Seborrheic_dermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37780,9 +33466,7 @@ "fieldPath": "symptom_Self_harm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37796,9 +33480,7 @@ "fieldPath": "symptom_Sensitivity_to_sound", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37812,9 +33494,7 @@ "fieldPath": "symptom_Sexual_dysfunction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37828,9 +33508,7 @@ "fieldPath": "symptom_Shallow_breathing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37844,9 +33522,7 @@ "fieldPath": "symptom_Sharp_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37860,9 +33536,7 @@ "fieldPath": "symptom_Shivering", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37876,9 +33550,7 @@ "fieldPath": "symptom_Shortness_of_breath", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37892,9 +33564,7 @@ "fieldPath": "symptom_Shyness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37908,9 +33578,7 @@ "fieldPath": "symptom_Sinusitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37924,9 +33592,7 @@ "fieldPath": "symptom_Skin_condition", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37940,9 +33606,7 @@ "fieldPath": "symptom_Skin_rash", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37956,9 +33620,7 @@ "fieldPath": "symptom_Skin_tag", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37972,9 +33634,7 @@ "fieldPath": "symptom_Skin_ulcer", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -37988,9 +33648,7 @@ "fieldPath": "symptom_Sleep_apnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38004,9 +33662,7 @@ "fieldPath": "symptom_Sleep_deprivation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38020,9 +33676,7 @@ "fieldPath": "symptom_Sleep_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38036,9 +33690,7 @@ "fieldPath": "symptom_Snoring", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38052,9 +33704,7 @@ "fieldPath": "symptom_Sore_throat", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38068,9 +33718,7 @@ "fieldPath": "symptom_Spasticity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38084,9 +33732,7 @@ "fieldPath": "symptom_Splenomegaly", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38100,9 +33746,7 @@ "fieldPath": "symptom_Sputum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38116,9 +33760,7 @@ "fieldPath": "symptom_Stomach_rumble", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38132,9 +33774,7 @@ "fieldPath": "symptom_Strabismus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38148,9 +33788,7 @@ "fieldPath": "symptom_Stretch_marks", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38164,9 +33802,7 @@ "fieldPath": "symptom_Stridor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38180,9 +33816,7 @@ "fieldPath": "symptom_Stroke", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38196,9 +33830,7 @@ "fieldPath": "symptom_Stuttering", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38212,9 +33844,7 @@ "fieldPath": "symptom_Subdural_hematoma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38228,9 +33858,7 @@ "fieldPath": "symptom_Suicidal_ideation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38244,9 +33872,7 @@ "fieldPath": "symptom_Swelling", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38260,9 +33886,7 @@ "fieldPath": "symptom_Swollen_feet", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38276,9 +33900,7 @@ "fieldPath": "symptom_Swollen_lymph_nodes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38292,9 +33914,7 @@ "fieldPath": "symptom_Syncope", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38308,9 +33928,7 @@ "fieldPath": "symptom_Tachycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38324,9 +33942,7 @@ "fieldPath": "symptom_Tachypnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38340,9 +33956,7 @@ "fieldPath": "symptom_Telangiectasia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38356,9 +33970,7 @@ "fieldPath": "symptom_Tenderness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38372,9 +33984,7 @@ "fieldPath": "symptom_Testicular_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38388,9 +33998,7 @@ "fieldPath": "symptom_Throat_irritation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38404,9 +34012,7 @@ "fieldPath": "symptom_Thrombocytopenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38420,9 +34026,7 @@ "fieldPath": "symptom_Thyroid_nodule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38436,9 +34040,7 @@ "fieldPath": "symptom_Tic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38452,9 +34054,7 @@ "fieldPath": "symptom_Tinnitus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38468,9 +34068,7 @@ "fieldPath": "symptom_Tonsillitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38484,9 +34082,7 @@ "fieldPath": "symptom_Toothache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38500,9 +34096,7 @@ "fieldPath": "symptom_Tremor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38516,9 +34110,7 @@ "fieldPath": "symptom_Trichoptilosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38532,9 +34124,7 @@ "fieldPath": "symptom_Tumor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38548,9 +34138,7 @@ "fieldPath": "symptom_Type_2_diabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38564,9 +34152,7 @@ "fieldPath": "symptom_Unconsciousness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38580,9 +34166,7 @@ "fieldPath": "symptom_Underweight", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38596,9 +34180,7 @@ "fieldPath": "symptom_Upper_respiratory_tract_infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38612,9 +34194,7 @@ "fieldPath": "symptom_Urethritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38628,9 +34208,7 @@ "fieldPath": "symptom_Urinary_incontinence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38644,9 +34222,7 @@ "fieldPath": "symptom_Urinary_tract_infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38660,9 +34236,7 @@ "fieldPath": "symptom_Urinary_urgency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38676,9 +34250,7 @@ "fieldPath": "symptom_Uterine_contraction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38692,9 +34264,7 @@ "fieldPath": "symptom_Vaginal_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38708,9 +34278,7 @@ "fieldPath": "symptom_Vaginal_discharge", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38724,9 +34292,7 @@ "fieldPath": "symptom_Vaginitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38740,9 +34306,7 @@ "fieldPath": "symptom_Varicose_veins", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38756,9 +34320,7 @@ "fieldPath": "symptom_Vasculitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38772,9 +34334,7 @@ "fieldPath": "symptom_Ventricular_fibrillation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38788,9 +34348,7 @@ "fieldPath": "symptom_Ventricular_tachycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38804,9 +34362,7 @@ "fieldPath": "symptom_Vertigo", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38820,9 +34376,7 @@ "fieldPath": "symptom_Viral_pneumonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38836,9 +34390,7 @@ "fieldPath": "symptom_Visual_acuity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38852,9 +34404,7 @@ "fieldPath": "symptom_Vomiting", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38868,9 +34418,7 @@ "fieldPath": "symptom_Wart", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38884,9 +34432,7 @@ "fieldPath": "symptom_Water_retention", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38900,9 +34446,7 @@ "fieldPath": "symptom_Weakness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38916,9 +34460,7 @@ "fieldPath": "symptom_Weight_gain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38932,9 +34474,7 @@ "fieldPath": "symptom_Wheeze", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38948,9 +34488,7 @@ "fieldPath": "symptom_Xeroderma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38964,9 +34502,7 @@ "fieldPath": "symptom_Xerostomia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38980,9 +34516,7 @@ "fieldPath": "symptom_Yawn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -38996,9 +34530,7 @@ "fieldPath": "symptom_hyperhidrosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39012,9 +34544,7 @@ "fieldPath": "symptom_pancreatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39069,9 +34599,7 @@ "fieldPath": "country_region_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -39085,9 +34613,7 @@ "fieldPath": "country_region", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -39101,9 +34627,7 @@ "fieldPath": "sub_region_1", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -39117,9 +34641,7 @@ "fieldPath": "sub_region_1_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -39133,9 +34655,7 @@ "fieldPath": "sub_region_2", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -39149,9 +34669,7 @@ "fieldPath": "sub_region_2_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -39165,9 +34683,7 @@ "fieldPath": "place_id", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -39181,9 +34697,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -39197,9 +34711,7 @@ "fieldPath": "symptom_Abdominal_obesity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39213,9 +34725,7 @@ "fieldPath": "symptom_Abdominal_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39229,9 +34739,7 @@ "fieldPath": "symptom_Acne", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39245,9 +34753,7 @@ "fieldPath": "symptom_Actinic_keratosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39261,9 +34767,7 @@ "fieldPath": "symptom_Acute_bronchitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39277,9 +34781,7 @@ "fieldPath": "symptom_Adrenal_crisis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39293,9 +34795,7 @@ "fieldPath": "symptom_Ageusia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39309,9 +34809,7 @@ "fieldPath": "symptom_Alcoholism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39325,9 +34823,7 @@ "fieldPath": "symptom_Allergic_conjunctivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39341,9 +34837,7 @@ "fieldPath": "symptom_Allergy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39357,9 +34851,7 @@ "fieldPath": "symptom_Amblyopia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39373,9 +34865,7 @@ "fieldPath": "symptom_Amenorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39389,9 +34879,7 @@ "fieldPath": "symptom_Amnesia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39405,9 +34893,7 @@ "fieldPath": "symptom_Anal_fissure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39421,9 +34907,7 @@ "fieldPath": "symptom_Anaphylaxis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39437,9 +34921,7 @@ "fieldPath": "symptom_Anemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39453,9 +34935,7 @@ "fieldPath": "symptom_Angina_pectoris", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39469,9 +34949,7 @@ "fieldPath": "symptom_Angioedema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39485,9 +34963,7 @@ "fieldPath": "symptom_Angular_cheilitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39501,9 +34977,7 @@ "fieldPath": "symptom_Anosmia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39517,9 +34991,7 @@ "fieldPath": "symptom_Anxiety", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39533,9 +35005,7 @@ "fieldPath": "symptom_Aphasia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39549,9 +35019,7 @@ "fieldPath": "symptom_Aphonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39565,9 +35033,7 @@ "fieldPath": "symptom_Apnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39581,9 +35047,7 @@ "fieldPath": "symptom_Arthralgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39597,9 +35061,7 @@ "fieldPath": "symptom_Arthritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39613,9 +35075,7 @@ "fieldPath": "symptom_Ascites", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39629,9 +35089,7 @@ "fieldPath": "symptom_Asperger_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39645,9 +35103,7 @@ "fieldPath": "symptom_Asphyxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39661,9 +35117,7 @@ "fieldPath": "symptom_Asthma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39677,9 +35131,7 @@ "fieldPath": "symptom_Astigmatism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39693,9 +35145,7 @@ "fieldPath": "symptom_Ataxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39709,9 +35159,7 @@ "fieldPath": "symptom_Atheroma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39725,9 +35173,7 @@ "fieldPath": "symptom_Attention_deficit_hyperactivity_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39741,9 +35187,7 @@ "fieldPath": "symptom_Auditory_hallucination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39757,9 +35201,7 @@ "fieldPath": "symptom_Autoimmune_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39773,9 +35215,7 @@ "fieldPath": "symptom_Avoidant_personality_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39789,9 +35229,7 @@ "fieldPath": "symptom_Back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39805,9 +35243,7 @@ "fieldPath": "symptom_Bacterial_vaginosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39821,9 +35257,7 @@ "fieldPath": "symptom_Balance_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39837,9 +35271,7 @@ "fieldPath": "symptom_Beaus_lines", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39853,9 +35285,7 @@ "fieldPath": "symptom_Bells_palsy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39869,9 +35299,7 @@ "fieldPath": "symptom_Biliary_colic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39885,9 +35313,7 @@ "fieldPath": "symptom_Binge_eating", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39901,9 +35327,7 @@ "fieldPath": "symptom_Bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39917,9 +35341,7 @@ "fieldPath": "symptom_Bleeding_on_probing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39933,9 +35355,7 @@ "fieldPath": "symptom_Blepharospasm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39949,9 +35369,7 @@ "fieldPath": "symptom_Bloating", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39965,9 +35383,7 @@ "fieldPath": "symptom_Blood_in_stool", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39981,9 +35397,7 @@ "fieldPath": "symptom_Blurred_vision", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -39997,9 +35411,7 @@ "fieldPath": "symptom_Blushing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40013,9 +35425,7 @@ "fieldPath": "symptom_Boil", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40029,9 +35439,7 @@ "fieldPath": "symptom_Bone_fracture", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40045,9 +35453,7 @@ "fieldPath": "symptom_Bone_tumor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40061,9 +35467,7 @@ "fieldPath": "symptom_Bowel_obstruction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40077,9 +35481,7 @@ "fieldPath": "symptom_Bradycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40093,9 +35495,7 @@ "fieldPath": "symptom_Braxton_Hicks_contractions", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40109,9 +35509,7 @@ "fieldPath": "symptom_Breakthrough_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40125,9 +35523,7 @@ "fieldPath": "symptom_Breast_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40141,9 +35537,7 @@ "fieldPath": "symptom_Bronchitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40157,9 +35551,7 @@ "fieldPath": "symptom_Bruise", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40173,9 +35565,7 @@ "fieldPath": "symptom_Bruxism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40189,9 +35579,7 @@ "fieldPath": "symptom_Bunion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40205,9 +35593,7 @@ "fieldPath": "symptom_Burn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40221,9 +35607,7 @@ "fieldPath": "symptom_Burning_Chest_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40237,9 +35621,7 @@ "fieldPath": "symptom_Burning_mouth_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40253,9 +35635,7 @@ "fieldPath": "symptom_Candidiasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40269,9 +35649,7 @@ "fieldPath": "symptom_Canker_sore", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40285,9 +35663,7 @@ "fieldPath": "symptom_Cardiac_arrest", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40301,9 +35677,7 @@ "fieldPath": "symptom_Carpal_tunnel_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40317,9 +35691,7 @@ "fieldPath": "symptom_Cataplexy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40333,9 +35705,7 @@ "fieldPath": "symptom_Cataract", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40349,9 +35719,7 @@ "fieldPath": "symptom_Chancre", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40365,9 +35733,7 @@ "fieldPath": "symptom_Cheilitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40381,9 +35747,7 @@ "fieldPath": "symptom_Chest_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40397,9 +35761,7 @@ "fieldPath": "symptom_Chills", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40413,9 +35775,7 @@ "fieldPath": "symptom_Chorea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40429,9 +35789,7 @@ "fieldPath": "symptom_Chronic_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40445,9 +35803,7 @@ "fieldPath": "symptom_Cirrhosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40461,9 +35817,7 @@ "fieldPath": "symptom_Cleft_lip_and_cleft_palate", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40477,9 +35831,7 @@ "fieldPath": "symptom_Clouding_of_consciousness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40493,9 +35845,7 @@ "fieldPath": "symptom_Cluster_headache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40509,9 +35859,7 @@ "fieldPath": "symptom_Colitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40525,9 +35873,7 @@ "fieldPath": "symptom_Coma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40541,9 +35887,7 @@ "fieldPath": "symptom_Common_cold", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40557,9 +35901,7 @@ "fieldPath": "symptom_Compulsive_behavior", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40573,9 +35915,7 @@ "fieldPath": "symptom_Compulsive_hoarding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40589,9 +35929,7 @@ "fieldPath": "symptom_Confusion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40605,9 +35943,7 @@ "fieldPath": "symptom_Congenital_heart_defect", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40621,9 +35957,7 @@ "fieldPath": "symptom_Conjunctivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40637,9 +35971,7 @@ "fieldPath": "symptom_Constipation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40653,9 +35985,7 @@ "fieldPath": "symptom_Convulsion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40669,9 +35999,7 @@ "fieldPath": "symptom_Cough", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40685,9 +36013,7 @@ "fieldPath": "symptom_Crackles", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40701,9 +36027,7 @@ "fieldPath": "symptom_Cramp", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40717,9 +36041,7 @@ "fieldPath": "symptom_Crepitus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40733,9 +36055,7 @@ "fieldPath": "symptom_Croup", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40749,9 +36069,7 @@ "fieldPath": "symptom_Cyanosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40765,9 +36083,7 @@ "fieldPath": "symptom_Dandruff", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40781,9 +36097,7 @@ "fieldPath": "symptom_Delayed_onset_muscle_soreness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40797,9 +36111,7 @@ "fieldPath": "symptom_Dementia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40813,9 +36125,7 @@ "fieldPath": "symptom_Dentin_hypersensitivity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40829,9 +36139,7 @@ "fieldPath": "symptom_Depersonalization", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40845,9 +36153,7 @@ "fieldPath": "symptom_Depression", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40861,9 +36167,7 @@ "fieldPath": "symptom_Dermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40877,9 +36181,7 @@ "fieldPath": "symptom_Desquamation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40893,9 +36195,7 @@ "fieldPath": "symptom_Developmental_disability", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40909,9 +36209,7 @@ "fieldPath": "symptom_Diabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40925,9 +36223,7 @@ "fieldPath": "symptom_Diabetic_ketoacidosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40941,9 +36237,7 @@ "fieldPath": "symptom_Diarrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40957,9 +36251,7 @@ "fieldPath": "symptom_Dizziness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40973,9 +36265,7 @@ "fieldPath": "symptom_Dry_eye_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -40989,9 +36279,7 @@ "fieldPath": "symptom_Dysautonomia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41005,9 +36293,7 @@ "fieldPath": "symptom_Dysgeusia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41021,9 +36307,7 @@ "fieldPath": "symptom_Dysmenorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41037,9 +36321,7 @@ "fieldPath": "symptom_Dyspareunia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41053,9 +36335,7 @@ "fieldPath": "symptom_Dysphagia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41069,9 +36349,7 @@ "fieldPath": "symptom_Dysphoria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41085,9 +36363,7 @@ "fieldPath": "symptom_Dystonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41101,9 +36377,7 @@ "fieldPath": "symptom_Dysuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41117,9 +36391,7 @@ "fieldPath": "symptom_Ear_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41133,9 +36405,7 @@ "fieldPath": "symptom_Eczema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41149,9 +36419,7 @@ "fieldPath": "symptom_Edema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41165,9 +36433,7 @@ "fieldPath": "symptom_Encephalitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41181,9 +36447,7 @@ "fieldPath": "symptom_Encephalopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41197,9 +36461,7 @@ "fieldPath": "symptom_Epidermoid_cyst", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41213,9 +36475,7 @@ "fieldPath": "symptom_Epilepsy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41229,9 +36489,7 @@ "fieldPath": "symptom_Epiphora", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41245,9 +36503,7 @@ "fieldPath": "symptom_Erectile_dysfunction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41261,9 +36517,7 @@ "fieldPath": "symptom_Erythema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41277,9 +36531,7 @@ "fieldPath": "symptom_Erythema_chronicum_migrans", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41293,9 +36545,7 @@ "fieldPath": "symptom_Esophagitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41309,9 +36559,7 @@ "fieldPath": "symptom_Excessive_daytime_sleepiness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41325,9 +36573,7 @@ "fieldPath": "symptom_Eye_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41341,9 +36587,7 @@ "fieldPath": "symptom_Eye_strain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41357,9 +36601,7 @@ "fieldPath": "symptom_Facial_nerve_paralysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41373,9 +36615,7 @@ "fieldPath": "symptom_Facial_swelling", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41389,9 +36629,7 @@ "fieldPath": "symptom_Fasciculation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41405,9 +36643,7 @@ "fieldPath": "symptom_Fatigue", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41421,9 +36657,7 @@ "fieldPath": "symptom_Fatty_liver_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41437,9 +36671,7 @@ "fieldPath": "symptom_Fecal_incontinence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41453,9 +36685,7 @@ "fieldPath": "symptom_Fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41469,9 +36699,7 @@ "fieldPath": "symptom_Fibrillation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41485,9 +36713,7 @@ "fieldPath": "symptom_Fibrocystic_breast_changes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41501,9 +36727,7 @@ "fieldPath": "symptom_Fibromyalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41517,9 +36741,7 @@ "fieldPath": "symptom_Flatulence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41533,9 +36755,7 @@ "fieldPath": "symptom_Floater", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41549,9 +36769,7 @@ "fieldPath": "symptom_Focal_seizure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41565,9 +36783,7 @@ "fieldPath": "symptom_Folate_deficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41581,9 +36797,7 @@ "fieldPath": "symptom_Food_craving", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41597,9 +36811,7 @@ "fieldPath": "symptom_Food_intolerance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41613,9 +36825,7 @@ "fieldPath": "symptom_Frequent_urination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41629,9 +36839,7 @@ "fieldPath": "symptom_Gastroesophageal_reflux_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41645,9 +36853,7 @@ "fieldPath": "symptom_Gastroparesis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41661,9 +36867,7 @@ "fieldPath": "symptom_Generalized_anxiety_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41677,9 +36881,7 @@ "fieldPath": "symptom_Generalized_tonic_clonic_seizure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41693,9 +36895,7 @@ "fieldPath": "symptom_Genital_wart", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41709,9 +36909,7 @@ "fieldPath": "symptom_Gingival_recession", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41725,9 +36923,7 @@ "fieldPath": "symptom_Gingivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41741,9 +36937,7 @@ "fieldPath": "symptom_Globus_pharyngis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41757,9 +36951,7 @@ "fieldPath": "symptom_Goitre", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41773,9 +36965,7 @@ "fieldPath": "symptom_Gout", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41789,9 +36979,7 @@ "fieldPath": "symptom_Grandiosity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41805,9 +36993,7 @@ "fieldPath": "symptom_Granuloma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41821,9 +37007,7 @@ "fieldPath": "symptom_Guilt", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41837,9 +37021,7 @@ "fieldPath": "symptom_Hair_loss", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41853,9 +37035,7 @@ "fieldPath": "symptom_Halitosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41869,9 +37049,7 @@ "fieldPath": "symptom_Hay_fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41885,9 +37063,7 @@ "fieldPath": "symptom_Headache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41901,9 +37077,7 @@ "fieldPath": "symptom_Heart_arrhythmia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41917,9 +37091,7 @@ "fieldPath": "symptom_Heart_murmur", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41933,9 +37105,7 @@ "fieldPath": "symptom_Heartburn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41949,9 +37119,7 @@ "fieldPath": "symptom_Hematochezia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41965,9 +37133,7 @@ "fieldPath": "symptom_Hematoma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41981,9 +37147,7 @@ "fieldPath": "symptom_Hematuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -41997,9 +37161,7 @@ "fieldPath": "symptom_Hemolysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42013,9 +37175,7 @@ "fieldPath": "symptom_Hemoptysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42029,9 +37189,7 @@ "fieldPath": "symptom_Hemorrhoids", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42045,9 +37203,7 @@ "fieldPath": "symptom_Hepatic_encephalopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42061,9 +37217,7 @@ "fieldPath": "symptom_Hepatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42077,9 +37231,7 @@ "fieldPath": "symptom_Hepatotoxicity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42093,9 +37245,7 @@ "fieldPath": "symptom_Hiccup", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42109,9 +37259,7 @@ "fieldPath": "symptom_Hip_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42125,9 +37273,7 @@ "fieldPath": "symptom_Hives", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42141,9 +37287,7 @@ "fieldPath": "symptom_Hot_flash", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42157,9 +37301,7 @@ "fieldPath": "symptom_Hydrocephalus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42173,9 +37315,7 @@ "fieldPath": "symptom_Hypercalcaemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42189,9 +37329,7 @@ "fieldPath": "symptom_Hypercapnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42205,9 +37343,7 @@ "fieldPath": "symptom_Hypercholesterolemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42221,9 +37357,7 @@ "fieldPath": "symptom_Hyperemesis_gravidarum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42237,9 +37371,7 @@ "fieldPath": "symptom_Hyperglycemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42253,9 +37385,7 @@ "fieldPath": "symptom_Hyperkalemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42269,9 +37399,7 @@ "fieldPath": "symptom_Hyperlipidemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42285,9 +37413,7 @@ "fieldPath": "symptom_Hypermobility", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42301,9 +37427,7 @@ "fieldPath": "symptom_Hyperpigmentation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42317,9 +37441,7 @@ "fieldPath": "symptom_Hypersomnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42333,9 +37455,7 @@ "fieldPath": "symptom_Hypertension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42349,9 +37469,7 @@ "fieldPath": "symptom_Hyperthermia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42365,9 +37483,7 @@ "fieldPath": "symptom_Hyperthyroidism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42381,9 +37497,7 @@ "fieldPath": "symptom_Hypertriglyceridemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42397,9 +37511,7 @@ "fieldPath": "symptom_Hypertrophy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42413,9 +37525,7 @@ "fieldPath": "symptom_Hyperventilation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42429,9 +37539,7 @@ "fieldPath": "symptom_Hypocalcaemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42445,9 +37553,7 @@ "fieldPath": "symptom_Hypochondriasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42461,9 +37567,7 @@ "fieldPath": "symptom_Hypoglycemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42477,9 +37581,7 @@ "fieldPath": "symptom_Hypogonadism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42493,9 +37595,7 @@ "fieldPath": "symptom_Hypokalemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42509,9 +37609,7 @@ "fieldPath": "symptom_Hypomania", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42525,9 +37623,7 @@ "fieldPath": "symptom_Hyponatremia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42541,9 +37637,7 @@ "fieldPath": "symptom_Hypotension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42557,9 +37651,7 @@ "fieldPath": "symptom_Hypothyroidism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42573,9 +37665,7 @@ "fieldPath": "symptom_Hypoxemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42589,9 +37679,7 @@ "fieldPath": "symptom_Hypoxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42605,9 +37693,7 @@ "fieldPath": "symptom_Impetigo", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42621,9 +37707,7 @@ "fieldPath": "symptom_Implantation_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42637,9 +37721,7 @@ "fieldPath": "symptom_Impulsivity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42653,9 +37735,7 @@ "fieldPath": "symptom_Indigestion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42669,9 +37749,7 @@ "fieldPath": "symptom_Infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42685,9 +37763,7 @@ "fieldPath": "symptom_Inflammation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42701,9 +37777,7 @@ "fieldPath": "symptom_Inflammatory_bowel_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42717,9 +37791,7 @@ "fieldPath": "symptom_Ingrown_hair", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42733,9 +37805,7 @@ "fieldPath": "symptom_Insomnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42749,9 +37819,7 @@ "fieldPath": "symptom_Insulin_resistance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42765,9 +37833,7 @@ "fieldPath": "symptom_Intermenstrual_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42781,9 +37847,7 @@ "fieldPath": "symptom_Intracranial_pressure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42797,9 +37861,7 @@ "fieldPath": "symptom_Iron_deficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42813,9 +37875,7 @@ "fieldPath": "symptom_Irregular_menstruation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42829,9 +37889,7 @@ "fieldPath": "symptom_Itch", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42845,9 +37903,7 @@ "fieldPath": "symptom_Jaundice", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42861,9 +37917,7 @@ "fieldPath": "symptom_Kidney_failure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42877,9 +37931,7 @@ "fieldPath": "symptom_Kidney_stone", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42893,9 +37945,7 @@ "fieldPath": "symptom_Knee_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42909,9 +37959,7 @@ "fieldPath": "symptom_Kyphosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42925,9 +37973,7 @@ "fieldPath": "symptom_Lactose_intolerance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42941,9 +37987,7 @@ "fieldPath": "symptom_Laryngitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42957,9 +38001,7 @@ "fieldPath": "symptom_Leg_cramps", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42973,9 +38015,7 @@ "fieldPath": "symptom_Lesion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -42989,9 +38029,7 @@ "fieldPath": "symptom_Leukorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43005,9 +38043,7 @@ "fieldPath": "symptom_Lightheadedness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43021,9 +38057,7 @@ "fieldPath": "symptom_Low_back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43037,9 +38071,7 @@ "fieldPath": "symptom_Low_grade_fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43053,9 +38085,7 @@ "fieldPath": "symptom_Lymphedema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43069,9 +38099,7 @@ "fieldPath": "symptom_Major_depressive_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43085,9 +38113,7 @@ "fieldPath": "symptom_Malabsorption", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43101,9 +38127,7 @@ "fieldPath": "symptom_Male_infertility", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43117,9 +38141,7 @@ "fieldPath": "symptom_Manic_Disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43133,9 +38155,7 @@ "fieldPath": "symptom_Melasma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43149,9 +38169,7 @@ "fieldPath": "symptom_Melena", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43165,9 +38183,7 @@ "fieldPath": "symptom_Meningitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43181,9 +38197,7 @@ "fieldPath": "symptom_Menorrhagia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43197,9 +38211,7 @@ "fieldPath": "symptom_Middle_back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43213,9 +38225,7 @@ "fieldPath": "symptom_Migraine", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43229,9 +38239,7 @@ "fieldPath": "symptom_Milium", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43245,9 +38253,7 @@ "fieldPath": "symptom_Mitral_insufficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43261,9 +38267,7 @@ "fieldPath": "symptom_Mood_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43277,9 +38281,7 @@ "fieldPath": "symptom_Mood_swing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43293,9 +38295,7 @@ "fieldPath": "symptom_Morning_sickness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43309,9 +38309,7 @@ "fieldPath": "symptom_Motion_sickness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43325,9 +38323,7 @@ "fieldPath": "symptom_Mouth_ulcer", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43341,9 +38337,7 @@ "fieldPath": "symptom_Muscle_atrophy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43357,9 +38351,7 @@ "fieldPath": "symptom_Muscle_weakness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43373,9 +38365,7 @@ "fieldPath": "symptom_Myalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43389,9 +38379,7 @@ "fieldPath": "symptom_Mydriasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43405,9 +38393,7 @@ "fieldPath": "symptom_Myocardial_infarction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43421,9 +38407,7 @@ "fieldPath": "symptom_Myoclonus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43437,9 +38421,7 @@ "fieldPath": "symptom_Nasal_congestion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43453,9 +38435,7 @@ "fieldPath": "symptom_Nasal_polyp", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43469,9 +38449,7 @@ "fieldPath": "symptom_Nausea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43485,9 +38463,7 @@ "fieldPath": "symptom_Neck_mass", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43501,9 +38477,7 @@ "fieldPath": "symptom_Neck_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43517,9 +38491,7 @@ "fieldPath": "symptom_Neonatal_jaundice", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43533,9 +38505,7 @@ "fieldPath": "symptom_Nerve_injury", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43549,9 +38519,7 @@ "fieldPath": "symptom_Neuralgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43565,9 +38533,7 @@ "fieldPath": "symptom_Neutropenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43581,9 +38547,7 @@ "fieldPath": "symptom_Night_sweats", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43597,9 +38561,7 @@ "fieldPath": "symptom_Night_terror", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43613,9 +38575,7 @@ "fieldPath": "symptom_Nocturnal_enuresis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43629,9 +38589,7 @@ "fieldPath": "symptom_Nodule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43645,9 +38603,7 @@ "fieldPath": "symptom_Nosebleed", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43661,9 +38617,7 @@ "fieldPath": "symptom_Nystagmus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43677,9 +38631,7 @@ "fieldPath": "symptom_Obesity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43693,9 +38645,7 @@ "fieldPath": "symptom_Onychorrhexis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43709,9 +38659,7 @@ "fieldPath": "symptom_Oral_candidiasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43725,9 +38673,7 @@ "fieldPath": "symptom_Orthostatic_hypotension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43741,9 +38687,7 @@ "fieldPath": "symptom_Osteopenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43757,9 +38701,7 @@ "fieldPath": "symptom_Osteophyte", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43773,9 +38715,7 @@ "fieldPath": "symptom_Osteoporosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43789,9 +38729,7 @@ "fieldPath": "symptom_Otitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43805,9 +38743,7 @@ "fieldPath": "symptom_Otitis_externa", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43821,9 +38757,7 @@ "fieldPath": "symptom_Otitis_media", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43837,9 +38771,7 @@ "fieldPath": "symptom_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43853,9 +38785,7 @@ "fieldPath": "symptom_Palpitations", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43869,9 +38799,7 @@ "fieldPath": "symptom_Panic_attack", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43885,9 +38813,7 @@ "fieldPath": "symptom_Papule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43901,9 +38827,7 @@ "fieldPath": "symptom_Paranoia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43917,9 +38841,7 @@ "fieldPath": "symptom_Paresthesia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43933,9 +38855,7 @@ "fieldPath": "symptom_Pelvic_inflammatory_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43949,9 +38869,7 @@ "fieldPath": "symptom_Pericarditis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43965,9 +38883,7 @@ "fieldPath": "symptom_Periodontal_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43981,9 +38897,7 @@ "fieldPath": "symptom_Periorbital_puffiness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -43997,9 +38911,7 @@ "fieldPath": "symptom_Peripheral_neuropathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44013,9 +38925,7 @@ "fieldPath": "symptom_Perspiration", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44029,9 +38939,7 @@ "fieldPath": "symptom_Petechia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44045,9 +38953,7 @@ "fieldPath": "symptom_Phlegm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44061,9 +38967,7 @@ "fieldPath": "symptom_Photodermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44077,9 +38981,7 @@ "fieldPath": "symptom_Photophobia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44093,9 +38995,7 @@ "fieldPath": "symptom_Photopsia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44109,9 +39009,7 @@ "fieldPath": "symptom_Pleural_effusion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44125,9 +39023,7 @@ "fieldPath": "symptom_Pleurisy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44141,9 +39037,7 @@ "fieldPath": "symptom_Pneumonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44157,9 +39051,7 @@ "fieldPath": "symptom_Podalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44173,9 +39065,7 @@ "fieldPath": "symptom_Polycythemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44189,9 +39079,7 @@ "fieldPath": "symptom_Polydipsia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44205,9 +39093,7 @@ "fieldPath": "symptom_Polyneuropathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44221,9 +39107,7 @@ "fieldPath": "symptom_Polyuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44237,9 +39121,7 @@ "fieldPath": "symptom_Poor_posture", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44253,9 +39135,7 @@ "fieldPath": "symptom_Post_nasal_drip", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44269,9 +39149,7 @@ "fieldPath": "symptom_Postural_orthostatic_tachycardia_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44285,9 +39163,7 @@ "fieldPath": "symptom_Prediabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44301,9 +39177,7 @@ "fieldPath": "symptom_Proteinuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44317,9 +39191,7 @@ "fieldPath": "symptom_Pruritus_ani", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44333,9 +39205,7 @@ "fieldPath": "symptom_Psychosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44349,9 +39219,7 @@ "fieldPath": "symptom_Ptosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44365,9 +39233,7 @@ "fieldPath": "symptom_Pulmonary_edema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44381,9 +39247,7 @@ "fieldPath": "symptom_Pulmonary_hypertension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44397,9 +39261,7 @@ "fieldPath": "symptom_Purpura", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44413,9 +39275,7 @@ "fieldPath": "symptom_Pus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44429,9 +39289,7 @@ "fieldPath": "symptom_Pyelonephritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44445,9 +39303,7 @@ "fieldPath": "symptom_Radiculopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44461,9 +39317,7 @@ "fieldPath": "symptom_Rectal_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44477,9 +39331,7 @@ "fieldPath": "symptom_Rectal_prolapse", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44493,9 +39345,7 @@ "fieldPath": "symptom_Red_eye", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44509,9 +39359,7 @@ "fieldPath": "symptom_Renal_colic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44525,9 +39373,7 @@ "fieldPath": "symptom_Restless_legs_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44541,9 +39387,7 @@ "fieldPath": "symptom_Rheum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44557,9 +39401,7 @@ "fieldPath": "symptom_Rhinitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44573,9 +39415,7 @@ "fieldPath": "symptom_Rhinorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44589,9 +39429,7 @@ "fieldPath": "symptom_Rosacea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44605,9 +39443,7 @@ "fieldPath": "symptom_Round_ligament_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44621,9 +39457,7 @@ "fieldPath": "symptom_Rumination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44637,9 +39471,7 @@ "fieldPath": "symptom_Scar", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44653,9 +39485,7 @@ "fieldPath": "symptom_Sciatica", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44669,9 +39499,7 @@ "fieldPath": "symptom_Scoliosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44685,9 +39513,7 @@ "fieldPath": "symptom_Seborrheic_dermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44701,9 +39527,7 @@ "fieldPath": "symptom_Self_harm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44717,9 +39541,7 @@ "fieldPath": "symptom_Sensitivity_to_sound", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44733,9 +39555,7 @@ "fieldPath": "symptom_Sexual_dysfunction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44749,9 +39569,7 @@ "fieldPath": "symptom_Shallow_breathing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44765,9 +39583,7 @@ "fieldPath": "symptom_Sharp_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44781,9 +39597,7 @@ "fieldPath": "symptom_Shivering", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44797,9 +39611,7 @@ "fieldPath": "symptom_Shortness_of_breath", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44813,9 +39625,7 @@ "fieldPath": "symptom_Shyness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44829,9 +39639,7 @@ "fieldPath": "symptom_Sinusitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44845,9 +39653,7 @@ "fieldPath": "symptom_Skin_condition", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44861,9 +39667,7 @@ "fieldPath": "symptom_Skin_rash", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44877,9 +39681,7 @@ "fieldPath": "symptom_Skin_tag", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44893,9 +39695,7 @@ "fieldPath": "symptom_Skin_ulcer", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44909,9 +39709,7 @@ "fieldPath": "symptom_Sleep_apnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44925,9 +39723,7 @@ "fieldPath": "symptom_Sleep_deprivation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44941,9 +39737,7 @@ "fieldPath": "symptom_Sleep_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44957,9 +39751,7 @@ "fieldPath": "symptom_Snoring", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44973,9 +39765,7 @@ "fieldPath": "symptom_Sore_throat", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -44989,9 +39779,7 @@ "fieldPath": "symptom_Spasticity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45005,9 +39793,7 @@ "fieldPath": "symptom_Splenomegaly", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45021,9 +39807,7 @@ "fieldPath": "symptom_Sputum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45037,9 +39821,7 @@ "fieldPath": "symptom_Stomach_rumble", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45053,9 +39835,7 @@ "fieldPath": "symptom_Strabismus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45069,9 +39849,7 @@ "fieldPath": "symptom_Stretch_marks", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45085,9 +39863,7 @@ "fieldPath": "symptom_Stridor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45101,9 +39877,7 @@ "fieldPath": "symptom_Stroke", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45117,9 +39891,7 @@ "fieldPath": "symptom_Stuttering", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45133,9 +39905,7 @@ "fieldPath": "symptom_Subdural_hematoma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45149,9 +39919,7 @@ "fieldPath": "symptom_Suicidal_ideation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45165,9 +39933,7 @@ "fieldPath": "symptom_Swelling", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45181,9 +39947,7 @@ "fieldPath": "symptom_Swollen_feet", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45197,9 +39961,7 @@ "fieldPath": "symptom_Swollen_lymph_nodes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45213,9 +39975,7 @@ "fieldPath": "symptom_Syncope", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45229,9 +39989,7 @@ "fieldPath": "symptom_Tachycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45245,9 +40003,7 @@ "fieldPath": "symptom_Tachypnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45261,9 +40017,7 @@ "fieldPath": "symptom_Telangiectasia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45277,9 +40031,7 @@ "fieldPath": "symptom_Tenderness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45293,9 +40045,7 @@ "fieldPath": "symptom_Testicular_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45309,9 +40059,7 @@ "fieldPath": "symptom_Throat_irritation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45325,9 +40073,7 @@ "fieldPath": "symptom_Thrombocytopenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45341,9 +40087,7 @@ "fieldPath": "symptom_Thyroid_nodule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45357,9 +40101,7 @@ "fieldPath": "symptom_Tic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45373,9 +40115,7 @@ "fieldPath": "symptom_Tinnitus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45389,9 +40129,7 @@ "fieldPath": "symptom_Tonsillitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45405,9 +40143,7 @@ "fieldPath": "symptom_Toothache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45421,9 +40157,7 @@ "fieldPath": "symptom_Tremor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45437,9 +40171,7 @@ "fieldPath": "symptom_Trichoptilosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45453,9 +40185,7 @@ "fieldPath": "symptom_Tumor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45469,9 +40199,7 @@ "fieldPath": "symptom_Type_2_diabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45485,9 +40213,7 @@ "fieldPath": "symptom_Unconsciousness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45501,9 +40227,7 @@ "fieldPath": "symptom_Underweight", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45517,9 +40241,7 @@ "fieldPath": "symptom_Upper_respiratory_tract_infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45533,9 +40255,7 @@ "fieldPath": "symptom_Urethritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45549,9 +40269,7 @@ "fieldPath": "symptom_Urinary_incontinence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45565,9 +40283,7 @@ "fieldPath": "symptom_Urinary_tract_infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45581,9 +40297,7 @@ "fieldPath": "symptom_Urinary_urgency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45597,9 +40311,7 @@ "fieldPath": "symptom_Uterine_contraction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45613,9 +40325,7 @@ "fieldPath": "symptom_Vaginal_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45629,9 +40339,7 @@ "fieldPath": "symptom_Vaginal_discharge", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45645,9 +40353,7 @@ "fieldPath": "symptom_Vaginitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45661,9 +40367,7 @@ "fieldPath": "symptom_Varicose_veins", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45677,9 +40381,7 @@ "fieldPath": "symptom_Vasculitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45693,9 +40395,7 @@ "fieldPath": "symptom_Ventricular_fibrillation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45709,9 +40409,7 @@ "fieldPath": "symptom_Ventricular_tachycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45725,9 +40423,7 @@ "fieldPath": "symptom_Vertigo", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45741,9 +40437,7 @@ "fieldPath": "symptom_Viral_pneumonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45757,9 +40451,7 @@ "fieldPath": "symptom_Visual_acuity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45773,9 +40465,7 @@ "fieldPath": "symptom_Vomiting", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45789,9 +40479,7 @@ "fieldPath": "symptom_Wart", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45805,9 +40493,7 @@ "fieldPath": "symptom_Water_retention", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45821,9 +40507,7 @@ "fieldPath": "symptom_Weakness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45837,9 +40521,7 @@ "fieldPath": "symptom_Weight_gain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45853,9 +40535,7 @@ "fieldPath": "symptom_Wheeze", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45869,9 +40549,7 @@ "fieldPath": "symptom_Xeroderma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45885,9 +40563,7 @@ "fieldPath": "symptom_Xerostomia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45901,9 +40577,7 @@ "fieldPath": "symptom_Yawn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45917,9 +40591,7 @@ "fieldPath": "symptom_hyperhidrosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45933,9 +40605,7 @@ "fieldPath": "symptom_pancreatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -45990,9 +40660,7 @@ "fieldPath": "country_region_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -46006,9 +40674,7 @@ "fieldPath": "country_region", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -46022,9 +40688,7 @@ "fieldPath": "sub_region_1", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -46038,9 +40702,7 @@ "fieldPath": "sub_region_1_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -46054,9 +40716,7 @@ "fieldPath": "sub_region_2", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -46070,9 +40730,7 @@ "fieldPath": "sub_region_2_code", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -46086,9 +40744,7 @@ "fieldPath": "place_id", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -46102,9 +40758,7 @@ "fieldPath": "date", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.DateType": {} @@ -46118,9 +40772,7 @@ "fieldPath": "symptom_Abdominal_obesity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46134,9 +40786,7 @@ "fieldPath": "symptom_Abdominal_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46150,9 +40800,7 @@ "fieldPath": "symptom_Acne", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46166,9 +40814,7 @@ "fieldPath": "symptom_Actinic_keratosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46182,9 +40828,7 @@ "fieldPath": "symptom_Acute_bronchitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46198,9 +40842,7 @@ "fieldPath": "symptom_Adrenal_crisis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46214,9 +40856,7 @@ "fieldPath": "symptom_Ageusia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46230,9 +40870,7 @@ "fieldPath": "symptom_Alcoholism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46246,9 +40884,7 @@ "fieldPath": "symptom_Allergic_conjunctivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46262,9 +40898,7 @@ "fieldPath": "symptom_Allergy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46278,9 +40912,7 @@ "fieldPath": "symptom_Amblyopia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46294,9 +40926,7 @@ "fieldPath": "symptom_Amenorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46310,9 +40940,7 @@ "fieldPath": "symptom_Amnesia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46326,9 +40954,7 @@ "fieldPath": "symptom_Anal_fissure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46342,9 +40968,7 @@ "fieldPath": "symptom_Anaphylaxis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46358,9 +40982,7 @@ "fieldPath": "symptom_Anemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46374,9 +40996,7 @@ "fieldPath": "symptom_Angina_pectoris", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46390,9 +41010,7 @@ "fieldPath": "symptom_Angioedema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46406,9 +41024,7 @@ "fieldPath": "symptom_Angular_cheilitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46422,9 +41038,7 @@ "fieldPath": "symptom_Anosmia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46438,9 +41052,7 @@ "fieldPath": "symptom_Anxiety", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46454,9 +41066,7 @@ "fieldPath": "symptom_Aphasia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46470,9 +41080,7 @@ "fieldPath": "symptom_Aphonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46486,9 +41094,7 @@ "fieldPath": "symptom_Apnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46502,9 +41108,7 @@ "fieldPath": "symptom_Arthralgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46518,9 +41122,7 @@ "fieldPath": "symptom_Arthritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46534,9 +41136,7 @@ "fieldPath": "symptom_Ascites", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46550,9 +41150,7 @@ "fieldPath": "symptom_Asperger_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46566,9 +41164,7 @@ "fieldPath": "symptom_Asphyxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46582,9 +41178,7 @@ "fieldPath": "symptom_Asthma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46598,9 +41192,7 @@ "fieldPath": "symptom_Astigmatism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46614,9 +41206,7 @@ "fieldPath": "symptom_Ataxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46630,9 +41220,7 @@ "fieldPath": "symptom_Atheroma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46646,9 +41234,7 @@ "fieldPath": "symptom_Attention_deficit_hyperactivity_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46662,9 +41248,7 @@ "fieldPath": "symptom_Auditory_hallucination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46678,9 +41262,7 @@ "fieldPath": "symptom_Autoimmune_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46694,9 +41276,7 @@ "fieldPath": "symptom_Avoidant_personality_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46710,9 +41290,7 @@ "fieldPath": "symptom_Back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46726,9 +41304,7 @@ "fieldPath": "symptom_Bacterial_vaginosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46742,9 +41318,7 @@ "fieldPath": "symptom_Balance_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46758,9 +41332,7 @@ "fieldPath": "symptom_Beaus_lines", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46774,9 +41346,7 @@ "fieldPath": "symptom_Bells_palsy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46790,9 +41360,7 @@ "fieldPath": "symptom_Biliary_colic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46806,9 +41374,7 @@ "fieldPath": "symptom_Binge_eating", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46822,9 +41388,7 @@ "fieldPath": "symptom_Bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46838,9 +41402,7 @@ "fieldPath": "symptom_Bleeding_on_probing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46854,9 +41416,7 @@ "fieldPath": "symptom_Blepharospasm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46870,9 +41430,7 @@ "fieldPath": "symptom_Bloating", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46886,9 +41444,7 @@ "fieldPath": "symptom_Blood_in_stool", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46902,9 +41458,7 @@ "fieldPath": "symptom_Blurred_vision", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46918,9 +41472,7 @@ "fieldPath": "symptom_Blushing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46934,9 +41486,7 @@ "fieldPath": "symptom_Boil", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46950,9 +41500,7 @@ "fieldPath": "symptom_Bone_fracture", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46966,9 +41514,7 @@ "fieldPath": "symptom_Bone_tumor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46982,9 +41528,7 @@ "fieldPath": "symptom_Bowel_obstruction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -46998,9 +41542,7 @@ "fieldPath": "symptom_Bradycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47014,9 +41556,7 @@ "fieldPath": "symptom_Braxton_Hicks_contractions", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47030,9 +41570,7 @@ "fieldPath": "symptom_Breakthrough_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47046,9 +41584,7 @@ "fieldPath": "symptom_Breast_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47062,9 +41598,7 @@ "fieldPath": "symptom_Bronchitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47078,9 +41612,7 @@ "fieldPath": "symptom_Bruise", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47094,9 +41626,7 @@ "fieldPath": "symptom_Bruxism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47110,9 +41640,7 @@ "fieldPath": "symptom_Bunion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47126,9 +41654,7 @@ "fieldPath": "symptom_Burn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47142,9 +41668,7 @@ "fieldPath": "symptom_Burning_Chest_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47158,9 +41682,7 @@ "fieldPath": "symptom_Burning_mouth_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47174,9 +41696,7 @@ "fieldPath": "symptom_Candidiasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47190,9 +41710,7 @@ "fieldPath": "symptom_Canker_sore", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47206,9 +41724,7 @@ "fieldPath": "symptom_Cardiac_arrest", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47222,9 +41738,7 @@ "fieldPath": "symptom_Carpal_tunnel_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47238,9 +41752,7 @@ "fieldPath": "symptom_Cataplexy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47254,9 +41766,7 @@ "fieldPath": "symptom_Cataract", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47270,9 +41780,7 @@ "fieldPath": "symptom_Chancre", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47286,9 +41794,7 @@ "fieldPath": "symptom_Cheilitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47302,9 +41808,7 @@ "fieldPath": "symptom_Chest_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47318,9 +41822,7 @@ "fieldPath": "symptom_Chills", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47334,9 +41836,7 @@ "fieldPath": "symptom_Chorea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47350,9 +41850,7 @@ "fieldPath": "symptom_Chronic_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47366,9 +41864,7 @@ "fieldPath": "symptom_Cirrhosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47382,9 +41878,7 @@ "fieldPath": "symptom_Cleft_lip_and_cleft_palate", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47398,9 +41892,7 @@ "fieldPath": "symptom_Clouding_of_consciousness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47414,9 +41906,7 @@ "fieldPath": "symptom_Cluster_headache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47430,9 +41920,7 @@ "fieldPath": "symptom_Colitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47446,9 +41934,7 @@ "fieldPath": "symptom_Coma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47462,9 +41948,7 @@ "fieldPath": "symptom_Common_cold", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47478,9 +41962,7 @@ "fieldPath": "symptom_Compulsive_behavior", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47494,9 +41976,7 @@ "fieldPath": "symptom_Compulsive_hoarding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47510,9 +41990,7 @@ "fieldPath": "symptom_Confusion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47526,9 +42004,7 @@ "fieldPath": "symptom_Congenital_heart_defect", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47542,9 +42018,7 @@ "fieldPath": "symptom_Conjunctivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47558,9 +42032,7 @@ "fieldPath": "symptom_Constipation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47574,9 +42046,7 @@ "fieldPath": "symptom_Convulsion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47590,9 +42060,7 @@ "fieldPath": "symptom_Cough", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47606,9 +42074,7 @@ "fieldPath": "symptom_Crackles", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47622,9 +42088,7 @@ "fieldPath": "symptom_Cramp", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47638,9 +42102,7 @@ "fieldPath": "symptom_Crepitus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47654,9 +42116,7 @@ "fieldPath": "symptom_Croup", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47670,9 +42130,7 @@ "fieldPath": "symptom_Cyanosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47686,9 +42144,7 @@ "fieldPath": "symptom_Dandruff", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47702,9 +42158,7 @@ "fieldPath": "symptom_Delayed_onset_muscle_soreness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47718,9 +42172,7 @@ "fieldPath": "symptom_Dementia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47734,9 +42186,7 @@ "fieldPath": "symptom_Dentin_hypersensitivity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47750,9 +42200,7 @@ "fieldPath": "symptom_Depersonalization", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47766,9 +42214,7 @@ "fieldPath": "symptom_Depression", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47782,9 +42228,7 @@ "fieldPath": "symptom_Dermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47798,9 +42242,7 @@ "fieldPath": "symptom_Desquamation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47814,9 +42256,7 @@ "fieldPath": "symptom_Developmental_disability", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47830,9 +42270,7 @@ "fieldPath": "symptom_Diabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47846,9 +42284,7 @@ "fieldPath": "symptom_Diabetic_ketoacidosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47862,9 +42298,7 @@ "fieldPath": "symptom_Diarrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47878,9 +42312,7 @@ "fieldPath": "symptom_Dizziness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47894,9 +42326,7 @@ "fieldPath": "symptom_Dry_eye_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47910,9 +42340,7 @@ "fieldPath": "symptom_Dysautonomia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47926,9 +42354,7 @@ "fieldPath": "symptom_Dysgeusia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47942,9 +42368,7 @@ "fieldPath": "symptom_Dysmenorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47958,9 +42382,7 @@ "fieldPath": "symptom_Dyspareunia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47974,9 +42396,7 @@ "fieldPath": "symptom_Dysphagia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -47990,9 +42410,7 @@ "fieldPath": "symptom_Dysphoria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48006,9 +42424,7 @@ "fieldPath": "symptom_Dystonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48022,9 +42438,7 @@ "fieldPath": "symptom_Dysuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48038,9 +42452,7 @@ "fieldPath": "symptom_Ear_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48054,9 +42466,7 @@ "fieldPath": "symptom_Eczema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48070,9 +42480,7 @@ "fieldPath": "symptom_Edema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48086,9 +42494,7 @@ "fieldPath": "symptom_Encephalitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48102,9 +42508,7 @@ "fieldPath": "symptom_Encephalopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48118,9 +42522,7 @@ "fieldPath": "symptom_Epidermoid_cyst", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48134,9 +42536,7 @@ "fieldPath": "symptom_Epilepsy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48150,9 +42550,7 @@ "fieldPath": "symptom_Epiphora", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48166,9 +42564,7 @@ "fieldPath": "symptom_Erectile_dysfunction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48182,9 +42578,7 @@ "fieldPath": "symptom_Erythema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48198,9 +42592,7 @@ "fieldPath": "symptom_Erythema_chronicum_migrans", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48214,9 +42606,7 @@ "fieldPath": "symptom_Esophagitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48230,9 +42620,7 @@ "fieldPath": "symptom_Excessive_daytime_sleepiness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48246,9 +42634,7 @@ "fieldPath": "symptom_Eye_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48262,9 +42648,7 @@ "fieldPath": "symptom_Eye_strain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48278,9 +42662,7 @@ "fieldPath": "symptom_Facial_nerve_paralysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48294,9 +42676,7 @@ "fieldPath": "symptom_Facial_swelling", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48310,9 +42690,7 @@ "fieldPath": "symptom_Fasciculation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48326,9 +42704,7 @@ "fieldPath": "symptom_Fatigue", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48342,9 +42718,7 @@ "fieldPath": "symptom_Fatty_liver_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48358,9 +42732,7 @@ "fieldPath": "symptom_Fecal_incontinence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48374,9 +42746,7 @@ "fieldPath": "symptom_Fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48390,9 +42760,7 @@ "fieldPath": "symptom_Fibrillation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48406,9 +42774,7 @@ "fieldPath": "symptom_Fibrocystic_breast_changes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48422,9 +42788,7 @@ "fieldPath": "symptom_Fibromyalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48438,9 +42802,7 @@ "fieldPath": "symptom_Flatulence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48454,9 +42816,7 @@ "fieldPath": "symptom_Floater", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48470,9 +42830,7 @@ "fieldPath": "symptom_Focal_seizure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48486,9 +42844,7 @@ "fieldPath": "symptom_Folate_deficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48502,9 +42858,7 @@ "fieldPath": "symptom_Food_craving", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48518,9 +42872,7 @@ "fieldPath": "symptom_Food_intolerance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48534,9 +42886,7 @@ "fieldPath": "symptom_Frequent_urination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48550,9 +42900,7 @@ "fieldPath": "symptom_Gastroesophageal_reflux_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48566,9 +42914,7 @@ "fieldPath": "symptom_Gastroparesis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48582,9 +42928,7 @@ "fieldPath": "symptom_Generalized_anxiety_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48598,9 +42942,7 @@ "fieldPath": "symptom_Generalized_tonic_clonic_seizure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48614,9 +42956,7 @@ "fieldPath": "symptom_Genital_wart", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48630,9 +42970,7 @@ "fieldPath": "symptom_Gingival_recession", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48646,9 +42984,7 @@ "fieldPath": "symptom_Gingivitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48662,9 +42998,7 @@ "fieldPath": "symptom_Globus_pharyngis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48678,9 +43012,7 @@ "fieldPath": "symptom_Goitre", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48694,9 +43026,7 @@ "fieldPath": "symptom_Gout", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48710,9 +43040,7 @@ "fieldPath": "symptom_Grandiosity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48726,9 +43054,7 @@ "fieldPath": "symptom_Granuloma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48742,9 +43068,7 @@ "fieldPath": "symptom_Guilt", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48758,9 +43082,7 @@ "fieldPath": "symptom_Hair_loss", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48774,9 +43096,7 @@ "fieldPath": "symptom_Halitosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48790,9 +43110,7 @@ "fieldPath": "symptom_Hay_fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48806,9 +43124,7 @@ "fieldPath": "symptom_Headache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48822,9 +43138,7 @@ "fieldPath": "symptom_Heart_arrhythmia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48838,9 +43152,7 @@ "fieldPath": "symptom_Heart_murmur", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48854,9 +43166,7 @@ "fieldPath": "symptom_Heartburn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48870,9 +43180,7 @@ "fieldPath": "symptom_Hematochezia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48886,9 +43194,7 @@ "fieldPath": "symptom_Hematoma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48902,9 +43208,7 @@ "fieldPath": "symptom_Hematuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48918,9 +43222,7 @@ "fieldPath": "symptom_Hemolysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48934,9 +43236,7 @@ "fieldPath": "symptom_Hemoptysis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48950,9 +43250,7 @@ "fieldPath": "symptom_Hemorrhoids", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48966,9 +43264,7 @@ "fieldPath": "symptom_Hepatic_encephalopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48982,9 +43278,7 @@ "fieldPath": "symptom_Hepatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -48998,9 +43292,7 @@ "fieldPath": "symptom_Hepatotoxicity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49014,9 +43306,7 @@ "fieldPath": "symptom_Hiccup", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49030,9 +43320,7 @@ "fieldPath": "symptom_Hip_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49046,9 +43334,7 @@ "fieldPath": "symptom_Hives", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49062,9 +43348,7 @@ "fieldPath": "symptom_Hot_flash", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49078,9 +43362,7 @@ "fieldPath": "symptom_Hydrocephalus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49094,9 +43376,7 @@ "fieldPath": "symptom_Hypercalcaemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49110,9 +43390,7 @@ "fieldPath": "symptom_Hypercapnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49126,9 +43404,7 @@ "fieldPath": "symptom_Hypercholesterolemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49142,9 +43418,7 @@ "fieldPath": "symptom_Hyperemesis_gravidarum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49158,9 +43432,7 @@ "fieldPath": "symptom_Hyperglycemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49174,9 +43446,7 @@ "fieldPath": "symptom_Hyperkalemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49190,9 +43460,7 @@ "fieldPath": "symptom_Hyperlipidemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49206,9 +43474,7 @@ "fieldPath": "symptom_Hypermobility", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49222,9 +43488,7 @@ "fieldPath": "symptom_Hyperpigmentation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49238,9 +43502,7 @@ "fieldPath": "symptom_Hypersomnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49254,9 +43516,7 @@ "fieldPath": "symptom_Hypertension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49270,9 +43530,7 @@ "fieldPath": "symptom_Hyperthermia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49286,9 +43544,7 @@ "fieldPath": "symptom_Hyperthyroidism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49302,9 +43558,7 @@ "fieldPath": "symptom_Hypertriglyceridemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49318,9 +43572,7 @@ "fieldPath": "symptom_Hypertrophy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49334,9 +43586,7 @@ "fieldPath": "symptom_Hyperventilation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49350,9 +43600,7 @@ "fieldPath": "symptom_Hypocalcaemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49366,9 +43614,7 @@ "fieldPath": "symptom_Hypochondriasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49382,9 +43628,7 @@ "fieldPath": "symptom_Hypoglycemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49398,9 +43642,7 @@ "fieldPath": "symptom_Hypogonadism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49414,9 +43656,7 @@ "fieldPath": "symptom_Hypokalemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49430,9 +43670,7 @@ "fieldPath": "symptom_Hypomania", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49446,9 +43684,7 @@ "fieldPath": "symptom_Hyponatremia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49462,9 +43698,7 @@ "fieldPath": "symptom_Hypotension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49478,9 +43712,7 @@ "fieldPath": "symptom_Hypothyroidism", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49494,9 +43726,7 @@ "fieldPath": "symptom_Hypoxemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49510,9 +43740,7 @@ "fieldPath": "symptom_Hypoxia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49526,9 +43754,7 @@ "fieldPath": "symptom_Impetigo", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49542,9 +43768,7 @@ "fieldPath": "symptom_Implantation_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49558,9 +43782,7 @@ "fieldPath": "symptom_Impulsivity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49574,9 +43796,7 @@ "fieldPath": "symptom_Indigestion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49590,9 +43810,7 @@ "fieldPath": "symptom_Infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49606,9 +43824,7 @@ "fieldPath": "symptom_Inflammation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49622,9 +43838,7 @@ "fieldPath": "symptom_Inflammatory_bowel_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49638,9 +43852,7 @@ "fieldPath": "symptom_Ingrown_hair", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49654,9 +43866,7 @@ "fieldPath": "symptom_Insomnia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49670,9 +43880,7 @@ "fieldPath": "symptom_Insulin_resistance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49686,9 +43894,7 @@ "fieldPath": "symptom_Intermenstrual_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49702,9 +43908,7 @@ "fieldPath": "symptom_Intracranial_pressure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49718,9 +43922,7 @@ "fieldPath": "symptom_Iron_deficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49734,9 +43936,7 @@ "fieldPath": "symptom_Irregular_menstruation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49750,9 +43950,7 @@ "fieldPath": "symptom_Itch", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49766,9 +43964,7 @@ "fieldPath": "symptom_Jaundice", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49782,9 +43978,7 @@ "fieldPath": "symptom_Kidney_failure", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49798,9 +43992,7 @@ "fieldPath": "symptom_Kidney_stone", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49814,9 +44006,7 @@ "fieldPath": "symptom_Knee_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49830,9 +44020,7 @@ "fieldPath": "symptom_Kyphosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49846,9 +44034,7 @@ "fieldPath": "symptom_Lactose_intolerance", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49862,9 +44048,7 @@ "fieldPath": "symptom_Laryngitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49878,9 +44062,7 @@ "fieldPath": "symptom_Leg_cramps", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49894,9 +44076,7 @@ "fieldPath": "symptom_Lesion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49910,9 +44090,7 @@ "fieldPath": "symptom_Leukorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49926,9 +44104,7 @@ "fieldPath": "symptom_Lightheadedness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49942,9 +44118,7 @@ "fieldPath": "symptom_Low_back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49958,9 +44132,7 @@ "fieldPath": "symptom_Low_grade_fever", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49974,9 +44146,7 @@ "fieldPath": "symptom_Lymphedema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -49990,9 +44160,7 @@ "fieldPath": "symptom_Major_depressive_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50006,9 +44174,7 @@ "fieldPath": "symptom_Malabsorption", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50022,9 +44188,7 @@ "fieldPath": "symptom_Male_infertility", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50038,9 +44202,7 @@ "fieldPath": "symptom_Manic_Disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50054,9 +44216,7 @@ "fieldPath": "symptom_Melasma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50070,9 +44230,7 @@ "fieldPath": "symptom_Melena", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50086,9 +44244,7 @@ "fieldPath": "symptom_Meningitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50102,9 +44258,7 @@ "fieldPath": "symptom_Menorrhagia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50118,9 +44272,7 @@ "fieldPath": "symptom_Middle_back_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50134,9 +44286,7 @@ "fieldPath": "symptom_Migraine", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50150,9 +44300,7 @@ "fieldPath": "symptom_Milium", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50166,9 +44314,7 @@ "fieldPath": "symptom_Mitral_insufficiency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50182,9 +44328,7 @@ "fieldPath": "symptom_Mood_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50198,9 +44342,7 @@ "fieldPath": "symptom_Mood_swing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50214,9 +44356,7 @@ "fieldPath": "symptom_Morning_sickness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50230,9 +44370,7 @@ "fieldPath": "symptom_Motion_sickness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50246,9 +44384,7 @@ "fieldPath": "symptom_Mouth_ulcer", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50262,9 +44398,7 @@ "fieldPath": "symptom_Muscle_atrophy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50278,9 +44412,7 @@ "fieldPath": "symptom_Muscle_weakness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50294,9 +44426,7 @@ "fieldPath": "symptom_Myalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50310,9 +44440,7 @@ "fieldPath": "symptom_Mydriasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50326,9 +44454,7 @@ "fieldPath": "symptom_Myocardial_infarction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50342,9 +44468,7 @@ "fieldPath": "symptom_Myoclonus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50358,9 +44482,7 @@ "fieldPath": "symptom_Nasal_congestion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50374,9 +44496,7 @@ "fieldPath": "symptom_Nasal_polyp", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50390,9 +44510,7 @@ "fieldPath": "symptom_Nausea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50406,9 +44524,7 @@ "fieldPath": "symptom_Neck_mass", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50422,9 +44538,7 @@ "fieldPath": "symptom_Neck_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50438,9 +44552,7 @@ "fieldPath": "symptom_Neonatal_jaundice", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50454,9 +44566,7 @@ "fieldPath": "symptom_Nerve_injury", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50470,9 +44580,7 @@ "fieldPath": "symptom_Neuralgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50486,9 +44594,7 @@ "fieldPath": "symptom_Neutropenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50502,9 +44608,7 @@ "fieldPath": "symptom_Night_sweats", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50518,9 +44622,7 @@ "fieldPath": "symptom_Night_terror", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50534,9 +44636,7 @@ "fieldPath": "symptom_Nocturnal_enuresis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50550,9 +44650,7 @@ "fieldPath": "symptom_Nodule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50566,9 +44664,7 @@ "fieldPath": "symptom_Nosebleed", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50582,9 +44678,7 @@ "fieldPath": "symptom_Nystagmus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50598,9 +44692,7 @@ "fieldPath": "symptom_Obesity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50614,9 +44706,7 @@ "fieldPath": "symptom_Onychorrhexis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50630,9 +44720,7 @@ "fieldPath": "symptom_Oral_candidiasis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50646,9 +44734,7 @@ "fieldPath": "symptom_Orthostatic_hypotension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50662,9 +44748,7 @@ "fieldPath": "symptom_Osteopenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50678,9 +44762,7 @@ "fieldPath": "symptom_Osteophyte", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50694,9 +44776,7 @@ "fieldPath": "symptom_Osteoporosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50710,9 +44790,7 @@ "fieldPath": "symptom_Otitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50726,9 +44804,7 @@ "fieldPath": "symptom_Otitis_externa", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50742,9 +44818,7 @@ "fieldPath": "symptom_Otitis_media", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50758,9 +44832,7 @@ "fieldPath": "symptom_Pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50774,9 +44846,7 @@ "fieldPath": "symptom_Palpitations", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50790,9 +44860,7 @@ "fieldPath": "symptom_Panic_attack", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50806,9 +44874,7 @@ "fieldPath": "symptom_Papule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50822,9 +44888,7 @@ "fieldPath": "symptom_Paranoia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50838,9 +44902,7 @@ "fieldPath": "symptom_Paresthesia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50854,9 +44916,7 @@ "fieldPath": "symptom_Pelvic_inflammatory_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50870,9 +44930,7 @@ "fieldPath": "symptom_Pericarditis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50886,9 +44944,7 @@ "fieldPath": "symptom_Periodontal_disease", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50902,9 +44958,7 @@ "fieldPath": "symptom_Periorbital_puffiness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50918,9 +44972,7 @@ "fieldPath": "symptom_Peripheral_neuropathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50934,9 +44986,7 @@ "fieldPath": "symptom_Perspiration", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50950,9 +45000,7 @@ "fieldPath": "symptom_Petechia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50966,9 +45014,7 @@ "fieldPath": "symptom_Phlegm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50982,9 +45028,7 @@ "fieldPath": "symptom_Photodermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -50998,9 +45042,7 @@ "fieldPath": "symptom_Photophobia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51014,9 +45056,7 @@ "fieldPath": "symptom_Photopsia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51030,9 +45070,7 @@ "fieldPath": "symptom_Pleural_effusion", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51046,9 +45084,7 @@ "fieldPath": "symptom_Pleurisy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51062,9 +45098,7 @@ "fieldPath": "symptom_Pneumonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51078,9 +45112,7 @@ "fieldPath": "symptom_Podalgia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51094,9 +45126,7 @@ "fieldPath": "symptom_Polycythemia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51110,9 +45140,7 @@ "fieldPath": "symptom_Polydipsia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51126,9 +45154,7 @@ "fieldPath": "symptom_Polyneuropathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51142,9 +45168,7 @@ "fieldPath": "symptom_Polyuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51158,9 +45182,7 @@ "fieldPath": "symptom_Poor_posture", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51174,9 +45196,7 @@ "fieldPath": "symptom_Post_nasal_drip", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51190,9 +45210,7 @@ "fieldPath": "symptom_Postural_orthostatic_tachycardia_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51206,9 +45224,7 @@ "fieldPath": "symptom_Prediabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51222,9 +45238,7 @@ "fieldPath": "symptom_Proteinuria", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51238,9 +45252,7 @@ "fieldPath": "symptom_Pruritus_ani", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51254,9 +45266,7 @@ "fieldPath": "symptom_Psychosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51270,9 +45280,7 @@ "fieldPath": "symptom_Ptosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51286,9 +45294,7 @@ "fieldPath": "symptom_Pulmonary_edema", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51302,9 +45308,7 @@ "fieldPath": "symptom_Pulmonary_hypertension", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51318,9 +45322,7 @@ "fieldPath": "symptom_Purpura", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51334,9 +45336,7 @@ "fieldPath": "symptom_Pus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51350,9 +45350,7 @@ "fieldPath": "symptom_Pyelonephritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51366,9 +45364,7 @@ "fieldPath": "symptom_Radiculopathy", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51382,9 +45378,7 @@ "fieldPath": "symptom_Rectal_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51398,9 +45392,7 @@ "fieldPath": "symptom_Rectal_prolapse", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51414,9 +45406,7 @@ "fieldPath": "symptom_Red_eye", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51430,9 +45420,7 @@ "fieldPath": "symptom_Renal_colic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51446,9 +45434,7 @@ "fieldPath": "symptom_Restless_legs_syndrome", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51462,9 +45448,7 @@ "fieldPath": "symptom_Rheum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51478,9 +45462,7 @@ "fieldPath": "symptom_Rhinitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51494,9 +45476,7 @@ "fieldPath": "symptom_Rhinorrhea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51510,9 +45490,7 @@ "fieldPath": "symptom_Rosacea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51526,9 +45504,7 @@ "fieldPath": "symptom_Round_ligament_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51542,9 +45518,7 @@ "fieldPath": "symptom_Rumination", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51558,9 +45532,7 @@ "fieldPath": "symptom_Scar", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51574,9 +45546,7 @@ "fieldPath": "symptom_Sciatica", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51590,9 +45560,7 @@ "fieldPath": "symptom_Scoliosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51606,9 +45574,7 @@ "fieldPath": "symptom_Seborrheic_dermatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51622,9 +45588,7 @@ "fieldPath": "symptom_Self_harm", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51638,9 +45602,7 @@ "fieldPath": "symptom_Sensitivity_to_sound", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51654,9 +45616,7 @@ "fieldPath": "symptom_Sexual_dysfunction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51670,9 +45630,7 @@ "fieldPath": "symptom_Shallow_breathing", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51686,9 +45644,7 @@ "fieldPath": "symptom_Sharp_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51702,9 +45658,7 @@ "fieldPath": "symptom_Shivering", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51718,9 +45672,7 @@ "fieldPath": "symptom_Shortness_of_breath", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51734,9 +45686,7 @@ "fieldPath": "symptom_Shyness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51750,9 +45700,7 @@ "fieldPath": "symptom_Sinusitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51766,9 +45714,7 @@ "fieldPath": "symptom_Skin_condition", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51782,9 +45728,7 @@ "fieldPath": "symptom_Skin_rash", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51798,9 +45742,7 @@ "fieldPath": "symptom_Skin_tag", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51814,9 +45756,7 @@ "fieldPath": "symptom_Skin_ulcer", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51830,9 +45770,7 @@ "fieldPath": "symptom_Sleep_apnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51846,9 +45784,7 @@ "fieldPath": "symptom_Sleep_deprivation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51862,9 +45798,7 @@ "fieldPath": "symptom_Sleep_disorder", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51878,9 +45812,7 @@ "fieldPath": "symptom_Snoring", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51894,9 +45826,7 @@ "fieldPath": "symptom_Sore_throat", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51910,9 +45840,7 @@ "fieldPath": "symptom_Spasticity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51926,9 +45854,7 @@ "fieldPath": "symptom_Splenomegaly", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51942,9 +45868,7 @@ "fieldPath": "symptom_Sputum", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51958,9 +45882,7 @@ "fieldPath": "symptom_Stomach_rumble", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51974,9 +45896,7 @@ "fieldPath": "symptom_Strabismus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -51990,9 +45910,7 @@ "fieldPath": "symptom_Stretch_marks", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52006,9 +45924,7 @@ "fieldPath": "symptom_Stridor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52022,9 +45938,7 @@ "fieldPath": "symptom_Stroke", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52038,9 +45952,7 @@ "fieldPath": "symptom_Stuttering", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52054,9 +45966,7 @@ "fieldPath": "symptom_Subdural_hematoma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52070,9 +45980,7 @@ "fieldPath": "symptom_Suicidal_ideation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52086,9 +45994,7 @@ "fieldPath": "symptom_Swelling", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52102,9 +46008,7 @@ "fieldPath": "symptom_Swollen_feet", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52118,9 +46022,7 @@ "fieldPath": "symptom_Swollen_lymph_nodes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52134,9 +46036,7 @@ "fieldPath": "symptom_Syncope", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52150,9 +46050,7 @@ "fieldPath": "symptom_Tachycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52166,9 +46064,7 @@ "fieldPath": "symptom_Tachypnea", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52182,9 +46078,7 @@ "fieldPath": "symptom_Telangiectasia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52198,9 +46092,7 @@ "fieldPath": "symptom_Tenderness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52214,9 +46106,7 @@ "fieldPath": "symptom_Testicular_pain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52230,9 +46120,7 @@ "fieldPath": "symptom_Throat_irritation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52246,9 +46134,7 @@ "fieldPath": "symptom_Thrombocytopenia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52262,9 +46148,7 @@ "fieldPath": "symptom_Thyroid_nodule", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52278,9 +46162,7 @@ "fieldPath": "symptom_Tic", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52294,9 +46176,7 @@ "fieldPath": "symptom_Tinnitus", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52310,9 +46190,7 @@ "fieldPath": "symptom_Tonsillitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52326,9 +46204,7 @@ "fieldPath": "symptom_Toothache", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52342,9 +46218,7 @@ "fieldPath": "symptom_Tremor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52358,9 +46232,7 @@ "fieldPath": "symptom_Trichoptilosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52374,9 +46246,7 @@ "fieldPath": "symptom_Tumor", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52390,9 +46260,7 @@ "fieldPath": "symptom_Type_2_diabetes", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52406,9 +46274,7 @@ "fieldPath": "symptom_Unconsciousness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52422,9 +46288,7 @@ "fieldPath": "symptom_Underweight", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52438,9 +46302,7 @@ "fieldPath": "symptom_Upper_respiratory_tract_infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52454,9 +46316,7 @@ "fieldPath": "symptom_Urethritis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52470,9 +46330,7 @@ "fieldPath": "symptom_Urinary_incontinence", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52486,9 +46344,7 @@ "fieldPath": "symptom_Urinary_tract_infection", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52502,9 +46358,7 @@ "fieldPath": "symptom_Urinary_urgency", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52518,9 +46372,7 @@ "fieldPath": "symptom_Uterine_contraction", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52534,9 +46386,7 @@ "fieldPath": "symptom_Vaginal_bleeding", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52550,9 +46400,7 @@ "fieldPath": "symptom_Vaginal_discharge", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52566,9 +46414,7 @@ "fieldPath": "symptom_Vaginitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52582,9 +46428,7 @@ "fieldPath": "symptom_Varicose_veins", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52598,9 +46442,7 @@ "fieldPath": "symptom_Vasculitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52614,9 +46456,7 @@ "fieldPath": "symptom_Ventricular_fibrillation", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52630,9 +46470,7 @@ "fieldPath": "symptom_Ventricular_tachycardia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52646,9 +46484,7 @@ "fieldPath": "symptom_Vertigo", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52662,9 +46498,7 @@ "fieldPath": "symptom_Viral_pneumonia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52678,9 +46512,7 @@ "fieldPath": "symptom_Visual_acuity", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52694,9 +46526,7 @@ "fieldPath": "symptom_Vomiting", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52710,9 +46540,7 @@ "fieldPath": "symptom_Wart", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52726,9 +46554,7 @@ "fieldPath": "symptom_Water_retention", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52742,9 +46568,7 @@ "fieldPath": "symptom_Weakness", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52758,9 +46582,7 @@ "fieldPath": "symptom_Weight_gain", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52774,9 +46596,7 @@ "fieldPath": "symptom_Wheeze", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52790,9 +46610,7 @@ "fieldPath": "symptom_Xeroderma", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52806,9 +46624,7 @@ "fieldPath": "symptom_Xerostomia", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52822,9 +46638,7 @@ "fieldPath": "symptom_Yawn", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52838,9 +46652,7 @@ "fieldPath": "symptom_hyperhidrosis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -52854,9 +46666,7 @@ "fieldPath": "symptom_pancreatitis", "jsonPath": null, "nullable": true, - "description": { - "string": "" - }, + "description": "", "type": { "type": { "com.linkedin.pegasus2avro.schema.NumberType": {} @@ -64781,9 +58591,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Daily weather observations by US county to help understand the impact of weather on COVID-19" - }, + "description": "Daily weather observations by US county to help understand the impact of weather on COVID-19", "uri": null, "tags": [], "customProperties": {} @@ -65028,9 +58836,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Daily weather observations by US county to help understand the impact of weather on COVID-19" - }, + "description": "Daily weather observations by US county to help understand the impact of weather on COVID-19", "uri": null, "tags": [], "customProperties": {} @@ -65247,9 +59053,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Daily weather forecasts by global postal codes to help understand the impact of weather on COVID-19" - }, + "description": "Daily weather forecasts by global postal codes to help understand the impact of weather on COVID-19", "uri": null, "tags": [], "customProperties": {} @@ -65494,9 +59298,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Daily weather observations by global postal codes to help understand the impact of weather on COVID-19" - }, + "description": "Daily weather observations by global postal codes to help understand the impact of weather on COVID-19", "uri": null, "tags": [], "customProperties": {} @@ -65714,9 +59516,7 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "American Heart Association" - }, + "displayName": "American Heart Association", "email": "AmericanHeartAssociation-demo@example.com", "title": null, "managerUrn": null, @@ -65724,9 +59524,7 @@ "departmentName": null, "firstName": null, "lastName": null, - "fullName": { - "string": "American Heart Association" - }, + "fullName": "American Heart Association", "countryCode": null } } @@ -65744,9 +59542,7 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "European Centre for Disease Prevention and Control" - }, + "displayName": "European Centre for Disease Prevention and Control", "email": "EuropeanCentreforDiseasePreventionandControl-demo@example.com", "title": null, "managerUrn": null, @@ -65754,9 +59550,7 @@ "departmentName": null, "firstName": null, "lastName": null, - "fullName": { - "string": "European Centre for Disease Prevention and Control" - }, + "fullName": "European Centre for Disease Prevention and Control", "countryCode": null } } @@ -65774,9 +59568,7 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "Geotab" - }, + "displayName": "Geotab", "email": "Geotab-demo@example.com", "title": null, "managerUrn": null, @@ -65784,9 +59576,7 @@ "departmentName": null, "firstName": null, "lastName": null, - "fullName": { - "string": "Geotab" - }, + "fullName": "Geotab", "countryCode": null } } @@ -65804,9 +59594,7 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "Google" - }, + "displayName": "Google", "email": "Google-demo@example.com", "title": null, "managerUrn": null, @@ -65814,9 +59602,7 @@ "departmentName": null, "firstName": null, "lastName": null, - "fullName": { - "string": "Google" - }, + "fullName": "Google", "countryCode": null } } @@ -65834,9 +59620,7 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "Harvard Global Health Institute" - }, + "displayName": "Harvard Global Health Institute", "email": "HarvardGlobalHealthInstitute-demo@example.com", "title": null, "managerUrn": null, @@ -65844,9 +59628,7 @@ "departmentName": null, "firstName": null, "lastName": null, - "fullName": { - "string": "Harvard Global Health Institute" - }, + "fullName": "Harvard Global Health Institute", "countryCode": null } } @@ -65864,9 +59646,7 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "Italian National Institute of Health" - }, + "displayName": "Italian National Institute of Health", "email": "ItalianNationalInstituteofHealth-demo@example.com", "title": null, "managerUrn": null, @@ -65874,9 +59654,7 @@ "departmentName": null, "firstName": null, "lastName": null, - "fullName": { - "string": "Italian National Institute of Health" - }, + "fullName": "Italian National Institute of Health", "countryCode": null } } @@ -65894,9 +59672,7 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "New York Times" - }, + "displayName": "New York Times", "email": "NewYorkTimes-demo@example.com", "title": null, "managerUrn": null, @@ -65904,9 +59680,7 @@ "departmentName": null, "firstName": null, "lastName": null, - "fullName": { - "string": "New York Times" - }, + "fullName": "New York Times", "countryCode": null } } @@ -65924,9 +59698,7 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "Oxford" - }, + "displayName": "Oxford", "email": "Oxford-demo@example.com", "title": null, "managerUrn": null, @@ -65934,9 +59706,7 @@ "departmentName": null, "firstName": null, "lastName": null, - "fullName": { - "string": "Oxford" - }, + "fullName": "Oxford", "countryCode": null } } @@ -65954,9 +59724,7 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "USAFacts" - }, + "displayName": "USAFacts", "email": "USAFacts-demo@example.com", "title": null, "managerUrn": null, @@ -65964,9 +59732,7 @@ "departmentName": null, "firstName": null, "lastName": null, - "fullName": { - "string": "USAFacts" - }, + "fullName": "USAFacts", "countryCode": null } } @@ -65984,9 +59750,7 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "Weather Source" - }, + "displayName": "Weather Source", "email": "WeatherSource-demo@example.com", "title": null, "managerUrn": null, @@ -65994,9 +59758,7 @@ "departmentName": null, "firstName": null, "lastName": null, - "fullName": { - "string": "Weather Source" - }, + "fullName": "Weather Source", "countryCode": null } } @@ -66021,7 +59783,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66048,7 +59810,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66075,7 +59837,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66102,7 +59864,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66129,7 +59891,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66156,7 +59918,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66183,7 +59945,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66210,7 +59972,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66237,7 +59999,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66264,7 +60026,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66291,7 +60053,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66318,7 +60080,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66345,7 +60107,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66372,7 +60134,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66399,7 +60161,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66426,7 +60188,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66453,7 +60215,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66480,7 +60242,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66507,7 +60269,7 @@ } ], "lastModified": { - "time": 1615444771091, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66534,7 +60296,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66561,7 +60323,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66588,7 +60350,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66615,7 +60377,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66647,7 +60409,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66679,7 +60441,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66711,7 +60473,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66743,7 +60505,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66775,7 +60537,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66807,7 +60569,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66839,7 +60601,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66871,7 +60633,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66903,7 +60665,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66935,7 +60697,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66962,7 +60724,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -66989,7 +60751,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -67016,7 +60778,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -67043,7 +60805,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -67070,7 +60832,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398091, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -67097,7 +60859,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -67124,7 +60886,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -67151,7 +60913,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -67178,7 +60940,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -67205,7 +60967,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -67232,7 +60994,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -67259,7 +61021,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -67286,7 +61048,7 @@ } ], "lastModified": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null } @@ -67308,7 +61070,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67334,7 +61096,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67360,7 +61122,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67386,7 +61148,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67412,7 +61174,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67438,7 +61200,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67464,7 +61226,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67490,7 +61252,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67516,7 +61278,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67542,7 +61304,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67568,7 +61330,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67594,7 +61356,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67603,7 +61365,7 @@ }, { "auditStamp": { - "time": 1615444771092, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67629,7 +61391,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771093, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67655,7 +61417,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771093, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67664,7 +61426,7 @@ }, { "auditStamp": { - "time": 1615444771093, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67690,7 +61452,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771093, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67699,7 +61461,7 @@ }, { "auditStamp": { - "time": 1615444771093, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67725,7 +61487,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771093, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67751,7 +61513,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771093, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67777,7 +61539,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771093, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67786,7 +61548,7 @@ }, { "auditStamp": { - "time": 1615444771093, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67812,7 +61574,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771093, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67838,7 +61600,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771093, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, @@ -67864,7 +61626,7 @@ "upstreams": [ { "auditStamp": { - "time": 1615444771093, + "time": 1615526398092, "actor": "urn:li:corpuser:datahub", "impersonator": null }, diff --git a/metadata-ingestion/examples/demo_data/enrich.py b/metadata-ingestion/examples/demo_data/enrich.py index c5e6cf1f62..46935e5c76 100644 --- a/metadata-ingestion/examples/demo_data/enrich.py +++ b/metadata-ingestion/examples/demo_data/enrich.py @@ -107,7 +107,7 @@ def create_ownership_aspect_mce(directive: Directive) -> MetadataChangeEventClas owners=[ OwnerClass( owner=owner_name_to_urn(clean_owner_name(owner)), - type=OwnershipTypeClass.DATAOWNER, # type: ignore + type=OwnershipTypeClass.DATAOWNER, ) for owner in directive.owners ], @@ -130,7 +130,7 @@ def create_lineage_aspect_mce(directive: Directive) -> MetadataChangeEventClass: upstreams=[ UpstreamClass( dataset=dataset_name_to_urn(upstream), - type=DatasetLineageTypeClass.TRANSFORMED, # type: ignore + type=DatasetLineageTypeClass.TRANSFORMED, auditStamp=AuditStampClass( time=int(time.time() * 1000), actor="urn:li:corpuser:datahub", diff --git a/metadata-ingestion/scripts/update_golden_files.sh b/metadata-ingestion/scripts/update_golden_files.sh new file mode 100755 index 0000000000..6e4d879a90 --- /dev/null +++ b/metadata-ingestion/scripts/update_golden_files.sh @@ -0,0 +1,17 @@ +#!/bin/bash +set -euxo pipefail + +# We allow for failures in this step. Usually you'll be invoking this +# script to fix a build failure. +pytest --basetemp=tmp || true + +# Update the golden files. +cp tmp/test_serde_large0/output.json tests/unit/serde/test_serde_large.json +cp tmp/test_ldap_ingest0/ldap_mces.json tests/integration/ldap/ldap_mce_golden.json +cp tmp/test_mysql_ingest0/mysql_mces.json tests/integration/mysql/mysql_mce_golden.json +cp tmp/test_mssql_ingest0/mssql_mces.json tests/integration/sql_server/mssql_mce_golden.json + +# Print success message. +set +x +echo '' +echo 'Make sure to check `git diff` to verify the changes!' diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 8ec7dfab0b..2dc368dbe5 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -37,7 +37,7 @@ framework_common = { "click>=7.1.1", "pyyaml>=5.4.1", "toml>=0.10.0", - "avro-gen3==0.3.2", + "avro-gen3==0.3.3", "avro-python3>=1.8.2", } diff --git a/metadata-ingestion/src/datahub/entrypoints.py b/metadata-ingestion/src/datahub/entrypoints.py index 166f56a074..f55f53546f 100644 --- a/metadata-ingestion/src/datahub/entrypoints.py +++ b/metadata-ingestion/src/datahub/entrypoints.py @@ -10,6 +10,7 @@ from datahub.configuration.toml import TomlConfigurationMechanism from datahub.configuration.yaml import YamlConfigurationMechanism from datahub.ingestion.run.pipeline import Pipeline from datahub.ingestion.sink.sink_registry import sink_registry +from datahub.ingestion.source.mce_file import check_mce_file from datahub.ingestion.source.source_registry import source_registry logger = logging.getLogger(__name__) @@ -37,7 +38,7 @@ def datahub(): @click.option( "-c", "--config", - type=click.Path(exists=True), + type=click.Path(exists=True, dir_okay=False), help="Config file in .toml or .yaml format", required=True, ) @@ -77,6 +78,8 @@ def ingest(config: str): @datahub.command(context_settings=DEFAULT_CONTEXT_SETTINGS) def ingest_list_plugins(): + """List enabled ingestion plugins""" + click.secho("Sources:", bold=True) click.echo(str(source_registry)) click.echo() @@ -84,3 +87,17 @@ def ingest_list_plugins(): click.echo(str(sink_registry)) click.echo() click.echo('If a plugin is disabled, try running: pip install ".[]"') + + +@datahub.group() +def check(): + pass + + +@check.command() +@click.argument("json-file", type=click.Path(exists=True, dir_okay=False)) +def mce_file(json_file: str): + """Check the schema of a MCE JSON file""" + + report = check_mce_file(json_file) + click.echo(report) diff --git a/metadata-ingestion/src/datahub/ingestion/extractor/mce_extractor.py b/metadata-ingestion/src/datahub/ingestion/extractor/mce_extractor.py index 372b0ce75c..edf5a2a24e 100644 --- a/metadata-ingestion/src/datahub/ingestion/extractor/mce_extractor.py +++ b/metadata-ingestion/src/datahub/ingestion/extractor/mce_extractor.py @@ -14,7 +14,9 @@ class WorkUnitMCEExtractor(Extractor): def get_records(self, workunit) -> Iterable[RecordEnvelope[MetadataChangeEvent]]: if len(workunit.mce.proposedSnapshot.aspects) == 0: - raise AttributeError('every mce must have at least one aspect') + raise AttributeError("every mce must have at least one aspect") + if not workunit.mce.validate(): + raise ValueError(f"source produced an invalid MCE: {workunit.mce}") yield RecordEnvelope(workunit.mce, {}) def close(self): diff --git a/metadata-ingestion/src/datahub/ingestion/extractor/schema_util.py b/metadata-ingestion/src/datahub/ingestion/extractor/schema_util.py index d7605d5bfb..bf6f4887bb 100644 --- a/metadata-ingestion/src/datahub/ingestion/extractor/schema_util.py +++ b/metadata-ingestion/src/datahub/ingestion/extractor/schema_util.py @@ -41,7 +41,7 @@ _field_type_mapping = { def _get_column_type(field_type) -> SchemaFieldDataType: tp = field_type - if hasattr(tp, 'type'): + if hasattr(tp, "type"): tp = tp.type tp = str(tp) TypeClass: Any = _field_type_mapping.get(tp) @@ -56,7 +56,7 @@ def avro_schema_to_mce_fields(avro_schema_string: str) -> List[SchemaField]: """Converts an avro schema into a schema compatible with MCE""" # Handle some library compatability issues. - if hasattr(avro.schema, 'parse'): + if hasattr(avro.schema, "parse"): schema_parse_fn = avro.schema.parse else: schema_parse_fn = avro.schema.Parse @@ -69,7 +69,9 @@ def avro_schema_to_mce_fields(avro_schema_string: str) -> List[SchemaField]: fieldPath=parsed_field.name, nativeDataType=str(parsed_field.type), type=_get_column_type(parsed_field.type), - description=parsed_field.props.get('doc', None), + description=parsed_field.props.get("doc", None), + recursive=False, + nullable=(parsed_field.type == "null"), ) fields.append(field) diff --git a/metadata-ingestion/src/datahub/ingestion/source/kafka.py b/metadata-ingestion/src/datahub/ingestion/source/kafka.py index 6c2961bee3..7b6ac22dee 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/kafka.py +++ b/metadata-ingestion/src/datahub/ingestion/source/kafka.py @@ -92,6 +92,7 @@ class KafkaSource(Source): metadata_record = MetadataChangeEvent() dataset_snapshot = DatasetSnapshot( urn=f"urn:li:dataset:(urn:li:dataPlatform:{platform},{dataset_name},{env})", + aspects=[], # we append to this list later on ) dataset_snapshot.aspects.append(Status(removed=False)) metadata_record.proposedSnapshot = dataset_snapshot diff --git a/metadata-ingestion/src/datahub/ingestion/source/mce_file.py b/metadata-ingestion/src/datahub/ingestion/source/mce_file.py index e70e02d752..8d35652c12 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/mce_file.py +++ b/metadata-ingestion/src/datahub/ingestion/source/mce_file.py @@ -30,6 +30,8 @@ class MetadataFileSource(Source): for i, obj in enumerate(mce_obj_list): mce: MetadataChangeEvent = MetadataChangeEvent.from_obj(obj) + if not mce.validate(): + raise ValueError(f"failed to parse into valid MCE: {obj}") wu = MetadataWorkUnit(f"file://{self.config.filename}:{i}", mce) self.report.report_workunit(wu) yield wu @@ -39,3 +41,10 @@ class MetadataFileSource(Source): def close(self): pass + + +def check_mce_file(filepath: str) -> str: + mce_source = MetadataFileSource.create({"filename": filepath}, None) + for _ in mce_source.get_workunits(): + pass + return f"{mce_source.get_report().workunits_produced} MCEs found - all valid" diff --git a/metadata-ingestion/src/datahub/ingestion/source/sql_common.py b/metadata-ingestion/src/datahub/ingestion/source/sql_common.py index 7fb21da53c..f5583f269a 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/sql_common.py +++ b/metadata-ingestion/src/datahub/ingestion/source/sql_common.py @@ -162,6 +162,7 @@ def get_schema_metadata( type=get_column_type(sql_report, dataset_name, column["type"]), description=column.get("comment", None), nullable=column["nullable"], + recursive=False, ) canonical_schema.append(field) @@ -229,6 +230,8 @@ class SQLAlchemySource(Source): if description is not None: dataset_properties = DatasetPropertiesClass( description=description, + tags=[], + customProperties={}, # uri=dataset_name, ) dataset_snapshot.aspects.append(dataset_properties) diff --git a/metadata-ingestion/tests/integration/ldap/ldap_mce_golden.json b/metadata-ingestion/tests/integration/ldap/ldap_mce_golden.json index ca90ffae18..c47211e9e8 100644 --- a/metadata-ingestion/tests/integration/ldap/ldap_mce_golden.json +++ b/metadata-ingestion/tests/integration/ldap/ldap_mce_golden.json @@ -8,25 +8,15 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "Bart Simpson" - }, + "displayName": "Bart Simpson", "email": "", - "title": { - "string": "Mr. Boss" - }, + "title": "Mr. Boss", "managerUrn": null, "departmentId": null, "departmentName": null, - "firstName": { - "string": "Bart" - }, - "lastName": { - "string": "Simpson" - }, - "fullName": { - "string": "Bart Simpson" - }, + "firstName": "Bart", + "lastName": "Simpson", + "fullName": "Bart Simpson", "countryCode": null } } @@ -44,29 +34,15 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "Homer Simpson" - }, + "displayName": "Homer Simpson", "email": "hsimpson", - "title": { - "string": "Mr. Everything" - }, - "managerUrn": { - "string": "urn:li:corpuser:bsimpson" - }, + "title": "Mr. Everything", + "managerUrn": "urn:li:corpuser:bsimpson", "departmentId": null, - "departmentName": { - "string": "1001" - }, - "firstName": { - "string": "Homer" - }, - "lastName": { - "string": "Simpson" - }, - "fullName": { - "string": "Homer Simpson" - }, + "departmentName": "1001", + "firstName": "Homer", + "lastName": "Simpson", + "fullName": "Homer Simpson", "countryCode": null } } @@ -84,23 +60,15 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "Lisa Simpson" - }, + "displayName": "Lisa Simpson", "email": "", "title": null, "managerUrn": null, "departmentId": null, "departmentName": null, - "firstName": { - "string": "Lisa" - }, - "lastName": { - "string": "Simpson" - }, - "fullName": { - "string": "Lisa Simpson" - }, + "firstName": "Lisa", + "lastName": "Simpson", + "fullName": "Lisa Simpson", "countryCode": null } } @@ -118,23 +86,15 @@ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, - "displayName": { - "string": "Maggie Simpson" - }, + "displayName": "Maggie Simpson", "email": "", "title": null, "managerUrn": null, "departmentId": null, "departmentName": null, - "firstName": { - "string": "Maggie" - }, - "lastName": { - "string": "Simpson" - }, - "fullName": { - "string": "Maggie Simpson" - }, + "firstName": "Maggie", + "lastName": "Simpson", + "fullName": "Maggie Simpson", "countryCode": null } } diff --git a/metadata-ingestion/tests/integration/mysql/mysql_mce_golden.json b/metadata-ingestion/tests/integration/mysql/mysql_mce_golden.json index 249542392d..a98bff4ee4 100644 --- a/metadata-ingestion/tests/integration/mysql/mysql_mce_golden.json +++ b/metadata-ingestion/tests/integration/mysql/mysql_mce_golden.json @@ -146,9 +146,7 @@ "aspects": [ { "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "This is a table comment" - }, + "description": "This is a table comment", "uri": null, "tags": [], "customProperties": {} @@ -197,9 +195,7 @@ "fieldPath": "urn", "jsonPath": null, "nullable": false, - "description": { - "string": "This is a column comment about URNs" - }, + "description": "This is a column comment about URNs", "type": { "type": { "com.linkedin.pegasus2avro.schema.StringType": {} @@ -288,30332 +284,5 @@ } }, "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.columns_priv,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Column privileges" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.columns_priv", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Host", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Db", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "User", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Table_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Column_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Timestamp", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Column_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "SET(charset='utf8', collation='utf8_general_ci', length=10)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.component,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Components" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.component", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "component_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "component_group_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "component_urn", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.db,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Database privileges" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.db", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Host", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Db", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "User", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Select_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Insert_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Update_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Delete_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Create_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Drop_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Grant_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "References_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Index_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Alter_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Create_tmp_table_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Lock_tables_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Create_view_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Show_view_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Create_routine_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Alter_routine_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Execute_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Event_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Trigger_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.default_roles,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Default roles" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.default_roles", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DEFAULT_ROLE_HOST", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DEFAULT_ROLE_USER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.engine_cost,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.engine_cost", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "engine_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "device_type", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "cost_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "cost_value", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "FLOAT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "last_update", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "comment", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "default_value", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "FLOAT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.func,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "User defined functions" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.func", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ret", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "TINYINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "dl", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "type", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('function', 'aggregate', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.general_log,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "General log" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.general_log", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "event_time", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "user_host", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "MEDIUMTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "thread_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "server_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "command_type", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "argument", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.BytesType": {} - } - }, - "nativeDataType": "MEDIUMBLOB()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.global_grants,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Extended global grants" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.global_grants", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PRIV", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WITH_GRANT_OPTION", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.gtid_executed,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.gtid_executed", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "source_uuid", - "jsonPath": null, - "nullable": false, - "description": { - "string": "uuid of the source where the transaction was originally executed." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=36)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "interval_start", - "jsonPath": null, - "nullable": false, - "description": { - "string": "First number of interval." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "interval_end", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Last number of interval." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.help_category,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "help categories" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.help_category", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "help_category_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "SMALLINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "parent_category_id", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "SMALLINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "url", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.help_keyword,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "help keywords" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.help_keyword", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "help_keyword_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.help_relation,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "keyword-topic relation" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.help_relation", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "help_topic_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "help_keyword_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.help_topic,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "help topics" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.help_topic", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "help_topic_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "help_category_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "SMALLINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "description", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "example", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "url", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.innodb_index_stats,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.innodb_index_stats", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "database_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "table_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8_bin', length=199)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "index_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "last_update", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "stat_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "stat_value", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "sample_size", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "stat_description", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8_bin', length=1024)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.innodb_table_stats,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.innodb_table_stats", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "database_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "table_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8_bin', length=199)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "last_update", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "n_rows", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "clustered_index_size", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "sum_of_other_index_sizes", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.password_history,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Password history for user accounts" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.password_history", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Host", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "User", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Password_timestamp", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Password", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(collation='utf8_bin')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.plugin,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "MySQL plugins" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.plugin", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "dl", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.procs_priv,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Procedure privileges" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.procs_priv", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Host", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Db", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "User", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Routine_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Routine_type", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('FUNCTION', 'PROCEDURE', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Grantor", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8_bin', length=288)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Proc_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "SET(charset='utf8', collation='utf8_general_ci', length=13)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Timestamp", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.proxies_priv,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "User proxy privileges" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.proxies_priv", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Host", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "User", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Proxied_host", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Proxied_user", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "With_grant", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "TINYINT(display_width=1)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Grantor", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8_bin', length=288)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Timestamp", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.replication_asynchronous_connection_failover,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "The source configuration details" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.replication_asynchronous_connection_failover", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Channel_name", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The replication channel name that connects source and replica." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Host", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The source hostname that the replica will attempt to switch over the replication connection to in case of a failure." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Port", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The source port that the replica will attempt to switch over the replication connection to in case of a failure." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Network_namespace", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The source network namespace that the replica will attempt to switch over the replication connection to in case of a failure. If its value is empty, connections use the default (global) namespace." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Weight", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The order in which the replica shall try to switch the connection over to when there are failures. Weight can be set to a number between 1 and 100, where 100 is the highest weight and 1 the lowest." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "TINYINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Managed_name", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The name of the group which this server belongs to." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.replication_asynchronous_connection_failover_managed,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "The managed source configuration details" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.replication_asynchronous_connection_failover_managed", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Channel_name", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The replication channel name that connects source and replica." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Managed_name", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The name of the source which needs to be managed." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Managed_type", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Determines the managed type." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Configuration", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The data to help manage group. For Managed_type = GroupReplication, Configuration value should contain {\"Primary_weight\": 80, \"Secondary_weight\": 60}, so that it assigns weight=80 to PRIMARY of the group, and weight=60 for rest of the members in mysql.replication_asynchronous_connection_failover table." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NullType": {} - } - }, - "nativeDataType": "JSON()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.role_edges,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Role hierarchy and role grants" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.role_edges", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "FROM_HOST", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FROM_USER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TO_HOST", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TO_USER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WITH_ADMIN_OPTION", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.server_cost,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.server_cost", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "cost_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "cost_value", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "FLOAT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "last_update", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "comment", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "default_value", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "FLOAT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.servers,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "MySQL Foreign Servers table" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.servers", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Server_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Host", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Db", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Username", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Password", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Port", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Socket", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Wrapper", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Owner", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.slave_master_info,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Master Information" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.slave_master_info", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Number_of_lines", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Number of lines in the file." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Master_log_name", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The name of the master binary log currently being read from the master." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Master_log_pos", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The master log position of the last read event." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Host", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The host name of the master." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "User_name", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The user name used to connect to the master." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "User_password", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The password used to connect to the master." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Port", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The network port used to connect to the master." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Connect_retry", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The period (in seconds) that the slave will wait before trying to reconnect to the master." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Enabled_ssl", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Indicates whether the server supports SSL connections." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "TINYINT(display_width=1)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Ssl_ca", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The file used for the Certificate Authority (CA) certificate." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Ssl_capath", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The path to the Certificate Authority (CA) certificates." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Ssl_cert", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The name of the SSL certificate file." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Ssl_cipher", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The name of the cipher in use for the SSL connection." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Ssl_key", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The name of the SSL key file." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Ssl_verify_server_cert", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Whether to verify the server certificate." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "TINYINT(display_width=1)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Heartbeat", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "FLOAT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Bind", - "jsonPath": null, - "nullable": true, - "description": { - "string": "Displays which interface is employed when connecting to the MySQL server" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Ignored_server_ids", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The number of server IDs to be ignored, followed by the actual server IDs" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Uuid", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The master server uuid." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Retry_count", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Number of reconnect attempts, to the master, before giving up." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Ssl_crl", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The file used for the Certificate Revocation List (CRL)" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Ssl_crlpath", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The path used for Certificate Revocation List (CRL) files" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Enabled_auto_position", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Indicates whether GTIDs will be used to retrieve events from the master." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "TINYINT(display_width=1)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Channel_name", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The channel on which the slave is connected to a source. Used in Multisource Replication" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Tls_version", - "jsonPath": null, - "nullable": true, - "description": { - "string": "Tls version" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Public_key_path", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The file containing public key of master server." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Get_public_key", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Preference to get public key from master." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "TINYINT(display_width=1)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Network_namespace", - "jsonPath": null, - "nullable": true, - "description": { - "string": "Network namespace used for communication with the master server." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Master_compression_algorithm", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Compression algorithm supported for data transfer between master and slave." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Master_zstd_compression_level", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Compression level associated with zstd compression algorithm." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Tls_ciphersuites", - "jsonPath": null, - "nullable": true, - "description": { - "string": "Ciphersuites used for TLS 1.3 communication with the master server." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Source_connection_auto_failover", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Indicates whether the channel connection failover is enabled." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "TINYINT(display_width=1)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.slave_relay_log_info,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Relay Log Information" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.slave_relay_log_info", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Number_of_lines", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Number of lines in the file or rows in the table. Used to version table definitions." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Relay_log_name", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The name of the current relay log file." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Relay_log_pos", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The relay log position of the last executed event." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Master_log_name", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The name of the master binary log file from which the events in the relay log file were read." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Master_log_pos", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The master log position of the last executed event." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Sql_delay", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The number of seconds that the slave must lag behind the master." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Number_of_workers", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Id", - "jsonPath": null, - "nullable": true, - "description": { - "string": "Internal Id that uniquely identifies this record." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Channel_name", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The channel on which the slave is connected to a source. Used in Multisource Replication" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Privilege_checks_username", - "jsonPath": null, - "nullable": true, - "description": { - "string": "Username part of PRIVILEGE_CHECKS_USER." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Privilege_checks_hostname", - "jsonPath": null, - "nullable": true, - "description": { - "string": "Hostname part of PRIVILEGE_CHECKS_USER." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Require_row_format", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Indicates whether the channel shall only accept row based events." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "TINYINT(display_width=1)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Require_table_primary_key_check", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Indicates what is the channel policy regarding tables having primary keys on create and alter table queries" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('STREAM', 'ON', 'OFF')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Assign_gtids_to_anonymous_transactions_type", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Indicates whether the channel will generate a new GTID for anonymous transactions. OFF means that anonymous transactions will remain anonymous. LOCAL means that anonymous transactions will be assigned a newly generated GTID based on server_uuid. UUID indicates that anonymous transactions will be assigned a newly generated GTID based on Assign_gtids_to_anonymous_transactions_value" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('OFF', 'LOCAL', 'UUID')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Assign_gtids_to_anonymous_transactions_value", - "jsonPath": null, - "nullable": true, - "description": { - "string": "Indicates the UUID used while generating GTIDs for anonymous transactions" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.slave_worker_info,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Worker Information" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.slave_worker_info", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Relay_log_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Relay_log_pos", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Master_log_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Master_log_pos", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Checkpoint_relay_log_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Checkpoint_relay_log_pos", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Checkpoint_master_log_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Checkpoint_master_log_pos", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Checkpoint_seqno", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Checkpoint_group_size", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Checkpoint_group_bitmap", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.BytesType": {} - } - }, - "nativeDataType": "BLOB()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Channel_name", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The channel on which the slave is connected to a source. Used in Multisource Replication" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.slow_log,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Slow log" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.slow_log", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "start_time", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "user_host", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "MEDIUMTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "query_time", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIME(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "lock_time", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIME(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "rows_sent", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "rows_examined", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "db", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=512)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "last_insert_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "insert_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "server_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "sql_text", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.BytesType": {} - } - }, - "nativeDataType": "MEDIUMBLOB()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "thread_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.tables_priv,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Table privileges" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.tables_priv", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Host", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Db", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "User", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Table_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Grantor", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8_bin', length=288)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Timestamp", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Table_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "SET(charset='utf8', collation='utf8_general_ci', length=11)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Column_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "SET(charset='utf8', collation='utf8_general_ci', length=10)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.time_zone,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Time zones" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.time_zone", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Time_zone_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Use_leap_seconds", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('Y', 'N', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.time_zone_leap_second,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Leap seconds information for time zones" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.time_zone_leap_second", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Transition_time", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Correction", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.time_zone_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Time zone names" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.time_zone_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Time_zone_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.time_zone_transition,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Time zone transitions" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.time_zone_transition", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Time_zone_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Transition_time", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Transition_type_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.time_zone_transition_type,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Time zone transition types" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.time_zone_transition_type", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Time_zone_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Transition_type_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Offset", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Is_DST", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "TINYINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Abbreviation", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=8)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,mysql.user,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.dataset.DatasetProperties": { - "description": { - "string": "Users and global privileges" - }, - "uri": null, - "tags": [], - "customProperties": {} - } - }, - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "mysql.user", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "Host", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "User", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Select_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Insert_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Update_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Delete_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Create_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Drop_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Reload_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Shutdown_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Process_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "File_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Grant_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "References_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Index_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Alter_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Show_db_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Super_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Create_tmp_table_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Lock_tables_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Execute_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Repl_slave_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Repl_client_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Create_view_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Show_view_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Create_routine_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Alter_routine_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Create_user_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Event_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Trigger_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Create_tablespace_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ssl_type", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('', 'ANY', 'X509', 'SPECIFIED', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ssl_cipher", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.BytesType": {} - } - }, - "nativeDataType": "BLOB()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "x509_issuer", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.BytesType": {} - } - }, - "nativeDataType": "BLOB()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "x509_subject", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.BytesType": {} - } - }, - "nativeDataType": "BLOB()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "max_questions", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "max_updates", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "max_connections", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "max_user_connections", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "plugin", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "authentication_string", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "password_expired", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "password_last_changed", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "password_lifetime", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "SMALLINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "account_locked", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Create_role_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Drop_role_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Password_reuse_history", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "SMALLINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Password_reuse_time", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "SMALLINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Password_require_current", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('N', 'Y', charset='utf8', collation='utf8_general_ci')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "User_attributes", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NullType": {} - } - }, - "nativeDataType": "JSON()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.accounts,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.accounts", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_CONNECTIONS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TOTAL_CONNECTIONS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.binary_log_transaction_compression_stats,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.binary_log_transaction_compression_stats", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "LOG_TYPE", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The log type to which the transactions were written." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('BINARY', 'RELAY')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COMPRESSION_TYPE", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The transaction compression algorithm used." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TRANSACTION_COUNTER", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Number of transactions written to the log" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COMPRESSED_BYTES_COUNTER", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The total number of bytes compressed." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "UNCOMPRESSED_BYTES_COUNTER", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The total number of bytes uncompressed." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COMPRESSION_PERCENTAGE", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The compression ratio as a percentage." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "SMALLINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FIRST_TRANSACTION_ID", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The first transaction written." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FIRST_TRANSACTION_COMPRESSED_BYTES", - "jsonPath": null, - "nullable": false, - "description": { - "string": "First transaction written compressed bytes." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FIRST_TRANSACTION_UNCOMPRESSED_BYTES", - "jsonPath": null, - "nullable": false, - "description": { - "string": "First transaction written uncompressed bytes." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FIRST_TRANSACTION_TIMESTAMP", - "jsonPath": null, - "nullable": true, - "description": { - "string": "When the first transaction was written." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_TRANSACTION_ID", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The last transaction written." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_TRANSACTION_COMPRESSED_BYTES", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Last transaction written compressed bytes." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_TRANSACTION_UNCOMPRESSED_BYTES", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Last transaction written uncompressed bytes." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_TRANSACTION_TIMESTAMP", - "jsonPath": null, - "nullable": true, - "description": { - "string": "When the last transaction was written." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.cond_instances,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.cond_instances", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.data_lock_waits,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.data_lock_waits", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "ENGINE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "REQUESTING_ENGINE_LOCK_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "REQUESTING_ENGINE_TRANSACTION_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "REQUESTING_THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "REQUESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "REQUESTING_OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BLOCKING_ENGINE_LOCK_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BLOCKING_ENGINE_TRANSACTION_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BLOCKING_THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BLOCKING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BLOCKING_OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.data_locks,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.data_locks", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "ENGINE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ENGINE_LOCK_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ENGINE_TRANSACTION_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PARTITION_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUBPARTITION_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "INDEX_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOCK_TYPE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOCK_MODE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOCK_STATUS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOCK_DATA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(charset='utf8mb4', collation='utf8mb4_0900_ai_ci', length=8192)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.error_log,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.error_log", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "LOGGED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PRIO", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('System', 'Error', 'Warning', 'Note')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERROR_CODE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=10)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUBSYSTEM", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=7)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DATA", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_errors_summary_by_account_by_error,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_errors_summary_by_account_by_error", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERROR_NUMBER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERROR_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SQL_STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=5)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERROR_RAISED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERROR_HANDLED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FIRST_SEEN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_SEEN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_errors_summary_by_host_by_error,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_errors_summary_by_host_by_error", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERROR_NUMBER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERROR_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SQL_STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=5)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERROR_RAISED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERROR_HANDLED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FIRST_SEEN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_SEEN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_errors_summary_by_thread_by_error,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_errors_summary_by_thread_by_error", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERROR_NUMBER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERROR_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SQL_STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=5)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERROR_RAISED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERROR_HANDLED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FIRST_SEEN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_SEEN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_errors_summary_by_user_by_error,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_errors_summary_by_user_by_error", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERROR_NUMBER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERROR_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SQL_STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=5)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERROR_RAISED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERROR_HANDLED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FIRST_SEEN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_SEEN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_errors_summary_global_by_error,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_errors_summary_global_by_error", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "ERROR_NUMBER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERROR_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SQL_STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=5)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERROR_RAISED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERROR_HANDLED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FIRST_SEEN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_SEEN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_stages_current,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_stages_current", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "END_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_START", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_END", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_WAIT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WORK_COMPLETED", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WORK_ESTIMATED", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('TRANSACTION', 'STATEMENT', 'STAGE', 'WAIT')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_stages_history,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_stages_history", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "END_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_START", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_END", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_WAIT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WORK_COMPLETED", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WORK_ESTIMATED", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('TRANSACTION', 'STATEMENT', 'STAGE', 'WAIT')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_stages_history_long,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_stages_history_long", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "END_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_START", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_END", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_WAIT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WORK_COMPLETED", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WORK_ESTIMATED", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('TRANSACTION', 'STATEMENT', 'STAGE', 'WAIT')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_stages_summary_by_account_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_stages_summary_by_account_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_stages_summary_by_host_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_stages_summary_by_host_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_stages_summary_by_thread_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_stages_summary_by_thread_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_stages_summary_by_user_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_stages_summary_by_user_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_stages_summary_global_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_stages_summary_global_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_statements_current,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_statements_current", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "END_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_START", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_END", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_WAIT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOCK_TIME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SQL_TEXT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DIGEST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DIGEST_TEXT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MYSQL_ERRNO", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "RETURNED_SQLSTATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=5)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MESSAGE_TEXT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WARNINGS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ROWS_AFFECTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ROWS_SENT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ROWS_EXAMINED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CREATED_TMP_DISK_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CREATED_TMP_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_FULL_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_FULL_RANGE_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_RANGE_CHECK", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SORT_MERGE_PASSES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SORT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SORT_ROWS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SORT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NO_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NO_GOOD_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('TRANSACTION', 'STATEMENT', 'STAGE', 'WAIT')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_LEVEL", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "STATEMENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_statements_histogram_by_digest,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_statements_histogram_by_digest", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "SCHEMA_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DIGEST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BUCKET_NUMBER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BUCKET_TIMER_LOW", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BUCKET_TIMER_HIGH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_BUCKET", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_BUCKET_AND_LOWER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BUCKET_QUANTILE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "DOUBLE(precision=7, scale=6, asdecimal=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_statements_histogram_global,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_statements_histogram_global", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "BUCKET_NUMBER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BUCKET_TIMER_LOW", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BUCKET_TIMER_HIGH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_BUCKET", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_BUCKET_AND_LOWER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BUCKET_QUANTILE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "DOUBLE(precision=7, scale=6, asdecimal=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_statements_history,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_statements_history", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "END_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_START", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_END", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_WAIT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOCK_TIME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SQL_TEXT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DIGEST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DIGEST_TEXT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MYSQL_ERRNO", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "RETURNED_SQLSTATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=5)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MESSAGE_TEXT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WARNINGS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ROWS_AFFECTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ROWS_SENT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ROWS_EXAMINED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CREATED_TMP_DISK_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CREATED_TMP_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_FULL_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_FULL_RANGE_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_RANGE_CHECK", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SORT_MERGE_PASSES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SORT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SORT_ROWS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SORT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NO_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NO_GOOD_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('TRANSACTION', 'STATEMENT', 'STAGE', 'WAIT')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_LEVEL", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "STATEMENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_statements_history_long,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_statements_history_long", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "END_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_START", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_END", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_WAIT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOCK_TIME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SQL_TEXT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DIGEST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DIGEST_TEXT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MYSQL_ERRNO", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "RETURNED_SQLSTATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=5)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MESSAGE_TEXT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WARNINGS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ROWS_AFFECTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ROWS_SENT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ROWS_EXAMINED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CREATED_TMP_DISK_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CREATED_TMP_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_FULL_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_FULL_RANGE_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_RANGE_CHECK", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SELECT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SORT_MERGE_PASSES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SORT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SORT_ROWS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SORT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NO_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NO_GOOD_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('TRANSACTION', 'STATEMENT', 'STAGE', 'WAIT')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_LEVEL", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "STATEMENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_statements_summary_by_account_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_statements_summary_by_account_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_LOCK_TIME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_WARNINGS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_AFFECTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_SENT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_EXAMINED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_DISK_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_RANGE_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE_CHECK", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_MERGE_PASSES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_ROWS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_GOOD_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_statements_summary_by_digest,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_statements_summary_by_digest", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "SCHEMA_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DIGEST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DIGEST_TEXT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_LOCK_TIME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_WARNINGS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_AFFECTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_SENT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_EXAMINED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_DISK_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_RANGE_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE_CHECK", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_MERGE_PASSES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_ROWS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_GOOD_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FIRST_SEEN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_SEEN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "QUANTILE_95", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "QUANTILE_99", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "QUANTILE_999", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "QUERY_SAMPLE_TEXT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "QUERY_SAMPLE_SEEN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "QUERY_SAMPLE_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_statements_summary_by_host_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_statements_summary_by_host_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_LOCK_TIME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_WARNINGS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_AFFECTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_SENT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_EXAMINED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_DISK_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_RANGE_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE_CHECK", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_MERGE_PASSES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_ROWS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_GOOD_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_statements_summary_by_program,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_statements_summary_by_program", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('EVENT', 'FUNCTION', 'PROCEDURE', 'TABLE', 'TRIGGER')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STATEMENTS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_STATEMENTS_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_STATEMENTS_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_STATEMENTS_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_STATEMENTS_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_LOCK_TIME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_WARNINGS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_AFFECTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_SENT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_EXAMINED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_DISK_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_RANGE_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE_CHECK", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_MERGE_PASSES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_ROWS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_GOOD_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_statements_summary_by_thread_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_statements_summary_by_thread_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_LOCK_TIME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_WARNINGS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_AFFECTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_SENT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_EXAMINED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_DISK_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_RANGE_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE_CHECK", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_MERGE_PASSES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_ROWS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_GOOD_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_statements_summary_by_user_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_statements_summary_by_user_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_LOCK_TIME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_WARNINGS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_AFFECTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_SENT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_EXAMINED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_DISK_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_RANGE_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE_CHECK", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_MERGE_PASSES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_ROWS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_GOOD_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_statements_summary_global_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_statements_summary_global_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_LOCK_TIME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_WARNINGS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_AFFECTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_SENT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_EXAMINED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_DISK_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_RANGE_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE_CHECK", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_MERGE_PASSES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_ROWS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_GOOD_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_transactions_current,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_transactions_current", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "END_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('ACTIVE', 'COMMITTED', 'ROLLED BACK')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TRX_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "GTID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "XID_FORMAT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "XID_GTRID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=130)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "XID_BQUAL", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=130)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "XA_STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_START", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_END", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_WAIT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ACCESS_MODE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('READ ONLY', 'READ WRITE')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ISOLATION_LEVEL", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AUTOCOMMIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NUMBER_OF_SAVEPOINTS", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NUMBER_OF_ROLLBACK_TO_SAVEPOINT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NUMBER_OF_RELEASE_SAVEPOINT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('TRANSACTION', 'STATEMENT', 'STAGE', 'WAIT')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_transactions_history,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_transactions_history", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "END_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('ACTIVE', 'COMMITTED', 'ROLLED BACK')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TRX_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "GTID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "XID_FORMAT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "XID_GTRID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=130)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "XID_BQUAL", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=130)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "XA_STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_START", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_END", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_WAIT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ACCESS_MODE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('READ ONLY', 'READ WRITE')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ISOLATION_LEVEL", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AUTOCOMMIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NUMBER_OF_SAVEPOINTS", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NUMBER_OF_ROLLBACK_TO_SAVEPOINT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NUMBER_OF_RELEASE_SAVEPOINT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('TRANSACTION', 'STATEMENT', 'STAGE', 'WAIT')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_transactions_history_long,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_transactions_history_long", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "END_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('ACTIVE', 'COMMITTED', 'ROLLED BACK')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TRX_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "GTID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "XID_FORMAT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "XID_GTRID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=130)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "XID_BQUAL", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=130)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "XA_STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_START", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_END", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_WAIT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ACCESS_MODE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('READ ONLY', 'READ WRITE')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ISOLATION_LEVEL", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AUTOCOMMIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NUMBER_OF_SAVEPOINTS", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NUMBER_OF_ROLLBACK_TO_SAVEPOINT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NUMBER_OF_RELEASE_SAVEPOINT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('TRANSACTION', 'STATEMENT', 'STAGE', 'WAIT')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_transactions_summary_by_account_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_transactions_summary_by_account_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_transactions_summary_by_host_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_transactions_summary_by_host_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_transactions_summary_by_thread_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_transactions_summary_by_thread_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_transactions_summary_by_user_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_transactions_summary_by_user_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_transactions_summary_global_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_transactions_summary_global_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_ONLY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_waits_current,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_waits_current", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "END_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_START", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_END", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_WAIT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SPINS", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=512)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "INDEX_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('TRANSACTION', 'STATEMENT', 'STAGE', 'WAIT')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OPERATION", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NUMBER_OF_BYTES", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FLAGS", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_waits_history,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_waits_history", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "END_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_START", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_END", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_WAIT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SPINS", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=512)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "INDEX_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('TRANSACTION', 'STATEMENT', 'STAGE', 'WAIT')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OPERATION", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NUMBER_OF_BYTES", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FLAGS", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_waits_history_long,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_waits_history_long", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "END_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_START", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_END", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_WAIT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SPINS", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=512)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "INDEX_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NESTING_EVENT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('TRANSACTION', 'STATEMENT', 'STAGE', 'WAIT')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OPERATION", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NUMBER_OF_BYTES", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FLAGS", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_waits_summary_by_account_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_waits_summary_by_account_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_waits_summary_by_host_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_waits_summary_by_host_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_waits_summary_by_instance,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_waits_summary_by_instance", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_waits_summary_by_thread_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_waits_summary_by_thread_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_waits_summary_by_user_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_waits_summary_by_user_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.events_waits_summary_global_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.events_waits_summary_global_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.file_instances,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.file_instances", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "FILE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=512)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OPEN_COUNT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.file_summary_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.file_summary_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.file_summary_by_instance,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.file_summary_by_instance", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "FILE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=512)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.global_status,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.global_status", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "VARIABLE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.global_variables,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.global_variables", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "VARIABLE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.host_cache,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.host_cache", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "IP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST_VALIDATED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CONNECT_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_HOST_BLOCKED_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_NAMEINFO_TRANSIENT_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_NAMEINFO_PERMANENT_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_FORMAT_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_ADDRINFO_TRANSIENT_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_ADDRINFO_PERMANENT_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_FCRDNS_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_HOST_ACL_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_NO_AUTH_PLUGIN_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_AUTH_PLUGIN_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_HANDSHAKE_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_PROXY_USER_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_PROXY_USER_ACL_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_AUTHENTICATION_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_SSL_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_MAX_USER_CONNECTIONS_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_MAX_USER_CONNECTIONS_PER_HOUR_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_DEFAULT_DATABASE_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_INIT_CONNECT_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_LOCAL_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_UNKNOWN_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FIRST_SEEN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_SEEN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FIRST_ERROR_SEEN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_ERROR_SEEN", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.hosts,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.hosts", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_CONNECTIONS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TOTAL_CONNECTIONS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.keyring_keys,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.keyring_keys", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "KEY_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8mb4_bin', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "KEY_OWNER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8mb4_bin', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "BACKEND_KEY_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8mb4_bin', length=255)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.log_status,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.log_status", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "SERVER_UUID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=36)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOCAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NullType": {} - } - }, - "nativeDataType": "JSON()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "REPLICATION", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NullType": {} - } - }, - "nativeDataType": "JSON()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "STORAGE_ENGINES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NullType": {} - } - }, - "nativeDataType": "JSON()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.memory_summary_by_account_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.memory_summary_by_account_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_ALLOC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_FREE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_ALLOC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_FREE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOW_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HIGH_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOW_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HIGH_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.memory_summary_by_host_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.memory_summary_by_host_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_ALLOC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_FREE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_ALLOC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_FREE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOW_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HIGH_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOW_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HIGH_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.memory_summary_by_thread_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.memory_summary_by_thread_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_ALLOC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_FREE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_ALLOC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_FREE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOW_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HIGH_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOW_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HIGH_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.memory_summary_by_user_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.memory_summary_by_user_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_ALLOC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_FREE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_ALLOC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_FREE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOW_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HIGH_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOW_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HIGH_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.memory_summary_global_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.memory_summary_global_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_ALLOC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_FREE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_ALLOC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_FREE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOW_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HIGH_COUNT_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOW_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HIGH_NUMBER_OF_BYTES_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.metadata_locks,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.metadata_locks", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COLUMN_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOCK_TYPE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOCK_DURATION", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOCK_STATUS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OWNER_THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OWNER_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.mutex_instances,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.mutex_instances", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LOCKED_BY_THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.objects_summary_global_by_type,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.objects_summary_global_by_type", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.performance_timers,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.performance_timers", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "TIMER_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('CYCLE', 'NANOSECOND', 'MICROSECOND', 'MILLISECOND')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_FREQUENCY", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_RESOLUTION", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_OVERHEAD", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.persisted_variables,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.persisted_variables", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "VARIABLE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.prepared_statements_instances,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.prepared_statements_instances", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "STATEMENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "STATEMENT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SQL_TEXT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OWNER_THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OWNER_EVENT_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OWNER_OBJECT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('EVENT', 'FUNCTION', 'PROCEDURE', 'TABLE', 'TRIGGER')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OWNER_OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OWNER_OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMER_PREPARE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_REPREPARE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_EXECUTE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_EXECUTE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_EXECUTE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_EXECUTE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_EXECUTE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_LOCK_TIME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ERRORS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_WARNINGS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_AFFECTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_SENT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_ROWS_EXAMINED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_DISK_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_CREATED_TMP_TABLES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_FULL_RANGE_JOIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_RANGE_CHECK", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SELECT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_MERGE_PASSES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_RANGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_ROWS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_SORT_SCAN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NO_GOOD_INDEX_USED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.processlist,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.processlist", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DB", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COMMAND", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=16)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "INFO", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.replication_applier_configuration,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.replication_applier_configuration", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "CHANNEL_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DESIRED_DELAY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PRIVILEGE_CHECKS_USER", - "jsonPath": null, - "nullable": true, - "description": { - "string": "User name for the security context of the applier." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "REQUIRE_ROW_FORMAT", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Indicates whether the channel shall only accept row based events." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "REQUIRE_TABLE_PRIMARY_KEY_CHECK", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Indicates what is the channel policy regarding tables having primary keys on create and alter table queries" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('STREAM', 'ON', 'OFF')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS_TYPE", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Indicates whether the channel will generate a new GTID for anonymous transactions. OFF means that anonymous transactions will remain anonymous. LOCAL means that anonymous transactions will be assigned a newly generated GTID based on server_uuid. UUID indicates that anonymous transactions will be assigned a newly generated GTID based on Assign_gtids_to_anonymous_transactions_value" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('OFF', 'LOCAL', 'UUID')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS_VALUE", - "jsonPath": null, - "nullable": true, - "description": { - "string": "Indicates the UUID used while generating GTIDs for anonymous transactions" - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.replication_applier_filters,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.replication_applier_filters", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "CHANNEL_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FILTER_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FILTER_RULE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CONFIGURED_BY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('STARTUP_OPTIONS', 'CHANGE_REPLICATION_FILTER', 'STARTUP_OPTIONS_FOR_CHANNEL', 'CHANGE_REPLICATION_FILTER_FOR_CHANNEL')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ACTIVE_SINCE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNTER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.replication_applier_global_filters,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.replication_applier_global_filters", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "FILTER_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "FILTER_RULE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CONFIGURED_BY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('STARTUP_OPTIONS', 'CHANGE_REPLICATION_FILTER')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ACTIVE_SINCE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.replication_applier_status,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.replication_applier_status", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "CHANNEL_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SERVICE_STATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('ON', 'OFF')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "REMAINING_DELAY", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_TRANSACTIONS_RETRIES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.replication_applier_status_by_coordinator,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.replication_applier_status_by_coordinator", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "CHANNEL_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SERVICE_STATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('ON', 'OFF')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_ERROR_NUMBER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_ERROR_MESSAGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_ERROR_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_PROCESSED_TRANSACTION", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=57)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_PROCESSED_TRANSACTION_ORIGINAL_COMMIT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_PROCESSED_TRANSACTION_IMMEDIATE_COMMIT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_PROCESSED_TRANSACTION_START_BUFFER_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_PROCESSED_TRANSACTION_END_BUFFER_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROCESSING_TRANSACTION", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=57)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROCESSING_TRANSACTION_ORIGINAL_COMMIT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROCESSING_TRANSACTION_IMMEDIATE_COMMIT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROCESSING_TRANSACTION_START_BUFFER_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.replication_applier_status_by_worker,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.replication_applier_status_by_worker", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "CHANNEL_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WORKER_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SERVICE_STATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('ON', 'OFF')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_ERROR_NUMBER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_ERROR_MESSAGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_ERROR_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_APPLIED_TRANSACTION", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=57)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_APPLIED_TRANSACTION_ORIGINAL_COMMIT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_APPLIED_TRANSACTION_IMMEDIATE_COMMIT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_APPLIED_TRANSACTION_START_APPLY_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_APPLIED_TRANSACTION_END_APPLY_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "APPLYING_TRANSACTION", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=57)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "APPLYING_TRANSACTION_ORIGINAL_COMMIT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "APPLYING_TRANSACTION_IMMEDIATE_COMMIT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "APPLYING_TRANSACTION_START_APPLY_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_APPLIED_TRANSACTION_RETRIES_COUNT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_APPLIED_TRANSACTION_LAST_TRANSIENT_ERROR_NUMBER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_APPLIED_TRANSACTION_LAST_TRANSIENT_ERROR_MESSAGE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_APPLIED_TRANSACTION_LAST_TRANSIENT_ERROR_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "APPLYING_TRANSACTION_RETRIES_COUNT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "APPLYING_TRANSACTION_LAST_TRANSIENT_ERROR_NUMBER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "APPLYING_TRANSACTION_LAST_TRANSIENT_ERROR_MESSAGE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "APPLYING_TRANSACTION_LAST_TRANSIENT_ERROR_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.replication_asynchronous_connection_failover,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.replication_asynchronous_connection_failover", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "CHANNEL_NAME", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The replication channel name that connects source and replica." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The source hostname that the replica will attempt to switch over the replication connection to in case of a failure." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PORT", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The source port that the replica will attempt to switch over the replication connection to in case of a failure." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NETWORK_NAMESPACE", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The source network namespace that the replica will attempt to switch over the replication connection to in case of a failure. If its value is empty, connections use the default (global) namespace." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WEIGHT", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The order in which the replica shall try to switch the connection over to when there are failures. Weight can be set to a number between 1 and 100, where 100 is the highest weight and 1 the lowest." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MANAGED_NAME", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The name of the group which this server belongs to." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.replication_asynchronous_connection_failover_managed,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.replication_asynchronous_connection_failover_managed", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "CHANNEL_NAME", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The replication channel name that connects source and replica." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MANAGED_NAME", - "jsonPath": null, - "nullable": false, - "description": { - "string": "The name of the source which needs to be managed." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MANAGED_TYPE", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Determines the managed type." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8', collation='utf8_general_ci', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CONFIGURATION", - "jsonPath": null, - "nullable": true, - "description": { - "string": "The data to help manage group. For Managed_type = GroupReplication, Configuration value should contain {\"Primary_weight\": 80, \"Secondary_weight\": 60}, so that it assigns weight=80 to PRIMARY of the group, and weight=60 for rest of the members in mysql.replication_asynchronous_connection_failover table." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NullType": {} - } - }, - "nativeDataType": "JSON()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.replication_connection_configuration,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.replication_connection_configuration", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "CHANNEL_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PORT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NETWORK_INTERFACE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=60)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AUTO_POSITION", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('1', '0')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SSL_ALLOWED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO', 'IGNORED')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SSL_CA_FILE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=512)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SSL_CA_PATH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=512)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SSL_CERTIFICATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=512)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SSL_CIPHER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=512)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SSL_KEY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=512)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SSL_VERIFY_SERVER_CERTIFICATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SSL_CRL_FILE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SSL_CRL_PATH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CONNECTION_RETRY_INTERVAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CONNECTION_RETRY_COUNT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HEARTBEAT_INTERVAL", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Number of seconds after which a heartbeat will be sent ." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "DOUBLE(precision=10, scale=3, asdecimal=True, unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TLS_VERSION", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PUBLIC_KEY_PATH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=512)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "GET_PUBLIC_KEY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NETWORK_NAMESPACE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COMPRESSION_ALGORITHM", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Compression algorithm used for data transfer between master and slave." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ZSTD_COMPRESSION_LEVEL", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Compression level associated with zstd compression algorithm." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TLS_CIPHERSUITES", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT(charset='utf8', collation='utf8_bin')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE_CONNECTION_AUTO_FAILOVER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('1', '0')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.replication_connection_status,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.replication_connection_status", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "CHANNEL_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "GROUP_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=36)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOURCE_UUID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=36)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SERVICE_STATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('ON', 'OFF', 'CONNECTING')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_RECEIVED_HEARTBEATS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_HEARTBEAT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": { - "string": "Shows when the most recent heartbeat signal was received." - }, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "RECEIVED_TRANSACTION_SET", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_ERROR_NUMBER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_ERROR_MESSAGE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_ERROR_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_QUEUED_TRANSACTION", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=57)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_QUEUED_TRANSACTION_ORIGINAL_COMMIT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_QUEUED_TRANSACTION_IMMEDIATE_COMMIT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_QUEUED_TRANSACTION_START_QUEUE_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_QUEUED_TRANSACTION_END_QUEUE_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "QUEUEING_TRANSACTION", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=57)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "QUEUEING_TRANSACTION_ORIGINAL_COMMIT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "QUEUEING_TRANSACTION_IMMEDIATE_COMMIT_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "QUEUEING_TRANSACTION_START_QUEUE_TIMESTAMP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.replication_group_member_stats,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.replication_group_member_stats", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "CHANNEL_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VIEW_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=60)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MEMBER_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=36)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_TRANSACTIONS_IN_QUEUE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_TRANSACTIONS_CHECKED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_CONFLICTS_DETECTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_TRANSACTIONS_ROWS_VALIDATING", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TRANSACTIONS_COMMITTED_ALL_MEMBERS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "LAST_CONFLICT_FREE_TRANSACTION", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_TRANSACTIONS_REMOTE_IN_APPLIER_QUEUE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_TRANSACTIONS_REMOTE_APPLIED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_TRANSACTIONS_LOCAL_PROPOSED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_TRANSACTIONS_LOCAL_ROLLBACK", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.replication_group_members,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.replication_group_members", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "CHANNEL_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MEMBER_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=36)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MEMBER_HOST", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MEMBER_PORT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MEMBER_STATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MEMBER_ROLE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MEMBER_VERSION", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=64)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.rwlock_instances,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.rwlock_instances", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "WRITE_LOCKED_BY_THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "READ_LOCKED_BY_COUNT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.session_account_connect_attrs,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.session_account_connect_attrs", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "PROCESSLIST_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ATTR_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ATTR_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8mb4_bin', length=1024)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ORDINAL_POSITION", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.session_connect_attrs,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.session_connect_attrs", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "PROCESSLIST_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ATTR_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ATTR_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(collation='utf8mb4_bin', length=1024)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ORDINAL_POSITION", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.session_status,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.session_status", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "VARIABLE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.session_variables,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.session_variables", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "VARIABLE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.setup_actors,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.setup_actors", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ROLE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ENABLED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HISTORY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.setup_consumers,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.setup_consumers", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ENABLED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.setup_instruments,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.setup_instruments", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ENABLED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMED", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROPERTIES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "SET(length=17)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VOLATILITY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DOCUMENTATION", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.setup_objects,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.setup_objects", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('EVENT', 'FUNCTION', 'PROCEDURE', 'TABLE', 'TRIGGER')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ENABLED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TIMED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.setup_threads,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.setup_threads", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ENABLED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HISTORY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROPERTIES", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "SET(length=9)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VOLATILITY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "DOCUMENTATION", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.socket_instances,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.socket_instances", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SOCKET_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "IP", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PORT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "STATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('IDLE', 'ACTIVE')", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.socket_summary_by_event_name,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.socket_summary_by_event_name", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.socket_summary_by_instance,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.socket_summary_by_instance", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "EVENT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_NUMBER_OF_BYTES_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_MISC", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.status_by_account,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.status_by_account", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.status_by_host,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.status_by_host", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.status_by_thread,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.status_by_thread", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.status_by_user,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.status_by_user", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.table_handles,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.table_handles", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_INSTANCE_BEGIN", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OWNER_THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OWNER_EVENT_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "INTERNAL_LOCK", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "EXTERNAL_LOCK", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.table_io_waits_summary_by_index_usage,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.table_io_waits_summary_by_index_usage", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "INDEX_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_FETCH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_FETCH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_FETCH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_FETCH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_FETCH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_UPDATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_UPDATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_UPDATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_UPDATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_UPDATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_DELETE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_DELETE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_DELETE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_DELETE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_DELETE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.table_io_waits_summary_by_table,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.table_io_waits_summary_by_table", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_FETCH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_FETCH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_FETCH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_FETCH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_FETCH", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_UPDATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_UPDATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_UPDATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_UPDATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_UPDATE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_DELETE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_DELETE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_DELETE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_DELETE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_DELETE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.table_lock_waits_summary_by_table,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.table_lock_waits_summary_by_table", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "OBJECT_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_SCHEMA", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "OBJECT_NAME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_STAR", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WAIT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_NORMAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_NORMAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_NORMAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_NORMAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_NORMAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_WITH_SHARED_LOCKS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_WITH_SHARED_LOCKS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_WITH_SHARED_LOCKS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_WITH_SHARED_LOCKS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_WITH_SHARED_LOCKS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_HIGH_PRIORITY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_HIGH_PRIORITY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_HIGH_PRIORITY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_HIGH_PRIORITY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_HIGH_PRIORITY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_NO_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_NO_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_NO_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_NO_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_NO_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_READ_EXTERNAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_READ_EXTERNAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_READ_EXTERNAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_READ_EXTERNAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_READ_EXTERNAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_WRITE_ALLOW_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WRITE_ALLOW_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WRITE_ALLOW_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WRITE_ALLOW_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WRITE_ALLOW_WRITE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_WRITE_CONCURRENT_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WRITE_CONCURRENT_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WRITE_CONCURRENT_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WRITE_CONCURRENT_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WRITE_CONCURRENT_INSERT", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_WRITE_LOW_PRIORITY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WRITE_LOW_PRIORITY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WRITE_LOW_PRIORITY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WRITE_LOW_PRIORITY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WRITE_LOW_PRIORITY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_WRITE_NORMAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WRITE_NORMAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WRITE_NORMAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WRITE_NORMAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WRITE_NORMAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "COUNT_WRITE_EXTERNAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SUM_TIMER_WRITE_EXTERNAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_TIMER_WRITE_EXTERNAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "AVG_TIMER_WRITE_EXTERNAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_TIMER_WRITE_EXTERNAL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.threads,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.threads", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TYPE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=10)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROCESSLIST_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROCESSLIST_USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROCESSLIST_HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROCESSLIST_DB", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROCESSLIST_COMMAND", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=16)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROCESSLIST_TIME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROCESSLIST_STATE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROCESSLIST_INFO", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PARENT_THREAD_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ROLE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "INSTRUMENTED", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "HISTORY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('YES', 'NO')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CONNECTION_TYPE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=16)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "THREAD_OS_ID", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "RESOURCE_GROUP", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.tls_channel_status,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.tls_channel_status", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "CHANNEL", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "PROPERTY", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VALUE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=2048)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.user_defined_functions,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.user_defined_functions", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "UDF_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "UDF_RETURN_TYPE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=20)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "UDF_TYPE", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=20)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "UDF_LIBRARY", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "UDF_USAGE_COUNT", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.user_variables_by_thread,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.user_variables_by_thread", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.BytesType": {} - } - }, - "nativeDataType": "LONGBLOB()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.users,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.users", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "CURRENT_CONNECTIONS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "TOTAL_CONNECTIONS", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.variables_by_thread,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.variables_by_thread", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "THREAD_ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,performance_schema.variables_info,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "performance_schema.variables_info", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "VARIABLE_NAME", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_SOURCE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.EnumType": {} - } - }, - "nativeDataType": "ENUM('COMPILED', 'GLOBAL', 'SERVER', 'EXPLICIT', 'EXTRA', 'USER', 'LOGIN', 'COMMAND_LINE', 'PERSISTED', 'DYNAMIC')", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "VARIABLE_PATH", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=1024)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MIN_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "MAX_VALUE", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SET_TIME", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SET_USER", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='utf8mb4', collation='utf8mb4_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "SET_HOST", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null -}, -{ - "auditHeader": null, - "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,sys.sys_config,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "sys.sys_config", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1615443388097, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ - { - "fieldPath": "variable", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "value", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "set_time", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.TimeType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "set_by", - "jsonPath": null, - "nullable": true, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=128)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } - }, - "proposedDelta": null } ] \ No newline at end of file diff --git a/metadata-ingestion/tests/integration/mysql/mysql_to_file.yml b/metadata-ingestion/tests/integration/mysql/mysql_to_file.yml index 867385093b..281dd76552 100644 --- a/metadata-ingestion/tests/integration/mysql/mysql_to_file.yml +++ b/metadata-ingestion/tests/integration/mysql/mysql_to_file.yml @@ -7,8 +7,11 @@ source: password: example database: metagalaxy host_port: localhost:53306 + schema_pattern: + allow: + - "^metagalaxy" sink: type: file config: - filename: './mysql_mces.json' + filename: "./mysql_mces.json" diff --git a/metadata-ingestion/tests/integration/sql_server/mssql_mces_golden.json b/metadata-ingestion/tests/integration/sql_server/mssql_mce_golden.json similarity index 100% rename from metadata-ingestion/tests/integration/sql_server/mssql_mces_golden.json rename to metadata-ingestion/tests/integration/sql_server/mssql_mce_golden.json diff --git a/metadata-ingestion/tests/integration/sql_server/test_sql_server.py b/metadata-ingestion/tests/integration/sql_server/test_sql_server.py index 77244c2430..b879e011eb 100644 --- a/metadata-ingestion/tests/integration/sql_server/test_sql_server.py +++ b/metadata-ingestion/tests/integration/sql_server/test_sql_server.py @@ -29,6 +29,6 @@ def test_mssql_ingest(sql_server, pytestconfig, tmp_path, mock_time): # Verify the output. golden = mce_helpers.load_json_file( - str(test_resources_dir / "mssql_mces_golden.json") + str(test_resources_dir / "mssql_mce_golden.json") ) mce_helpers.assert_mces_equal(output, golden) diff --git a/metadata-ingestion/tests/unit/serde/test_serde.py b/metadata-ingestion/tests/unit/serde/test_serde.py index f62507f1e0..58a2264265 100644 --- a/metadata-ingestion/tests/unit/serde/test_serde.py +++ b/metadata-ingestion/tests/unit/serde/test_serde.py @@ -1,5 +1,7 @@ import mce_helpers +from click.testing import CliRunner +from datahub.entrypoints import datahub from datahub.ingestion.run.pipeline import Pipeline @@ -24,3 +26,23 @@ def test_serde_large(pytestconfig, tmp_path): output = mce_helpers.load_json_file(tmp_path / output_filename) golden = mce_helpers.load_json_file(golden_file) mce_helpers.assert_mces_equal(output, golden) + + +def test_check_mce_schema(pytestconfig): + json_filename = "test_serde_large.json" + test_resources_dir = pytestconfig.rootpath / "tests/unit/serde" + json_file_path = test_resources_dir / json_filename + + runner = CliRunner() + result = runner.invoke(datahub, ["check", "mce-file", f"{json_file_path}"]) + assert result.exit_code == 0 + + +def test_reader_allows_verbose_unions(pytestconfig): + json_filename = "test_serde_backwards_compat.json" + test_resources_dir = pytestconfig.rootpath / "tests/unit/serde" + json_file_path = test_resources_dir / json_filename + + runner = CliRunner() + result = runner.invoke(datahub, ["check", "mce-file", f"{json_file_path}"]) + assert result.exit_code == 0 diff --git a/metadata-ingestion/tests/unit/serde/test_serde_backwards_compat.json b/metadata-ingestion/tests/unit/serde/test_serde_backwards_compat.json new file mode 100644 index 0000000000..89d9366b38 --- /dev/null +++ b/metadata-ingestion/tests/unit/serde/test_serde_backwards_compat.json @@ -0,0 +1,229 @@ +[ + { + "auditHeader": null, + "proposedSnapshot": { + "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { + "urn": "urn:li:dataset:(urn:li:dataPlatform:bigquery,bigquery-public-data.covid19_geotab_mobility_impact.airport_traffic,PROD)", + "aspects": [ + { + "com.linkedin.pegasus2avro.dataset.DatasetProperties": { + "description": { + "string": "This dataset shows traffic to and from the Airport as a Percentage of the Traffic volume during the baseline period. The baseline period used for computing this metric is from 1st Feb to 15th March 2020. The dataset gets updated daily." + }, + "uri": null, + "tags": [], + "customProperties": {} + } + }, + { + "com.linkedin.pegasus2avro.schema.SchemaMetadata": { + "schemaName": "bigquery-public-data.covid19_geotab_mobility_impact.airport_traffic", + "platform": "urn:li:dataPlatform:bigquery", + "version": 0, + "created": { + "time": 1615444202056, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "lastModified": { + "time": 1615444202056, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "deleted": null, + "dataset": null, + "cluster": null, + "hash": "", + "platformSchema": { + "com.linkedin.pegasus2avro.schema.MySqlDDL": { + "tableSchema": "" + } + }, + "fields": [ + { + "fieldPath": "aggregation_method", + "jsonPath": null, + "nullable": true, + "description": { + "string": "Aggregation period used to compute this metric" + }, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "String()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "date", + "jsonPath": null, + "nullable": true, + "description": { + "string": "Date of the data" + }, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.DateType": {} + } + }, + "nativeDataType": "DATE()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "version", + "jsonPath": null, + "nullable": true, + "description": { + "string": "Version of the table" + }, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "String()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "airport_name", + "jsonPath": null, + "nullable": true, + "description": { + "string": "Aggregation period used to compute this metric" + }, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "String()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "percent_of_baseline", + "jsonPath": null, + "nullable": true, + "description": { + "string": "Proportion of trips on this date as compared to Avg number of trips on the same day of week in baseline period i.e 1st February 2020 - 15th March 2020" + }, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NumberType": {} + } + }, + "nativeDataType": "Float()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "center_point_geom", + "jsonPath": null, + "nullable": true, + "description": { + "string": "Geographic representation of the centroid of the Airport polygon" + }, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NullType": {} + } + }, + "nativeDataType": "NullType()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "city", + "jsonPath": null, + "nullable": true, + "description": { + "string": "City within which the Airport is located" + }, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "String()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "state_region", + "jsonPath": null, + "nullable": true, + "description": { + "string": "State within which the Airport is located" + }, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "String()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "country_iso_code_2", + "jsonPath": null, + "nullable": true, + "description": { + "string": "ISO 3166-2 code representing the county and subdivision within which the Airport is located" + }, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "String()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "country_name", + "jsonPath": null, + "nullable": true, + "description": { + "string": "Full text name of the country within which the Airport is located" + }, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "String()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "airport_geom", + "jsonPath": null, + "nullable": true, + "description": { + "string": "Geographic representation of the Airport polygon" + }, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NullType": {} + } + }, + "nativeDataType": "NullType()", + "recursive": false, + "globalTags": null + } + ], + "primaryKeys": null, + "foreignKeysSpecs": null + } + } + ] + } + }, + "proposedDelta": null + } +] \ No newline at end of file diff --git a/metadata-ingestion/tests/unit/serde/test_serde_large.json b/metadata-ingestion/tests/unit/serde/test_serde_large.json index cd2de80d99..68b9445675 100644 --- a/metadata-ingestion/tests/unit/serde/test_serde_large.json +++ b/metadata-ingestion/tests/unit/serde/test_serde_large.json @@ -1,640 +1,640 @@ [ - { +{ "auditHeader": null, "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,metagalaxy.metagalaxy.metadata_aspect,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "metagalaxy.metagalaxy.metadata_aspect", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1613070834000, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1613070834000, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" + "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { + "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,metagalaxy.metagalaxy.metadata_aspect,PROD)", + "aspects": [ + { + "com.linkedin.pegasus2avro.schema.SchemaMetadata": { + "schemaName": "metagalaxy.metagalaxy.metadata_aspect", + "platform": "urn:li:dataPlatform:mysql", + "version": 0, + "created": { + "time": 1613070834000, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "lastModified": { + "time": 1613070834000, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "deleted": null, + "dataset": null, + "cluster": null, + "hash": "", + "platformSchema": { + "com.linkedin.pegasus2avro.schema.MySqlDDL": { + "tableSchema": "" + } + }, + "fields": [ + { + "fieldPath": "urn", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "VARCHAR(length=500)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "aspect", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "VARCHAR(length=200)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "version", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NumberType": {} + } + }, + "nativeDataType": "BIGINT()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "metadata", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "LONGTEXT()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "createdon", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NullType": {} + } + }, + "nativeDataType": "DATETIME(fsp=6)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "createdby", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "VARCHAR(length=255)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "createdfor", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "VARCHAR(length=255)", + "recursive": false, + "globalTags": null + } + ], + "primaryKeys": null, + "foreignKeysSpecs": null + } } - }, - "fields": [ - { - "fieldPath": "urn", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=500)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "aspect", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=200)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "version", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "metadata", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "LONGTEXT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "createdon", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NullType": {} - } - }, - "nativeDataType": "DATETIME(fsp=6)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "createdby", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "createdfor", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=255)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } + ] + } }, "proposedDelta": null - }, - { +}, +{ "auditHeader": null, "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,metagalaxy.metagalaxy.metadata_index,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "metagalaxy.metagalaxy.metadata_index", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1613070834000, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1613070834000, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" + "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { + "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,metagalaxy.metagalaxy.metadata_index,PROD)", + "aspects": [ + { + "com.linkedin.pegasus2avro.schema.SchemaMetadata": { + "schemaName": "metagalaxy.metagalaxy.metadata_index", + "platform": "urn:li:dataPlatform:mysql", + "version": 0, + "created": { + "time": 1613070834000, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "lastModified": { + "time": 1613070834000, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "deleted": null, + "dataset": null, + "cluster": null, + "hash": "", + "platformSchema": { + "com.linkedin.pegasus2avro.schema.MySqlDDL": { + "tableSchema": "" + } + }, + "fields": [ + { + "fieldPath": "id", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NumberType": {} + } + }, + "nativeDataType": "BIGINT()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "urn", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "VARCHAR(length=200)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "aspect", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "VARCHAR(length=150)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "path", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "VARCHAR(length=150)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "longVal", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NumberType": {} + } + }, + "nativeDataType": "BIGINT()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "stringVal", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "VARCHAR(length=200)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "doubleVal", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NumberType": {} + } + }, + "nativeDataType": "DOUBLE(asdecimal=True)", + "recursive": false, + "globalTags": null + } + ], + "primaryKeys": null, + "foreignKeysSpecs": null + } } - }, - "fields": [ - { - "fieldPath": "id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "urn", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=200)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "aspect", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=150)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "path", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=150)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "longVal", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "BIGINT()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "stringVal", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "VARCHAR(length=200)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "doubleVal", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "DOUBLE(asdecimal=True)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } + ] + } }, "proposedDelta": null - }, - { +}, +{ "auditHeader": null, "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,metagalaxy.mysql.columns_priv,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "metagalaxy.mysql.columns_priv", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1613070834000, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1613070834000, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" + "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { + "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,metagalaxy.mysql.columns_priv,PROD)", + "aspects": [ + { + "com.linkedin.pegasus2avro.schema.SchemaMetadata": { + "schemaName": "metagalaxy.mysql.columns_priv", + "platform": "urn:li:dataPlatform:mysql", + "version": 0, + "created": { + "time": 1613070834000, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "lastModified": { + "time": 1613070834000, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "deleted": null, + "dataset": null, + "cluster": null, + "hash": "", + "platformSchema": { + "com.linkedin.pegasus2avro.schema.MySqlDDL": { + "tableSchema": "" + } + }, + "fields": [ + { + "fieldPath": "Host", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "Db", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "CHAR(collation='utf8_bin', length=64)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "User", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "CHAR(collation='utf8_bin', length=32)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "Table_name", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "CHAR(collation='utf8_bin', length=64)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "Column_name", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "CHAR(collation='utf8_bin', length=64)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "Timestamp", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NullType": {} + } + }, + "nativeDataType": "TIMESTAMP()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "Column_priv", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "SET(charset='utf8', collation='utf8_general_ci', length=10)", + "recursive": false, + "globalTags": null + } + ], + "primaryKeys": null, + "foreignKeysSpecs": null + } } - }, - "fields": [ - { - "fieldPath": "Host", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(charset='ascii', collation='ascii_general_ci', length=255)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Db", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "User", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=32)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Table_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Column_name", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "CHAR(collation='utf8_bin', length=64)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Timestamp", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NullType": {} - } - }, - "nativeDataType": "TIMESTAMP()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "Column_priv", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "SET(charset='utf8', collation='utf8_general_ci', length=10)", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } + ] + } }, "proposedDelta": null - }, - { +}, +{ "auditHeader": null, "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,metagalaxy.mysql.component,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "metagalaxy.mysql.component", - "platform": "urn:li:dataPlatform:mysql", - "version": 0, - "created": { - "time": 1613070834000, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1613070834000, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" + "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { + "urn": "urn:li:dataset:(urn:li:dataPlatform:mysql,metagalaxy.mysql.component,PROD)", + "aspects": [ + { + "com.linkedin.pegasus2avro.schema.SchemaMetadata": { + "schemaName": "metagalaxy.mysql.component", + "platform": "urn:li:dataPlatform:mysql", + "version": 0, + "created": { + "time": 1613070834000, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "lastModified": { + "time": 1613070834000, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "deleted": null, + "dataset": null, + "cluster": null, + "hash": "", + "platformSchema": { + "com.linkedin.pegasus2avro.schema.MySqlDDL": { + "tableSchema": "" + } + }, + "fields": [ + { + "fieldPath": "component_id", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NumberType": {} + } + }, + "nativeDataType": "INTEGER(unsigned=True)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "component_group_id", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NumberType": {} + } + }, + "nativeDataType": "INTEGER(unsigned=True)", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "component_urn", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "TEXT()", + "recursive": false, + "globalTags": null + } + ], + "primaryKeys": null, + "foreignKeysSpecs": null + } } - }, - "fields": [ - { - "fieldPath": "component_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "component_group_id", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} - } - }, - "nativeDataType": "INTEGER(unsigned=True)", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "component_urn", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "TEXT()", - "recursive": false, - "globalTags": null - } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } + ] + } }, "proposedDelta": null - }, - { +}, +{ "auditHeader": null, "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mssql,DemoData.dbo.Products,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "DemoData.dbo.Products", - "platform": "urn:li:dataPlatform:mssql", - "version": 0, - "created": { - "time": 1613095693000, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1613095693000, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ + "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { + "urn": "urn:li:dataset:(urn:li:dataPlatform:mssql,DemoData.dbo.Products,PROD)", + "aspects": [ { - "fieldPath": "ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} + "com.linkedin.pegasus2avro.schema.SchemaMetadata": { + "schemaName": "DemoData.dbo.Products", + "platform": "urn:li:dataPlatform:mssql", + "version": 0, + "created": { + "time": 1613095693000, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "lastModified": { + "time": 1613095693000, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "deleted": null, + "dataset": null, + "cluster": null, + "hash": "", + "platformSchema": { + "com.linkedin.pegasus2avro.schema.MySqlDDL": { + "tableSchema": "" + } + }, + "fields": [ + { + "fieldPath": "ID", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NumberType": {} + } + }, + "nativeDataType": "INTEGER()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "ProductName", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "NVARCHAR()", + "recursive": false, + "globalTags": null + } + ], + "primaryKeys": null, + "foreignKeysSpecs": null } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ProductName", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "NVARCHAR()", - "recursive": false, - "globalTags": null } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } + ] + } }, "proposedDelta": null - }, - { +}, +{ "auditHeader": null, "proposedSnapshot": { - "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { - "urn": "urn:li:dataset:(urn:li:dataPlatform:mssql,DemoData.Foo.Items,PROD)", - "aspects": [ - { - "com.linkedin.pegasus2avro.schema.SchemaMetadata": { - "schemaName": "DemoData.Foo.Items", - "platform": "urn:li:dataPlatform:mssql", - "version": 0, - "created": { - "time": 1613095694000, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "lastModified": { - "time": 1613095694000, - "actor": "urn:li:corpuser:etl", - "impersonator": null - }, - "deleted": null, - "dataset": null, - "cluster": null, - "hash": "", - "platformSchema": { - "com.linkedin.pegasus2avro.schema.MySqlDDL": { - "tableSchema": "" - } - }, - "fields": [ + "com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { + "urn": "urn:li:dataset:(urn:li:dataPlatform:mssql,DemoData.Foo.Items,PROD)", + "aspects": [ { - "fieldPath": "ID", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.NumberType": {} + "com.linkedin.pegasus2avro.schema.SchemaMetadata": { + "schemaName": "DemoData.Foo.Items", + "platform": "urn:li:dataPlatform:mssql", + "version": 0, + "created": { + "time": 1613095694000, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "lastModified": { + "time": 1613095694000, + "actor": "urn:li:corpuser:etl", + "impersonator": null + }, + "deleted": null, + "dataset": null, + "cluster": null, + "hash": "", + "platformSchema": { + "com.linkedin.pegasus2avro.schema.MySqlDDL": { + "tableSchema": "" + } + }, + "fields": [ + { + "fieldPath": "ID", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.NumberType": {} + } + }, + "nativeDataType": "INTEGER()", + "recursive": false, + "globalTags": null + }, + { + "fieldPath": "ItemName", + "jsonPath": null, + "nullable": false, + "description": null, + "type": { + "type": { + "com.linkedin.pegasus2avro.schema.StringType": {} + } + }, + "nativeDataType": "NVARCHAR()", + "recursive": false, + "globalTags": null + } + ], + "primaryKeys": null, + "foreignKeysSpecs": null } - }, - "nativeDataType": "INTEGER()", - "recursive": false, - "globalTags": null - }, - { - "fieldPath": "ItemName", - "jsonPath": null, - "nullable": false, - "description": null, - "type": { - "type": { - "com.linkedin.pegasus2avro.schema.StringType": {} - } - }, - "nativeDataType": "NVARCHAR()", - "recursive": false, - "globalTags": null } - ], - "primaryKeys": null, - "foreignKeysSpecs": null - } - } - ] - } + ] + } }, "proposedDelta": null - } -] +} +] \ No newline at end of file