acryl-datahub-cloud 0.3.8.1rc1__py3-none-any.whl → 0.3.8.2__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.

@@ -165,6 +165,19 @@
165
165
  "name": "countryCode",
166
166
  "default": null,
167
167
  "doc": "two uppercase letters country code. e.g. US"
168
+ },
169
+ {
170
+ "Searchable": {
171
+ "fieldType": "BOOLEAN",
172
+ "queryByDefault": false
173
+ },
174
+ "type": [
175
+ "boolean",
176
+ "null"
177
+ ],
178
+ "name": "system",
179
+ "default": false,
180
+ "doc": "Whether the corpUser is a system user."
168
181
  }
169
182
  ],
170
183
  "doc": "Linkedin corp user information"
@@ -258,16 +258,16 @@
258
258
  {
259
259
  "Relationship": {
260
260
  "/*/destinationUrn": {
261
- "createdActor": "datasetEdges/*/created/actor",
262
- "createdOn": "datasetEdges/*/created/time",
261
+ "createdActor": "dashboards/*/created/actor",
262
+ "createdOn": "dashboards/*/created/time",
263
263
  "entityTypes": [
264
264
  "dashboard"
265
265
  ],
266
266
  "isLineage": true,
267
267
  "name": "DashboardContainsDashboard",
268
- "properties": "datasetEdges/*/properties",
269
- "updatedActor": "datasetEdges/*/lastModified/actor",
270
- "updatedOn": "datasetEdges/*/lastModified/time"
268
+ "properties": "dashboards/*/properties",
269
+ "updatedActor": "dashboards/*/lastModified/actor",
270
+ "updatedOn": "dashboards/*/lastModified/time"
271
271
  }
272
272
  },
273
273
  "type": {
@@ -2231,6 +2231,19 @@
2231
2231
  "name": "countryCode",
2232
2232
  "default": null,
2233
2233
  "doc": "two uppercase letters country code. e.g. US"
2234
+ },
2235
+ {
2236
+ "Searchable": {
2237
+ "fieldType": "BOOLEAN",
2238
+ "queryByDefault": false
2239
+ },
2240
+ "type": [
2241
+ "boolean",
2242
+ "null"
2243
+ ],
2244
+ "name": "system",
2245
+ "default": false,
2246
+ "doc": "Whether the corpUser is a system user."
2234
2247
  }
2235
2248
  ],
2236
2249
  "doc": "Linkedin corp user information"
@@ -2678,16 +2691,16 @@
2678
2691
  {
2679
2692
  "Relationship": {
2680
2693
  "/*/destinationUrn": {
2681
- "createdActor": "datasetEdges/*/created/actor",
2682
- "createdOn": "datasetEdges/*/created/time",
2694
+ "createdActor": "dashboards/*/created/actor",
2695
+ "createdOn": "dashboards/*/created/time",
2683
2696
  "entityTypes": [
2684
2697
  "dashboard"
2685
2698
  ],
2686
2699
  "isLineage": true,
2687
2700
  "name": "DashboardContainsDashboard",
2688
- "properties": "datasetEdges/*/properties",
2689
- "updatedActor": "datasetEdges/*/lastModified/actor",
2690
- "updatedOn": "datasetEdges/*/lastModified/time"
2701
+ "properties": "dashboards/*/properties",
2702
+ "updatedActor": "dashboards/*/lastModified/actor",
2703
+ "updatedOn": "dashboards/*/lastModified/time"
2691
2704
  }
2692
2705
  },
2693
2706
  "type": {
@@ -23,6 +23,13 @@
23
23
  "doc": "The display name of the property. This is the name that will be shown in the UI and can be used to look up the property id."
24
24
  },
25
25
  {
26
+ "UrnValidation": {
27
+ "entityTypes": [
28
+ "dataType"
29
+ ],
30
+ "exist": true,
31
+ "strict": true
32
+ },
26
33
  "java": {
27
34
  "class": "com.linkedin.pegasus2avro.common.urn.Urn"
28
35
  },
@@ -111,6 +118,13 @@
111
118
  "fieldName": "entityTypes"
112
119
  }
113
120
  },
