semantic-link-labs 0.12.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- semantic_link_labs-0.12.8.dist-info/METADATA +354 -0
- semantic_link_labs-0.12.8.dist-info/RECORD +243 -0
- semantic_link_labs-0.12.8.dist-info/WHEEL +5 -0
- semantic_link_labs-0.12.8.dist-info/licenses/LICENSE +21 -0
- semantic_link_labs-0.12.8.dist-info/top_level.txt +1 -0
- sempy_labs/__init__.py +606 -0
- sempy_labs/_a_lib_info.py +2 -0
- sempy_labs/_ai.py +437 -0
- sempy_labs/_authentication.py +264 -0
- sempy_labs/_bpa_translation/_model/_translations_am-ET.po +869 -0
- sempy_labs/_bpa_translation/_model/_translations_ar-AE.po +908 -0
- sempy_labs/_bpa_translation/_model/_translations_bg-BG.po +968 -0
- sempy_labs/_bpa_translation/_model/_translations_ca-ES.po +963 -0
- sempy_labs/_bpa_translation/_model/_translations_cs-CZ.po +943 -0
- sempy_labs/_bpa_translation/_model/_translations_da-DK.po +945 -0
- sempy_labs/_bpa_translation/_model/_translations_de-DE.po +988 -0
- sempy_labs/_bpa_translation/_model/_translations_el-GR.po +993 -0
- sempy_labs/_bpa_translation/_model/_translations_es-ES.po +971 -0
- sempy_labs/_bpa_translation/_model/_translations_fa-IR.po +933 -0
- sempy_labs/_bpa_translation/_model/_translations_fi-FI.po +942 -0
- sempy_labs/_bpa_translation/_model/_translations_fr-FR.po +994 -0
- sempy_labs/_bpa_translation/_model/_translations_ga-IE.po +967 -0
- sempy_labs/_bpa_translation/_model/_translations_he-IL.po +902 -0
- sempy_labs/_bpa_translation/_model/_translations_hi-IN.po +944 -0
- sempy_labs/_bpa_translation/_model/_translations_hu-HU.po +963 -0
- sempy_labs/_bpa_translation/_model/_translations_id-ID.po +946 -0
- sempy_labs/_bpa_translation/_model/_translations_is-IS.po +939 -0
- sempy_labs/_bpa_translation/_model/_translations_it-IT.po +986 -0
- sempy_labs/_bpa_translation/_model/_translations_ja-JP.po +846 -0
- sempy_labs/_bpa_translation/_model/_translations_ko-KR.po +839 -0
- sempy_labs/_bpa_translation/_model/_translations_mt-MT.po +967 -0
- sempy_labs/_bpa_translation/_model/_translations_nl-NL.po +978 -0
- sempy_labs/_bpa_translation/_model/_translations_pl-PL.po +962 -0
- sempy_labs/_bpa_translation/_model/_translations_pt-BR.po +962 -0
- sempy_labs/_bpa_translation/_model/_translations_pt-PT.po +957 -0
- sempy_labs/_bpa_translation/_model/_translations_ro-RO.po +968 -0
- sempy_labs/_bpa_translation/_model/_translations_ru-RU.po +964 -0
- sempy_labs/_bpa_translation/_model/_translations_sk-SK.po +952 -0
- sempy_labs/_bpa_translation/_model/_translations_sl-SL.po +950 -0
- sempy_labs/_bpa_translation/_model/_translations_sv-SE.po +942 -0
- sempy_labs/_bpa_translation/_model/_translations_ta-IN.po +976 -0
- sempy_labs/_bpa_translation/_model/_translations_te-IN.po +947 -0
- sempy_labs/_bpa_translation/_model/_translations_th-TH.po +924 -0
- sempy_labs/_bpa_translation/_model/_translations_tr-TR.po +953 -0
- sempy_labs/_bpa_translation/_model/_translations_uk-UA.po +961 -0
- sempy_labs/_bpa_translation/_model/_translations_zh-CN.po +804 -0
- sempy_labs/_bpa_translation/_model/_translations_zu-ZA.po +969 -0
- sempy_labs/_capacities.py +1198 -0
- sempy_labs/_capacity_migration.py +660 -0
- sempy_labs/_clear_cache.py +351 -0
- sempy_labs/_connections.py +610 -0
- sempy_labs/_dashboards.py +69 -0
- sempy_labs/_data_access_security.py +98 -0
- sempy_labs/_data_pipelines.py +162 -0
- sempy_labs/_dataflows.py +668 -0
- sempy_labs/_dax.py +501 -0
- sempy_labs/_daxformatter.py +80 -0
- sempy_labs/_delta_analyzer.py +467 -0
- sempy_labs/_delta_analyzer_history.py +301 -0
- sempy_labs/_dictionary_diffs.py +221 -0
- sempy_labs/_documentation.py +147 -0
- sempy_labs/_domains.py +51 -0
- sempy_labs/_eventhouses.py +182 -0
- sempy_labs/_external_data_shares.py +230 -0
- sempy_labs/_gateways.py +521 -0
- sempy_labs/_generate_semantic_model.py +521 -0
- sempy_labs/_get_connection_string.py +84 -0
- sempy_labs/_git.py +543 -0
- sempy_labs/_graphQL.py +90 -0
- sempy_labs/_helper_functions.py +2833 -0
- sempy_labs/_icons.py +149 -0
- sempy_labs/_job_scheduler.py +609 -0
- sempy_labs/_kql_databases.py +149 -0
- sempy_labs/_kql_querysets.py +124 -0
- sempy_labs/_kusto.py +137 -0
- sempy_labs/_labels.py +124 -0
- sempy_labs/_list_functions.py +1720 -0
- sempy_labs/_managed_private_endpoints.py +253 -0
- sempy_labs/_mirrored_databases.py +416 -0
- sempy_labs/_mirrored_warehouses.py +60 -0
- sempy_labs/_ml_experiments.py +113 -0
- sempy_labs/_model_auto_build.py +140 -0
- sempy_labs/_model_bpa.py +557 -0
- sempy_labs/_model_bpa_bulk.py +378 -0
- sempy_labs/_model_bpa_rules.py +859 -0
- sempy_labs/_model_dependencies.py +343 -0
- sempy_labs/_mounted_data_factories.py +123 -0
- sempy_labs/_notebooks.py +441 -0
- sempy_labs/_one_lake_integration.py +151 -0
- sempy_labs/_onelake.py +131 -0
- sempy_labs/_query_scale_out.py +433 -0
- sempy_labs/_refresh_semantic_model.py +435 -0
- sempy_labs/_semantic_models.py +468 -0
- sempy_labs/_spark.py +455 -0
- sempy_labs/_sql.py +241 -0
- sempy_labs/_sql_audit_settings.py +207 -0
- sempy_labs/_sql_endpoints.py +214 -0
- sempy_labs/_tags.py +201 -0
- sempy_labs/_translations.py +43 -0
- sempy_labs/_user_delegation_key.py +44 -0
- sempy_labs/_utils.py +79 -0
- sempy_labs/_vertipaq.py +1021 -0
- sempy_labs/_vpax.py +388 -0
- sempy_labs/_warehouses.py +234 -0
- sempy_labs/_workloads.py +140 -0
- sempy_labs/_workspace_identity.py +72 -0
- sempy_labs/_workspaces.py +595 -0
- sempy_labs/admin/__init__.py +170 -0
- sempy_labs/admin/_activities.py +167 -0
- sempy_labs/admin/_apps.py +145 -0
- sempy_labs/admin/_artifacts.py +65 -0
- sempy_labs/admin/_basic_functions.py +463 -0
- sempy_labs/admin/_capacities.py +508 -0
- sempy_labs/admin/_dataflows.py +45 -0
- sempy_labs/admin/_datasets.py +186 -0
- sempy_labs/admin/_domains.py +522 -0
- sempy_labs/admin/_external_data_share.py +100 -0
- sempy_labs/admin/_git.py +72 -0
- sempy_labs/admin/_items.py +265 -0
- sempy_labs/admin/_labels.py +211 -0
- sempy_labs/admin/_reports.py +241 -0
- sempy_labs/admin/_scanner.py +118 -0
- sempy_labs/admin/_shared.py +82 -0
- sempy_labs/admin/_sharing_links.py +110 -0
- sempy_labs/admin/_tags.py +131 -0
- sempy_labs/admin/_tenant.py +503 -0
- sempy_labs/admin/_tenant_keys.py +89 -0
- sempy_labs/admin/_users.py +140 -0
- sempy_labs/admin/_workspaces.py +236 -0
- sempy_labs/deployment_pipeline/__init__.py +23 -0
- sempy_labs/deployment_pipeline/_items.py +580 -0
- sempy_labs/directlake/__init__.py +57 -0
- sempy_labs/directlake/_autosync.py +58 -0
- sempy_labs/directlake/_directlake_schema_compare.py +120 -0
- sempy_labs/directlake/_directlake_schema_sync.py +161 -0
- sempy_labs/directlake/_dl_helper.py +274 -0
- sempy_labs/directlake/_generate_shared_expression.py +94 -0
- sempy_labs/directlake/_get_directlake_lakehouse.py +62 -0
- sempy_labs/directlake/_get_shared_expression.py +34 -0
- sempy_labs/directlake/_guardrails.py +96 -0
- sempy_labs/directlake/_list_directlake_model_calc_tables.py +70 -0
- sempy_labs/directlake/_show_unsupported_directlake_objects.py +90 -0
- sempy_labs/directlake/_update_directlake_model_lakehouse_connection.py +239 -0
- sempy_labs/directlake/_update_directlake_partition_entity.py +259 -0
- sempy_labs/directlake/_warm_cache.py +236 -0
- sempy_labs/dotnet_lib/dotnet.runtime.config.json +10 -0
- sempy_labs/environment/__init__.py +23 -0
- sempy_labs/environment/_items.py +212 -0
- sempy_labs/environment/_pubstage.py +223 -0
- sempy_labs/eventstream/__init__.py +37 -0
- sempy_labs/eventstream/_items.py +263 -0
- sempy_labs/eventstream/_topology.py +652 -0
- sempy_labs/graph/__init__.py +59 -0
- sempy_labs/graph/_groups.py +651 -0
- sempy_labs/graph/_sensitivity_labels.py +120 -0
- sempy_labs/graph/_teams.py +125 -0
- sempy_labs/graph/_user_licenses.py +96 -0
- sempy_labs/graph/_users.py +516 -0
- sempy_labs/graph_model/__init__.py +15 -0
- sempy_labs/graph_model/_background_jobs.py +63 -0
- sempy_labs/graph_model/_items.py +149 -0
- sempy_labs/lakehouse/__init__.py +67 -0
- sempy_labs/lakehouse/_blobs.py +247 -0
- sempy_labs/lakehouse/_get_lakehouse_columns.py +102 -0
- sempy_labs/lakehouse/_get_lakehouse_tables.py +274 -0
- sempy_labs/lakehouse/_helper.py +250 -0
- sempy_labs/lakehouse/_lakehouse.py +351 -0
- sempy_labs/lakehouse/_livy_sessions.py +143 -0
- sempy_labs/lakehouse/_materialized_lake_views.py +157 -0
- sempy_labs/lakehouse/_partitioning.py +165 -0
- sempy_labs/lakehouse/_schemas.py +217 -0
- sempy_labs/lakehouse/_shortcuts.py +440 -0
- sempy_labs/migration/__init__.py +35 -0
- sempy_labs/migration/_create_pqt_file.py +238 -0
- sempy_labs/migration/_direct_lake_to_import.py +105 -0
- sempy_labs/migration/_migrate_calctables_to_lakehouse.py +398 -0
- sempy_labs/migration/_migrate_calctables_to_semantic_model.py +148 -0
- sempy_labs/migration/_migrate_model_objects_to_semantic_model.py +533 -0
- sempy_labs/migration/_migrate_tables_columns_to_semantic_model.py +172 -0
- sempy_labs/migration/_migration_validation.py +71 -0
- sempy_labs/migration/_refresh_calc_tables.py +131 -0
- sempy_labs/mirrored_azure_databricks_catalog/__init__.py +15 -0
- sempy_labs/mirrored_azure_databricks_catalog/_discover.py +213 -0
- sempy_labs/mirrored_azure_databricks_catalog/_refresh_catalog_metadata.py +45 -0
- sempy_labs/ml_model/__init__.py +23 -0
- sempy_labs/ml_model/_functions.py +427 -0
- sempy_labs/report/_BPAReportTemplate.json +232 -0
- sempy_labs/report/__init__.py +55 -0
- sempy_labs/report/_bpareporttemplate/.pbi/localSettings.json +9 -0
- sempy_labs/report/_bpareporttemplate/.platform +11 -0
- sempy_labs/report/_bpareporttemplate/StaticResources/SharedResources/BaseThemes/CY24SU06.json +710 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/page.json +11 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/1b08bce3bebabb0a27a8/visual.json +191 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/2f22ddb70c301693c165/visual.json +438 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/3b1182230aa6c600b43a/visual.json +127 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/58577ba6380c69891500/visual.json +576 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/a2a8fa5028b3b776c96c/visual.json +207 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/adfd47ef30652707b987/visual.json +506 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/b6a80ee459e716e170b1/visual.json +127 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/ce3130a721c020cc3d81/visual.json +513 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/92735ae19b31712208ad/page.json +8 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/92735ae19b31712208ad/visuals/66e60dfb526437cd78d1/visual.json +112 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/page.json +11 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/07deb8bce824e1be37d7/visual.json +513 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0b1c68838818b32ad03b/visual.json +352 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0c171de9d2683d10b930/visual.json +37 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0efa01be0510e40a645e/visual.json +542 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/6bf2f0eb830ab53cc668/visual.json +221 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/88d8141cb8500b60030c/visual.json +127 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/a753273590beed656a03/visual.json +576 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/b8fdc82cddd61ac447bc/visual.json +127 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/page.json +9 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/visuals/ce8532a7e25020271077/visual.json +38 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/pages.json +10 -0
- sempy_labs/report/_bpareporttemplate/definition/report.json +176 -0
- sempy_labs/report/_bpareporttemplate/definition/version.json +4 -0
- sempy_labs/report/_bpareporttemplate/definition.pbir +14 -0
- sempy_labs/report/_download_report.py +76 -0
- sempy_labs/report/_export_report.py +257 -0
- sempy_labs/report/_generate_report.py +427 -0
- sempy_labs/report/_paginated.py +76 -0
- sempy_labs/report/_report_bpa.py +354 -0
- sempy_labs/report/_report_bpa_rules.py +115 -0
- sempy_labs/report/_report_functions.py +581 -0
- sempy_labs/report/_report_helper.py +227 -0
- sempy_labs/report/_report_list_functions.py +110 -0
- sempy_labs/report/_report_rebind.py +149 -0
- sempy_labs/report/_reportwrapper.py +3100 -0
- sempy_labs/report/_save_report.py +147 -0
- sempy_labs/snowflake_database/__init__.py +10 -0
- sempy_labs/snowflake_database/_items.py +105 -0
- sempy_labs/sql_database/__init__.py +21 -0
- sempy_labs/sql_database/_items.py +201 -0
- sempy_labs/sql_database/_mirroring.py +79 -0
- sempy_labs/theme/__init__.py +12 -0
- sempy_labs/theme/_org_themes.py +129 -0
- sempy_labs/tom/__init__.py +3 -0
- sempy_labs/tom/_model.py +5977 -0
- sempy_labs/variable_library/__init__.py +19 -0
- sempy_labs/variable_library/_functions.py +403 -0
- sempy_labs/warehouse/__init__.py +28 -0
- sempy_labs/warehouse/_items.py +234 -0
- sempy_labs/warehouse/_restore_points.py +309 -0
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/1.1.0/schema.json",
|
|
3
|
+
"name": "66e60dfb526437cd78d1",
|
|
4
|
+
"position": {
|
|
5
|
+
"x": 10,
|
|
6
|
+
"y": 0,
|
|
7
|
+
"z": 0,
|
|
8
|
+
"height": 578.75,
|
|
9
|
+
"width": 1270,
|
|
10
|
+
"tabOrder": 0
|
|
11
|
+
},
|
|
12
|
+
"visual": {
|
|
13
|
+
"visualType": "tableEx",
|
|
14
|
+
"query": {
|
|
15
|
+
"queryState": {
|
|
16
|
+
"Values": {
|
|
17
|
+
"projections": [
|
|
18
|
+
{
|
|
19
|
+
"field": {
|
|
20
|
+
"Column": {
|
|
21
|
+
"Expression": {
|
|
22
|
+
"SourceRef": {
|
|
23
|
+
"Entity": "BPAResults"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"Property": "Category"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"queryRef": "BPAResults.Category",
|
|
30
|
+
"nativeQueryRef": "Category"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"field": {
|
|
34
|
+
"Column": {
|
|
35
|
+
"Expression": {
|
|
36
|
+
"SourceRef": {
|
|
37
|
+
"Entity": "BPAResults"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"Property": "Severity"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"queryRef": "BPAResults.Severity",
|
|
44
|
+
"nativeQueryRef": "Severity"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"field": {
|
|
48
|
+
"Column": {
|
|
49
|
+
"Expression": {
|
|
50
|
+
"SourceRef": {
|
|
51
|
+
"Entity": "BPAResults"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"Property": "Rule Name"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"queryRef": "BPAResults.Rule Name",
|
|
58
|
+
"nativeQueryRef": "Rule Name"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"field": {
|
|
62
|
+
"Column": {
|
|
63
|
+
"Expression": {
|
|
64
|
+
"SourceRef": {
|
|
65
|
+
"Entity": "BPAResults"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"Property": "Description"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"queryRef": "BPAResults.Description",
|
|
72
|
+
"nativeQueryRef": "Description"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"field": {
|
|
76
|
+
"Column": {
|
|
77
|
+
"Expression": {
|
|
78
|
+
"SourceRef": {
|
|
79
|
+
"Entity": "BPAResults"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"Property": "URL"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"queryRef": "BPAResults.URL",
|
|
86
|
+
"nativeQueryRef": "URL"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"objects": {
|
|
93
|
+
"columnWidth": [
|
|
94
|
+
{
|
|
95
|
+
"properties": {
|
|
96
|
+
"value": {
|
|
97
|
+
"expr": {
|
|
98
|
+
"Literal": {
|
|
99
|
+
"Value": "452.5D"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"selector": {
|
|
105
|
+
"metadata": "BPAResults.Rule Name"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
"drillFilterOtherVisuals": true
|
|
111
|
+
}
|
|
112
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/1.1.0/schema.json",
|
|
3
|
+
"name": "c597da16dc7e63222a82",
|
|
4
|
+
"displayName": "Model View",
|
|
5
|
+
"displayOption": "FitToPage",
|
|
6
|
+
"height": 720,
|
|
7
|
+
"width": 1280,
|
|
8
|
+
"filterConfig": {
|
|
9
|
+
"filterSortOrder": "Custom"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,513 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/1.1.0/schema.json",
|
|
3
|
+
"name": "07deb8bce824e1be37d7",
|
|
4
|
+
"position": {
|
|
5
|
+
"x": 13.75,
|
|
6
|
+
"y": 405,
|
|
7
|
+
"z": 5000,
|
|
8
|
+
"height": 292.5,
|
|
9
|
+
"width": 413.75,
|
|
10
|
+
"tabOrder": 5000
|
|
11
|
+
},
|
|
12
|
+
"visual": {
|
|
13
|
+
"visualType": "barChart",
|
|
14
|
+
"query": {
|
|
15
|
+
"queryState": {
|
|
16
|
+
"Category": {
|
|
17
|
+
"projections": [
|
|
18
|
+
{
|
|
19
|
+
"field": {
|
|
20
|
+
"Column": {
|
|
21
|
+
"Expression": {
|
|
22
|
+
"SourceRef": {
|
|
23
|
+
"Entity": "BPAResults"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"Property": "Category"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"queryRef": "BPAResults.Category",
|
|
30
|
+
"nativeQueryRef": "Category",
|
|
31
|
+
"active": true
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"Series": {
|
|
36
|
+
"projections": [
|
|
37
|
+
{
|
|
38
|
+
"field": {
|
|
39
|
+
"Column": {
|
|
40
|
+
"Expression": {
|
|
41
|
+
"SourceRef": {
|
|
42
|
+
"Entity": "BPAResults"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"Property": "Severity"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"queryRef": "BPAResults.Severity",
|
|
49
|
+
"nativeQueryRef": "Severity"
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"Y": {
|
|
54
|
+
"projections": [
|
|
55
|
+
{
|
|
56
|
+
"field": {
|
|
57
|
+
"Measure": {
|
|
58
|
+
"Expression": {
|
|
59
|
+
"SourceRef": {
|
|
60
|
+
"Entity": "BPAResults"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"Property": "Violations"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"queryRef": "BPAResults.Violations",
|
|
67
|
+
"nativeQueryRef": "Violations"
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"sortDefinition": {
|
|
73
|
+
"sort": [
|
|
74
|
+
{
|
|
75
|
+
"field": {
|
|
76
|
+
"Measure": {
|
|
77
|
+
"Expression": {
|
|
78
|
+
"SourceRef": {
|
|
79
|
+
"Entity": "BPAResults"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"Property": "Violations"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"direction": "Descending"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"isDefaultSort": true
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"objects": {
|
|
92
|
+
"labels": [
|
|
93
|
+
{
|
|
94
|
+
"properties": {
|
|
95
|
+
"show": {
|
|
96
|
+
"expr": {
|
|
97
|
+
"Literal": {
|
|
98
|
+
"Value": "true"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"fontSize": {
|
|
103
|
+
"expr": {
|
|
104
|
+
"Literal": {
|
|
105
|
+
"Value": "10D"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"dataPoint": [
|
|
113
|
+
{
|
|
114
|
+
"properties": {
|
|
115
|
+
"fill": {
|
|
116
|
+
"solid": {
|
|
117
|
+
"color": {
|
|
118
|
+
"expr": {
|
|
119
|
+
"ThemeDataColor": {
|
|
120
|
+
"ColorId": 0,
|
|
121
|
+
"Percent": -0.2
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"selector": {
|
|
129
|
+
"data": [
|
|
130
|
+
{
|
|
131
|
+
"scopeId": {
|
|
132
|
+
"Comparison": {
|
|
133
|
+
"ComparisonKind": 0,
|
|
134
|
+
"Left": {
|
|
135
|
+
"Column": {
|
|
136
|
+
"Expression": {
|
|
137
|
+
"SourceRef": {
|
|
138
|
+
"Entity": "BPAResults"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"Property": "Severity"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"Right": {
|
|
145
|
+
"Literal": {
|
|
146
|
+
"Value": "1L"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"properties": {
|
|
157
|
+
"fill": {
|
|
158
|
+
"solid": {
|
|
159
|
+
"color": {
|
|
160
|
+
"expr": {
|
|
161
|
+
"ThemeDataColor": {
|
|
162
|
+
"ColorId": 9,
|
|
163
|
+
"Percent": 0.4
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"selector": {
|
|
171
|
+
"data": [
|
|
172
|
+
{
|
|
173
|
+
"scopeId": {
|
|
174
|
+
"Comparison": {
|
|
175
|
+
"ComparisonKind": 0,
|
|
176
|
+
"Left": {
|
|
177
|
+
"Column": {
|
|
178
|
+
"Expression": {
|
|
179
|
+
"SourceRef": {
|
|
180
|
+
"Entity": "BPAResults"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"Property": "Severity"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"Right": {
|
|
187
|
+
"Literal": {
|
|
188
|
+
"Value": "2L"
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
]
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"properties": {
|
|
199
|
+
"fill": {
|
|
200
|
+
"solid": {
|
|
201
|
+
"color": {
|
|
202
|
+
"expr": {
|
|
203
|
+
"ThemeDataColor": {
|
|
204
|
+
"ColorId": 9,
|
|
205
|
+
"Percent": 0
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"selector": {
|
|
213
|
+
"data": [
|
|
214
|
+
{
|
|
215
|
+
"scopeId": {
|
|
216
|
+
"Comparison": {
|
|
217
|
+
"ComparisonKind": 0,
|
|
218
|
+
"Left": {
|
|
219
|
+
"Column": {
|
|
220
|
+
"Expression": {
|
|
221
|
+
"SourceRef": {
|
|
222
|
+
"Entity": "BPAResults"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"Property": "Severity"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"Right": {
|
|
229
|
+
"Literal": {
|
|
230
|
+
"Value": "3L"
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
]
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"properties": {
|
|
241
|
+
"fill": {
|
|
242
|
+
"solid": {
|
|
243
|
+
"color": {
|
|
244
|
+
"expr": {
|
|
245
|
+
"Literal": {
|
|
246
|
+
"Value": "'#D64550'"
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"selector": {
|
|
254
|
+
"data": [
|
|
255
|
+
{
|
|
256
|
+
"scopeId": {
|
|
257
|
+
"Comparison": {
|
|
258
|
+
"ComparisonKind": 0,
|
|
259
|
+
"Left": {
|
|
260
|
+
"Column": {
|
|
261
|
+
"Expression": {
|
|
262
|
+
"SourceRef": {
|
|
263
|
+
"Entity": "BPAResults"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"Property": "Severity"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"Right": {
|
|
270
|
+
"Literal": {
|
|
271
|
+
"Value": "'Error'"
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
]
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"properties": {
|
|
282
|
+
"fill": {
|
|
283
|
+
"solid": {
|
|
284
|
+
"color": {
|
|
285
|
+
"expr": {
|
|
286
|
+
"Literal": {
|
|
287
|
+
"Value": "'#CCCCCC'"
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"selector": {
|
|
295
|
+
"data": [
|
|
296
|
+
{
|
|
297
|
+
"scopeId": {
|
|
298
|
+
"Comparison": {
|
|
299
|
+
"ComparisonKind": 0,
|
|
300
|
+
"Left": {
|
|
301
|
+
"Column": {
|
|
302
|
+
"Expression": {
|
|
303
|
+
"SourceRef": {
|
|
304
|
+
"Entity": "BPAResults"
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
"Property": "Severity"
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
"Right": {
|
|
311
|
+
"Literal": {
|
|
312
|
+
"Value": "'Info'"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
]
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"properties": {
|
|
323
|
+
"fill": {
|
|
324
|
+
"solid": {
|
|
325
|
+
"color": {
|
|
326
|
+
"expr": {
|
|
327
|
+
"Literal": {
|
|
328
|
+
"Value": "'#E68F96'"
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
"selector": {
|
|
336
|
+
"data": [
|
|
337
|
+
{
|
|
338
|
+
"scopeId": {
|
|
339
|
+
"Comparison": {
|
|
340
|
+
"ComparisonKind": 0,
|
|
341
|
+
"Left": {
|
|
342
|
+
"Column": {
|
|
343
|
+
"Expression": {
|
|
344
|
+
"SourceRef": {
|
|
345
|
+
"Entity": "BPAResults"
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"Property": "Severity"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"Right": {
|
|
352
|
+
"Literal": {
|
|
353
|
+
"Value": "'Warning'"
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
]
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"legend": [
|
|
364
|
+
{
|
|
365
|
+
"properties": {
|
|
366
|
+
"fontSize": {
|
|
367
|
+
"expr": {
|
|
368
|
+
"Literal": {
|
|
369
|
+
"Value": "12D"
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
],
|
|
376
|
+
"valueAxis": [
|
|
377
|
+
{
|
|
378
|
+
"properties": {
|
|
379
|
+
"titleFontSize": {
|
|
380
|
+
"expr": {
|
|
381
|
+
"Literal": {
|
|
382
|
+
"Value": "12D"
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"fontSize": {
|
|
387
|
+
"expr": {
|
|
388
|
+
"Literal": {
|
|
389
|
+
"Value": "10D"
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"gridlineShow": {
|
|
394
|
+
"expr": {
|
|
395
|
+
"Literal": {
|
|
396
|
+
"Value": "false"
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
"show": {
|
|
401
|
+
"expr": {
|
|
402
|
+
"Literal": {
|
|
403
|
+
"Value": "false"
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"categoryAxis": [
|
|
411
|
+
{
|
|
412
|
+
"properties": {
|
|
413
|
+
"fontSize": {
|
|
414
|
+
"expr": {
|
|
415
|
+
"Literal": {
|
|
416
|
+
"Value": "9D"
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
]
|
|
423
|
+
},
|
|
424
|
+
"visualContainerObjects": {
|
|
425
|
+
"border": [
|
|
426
|
+
{
|
|
427
|
+
"properties": {
|
|
428
|
+
"show": {
|
|
429
|
+
"expr": {
|
|
430
|
+
"Literal": {
|
|
431
|
+
"Value": "true"
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"radius": {
|
|
436
|
+
"expr": {
|
|
437
|
+
"Literal": {
|
|
438
|
+
"Value": "20D"
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"color": {
|
|
443
|
+
"solid": {
|
|
444
|
+
"color": {
|
|
445
|
+
"expr": {
|
|
446
|
+
"ThemeDataColor": {
|
|
447
|
+
"ColorId": 0,
|
|
448
|
+
"Percent": 0
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
],
|
|
457
|
+
"title": [
|
|
458
|
+
{
|
|
459
|
+
"properties": {
|
|
460
|
+
"text": {
|
|
461
|
+
"expr": {
|
|
462
|
+
"Literal": {
|
|
463
|
+
"Value": "'Violations by Rule Category and Severity'"
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
],
|
|
470
|
+
"visualTooltip": [
|
|
471
|
+
{
|
|
472
|
+
"properties": {
|
|
473
|
+
"section": {
|
|
474
|
+
"expr": {
|
|
475
|
+
"Literal": {
|
|
476
|
+
"Value": "'ReportSection2582b338e1576cb49958'"
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"show": {
|
|
481
|
+
"expr": {
|
|
482
|
+
"Literal": {
|
|
483
|
+
"Value": "true"
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"type": {
|
|
488
|
+
"expr": {
|
|
489
|
+
"Literal": {
|
|
490
|
+
"Value": "'Default'"
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
],
|
|
497
|
+
"dropShadow": [
|
|
498
|
+
{
|
|
499
|
+
"properties": {
|
|
500
|
+
"show": {
|
|
501
|
+
"expr": {
|
|
502
|
+
"Literal": {
|
|
503
|
+
"Value": "true"
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
]
|
|
510
|
+
},
|
|
511
|
+
"drillFilterOtherVisuals": true
|
|
512
|
+
}
|
|
513
|
+
}
|