acryl-datahub-cloud 0.3.8.1rc1__py3-none-any.whl → 0.3.8.2rc1__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/datahub_reporting/datahub_form_reporting.py +18 -1
- acryl_datahub_cloud/datahub_restore/__init__.py +0 -0
- acryl_datahub_cloud/datahub_restore/do_restore.py +85 -0
- acryl_datahub_cloud/datahub_restore/source.py +139 -0
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +1575 -1575
- acryl_datahub_cloud/metadata/schema.avsc +22843 -22830
- acryl_datahub_cloud/metadata/schema_classes.py +522 -505
- acryl_datahub_cloud/metadata/schemas/CorpUserInfo.avsc +13 -0
- acryl_datahub_cloud/metadata/schemas/DashboardInfo.avsc +5 -5
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +18 -5
- acryl_datahub_cloud/metadata/schemas/__init__.py +3 -3
- {acryl_datahub_cloud-0.3.8.1rc1.dist-info → acryl_datahub_cloud-0.3.8.2rc1.dist-info}/METADATA +38 -38
- {acryl_datahub_cloud-0.3.8.1rc1.dist-info → acryl_datahub_cloud-0.3.8.2rc1.dist-info}/RECORD +17 -14
- {acryl_datahub_cloud-0.3.8.1rc1.dist-info → acryl_datahub_cloud-0.3.8.2rc1.dist-info}/entry_points.txt +1 -0
- {acryl_datahub_cloud-0.3.8.1rc1.dist-info → acryl_datahub_cloud-0.3.8.2rc1.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.8.1rc1.dist-info → acryl_datahub_cloud-0.3.8.2rc1.dist-info}/top_level.txt +0 -0
|
@@ -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": "
|
|
262
|
-
"createdOn": "
|
|
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": "
|
|
269
|
-
"updatedActor": "
|
|
270
|
-
"updatedOn": "
|
|
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": "
|
|
2682
|
-
"createdOn": "
|
|
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": "
|
|
2689
|
-
"updatedActor": "
|
|
2690
|
-
"updatedOn": "
|
|
2701
|
+
"properties": "dashboards/*/properties",
|
|
2702
|
+
"updatedActor": "dashboards/*/lastModified/actor",
|
|
2703
|
+
"updatedOn": "dashboards/*/lastModified/time"
|
|
2691
2704
|
}
|
|
2692
2705
|
},
|
|
2693
2706
|
"type": {
|
|
@@ -15,10 +15,10 @@ import pathlib
|
|
|
15
15
|
def _load_schema(schema_name: str) -> str:
|
|
16
16
|
return (pathlib.Path(__file__).parent / f"{schema_name}.avsc").read_text()
|
|
17
17
|
|
|
18
|
-
def getMetadataChangeProposalSchema() -> str:
|
|
19
|
-
return _load_schema("MetadataChangeProposal")
|
|
20
|
-
|
|
21
18
|
def getMetadataChangeEventSchema() -> str:
|
|
22
19
|
return _load_schema("MetadataChangeEvent")
|
|
23
20
|
|
|
21
|
+
def getMetadataChangeProposalSchema() -> str:
|
|
22
|
+
return _load_schema("MetadataChangeProposal")
|
|
23
|
+
|
|
24
24
|
# fmt: on
|
{acryl_datahub_cloud-0.3.8.1rc1.dist-info → acryl_datahub_cloud-0.3.8.2rc1.dist-info}/METADATA
RENAMED
|
@@ -1,90 +1,90 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: acryl-datahub-cloud
|
|
3
|
-
Version: 0.3.8.
|
|
3
|
+
Version: 0.3.8.2rc1
|
|
4
4
|
Requires-Dist: avro-gen3==0.7.16
|
|
5
5
|
Requires-Dist: acryl-datahub
|
|
6
6
|
Provides-Extra: datahub-lineage-features
|
|
7
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
8
|
+
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
7
9
|
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
8
10
|
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
9
11
|
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
10
|
-
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
11
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
12
12
|
Provides-Extra: datahub-reporting-forms
|
|
13
13
|
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
14
|
+
Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
|
|
15
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
14
16
|
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
15
17
|
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
16
18
|
Requires-Dist: duckdb; extra == "datahub-reporting-forms"
|
|
17
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
18
|
-
Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
|
|
19
19
|
Provides-Extra: datahub-reporting-extract-graph
|
|
20
20
|
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
21
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
22
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
21
23
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
22
24
|
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
23
25
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
24
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
25
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
26
26
|
Provides-Extra: datahub-reporting-extract-sql
|
|
27
27
|
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
28
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
28
29
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
29
30
|
Requires-Dist: pyarrow; 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
33
|
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
|
|
39
|
-
Requires-Dist: boto3; extra == "datahub-usage-reporting"
|
|
40
|
-
Requires-Dist: pandas; extra == "datahub-usage-reporting"
|
|
41
34
|
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
|
|
35
|
+
Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
|
|
36
|
+
Requires-Dist: pandas; extra == "datahub-usage-reporting"
|
|
37
|
+
Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
|
|
42
38
|
Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
|
|
39
|
+
Requires-Dist: duckdb; extra == "datahub-usage-reporting"
|
|
40
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
|
|
43
41
|
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
|
|
44
42
|
Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
|
|
43
|
+
Requires-Dist: polars==1.19.0; extra == "datahub-usage-reporting"
|
|
44
|
+
Requires-Dist: boto3; 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
48
|
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
50
|
-
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
51
49
|
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
50
|
+
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
51
|
+
Requires-Dist: slack-sdk; 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"
|
|
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
53
|
Requires-Dist: zenpy; extra == "all"
|
|
61
54
|
Requires-Dist: numpy<2; extra == "all"
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
64
|
-
Requires-Dist: jinja2; extra == "all"
|
|
55
|
+
Requires-Dist: tenacity; extra == "all"
|
|
65
56
|
Requires-Dist: slack-sdk; extra == "all"
|
|
57
|
+
Requires-Dist: jinja2; extra == "all"
|
|
58
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
66
59
|
Requires-Dist: boto3; extra == "all"
|
|
60
|
+
Requires-Dist: openai; extra == "all"
|
|
61
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
67
62
|
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
63
|
+
Requires-Dist: pydantic<2; extra == "all"
|
|
64
|
+
Requires-Dist: pandas; extra == "all"
|
|
68
65
|
Requires-Dist: pyarrow; extra == "all"
|
|
69
|
-
Requires-Dist:
|
|
66
|
+
Requires-Dist: duckdb; extra == "all"
|
|
67
|
+
Requires-Dist: termcolor==2.5.0; extra == "all"
|
|
68
|
+
Requires-Dist: polars==1.19.0; extra == "all"
|
|
69
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
70
70
|
Provides-Extra: dev
|
|
71
71
|
Requires-Dist: openai; extra == "dev"
|
|
72
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
73
|
+
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
74
|
+
Requires-Dist: zenpy; extra == "dev"
|
|
75
|
+
Requires-Dist: pydantic<2; extra == "dev"
|
|
76
|
+
Requires-Dist: pandas; extra == "dev"
|
|
72
77
|
Requires-Dist: numpy<2; extra == "dev"
|
|
73
|
-
Requires-Dist:
|
|
78
|
+
Requires-Dist: jinja2; extra == "dev"
|
|
79
|
+
Requires-Dist: pyarrow; extra == "dev"
|
|
74
80
|
Requires-Dist: duckdb; extra == "dev"
|
|
75
|
-
Requires-Dist: pydantic<2; extra == "dev"
|
|
76
81
|
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
77
|
-
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
78
82
|
Requires-Dist: tenacity; extra == "dev"
|
|
79
|
-
Requires-Dist: jinja2; extra == "dev"
|
|
80
83
|
Requires-Dist: slack-sdk; extra == "dev"
|
|
81
|
-
Requires-Dist:
|
|
82
|
-
Requires-Dist: pandas; extra == "dev"
|
|
83
|
-
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
84
|
-
Requires-Dist: pyarrow; extra == "dev"
|
|
84
|
+
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
85
85
|
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
86
86
|
Requires-Dist: termcolor==2.5.0; extra == "dev"
|
|
87
|
-
Requires-Dist:
|
|
88
|
-
Requires-Dist:
|
|
87
|
+
Requires-Dist: polars==1.19.0; extra == "dev"
|
|
88
|
+
Requires-Dist: boto3; extra == "dev"
|
|
89
89
|
Dynamic: provides-extra
|
|
90
90
|
Dynamic: requires-dist
|
{acryl_datahub_cloud-0.3.8.1rc1.dist-info → acryl_datahub_cloud-0.3.8.2rc1.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=9xiPZEsNxOILAfC-cdrVQC0UW6Dz6rKopgCBb-1o3_Q,557
|
|
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,11 +18,14 @@ 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=
|
|
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
30
|
acryl_datahub_cloud/datahub_usage_reporting/query_builder.py,sha256=ft2PRg_YHTYWnZOVznOEx3PSSqAfiaH0YJtkPcS-NJM,5837
|
|
28
31
|
acryl_datahub_cloud/datahub_usage_reporting/usage_feature_patch_builder.py,sha256=gR9neaHfi0JMQmAKMlgJCEuZIni7cdPFApGOKa5Pn4Y,14406
|
|
@@ -33,10 +36,10 @@ acryl_datahub_cloud/elasticsearch/graph_service.py,sha256=K4ykcSMxlrhlDrchhte3vE
|
|
|
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=
|
|
37
|
-
acryl_datahub_cloud/metadata/schema_classes.py,sha256
|
|
39
|
+
acryl_datahub_cloud/metadata/schema.avsc,sha256=Y2XQtORrSWfFiTgyWrWdW-yUekgtFDh11r_FVjDfjQ8,996177
|
|
40
|
+
acryl_datahub_cloud/metadata/schema_classes.py,sha256=nKD5o3Qfz7WZmPsNgSvv4K7Eaekw-o2vTUnmhoPU3y8,1388729
|
|
38
41
|
acryl_datahub_cloud/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
|
|
39
|
-
acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=
|
|
42
|
+
acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=QmBNRYj1V4UHY1YXNX9aLuMRzFm1UGifPJNP7GO5GLs,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=
|
|
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=
|
|
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=
|
|
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
|
|
@@ -394,9 +397,9 @@ acryl_datahub_cloud/metadata/schemas/VersionProperties.avsc,sha256=2wtE0AbqkLGu6
|
|
|
394
397
|
acryl_datahub_cloud/metadata/schemas/VersionSetKey.avsc,sha256=psjGNNcFua3Zs9Xlh4HnUHNmBEU74uYdJR5g20NhRJU,659
|
|
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
|
-
acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=
|
|
398
|
-
acryl_datahub_cloud-0.3.8.
|
|
399
|
-
acryl_datahub_cloud-0.3.8.
|
|
400
|
-
acryl_datahub_cloud-0.3.8.
|
|
401
|
-
acryl_datahub_cloud-0.3.8.
|
|
402
|
-
acryl_datahub_cloud-0.3.8.
|
|
400
|
+
acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=kCcak_fBn_KyuysZTJIoipAzZ8EO44Amk4DWSEvplEY,581
|
|
401
|
+
acryl_datahub_cloud-0.3.8.2rc1.dist-info/METADATA,sha256=bHLBC5mqwd8KeXD0sZx0IWBYSFOhwmlNYqJT79j-kKk,4432
|
|
402
|
+
acryl_datahub_cloud-0.3.8.2rc1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
403
|
+
acryl_datahub_cloud-0.3.8.2rc1.dist-info/entry_points.txt,sha256=HpypFu4cwe0kT3zXFcqbOG-QTNjzYaV6NiCX0Pgy9LI,1086
|
|
404
|
+
acryl_datahub_cloud-0.3.8.2rc1.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
|
|
405
|
+
acryl_datahub_cloud-0.3.8.2rc1.dist-info/RECORD,,
|
|
@@ -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
|
|
File without changes
|
{acryl_datahub_cloud-0.3.8.1rc1.dist-info → acryl_datahub_cloud-0.3.8.2rc1.dist-info}/top_level.txt
RENAMED
|
File without changes
|