121
+ "UrnValidation": {
122
+ "entityTypes": [
123
+ "entityType"
124
+ ],
125
+ "exist": true,
126
+ "strict": true
127
+ },
114
128
  "type": {
115
129
  "type": "array",
116
130
  "items": "string"
@@ -1,90 +1,90 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: acryl-datahub-cloud
3
- Version: 0.3.8.1rc1
3
+ Version: 0.3.8.2
4
4
  Requires-Dist: avro-gen3==0.7.16
5
5
  Requires-Dist: acryl-datahub
6
6
  Provides-Extra: datahub-lineage-features
7
7
  Requires-Dist: pandas; extra == "datahub-lineage-features"
8
- Requires-Dist: pyarrow; extra == "datahub-lineage-features"
9
- Requires-Dist: duckdb; extra == "datahub-lineage-features"
10
8
  Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
9
+ Requires-Dist: pyarrow; extra == "datahub-lineage-features"
11
10
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
11
+ Requires-Dist: duckdb; extra == "datahub-lineage-features"
12
12
  Provides-Extra: datahub-reporting-forms
13
- Requires-Dist: boto3; extra == "datahub-reporting-forms"
14
13
  Requires-Dist: pandas; extra == "datahub-reporting-forms"
15
- Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
16
- Requires-Dist: duckdb; extra == "datahub-reporting-forms"
17
14
  Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
15
+ Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
18
16
  Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
17
+ Requires-Dist: boto3; extra == "datahub-reporting-forms"
18
+ Requires-Dist: duckdb; extra == "datahub-reporting-forms"
19
19
  Provides-Extra: datahub-reporting-extract-graph
20
- Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
21
20
  Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
22
- Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
23
- Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
24
21
  Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
22
+ Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
25
23
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
24
+ Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
25
+ Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
26
26
  Provides-Extra: datahub-reporting-extract-sql
27
- Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
28
27
  Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
28
+ Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
29
29
  Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
30
+ Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
30
31
  Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
31
- Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
32
32
  Provides-Extra: datahub-usage-reporting
33
- Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
34
- Requires-Dist: polars==1.19.0; extra == "datahub-usage-reporting"
35
- Requires-Dist: duckdb; extra == "datahub-usage-reporting"
36
- Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
37
- Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
38
- Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
39
- Requires-Dist: boto3; extra == "datahub-usage-reporting"
40
33
  Requires-Dist: pandas; extra == "datahub-usage-reporting"
41
- Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
34
+ Requires-Dist: polars==1.23.0; extra == "datahub-usage-reporting"
42
35
  Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
36
+ Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
37
+ Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
38
+ Requires-Dist: duckdb; extra == "datahub-usage-reporting"
43
39
  Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
40
+ Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
44
41
  Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
42
+ Requires-Dist: boto3; extra == "datahub-usage-reporting"
43
+ Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
44
+ Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
45
45
  Provides-Extra: datahub-metadata-sharing
46
46
  Requires-Dist: tenacity; extra == "datahub-metadata-sharing"
47
47
  Provides-Extra: acryl-cs-issues
48
- Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
49
- Requires-Dist: openai; extra == "acryl-cs-issues"
50
48
  Requires-Dist: zenpy; extra == "acryl-cs-issues"
49
+ Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
51
50
  Requires-Dist: jinja2; extra == "acryl-cs-issues"
51
+ Requires-Dist: openai; extra == "acryl-cs-issues"
52
52
  Provides-Extra: all
53
- Requires-Dist: polars==1.19.0; extra == "all"
54
- Requires-Dist: tenacity; extra == "all"
55
- Requires-Dist: pandas; extra == "all"
53
+ Requires-Dist: polars==1.23.0; extra == "all"
54
+ Requires-Dist: pyarrow; extra == "all"
55
+ Requires-Dist: elasticsearch==7.13.4; extra == "all"
56
56
  Requires-Dist: pyarrow<=18.0.0; extra == "all"
57
- Requires-Dist: duckdb; extra == "all"
58
- Requires-Dist: termcolor==2.5.0; extra == "all"
59
- Requires-Dist: openai; extra == "all"
60
- Requires-Dist: zenpy; extra == "all"
61
- Requires-Dist: numpy<2; extra == "all"
62
57
  Requires-Dist: pydantic<2; extra == "all"
63
- Requires-Dist: opensearch-py==2.4.2; extra == "all"
64
- Requires-Dist: jinja2; extra == "all"
65
58
  Requires-Dist: slack-sdk; extra == "all"
59
+ Requires-Dist: jinja2; extra == "all"
60
+ Requires-Dist: openai; extra == "all"
66
61
  Requires-Dist: boto3; extra == "all"
62
+ Requires-Dist: numpy<2; extra == "all"
63
+ Requires-Dist: pandas; extra == "all"
64
+ Requires-Dist: opensearch-py==2.4.2; extra == "all"
65
+ Requires-Dist: tenacity; extra == "all"
66
+ Requires-Dist: duckdb; extra == "all"
67
+ Requires-Dist: zenpy; extra == "all"
68
+ Requires-Dist: termcolor==2.5.0; extra == "all"
67
69
  Requires-Dist: scipy<=1.14.1; extra == "all"
68
- Requires-Dist: pyarrow; extra == "all"
69
- Requires-Dist: elasticsearch==7.13.4; extra == "all"
70
70
  Provides-Extra: dev
71
- Requires-Dist: openai; extra == "dev"
72
- Requires-Dist: numpy<2; extra == "dev"
73
- Requires-Dist: polars==1.19.0; extra == "dev"
74
- Requires-Dist: duckdb; extra == "dev"
75
- Requires-Dist: pydantic<2; extra == "dev"
76
- Requires-Dist: opensearch-py==2.4.2; extra == "dev"
71
+ Requires-Dist: pandas; extra == "dev"
72
+ Requires-Dist: polars==1.23.0; extra == "dev"
73
+ Requires-Dist: pyarrow; extra == "dev"
77
74
  Requires-Dist: elasticsearch==7.13.4; extra == "dev"
75
+ Requires-Dist: opensearch-py==2.4.2; extra == "dev"
78
76
  Requires-Dist: tenacity; extra == "dev"
79
- Requires-Dist: jinja2; extra == "dev"
77
+ Requires-Dist: duckdb; extra == "dev"
78
+ Requires-Dist: acryl-datahub[dev]; extra == "dev"
79
+ Requires-Dist: zenpy; extra == "dev"
80
+ Requires-Dist: pyarrow<=18.0.0; extra == "dev"
81
+ Requires-Dist: pydantic<2; extra == "dev"
80
82
  Requires-Dist: slack-sdk; extra == "dev"
83
+ Requires-Dist: jinja2; extra == "dev"
84
+ Requires-Dist: openai; extra == "dev"
85
+ Requires-Dist: termcolor==2.5.0; extra == "dev"
81
86
  Requires-Dist: boto3; extra == "dev"
82
- Requires-Dist: pandas; extra == "dev"
83
87
  Requires-Dist: scipy<=1.14.1; extra == "dev"
84
- Requires-Dist: pyarrow; extra == "dev"
85
- Requires-Dist: pyarrow<=18.0.0; extra == "dev"
86
- Requires-Dist: termcolor==2.5.0; extra == "dev"
87
- Requires-Dist: zenpy; extra == "dev"
88
- Requires-Dist: acryl-datahub[dev]; extra == "dev"
88
+ Requires-Dist: numpy<2; extra == "dev"
89
89
  Dynamic: provides-extra
90
90
  Dynamic: requires-dist
@@ -1,5 +1,5 @@
1
1
  acryl_datahub_cloud/__init__.py,sha256=axrMXkn0RW80YmuZgwUP_YQImcv6L28duZLWnW-gaNM,521
2
- acryl_datahub_cloud/_codegen_config.json,sha256=Fin_OqFpAV0hqviP60YKeRQZeCHySfkSoHY95IhEPZk,557
2
+ acryl_datahub_cloud/_codegen_config.json,sha256=6K7XE3GQ0WOps05IcrIm197b0k_YGQ76toLS-0HDDpQ,554
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=uFjR2SqGS34y09-S9WqOqNGY8nOq6ptGf4y9781i8Z4,25230
@@ -18,25 +18,28 @@ acryl_datahub_cloud/datahub_metadata_sharing/scroll_shared_entities.gql,sha256=N
18
18
  acryl_datahub_cloud/datahub_metadata_sharing/share_entity.gql,sha256=tJ0VkAekRQCxZ3TkaC0nVqMHQoILqf2J6J-HfbSRL0U,286
19
19
  acryl_datahub_cloud/datahub_reporting/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  acryl_datahub_cloud/datahub_reporting/datahub_dataset.py,sha256=OCCfMIK7dU1Z9DahVIc-FrPlcMNbVIokKT3uWEP3A_4,19289
21
- acryl_datahub_cloud/datahub_reporting/datahub_form_reporting.py,sha256=usX0P0nYqqdHcjUwjvI_-g7FdHLAFF1EFKsTUtu1xMQ,19726
21
+ acryl_datahub_cloud/datahub_reporting/datahub_form_reporting.py,sha256=8qX9MrUFiYNSgeEkT5z15HFXhcl05HnsXAEE5wx4q6I,20566
22
22
  acryl_datahub_cloud/datahub_reporting/extract_graph.py,sha256=4dth7SWKw39kO0oq7C6minRGVmeetdEKsMQCdTx1Yog,7759
23
23
  acryl_datahub_cloud/datahub_reporting/extract_sql.py,sha256=3Q5cmZahoFn8Y0P6LIHMFaJqpqAaFrT4dEi4HFRrFBw,9400
24
24
  acryl_datahub_cloud/datahub_reporting/forms.py,sha256=WUmJ3DLcKn4VcSplZFxmzdPrxQY2mYKqKc7hk8XZ9_Q,5939
25
25
  acryl_datahub_cloud/datahub_reporting/forms_config.py,sha256=3uzFKriUoWBNXLVMaEtnx74fLuujV59kDQwi1HSxFNI,2102
26
+ acryl_datahub_cloud/datahub_restore/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
+ acryl_datahub_cloud/datahub_restore/do_restore.py,sha256=Pjd3qE1lYXltKhpkI1KvO-7fM_ksnisFvmJ8bqGcT8Q,2284
28
+ acryl_datahub_cloud/datahub_restore/source.py,sha256=i4NJ3os4mzAnOHnmR-OaHxVUe4rMeLle2mucCT_-8yA,5339
26
29
  acryl_datahub_cloud/datahub_usage_reporting/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
- acryl_datahub_cloud/datahub_usage_reporting/query_builder.py,sha256=ft2PRg_YHTYWnZOVznOEx3PSSqAfiaH0YJtkPcS-NJM,5837
30
+ acryl_datahub_cloud/datahub_usage_reporting/query_builder.py,sha256=hBHJRbsPJBeVpbu_QgCrFHQAR0cxAep2fGYkbFPahpc,5892
28
31
  acryl_datahub_cloud/datahub_usage_reporting/usage_feature_patch_builder.py,sha256=gR9neaHfi0JMQmAKMlgJCEuZIni7cdPFApGOKa5Pn4Y,14406
29
- acryl_datahub_cloud/datahub_usage_reporting/usage_feature_reporter.py,sha256=t6dW-sfvjpqAO4Y1cwRl8xkKSZ5B1CmlD-EEhIIZq3g,64277
32
+ acryl_datahub_cloud/datahub_usage_reporting/usage_feature_reporter.py,sha256=_iCUcbWja--Bs8S0dFdLjzzDTXdhE7K10fOHxiS9uRE,65857
30
33
  acryl_datahub_cloud/elasticsearch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
34
  acryl_datahub_cloud/elasticsearch/config.py,sha256=6QNBOmoQZu1cJrDIBZyvZgdQt0QLfP82hdQkPtP-4HE,1220
32
35
  acryl_datahub_cloud/elasticsearch/graph_service.py,sha256=K4ykcSMxlrhlDrchhte3vEb1mcw8QkOmdIFSVSX4OVU,2788
33
36
  acryl_datahub_cloud/lineage_features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
37
  acryl_datahub_cloud/lineage_features/source.py,sha256=Edve1oBoR87RTloAfjAuxgULlMI_HNSFuQfbiVjkac4,6412
35
38
  acryl_datahub_cloud/metadata/__init__.py,sha256=AjhXPjI6cnpdcrBRrE5gOWo15vv2TTl2ctU4UAnUN7A,238
36
- acryl_datahub_cloud/metadata/schema.avsc,sha256=OhaGpHcgez-sd9Wv5-mAT2mwYXCk5jtDFGRmwU2URc8,936048
37
- acryl_datahub_cloud/metadata/schema_classes.py,sha256=-vbKtGvPxm0uoh2W1kMvsuize8DS0a1iOQizIF9yQFg,1388125
39
+ acryl_datahub_cloud/metadata/schema.avsc,sha256=IptmiRUVlqmv1wQRvvzt2xfBOpx8-X1SpZpVt_6RSKY,1003121
40
+ acryl_datahub_cloud/metadata/schema_classes.py,sha256=-lEIbtHuajGDV9tseTy-OVhAFt76U99_-QHibq8DGk8,1388729
38
41
  acryl_datahub_cloud/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
39
- acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=1RE97dgwD2-Ac7rjrJHj1h2HDD8nMzaZ8fn3rtDuWZc,125081
42
+ acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=UB7a-SusVpQfxgyBiUZ4uaHn8xIhIYOPybOMbhhUSds,125081
40
43
  acryl_datahub_cloud/metadata/com/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
41
44
  acryl_datahub_cloud/metadata/com/linkedin/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
42
45
  acryl_datahub_cloud/metadata/com/linkedin/events/__init__.py,sha256=s_dR0plZF-rOxxIbE8ojekJqwiHzl2WYR-Z3kW6kKS0,298
@@ -168,13 +171,13 @@ acryl_datahub_cloud/metadata/schemas/CorpGroupKey.avsc,sha256=8mPsbozLRegv7wACii
168
171
  acryl_datahub_cloud/metadata/schemas/CorpGroupSettings.avsc,sha256=sSEoUS5lfI_WOTsyNAYVi4lGbqucJRrYb6woG5PH4NI,3470
169
172
  acryl_datahub_cloud/metadata/schemas/CorpUserCredentials.avsc,sha256=S7FkV9K_DGxhb4GFYbM5_lPvtPsOWKffjSOpfzicl-o,980
170
173
  acryl_datahub_cloud/metadata/schemas/CorpUserEditableInfo.avsc,sha256=6IrqWidbHP7mRryfVlWAQU0JS34THHTM8_aIKWqClUE,3843
171
- acryl_datahub_cloud/metadata/schemas/CorpUserInfo.avsc,sha256=jcfg1NI5DeJsmFEIYy6ZI65mDDwJRfdTu3WeltfeU1A,3686
174
+ acryl_datahub_cloud/metadata/schemas/CorpUserInfo.avsc,sha256=oObOza-5FLjZyCjj0FN4MNV1DodgTwJSV4APduAggjk,3955
172
175
  acryl_datahub_cloud/metadata/schemas/CorpUserKey.avsc,sha256=cAXaniLTCpyBOg4U8_d9fm5BuYmRdCqZxxtm2CBpaqc,1022
173
176
  acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc,sha256=qC_TfnC5g4QTkp5SCzt9Yr0xXFLhbrkzBFjKutPvIvM,5321
174
177
  acryl_datahub_cloud/metadata/schemas/CorpUserStatus.avsc,sha256=yqojAXEQ9CjRhY58RPyTUxzmFbHSANGGaMMbqiYZZIE,2538
175
178
  acryl_datahub_cloud/metadata/schemas/Cost.avsc,sha256=o4kYZSss2uEwJ6gCA9fhBUoyD5xUqcSxz78vkIXXzGQ,1494
176
179
  acryl_datahub_cloud/metadata/schemas/CostFeatures.avsc,sha256=hY9E4ZTGIUn_fGLHckv_LNNiPA0ZYeBgSx8wciVDis4,820
177
- acryl_datahub_cloud/metadata/schemas/DashboardInfo.avsc,sha256=U9PnI1SKiXMtWCa_vSO7BYOa_GzfqUeRwqazDbOYdmE,13482
180
+ acryl_datahub_cloud/metadata/schemas/DashboardInfo.avsc,sha256=wWMMqAA4aO5ZDSWyWfq9DHacid8TwXG7IEWZ-l4K-4o,13472
178
181
  acryl_datahub_cloud/metadata/schemas/DashboardKey.avsc,sha256=BmqQOaZ97KyvO0SC7AiKh01U_L15mNJpifHLw19-5V4,1481
179
182
  acryl_datahub_cloud/metadata/schemas/DashboardUsageStatistics.avsc,sha256=pUAKqs49Wy5pAL92g_6QcFtJeoYeMWRGiHWS68IJN2A,7693
180
183
  acryl_datahub_cloud/metadata/schemas/DataContractKey.avsc,sha256=Oceu7P26--E0812IFrX3RiEY0Ktam869iiYN30zBudc,481
@@ -318,7 +321,7 @@ acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc,sha256=-iJy0wMeKiJDt
318
321
  acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyKey.avsc,sha256=8D4Cpyg2YhNpAn65d9C0b2tD4GfmXX3pI2J9EmAslok,1167
319
322
  acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyProperties.avsc,sha256=9unOw5ZdIaNj8eQut5I16LWy1FeIWUtsRjiKw-myWd4,6918
320
323
  acryl_datahub_cloud/metadata/schemas/MLTrainingRunProperties.avsc,sha256=WGgj0MuQrGD4UgvyHCJHzTnHja2LlJTOr1gLu8SySj0,4269
321
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=E2IeCVDq-BWQ1D1x6rX-DWvyaNvl-6RNdGiCTy09pXA,406242
324
+ acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=hoQ5r8rntGIg59VeEzujtDxM-YU35OxpfTsrAjXFq6M,406735
322
325
  acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc,sha256=mpdodpx25E6M1Gq_7slEcPAm-1Es5xPsoqV60HgO7zg,12167
323
326
  acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc,sha256=EMfQrYsuHf1p6UvBjoLtfdTHGe-vGNJaCFEHz8hdKU0,9698
324
327
  acryl_datahub_cloud/metadata/schemas/Metrics.avsc,sha256=O7DJGjOwmHbb1x_Zj7AuM_HaHKjBvkfJKfUsX8icXD4,690
@@ -372,7 +375,7 @@ acryl_datahub_cloud/metadata/schemas/SourceCode.avsc,sha256=tUgo2rczO5x1fxw3fYNW
372
375
  acryl_datahub_cloud/metadata/schemas/Status.avsc,sha256=rPZSXSJdwnNywqNx2qll8cdt54aYgI-YUbRr3GK7h78,522
373
376
  acryl_datahub_cloud/metadata/schemas/StorageFeatures.avsc,sha256=F5LFc4P05YrKReB8ZsxJNXSLg2FJaE7vk63NM4GN0dE,1752
374
377
  acryl_datahub_cloud/metadata/schemas/StructuredProperties.avsc,sha256=N0NNDrkqbIgEHrb5uz1ynwZh3mb_ICVK7tDcnBLMfjI,4032
375
- acryl_datahub_cloud/metadata/schemas/StructuredPropertyDefinition.avsc,sha256=yLmH1SNHL4c7J6aIA5GBrc1rI3aAyWPlT47yYFnZZYk,12295
378
+ acryl_datahub_cloud/metadata/schemas/StructuredPropertyDefinition.avsc,sha256=xxtbACqH6OpJgW1gtP6lswkQnG__J_esH7HKCOdqUNs,12571
376
379
  acryl_datahub_cloud/metadata/schemas/StructuredPropertyKey.avsc,sha256=RpAH8fW-64C6yVU8_D1h5vYeg8fNp5t2S6VLpOEcMZM,649
377
380
  acryl_datahub_cloud/metadata/schemas/StructuredPropertySettings.avsc,sha256=EDNlXfT1TqogfulCanIc-nuYO9ZxRFOGzD9tl3ZJdB8,3732
378
381
  acryl_datahub_cloud/metadata/schemas/SubTypes.avsc,sha256=bhXbzK020zDyQno97Xp05vmoMeZ82IGu2jz7pWDo3RQ,655
@@ -395,8 +398,8 @@ acryl_datahub_cloud/metadata/schemas/VersionSetKey.avsc,sha256=psjGNNcFua3Zs9Xlh
395
398
  acryl_datahub_cloud/metadata/schemas/VersionSetProperties.avsc,sha256=yrhhVNioD11nFlDO7IfUbxAQjhA9Tr-4wnAYH5I9W74,1172
396
399
  acryl_datahub_cloud/metadata/schemas/ViewProperties.avsc,sha256=3HhcbH5493dJUnEUtFMYMVfbYQ52aDedm5L4j77Nym4,1032
397
400
  acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=uvLNC3VyCkWA_v8e9FdA1leFf46NFKDD0AajCfihepI,581
398
- acryl_datahub_cloud-0.3.8.1rc1.dist-info/METADATA,sha256=H8D2wmGfzOSUqnmMTNLHTL5vI4anhMwtejYgCGqlgvY,4432
399
- acryl_datahub_cloud-0.3.8.1rc1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
400
- acryl_datahub_cloud-0.3.8.1rc1.dist-info/entry_points.txt,sha256=U25NAI0Z2w_pMQjWWZ6zXvy2lf1m53mjF3ilV_uq6HQ,1004
401
- acryl_datahub_cloud-0.3.8.1rc1.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
402
- acryl_datahub_cloud-0.3.8.1rc1.dist-info/RECORD,,
401
+ acryl_datahub_cloud-0.3.8.2.dist-info/METADATA,sha256=CZb7HMLfu4PwFTC1EOBXi2mMhEQx8Nbg9n5jI3ym24w,4429
402
+ acryl_datahub_cloud-0.3.8.2.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
403
+ acryl_datahub_cloud-0.3.8.2.dist-info/entry_points.txt,sha256=HpypFu4cwe0kT3zXFcqbOG-QTNjzYaV6NiCX0Pgy9LI,1086
404
+ acryl_datahub_cloud-0.3.8.2.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
405
+ acryl_datahub_cloud-0.3.8.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (75.8.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -12,4 +12,5 @@ datahub-metadata-sharing = acryl_datahub_cloud.datahub_metadata_sharing.metadata
12
12
  datahub-reporting-extract-graph = acryl_datahub_cloud.datahub_reporting.extract_graph:DataHubReportingExtractGraphSource
13
13
  datahub-reporting-extract-sql = acryl_datahub_cloud.datahub_reporting.extract_sql:DataHubReportingExtractSQLSource
14
14
  datahub-reporting-forms = acryl_datahub_cloud.datahub_reporting.forms:DataHubReportingFormsSource
15
+ datahub-restore = acryl_datahub_cloud.datahub_restore.source:DataHubRestoreSource
15
16
  datahub-usage-reporting = acryl_datahub_cloud.datahub_usage_reporting.usage_feature_reporter:DataHubUsageFeatureReportingSource