acryl-datahub-cloud 0.3.14rc11__py3-none-any.whl → 0.3.14.1rc2__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.
Potentially problematic release.
This version of acryl-datahub-cloud might be problematic. Click here for more details.
- acryl_datahub_cloud/_codegen_config.json +1 -1
- acryl_datahub_cloud/metadata/schema.avsc +2 -7
- acryl_datahub_cloud/metadata/schema_classes.py +3 -0
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/CorpUserUsageFeatures.avsc +0 -7
- acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +2 -0
- {acryl_datahub_cloud-0.3.14rc11.dist-info → acryl_datahub_cloud-0.3.14.1rc2.dist-info}/METADATA +40 -40
- {acryl_datahub_cloud-0.3.14rc11.dist-info → acryl_datahub_cloud-0.3.14.1rc2.dist-info}/RECORD +13 -13
- {acryl_datahub_cloud-0.3.14rc11.dist-info → acryl_datahub_cloud-0.3.14.1rc2.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.14rc11.dist-info → acryl_datahub_cloud-0.3.14.1rc2.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.14rc11.dist-info → acryl_datahub_cloud-0.3.14.1rc2.dist-info}/top_level.txt +0 -0
|
@@ -7328,13 +7328,6 @@
|
|
|
7328
7328
|
"doc": "Platform usage total percentile for ranking users across all platforms"
|
|
7329
7329
|
},
|
|
7330
7330
|
{
|
|
7331
|
-
"Searchable": {
|
|
7332
|
-
"/*": {
|
|
7333
|
-
"fieldName": "topDatasetsByUsage",
|
|
7334
|
-
"fieldType": "OBJECT",
|
|
7335
|
-
"queryByDefault": false
|
|
7336
|
-
}
|
|
7337
|
-
},
|
|
7338
7331
|
"type": [
|
|
7339
7332
|
"null",
|
|
7340
7333
|
{
|
|
@@ -15517,6 +15510,7 @@
|
|
|
15517
15510
|
"LIST": "A list of values. When used, value should be formatted as a serialized JSON array.",
|
|
15518
15511
|
"NUMBER": "A numeric value",
|
|
15519
15512
|
"SET": "A set of values. When used, value should be formatted as a serialized JSON array.",
|
|
15513
|
+
"SQL": "A SQL expression",
|
|
15520
15514
|
"STRING": "A string value",
|
|
15521
15515
|
"UNKNOWN": "A value of unknown type"
|
|
15522
15516
|
},
|
|
@@ -15527,6 +15521,7 @@
|
|
|
15527
15521
|
"NUMBER",
|
|
15528
15522
|
"LIST",
|
|
15529
15523
|
"SET",
|
|
15524
|
+
"SQL",
|
|
15530
15525
|
"UNKNOWN"
|
|
15531
15526
|
]
|
|
15532
15527
|
},
|
|
@@ -4994,6 +4994,9 @@ class AssertionStdParameterTypeClass(object):
|
|
|
4994
4994
|
SET = "SET"
|
|
4995
4995
|
"""A set of values. When used, value should be formatted as a serialized JSON array."""
|
|
4996
4996
|
|
|
4997
|
+
SQL = "SQL"
|
|
4998
|
+
"""A SQL expression"""
|
|
4999
|
+
|
|
4997
5000
|
UNKNOWN = "UNKNOWN"
|
|
4998
5001
|
"""A value of unknown type"""
|
|
4999
5002
|
|
|
@@ -566,6 +566,7 @@
|
|
|
566
566
|
"LIST": "A list of values. When used, value should be formatted as a serialized JSON array.",
|
|
567
567
|
"NUMBER": "A numeric value",
|
|
568
568
|
"SET": "A set of values. When used, value should be formatted as a serialized JSON array.",
|
|
569
|
+
"SQL": "A SQL expression",
|
|
569
570
|
"STRING": "A string value",
|
|
570
571
|
"UNKNOWN": "A value of unknown type"
|
|
571
572
|
},
|
|
@@ -576,6 +577,7 @@
|
|
|
576
577
|
"NUMBER",
|
|
577
578
|
"LIST",
|
|
578
579
|
"SET",
|
|
580
|
+
"SQL",
|
|
579
581
|
"UNKNOWN"
|
|
580
582
|
]
|
|
581
583
|
},
|
|
@@ -275,6 +275,7 @@
|
|
|
275
275
|
"LIST": "A list of values. When used, value should be formatted as a serialized JSON array.",
|
|
276
276
|
"NUMBER": "A numeric value",
|
|
277
277
|
"SET": "A set of values. When used, value should be formatted as a serialized JSON array.",
|
|
278
|
+
"SQL": "A SQL expression",
|
|
278
279
|
"STRING": "A string value",
|
|
279
280
|
"UNKNOWN": "A value of unknown type"
|
|
280
281
|
},
|
|
@@ -285,6 +286,7 @@
|
|
|
285
286
|
"NUMBER",
|
|
286
287
|
"LIST",
|
|
287
288
|
"SET",
|
|
289
|
+
"SQL",
|
|
288
290
|
"UNKNOWN"
|
|
289
291
|
]
|
|
290
292
|
},
|
|
@@ -366,6 +366,7 @@
|
|
|
366
366
|
"LIST": "A list of values. When used, value should be formatted as a serialized JSON array.",
|
|
367
367
|
"NUMBER": "A numeric value",
|
|
368
368
|
"SET": "A set of values. When used, value should be formatted as a serialized JSON array.",
|
|
369
|
+
"SQL": "A SQL expression",
|
|
369
370
|
"STRING": "A string value",
|
|
370
371
|
"UNKNOWN": "A value of unknown type"
|
|
371
372
|
},
|
|
@@ -376,6 +377,7 @@
|
|
|
376
377
|
"NUMBER",
|
|
377
378
|
"LIST",
|
|
378
379
|
"SET",
|
|
380
|
+
"SQL",
|
|
379
381
|
"UNKNOWN"
|
|
380
382
|
]
|
|
381
383
|
},
|
|
@@ -71,13 +71,6 @@
|
|
|
71
71
|
"doc": "Platform usage total percentile for ranking users across all platforms"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"Searchable": {
|
|
75
|
-
"/*": {
|
|
76
|
-
"fieldName": "topDatasetsByUsage",
|
|
77
|
-
"fieldType": "OBJECT",
|
|
78
|
-
"queryByDefault": false
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
74
|
"type": [
|
|
82
75
|
"null",
|
|
83
76
|
{
|
|
@@ -864,6 +864,7 @@
|
|
|
864
864
|
"LIST": "A list of values. When used, value should be formatted as a serialized JSON array.",
|
|
865
865
|
"NUMBER": "A numeric value",
|
|
866
866
|
"SET": "A set of values. When used, value should be formatted as a serialized JSON array.",
|
|
867
|
+
"SQL": "A SQL expression",
|
|
867
868
|
"STRING": "A string value",
|
|
868
869
|
"UNKNOWN": "A value of unknown type"
|
|
869
870
|
},
|
|
@@ -874,6 +875,7 @@
|
|
|
874
875
|
"NUMBER",
|
|
875
876
|
"LIST",
|
|
876
877
|
"SET",
|
|
878
|
+
"SQL",
|
|
877
879
|
"UNKNOWN"
|
|
878
880
|
]
|
|
879
881
|
},
|
{acryl_datahub_cloud-0.3.14rc11.dist-info → acryl_datahub_cloud-0.3.14.1rc2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: acryl-datahub-cloud
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.14.1rc2
|
|
4
4
|
Requires-Python: >=3.10
|
|
5
5
|
Requires-Dist: avro-gen3==0.7.16
|
|
6
6
|
Requires-Dist: acryl-datahub
|
|
@@ -9,93 +9,93 @@ Requires-Dist: pytz
|
|
|
9
9
|
Requires-Dist: types-croniter
|
|
10
10
|
Requires-Dist: tzlocal
|
|
11
11
|
Provides-Extra: datahub-lineage-features
|
|
12
|
-
Requires-Dist: tenacity; extra == "datahub-lineage-features"
|
|
13
|
-
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
14
12
|
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
15
13
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
16
14
|
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
15
|
+
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
17
16
|
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
17
|
+
Requires-Dist: tenacity; extra == "datahub-lineage-features"
|
|
18
18
|
Provides-Extra: datahub-reporting-forms
|
|
19
|
+
Requires-Dist: duckdb; extra == "datahub-reporting-forms"
|
|
19
20
|
Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
|
|
21
|
+
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
20
22
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
21
|
-
Requires-Dist: duckdb; extra == "datahub-reporting-forms"
|
|
22
23
|
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
23
|
-
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
24
24
|
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
25
25
|
Provides-Extra: datahub-reporting-extract-graph
|
|
26
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
27
26
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
28
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
29
27
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
30
28
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
29
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
30
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
31
31
|
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
32
32
|
Provides-Extra: datahub-reporting-extract-sql
|
|
33
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
34
33
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
|
|
35
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
36
34
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
35
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
36
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
37
37
|
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
38
38
|
Provides-Extra: datahub-usage-reporting
|
|
39
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
|
|
39
40
|
Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
|
|
40
|
-
Requires-Dist:
|
|
41
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
|
|
42
|
+
Requires-Dist: pandas; extra == "datahub-usage-reporting"
|
|
43
|
+
Requires-Dist: boto3; extra == "datahub-usage-reporting"
|
|
44
|
+
Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
|
|
41
45
|
Requires-Dist: duckdb; extra == "datahub-usage-reporting"
|
|
42
46
|
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
|
|
43
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
|
|
44
|
-
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
|
|
45
|
-
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
|
|
46
47
|
Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
|
|
47
|
-
Requires-Dist:
|
|
48
|
-
Requires-Dist: boto3; extra == "datahub-usage-reporting"
|
|
49
|
-
Requires-Dist: pandas; extra == "datahub-usage-reporting"
|
|
48
|
+
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
|
|
50
49
|
Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
|
|
50
|
+
Requires-Dist: polars==1.30.0; extra == "datahub-usage-reporting"
|
|
51
51
|
Provides-Extra: datahub-metadata-sharing
|
|
52
52
|
Requires-Dist: tenacity; extra == "datahub-metadata-sharing"
|
|
53
53
|
Provides-Extra: datahub-action-request-owner
|
|
54
54
|
Requires-Dist: tenacity; extra == "datahub-action-request-owner"
|
|
55
55
|
Provides-Extra: acryl-cs-issues
|
|
56
|
+
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
57
|
+
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
56
58
|
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
57
59
|
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
58
|
-
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
59
|
-
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
60
60
|
Provides-Extra: datahub-forms-notifications
|
|
61
61
|
Requires-Dist: tenacity; extra == "datahub-forms-notifications"
|
|
62
62
|
Provides-Extra: all
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist:
|
|
63
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
64
|
+
Requires-Dist: termcolor==2.5.0; extra == "all"
|
|
65
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
66
|
+
Requires-Dist: pandas; extra == "all"
|
|
65
67
|
Requires-Dist: boto3; extra == "all"
|
|
66
|
-
Requires-Dist: openai; extra == "all"
|
|
67
68
|
Requires-Dist: jinja2; extra == "all"
|
|
68
|
-
Requires-Dist:
|
|
69
|
-
Requires-Dist: tenacity; extra == "all"
|
|
70
|
-
Requires-Dist: polars==1.30.0; extra == "all"
|
|
69
|
+
Requires-Dist: pydantic<2; extra == "all"
|
|
71
70
|
Requires-Dist: duckdb; extra == "all"
|
|
72
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
73
|
-
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
74
|
-
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
75
|
-
Requires-Dist: slack-sdk; extra == "all"
|
|
76
71
|
Requires-Dist: numpy<2; extra == "all"
|
|
77
|
-
Requires-Dist: pydantic<2; extra == "all"
|
|
78
|
-
Requires-Dist: pandas; extra == "all"
|
|
79
72
|
Requires-Dist: pyarrow; extra == "all"
|
|
73
|
+
Requires-Dist: polars==1.30.0; extra == "all"
|
|
74
|
+
Requires-Dist: tenacity; extra == "all"
|
|
75
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
76
|
+
Requires-Dist: slack-sdk; extra == "all"
|
|
77
|
+
Requires-Dist: zenpy; extra == "all"
|
|
78
|
+
Requires-Dist: openai; extra == "all"
|
|
79
|
+
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
80
80
|
Provides-Extra: dev
|
|
81
81
|
Requires-Dist: termcolor==2.5.0; extra == "dev"
|
|
82
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
83
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
84
|
+
Requires-Dist: pandas; extra == "dev"
|
|
85
|
+
Requires-Dist: boto3; extra == "dev"
|
|
86
|
+
Requires-Dist: jinja2; extra == "dev"
|
|
87
|
+
Requires-Dist: pydantic<2; extra == "dev"
|
|
82
88
|
Requires-Dist: tenacity; extra == "dev"
|
|
83
|
-
Requires-Dist: polars==1.30.0; extra == "dev"
|
|
84
89
|
Requires-Dist: duckdb; extra == "dev"
|
|
85
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
86
90
|
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
87
|
-
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
88
|
-
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
89
91
|
Requires-Dist: slack-sdk; extra == "dev"
|
|
90
|
-
Requires-Dist: zenpy; extra == "dev"
|
|
91
|
-
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
92
92
|
Requires-Dist: numpy<2; extra == "dev"
|
|
93
|
-
Requires-Dist:
|
|
94
|
-
Requires-Dist: pydantic<2; extra == "dev"
|
|
93
|
+
Requires-Dist: zenpy; extra == "dev"
|
|
95
94
|
Requires-Dist: openai; extra == "dev"
|
|
96
|
-
Requires-Dist:
|
|
97
|
-
Requires-Dist: jinja2; extra == "dev"
|
|
95
|
+
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
98
96
|
Requires-Dist: pyarrow; extra == "dev"
|
|
97
|
+
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
98
|
+
Requires-Dist: polars==1.30.0; extra == "dev"
|
|
99
99
|
Dynamic: provides-extra
|
|
100
100
|
Dynamic: requires-dist
|
|
101
101
|
Dynamic: requires-python
|
{acryl_datahub_cloud-0.3.14rc11.dist-info → acryl_datahub_cloud-0.3.14.1rc2.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
acryl_datahub_cloud/__init__.py,sha256=axrMXkn0RW80YmuZgwUP_YQImcv6L28duZLWnW-gaNM,521
|
|
2
|
-
acryl_datahub_cloud/_codegen_config.json,sha256=
|
|
2
|
+
acryl_datahub_cloud/_codegen_config.json,sha256=Xpy0AulXgd8YSodS5QartsPwXcLTBUjmtMZW8nh7lyA,558
|
|
3
3
|
acryl_datahub_cloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
acryl_datahub_cloud/acryl_cs_issues/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
acryl_datahub_cloud/acryl_cs_issues/acryl_customer.py,sha256=uqYPmluXYdlgyq3C09gxIU5nEkKiqHoZ53h2oN5etj0,25227
|
|
@@ -45,8 +45,8 @@ acryl_datahub_cloud/elasticsearch/graph_service.py,sha256=K4ykcSMxlrhlDrchhte3vE
|
|
|
45
45
|
acryl_datahub_cloud/lineage_features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
46
|
acryl_datahub_cloud/lineage_features/source.py,sha256=8je_BMcDAiiY-jV4ONYDW973vDC5AwD-DqAi64nGp_c,13800
|
|
47
47
|
acryl_datahub_cloud/metadata/__init__.py,sha256=AjhXPjI6cnpdcrBRrE5gOWo15vv2TTl2ctU4UAnUN7A,238
|
|
48
|
-
acryl_datahub_cloud/metadata/schema.avsc,sha256=
|
|
49
|
-
acryl_datahub_cloud/metadata/schema_classes.py,sha256=
|
|
48
|
+
acryl_datahub_cloud/metadata/schema.avsc,sha256=Ye-WZKRLjDv-6LshU52K121xi1lcM7TW_jTbOIvOLsE,1076688
|
|
49
|
+
acryl_datahub_cloud/metadata/schema_classes.py,sha256=7K1evBE1JioJQJGIGImac9Gc4Bg4WRRcHTucYk07cFY,1606094
|
|
50
50
|
acryl_datahub_cloud/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
|
|
51
51
|
acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=GKx92cbzbGIKBtf2qM-Php_EAh65VJW-QVNwrFuohg4,170696
|
|
52
52
|
acryl_datahub_cloud/metadata/com/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
@@ -163,12 +163,12 @@ acryl_datahub_cloud/metadata/schemas/ApplicationKey.avsc,sha256=WUKo-n1XiCy-09a2
|
|
|
163
163
|
acryl_datahub_cloud/metadata/schemas/ApplicationProperties.avsc,sha256=ZVjgnPEfi4SEvlyyIruK2sDj8xEjJeSeU3pbPINGum4,1560
|
|
164
164
|
acryl_datahub_cloud/metadata/schemas/Applications.avsc,sha256=zL6yIzsS3w2463cZvTfdsTqBT7Kii8d58qc28QR_OOs,854
|
|
165
165
|
acryl_datahub_cloud/metadata/schemas/AssertionActions.avsc,sha256=zrvXzX2Nv_dmK6I3ZXCVWQ1bVs1q01Gl9sDRJA8oSDU,1618
|
|
166
|
-
acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc,sha256=
|
|
166
|
+
acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc,sha256=SdSsRxnqTNeehmH3g3VNNTwXaqkPGOqC1e9lnqQzrrw,228230
|
|
167
167
|
acryl_datahub_cloud/metadata/schemas/AssertionDryRunEvent.avsc,sha256=uXrBr18Nx-qFCBGRCFKmHDxrFjfkOipTkVl6W5ieXyw,10366
|
|
168
168
|
acryl_datahub_cloud/metadata/schemas/AssertionInferenceDetails.avsc,sha256=H33ua52l2Jd72voNkwfHeB5V3aWWiJEAKrCFDNOm66I,13494
|
|
169
|
-
acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc,sha256=
|
|
169
|
+
acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc,sha256=VbOYkt485rf-3y5bnvWNteh4N3KVaQ0Vxy7Vyul24tI,138176
|
|
170
170
|
acryl_datahub_cloud/metadata/schemas/AssertionKey.avsc,sha256=lMIHiRwL_jqOg3OHUSjdc_-PSgFPvcDoOtgxqR0DOg0,793
|
|
171
|
-
acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc,sha256
|
|
171
|
+
acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc,sha256=ajOkQ645O63eWk7_eEq7ilsamnsb5AhFYdIYjrEswcw,225811
|
|
172
172
|
acryl_datahub_cloud/metadata/schemas/AssertionRunSummary.avsc,sha256=fLplWaSL9mLMSR3RG_BGAO7Kymmd1dBGBYc9VNNFRmY,1213
|
|
173
173
|
acryl_datahub_cloud/metadata/schemas/AssertionsSummary.avsc,sha256=_3jUAnv4iKpz-tU7WHWDFvyvAQGDThLccPv3hvuAaaI,5582
|
|
174
174
|
acryl_datahub_cloud/metadata/schemas/AssetSettings.avsc,sha256=LBmSybFUBkQPVmIEF1GwQl0ePmTrXlm0kHbKRIm--lo,2004
|
|
@@ -199,7 +199,7 @@ acryl_datahub_cloud/metadata/schemas/CorpUserInvitationStatus.avsc,sha256=BwrHO_
|
|
|
199
199
|
acryl_datahub_cloud/metadata/schemas/CorpUserKey.avsc,sha256=QO4LuZlThXKZEv2eHZXZggUUOFA4v78mohfrUC4UNHQ,1132
|
|
200
200
|
acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc,sha256=0smqbI0rcrfGnWq-asuYhYVNmklitr37bLh8J65AH3A,14892
|
|
201
201
|
acryl_datahub_cloud/metadata/schemas/CorpUserStatus.avsc,sha256=yqojAXEQ9CjRhY58RPyTUxzmFbHSANGGaMMbqiYZZIE,2538
|
|
202
|
-
acryl_datahub_cloud/metadata/schemas/CorpUserUsageFeatures.avsc,sha256=
|
|
202
|
+
acryl_datahub_cloud/metadata/schemas/CorpUserUsageFeatures.avsc,sha256=lGmspZ48dcYIyJwb_3RK0hxA81h9lNzNFXgpuz_FaeI,2242
|
|
203
203
|
acryl_datahub_cloud/metadata/schemas/Cost.avsc,sha256=o4kYZSss2uEwJ6gCA9fhBUoyD5xUqcSxz78vkIXXzGQ,1494
|
|
204
204
|
acryl_datahub_cloud/metadata/schemas/CostFeatures.avsc,sha256=hY9E4ZTGIUn_fGLHckv_LNNiPA0ZYeBgSx8wciVDis4,820
|
|
205
205
|
acryl_datahub_cloud/metadata/schemas/DashboardInfo.avsc,sha256=wWMMqAA4aO5ZDSWyWfq9DHacid8TwXG7IEWZ-l4K-4o,13472
|
|
@@ -365,7 +365,7 @@ acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc,sha256=soCmgrcEBE5yS
|
|
|
365
365
|
acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc,sha256=pT14vUmpj7VJ8hinQ0pcCUtRKx6RAGHWh1eJixkqaE8,12647
|
|
366
366
|
acryl_datahub_cloud/metadata/schemas/Metrics.avsc,sha256=O7DJGjOwmHbb1x_Zj7AuM_HaHKjBvkfJKfUsX8icXD4,690
|
|
367
367
|
acryl_datahub_cloud/metadata/schemas/MonitorAnomalyEvent.avsc,sha256=ctoQusjDpN-nQKJje0l453AQioRj0x74b-32lyA6414,9587
|
|
368
|
-
acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc,sha256=
|
|
368
|
+
acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc,sha256=NUEYEJOIFkzXDszb8ssNMUyZbenYcwMYAlcaIOnAaB0,305690
|
|
369
369
|
acryl_datahub_cloud/metadata/schemas/MonitorKey.avsc,sha256=NZwKD7jLXDsXRML2jTm-vkYoe7wJiuAKBOVpvZRYIX0,898
|
|
370
370
|
acryl_datahub_cloud/metadata/schemas/MonitorSuiteInfo.avsc,sha256=HCKrzhMDSM_4NEH2tSGmJ1b9BrcA1ytDO863C-Sv3M4,45612
|
|
371
371
|
acryl_datahub_cloud/metadata/schemas/MonitorSuiteKey.avsc,sha256=-bpGsyeoLcsUVPaHvZBvm4ZvItc94SYttkvd6x56XuE,438
|
|
@@ -475,8 +475,8 @@ acryl_datahub_cloud/sdk/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
|
475
475
|
acryl_datahub_cloud/sdk/entities/assertion.py,sha256=-OILvHyKAI4-5mS2bb_P44Fvk6rBOOcvaxSMXfEYvRw,15077
|
|
476
476
|
acryl_datahub_cloud/sdk/entities/monitor.py,sha256=NMrhJrWYNPvorxA33S_5FOl8YCtSmmeAavTzFLtWcOo,9665
|
|
477
477
|
acryl_datahub_cloud/sdk/entities/subscription.py,sha256=WbDZqjE4QCMBh1_0culwN5btcUPoFuUReRYMJU3uYas,2332
|
|
478
|
-
acryl_datahub_cloud-0.3.
|
|
479
|
-
acryl_datahub_cloud-0.3.
|
|
480
|
-
acryl_datahub_cloud-0.3.
|
|
481
|
-
acryl_datahub_cloud-0.3.
|
|
482
|
-
acryl_datahub_cloud-0.3.
|
|
478
|
+
acryl_datahub_cloud-0.3.14.1rc2.dist-info/METADATA,sha256=YOq4Y7z8kw8Ir4CxyLXLSk5HZrAOzYOZPbMmgCKXeTM,4858
|
|
479
|
+
acryl_datahub_cloud-0.3.14.1rc2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
480
|
+
acryl_datahub_cloud-0.3.14.1rc2.dist-info/entry_points.txt,sha256=veuyIaEzm7JF2q-C8Q-RcSV6V5Y9LvnVvIhTjiT5WUs,1342
|
|
481
|
+
acryl_datahub_cloud-0.3.14.1rc2.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
|
|
482
|
+
acryl_datahub_cloud-0.3.14.1rc2.dist-info/RECORD,,
|
{acryl_datahub_cloud-0.3.14rc11.dist-info → acryl_datahub_cloud-0.3.14.1rc2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
{acryl_datahub_cloud-0.3.14rc11.dist-info → acryl_datahub_cloud-0.3.14.1rc2.dist-info}/top_level.txt
RENAMED
|
File without changes
|