acryl-datahub-cloud 0.3.8rc10__py3-none-any.whl → 0.3.8rc12__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_metadata_sharing/metadata_sharing_source.py +6 -1
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ml/metadata/__init__.py +2 -0
- acryl_datahub_cloud/metadata/schema.avsc +336 -133
- acryl_datahub_cloud/metadata/schema_classes.py +233 -27
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceKey.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceOutput.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/MLModelGroupProperties.avsc +104 -0
- acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc +104 -47
- acryl_datahub_cloud/metadata/schemas/MLTrainingRunProperties.avsc +171 -0
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +158 -47
- {acryl_datahub_cloud-0.3.8rc10.dist-info → acryl_datahub_cloud-0.3.8rc12.dist-info}/METADATA +45 -45
- {acryl_datahub_cloud-0.3.8rc10.dist-info → acryl_datahub_cloud-0.3.8rc12.dist-info}/RECORD +16 -15
- {acryl_datahub_cloud-0.3.8rc10.dist-info → acryl_datahub_cloud-0.3.8rc12.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.8rc10.dist-info → acryl_datahub_cloud-0.3.8rc12.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.8rc10.dist-info → acryl_datahub_cloud-0.3.8rc12.dist-info}/top_level.txt +0 -0
{acryl_datahub_cloud-0.3.8rc10.dist-info → acryl_datahub_cloud-0.3.8rc12.dist-info}/METADATA
RENAMED
|
@@ -1,86 +1,86 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: acryl-datahub-cloud
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.8rc12
|
|
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: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
8
8
|
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
9
|
-
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
10
|
-
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
11
9
|
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
10
|
+
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
11
|
+
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
12
12
|
Provides-Extra: datahub-reporting-forms
|
|
13
|
-
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
14
13
|
Requires-Dist: duckdb; extra == "datahub-reporting-forms"
|
|
15
|
-
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
16
|
-
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
17
14
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
15
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
16
|
+
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
17
|
+
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
18
18
|
Provides-Extra: datahub-reporting-extract-graph
|
|
19
19
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
20
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
21
20
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
22
|
-
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
23
|
-
Requires-Dist: pyarrow; 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"
|
|
23
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
24
|
+
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
25
25
|
Provides-Extra: datahub-reporting-extract-sql
|
|
26
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
27
26
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
|
|
28
|
-
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
29
|
-
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
30
27
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
28
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
29
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
30
|
+
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
31
31
|
Provides-Extra: datahub-usage-feature-reporting
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
|
|
32
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
|
|
34
33
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-feature-reporting"
|
|
35
|
-
Requires-Dist:
|
|
34
|
+
Requires-Dist: numpy<2; extra == "datahub-usage-feature-reporting"
|
|
36
35
|
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-feature-reporting"
|
|
37
|
-
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-feature-reporting"
|
|
38
|
-
Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
|
|
39
|
-
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
|
|
40
|
-
Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
|
|
41
36
|
Requires-Dist: pydantic<2; extra == "datahub-usage-feature-reporting"
|
|
42
|
-
Requires-Dist:
|
|
37
|
+
Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
|
|
38
|
+
Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
|
|
39
|
+
Requires-Dist: polars==1.19.0; extra == "datahub-usage-feature-reporting"
|
|
40
|
+
Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
|
|
41
|
+
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-feature-reporting"
|
|
42
|
+
Requires-Dist: pandas; extra == "datahub-usage-feature-reporting"
|
|
43
43
|
Provides-Extra: datahub-metadata-sharing
|
|
44
44
|
Requires-Dist: tenacity; extra == "datahub-metadata-sharing"
|
|
45
45
|
Provides-Extra: acryl-cs-issues
|
|
46
|
-
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
47
46
|
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
48
|
-
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
49
47
|
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
48
|
+
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
49
|
+
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
50
50
|
Provides-Extra: all
|
|
51
|
-
Requires-Dist: slack-sdk; extra == "all"
|
|
52
|
-
Requires-Dist: polars==1.19.0; extra == "all"
|
|
53
|
-
Requires-Dist: boto3; extra == "all"
|
|
54
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
55
|
-
Requires-Dist: pandas; extra == "all"
|
|
56
|
-
Requires-Dist: tenacity; extra == "all"
|
|
57
51
|
Requires-Dist: openai; extra == "all"
|
|
52
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
53
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
54
|
+
Requires-Dist: numpy<2; extra == "all"
|
|
58
55
|
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
59
|
-
Requires-Dist:
|
|
56
|
+
Requires-Dist: pydantic<2; extra == "all"
|
|
57
|
+
Requires-Dist: pyarrow; extra == "all"
|
|
58
|
+
Requires-Dist: boto3; extra == "all"
|
|
60
59
|
Requires-Dist: zenpy; extra == "all"
|
|
60
|
+
Requires-Dist: polars==1.19.0; extra == "all"
|
|
61
|
+
Requires-Dist: tenacity; extra == "all"
|
|
61
62
|
Requires-Dist: jinja2; extra == "all"
|
|
63
|
+
Requires-Dist: slack-sdk; extra == "all"
|
|
62
64
|
Requires-Dist: duckdb; extra == "all"
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist:
|
|
65
|
-
Requires-Dist: pydantic<2; extra == "all"
|
|
66
|
-
Requires-Dist: numpy<2; extra == "all"
|
|
65
|
+
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
66
|
+
Requires-Dist: pandas; extra == "all"
|
|
67
67
|
Provides-Extra: dev
|
|
68
|
-
Requires-Dist: slack-sdk; extra == "dev"
|
|
69
|
-
Requires-Dist: polars==1.19.0; extra == "dev"
|
|
70
|
-
Requires-Dist: boto3; extra == "dev"
|
|
71
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
72
|
-
Requires-Dist: pandas; extra == "dev"
|
|
73
|
-
Requires-Dist: tenacity; extra == "dev"
|
|
74
68
|
Requires-Dist: openai; extra == "dev"
|
|
69
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
70
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
71
|
+
Requires-Dist: numpy<2; extra == "dev"
|
|
75
72
|
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
76
|
-
Requires-Dist:
|
|
77
|
-
Requires-Dist:
|
|
73
|
+
Requires-Dist: pyarrow; extra == "dev"
|
|
74
|
+
Requires-Dist: pydantic<2; extra == "dev"
|
|
75
|
+
Requires-Dist: boto3; extra == "dev"
|
|
78
76
|
Requires-Dist: zenpy; extra == "dev"
|
|
77
|
+
Requires-Dist: polars==1.19.0; extra == "dev"
|
|
78
|
+
Requires-Dist: tenacity; extra == "dev"
|
|
79
79
|
Requires-Dist: jinja2; extra == "dev"
|
|
80
|
+
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
81
|
+
Requires-Dist: slack-sdk; extra == "dev"
|
|
80
82
|
Requires-Dist: duckdb; extra == "dev"
|
|
81
|
-
Requires-Dist:
|
|
82
|
-
Requires-Dist:
|
|
83
|
-
Requires-Dist: pydantic<2; extra == "dev"
|
|
84
|
-
Requires-Dist: numpy<2; extra == "dev"
|
|
83
|
+
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
84
|
+
Requires-Dist: pandas; extra == "dev"
|
|
85
85
|
Dynamic: provides-extra
|
|
86
86
|
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=
|
|
2
|
+
acryl_datahub_cloud/_codegen_config.json,sha256=FALMQt4pFkupU9NSitmUwV3Ldz44BJJJsa-szWqyfas,556
|
|
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
|
|
@@ -12,7 +12,7 @@ acryl_datahub_cloud/api/__init__.py,sha256=f3iF76twAax3k19sl7ffOsebQA7UMjd9na_oa
|
|
|
12
12
|
acryl_datahub_cloud/api/client.py,sha256=Qp4XKB2tDrh0Z5AuNpHyA9QkYItBl2QXz37PGHzUG7w,194
|
|
13
13
|
acryl_datahub_cloud/api/entity_versioning.py,sha256=6AmAk4jhUmMeO-Ghfn7Wjpv3P93K-pnBs1Vs5TYOqe4,5611
|
|
14
14
|
acryl_datahub_cloud/datahub_metadata_sharing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
acryl_datahub_cloud/datahub_metadata_sharing/metadata_sharing_source.py,sha256=
|
|
15
|
+
acryl_datahub_cloud/datahub_metadata_sharing/metadata_sharing_source.py,sha256=Ata7h_Jugi5QaHqxl54jUAefpkUfHt5qZSQ0vHYZd4E,9424
|
|
16
16
|
acryl_datahub_cloud/datahub_metadata_sharing/query.py,sha256=7Wc7Vtqdh2Ule5HMe0L_C3pQ2Bejkyo1IRusmFZG_0Y,219
|
|
17
17
|
acryl_datahub_cloud/datahub_metadata_sharing/scroll_shared_entities.gql,sha256=Nups4Pwc7_DFm0-Z5Gh22HWq44GpoADNuYCK5YM8BrI,3908
|
|
18
18
|
acryl_datahub_cloud/datahub_metadata_sharing/share_entity.gql,sha256=tJ0VkAekRQCxZ3TkaC0nVqMHQoILqf2J6J-HfbSRL0U,286
|
|
@@ -33,8 +33,8 @@ acryl_datahub_cloud/elasticsearch/graph_service.py,sha256=K4ykcSMxlrhlDrchhte3vE
|
|
|
33
33
|
acryl_datahub_cloud/lineage_features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
34
|
acryl_datahub_cloud/lineage_features/source.py,sha256=Edve1oBoR87RTloAfjAuxgULlMI_HNSFuQfbiVjkac4,6412
|
|
35
35
|
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=
|
|
36
|
+
acryl_datahub_cloud/metadata/schema.avsc,sha256=PElkzJHmsmi6LXsvtvNyeoaik9fFbWsCsetVH30VgLA,934932
|
|
37
|
+
acryl_datahub_cloud/metadata/schema_classes.py,sha256=kSWEIZW_n_Fc9QEB6ZTFTFeQJrkbLWUOaEF8wKVuHtc,1385935
|
|
38
38
|
acryl_datahub_cloud/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
|
|
39
39
|
acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=F345U9MIvmalszr53WZwGfzTzCoLkH_3T_zUEemF10Y,123283
|
|
40
40
|
acryl_datahub_cloud/metadata/com/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
@@ -95,7 +95,7 @@ acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/search/__init__.
|
|
|
95
95
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/search/features/__init__.py,sha256=Ev7Pke4N3ZQTDDrnQsbhw1tMlw56xmaJeRmGn0U7-EI,662
|
|
96
96
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/snapshot/__init__.py,sha256=An3dDSfMmNNY3_dAhjGXtoPqEc49A3nEGZcD9B0UStQ,2469
|
|
97
97
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ml/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
98
|
-
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ml/metadata/__init__.py,sha256=
|
|
98
|
+
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ml/metadata/__init__.py,sha256=qefB0n1xilQHCPla80b39wdjHOYoVtzBJT2jGc2szkM,3309
|
|
99
99
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/monitor/__init__.py,sha256=7I8dVYkb4GUh1cH2R0j-99nzrz3aRCSfFeKXcN_HXGM,2866
|
|
100
100
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/mxe/__init__.py,sha256=LqGp9QTLk_tiSsbHMGSUH7uPG00Bf_qQIMiU7vtO4Tk,973
|
|
101
101
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/notebook/__init__.py,sha256=BcjOsz4YeHQbLLBb4Im4uJ7ux1hGHquQDmiIOiDXVtE,901
|
|
@@ -217,8 +217,8 @@ acryl_datahub_cloud/metadata/schemas/DataPlatformInstanceProperties.avsc,sha256=
|
|
|
217
217
|
acryl_datahub_cloud/metadata/schemas/DataPlatformKey.avsc,sha256=5Z2adruXKzSucmgCba768UXdsGsYBH9t9DvFF9L9mxo,461
|
|
218
218
|
acryl_datahub_cloud/metadata/schemas/DataProcessInfo.avsc,sha256=n4Zuk4kpHrHI2BdINhG-OucdCefb2GEsDv5mXQtSWIw,1558
|
|
219
219
|
acryl_datahub_cloud/metadata/schemas/DataProcessInstanceInput.avsc,sha256=NDbRQULcJ9erg3X24w-LUY5AclqKemZQq0LDz1CVsFE,847
|
|
220
|
-
acryl_datahub_cloud/metadata/schemas/DataProcessInstanceKey.avsc,sha256=
|
|
221
|
-
acryl_datahub_cloud/metadata/schemas/DataProcessInstanceOutput.avsc,sha256=
|
|
220
|
+
acryl_datahub_cloud/metadata/schemas/DataProcessInstanceKey.avsc,sha256=Np4Qyqr0nm_IyQCFUIwzFq7UjIzUQzaS29sIc8sNvL4,970
|
|
221
|
+
acryl_datahub_cloud/metadata/schemas/DataProcessInstanceOutput.avsc,sha256=Ra00uvvXrKVlXD1O7B-1thvxebsvCtpeQzc4bnzAflU,868
|
|
222
222
|
acryl_datahub_cloud/metadata/schemas/DataProcessInstanceProperties.avsc,sha256=2qsDFeSA2-ag5IVetgD8mW2k--F6CwmYXM3KOE6edU8,3836
|
|
223
223
|
acryl_datahub_cloud/metadata/schemas/DataProcessInstanceRelationships.avsc,sha256=VhBpnyGGvO06WEnM6zy4PmjiT0nivRQfkSdJCUgIavw,2358
|
|
224
224
|
acryl_datahub_cloud/metadata/schemas/DataProcessInstanceRunEvent.avsc,sha256=zwTYULEnpMbqwkLN8NbXW9PQWFG4X6TZkZwTQ1Wb53Y,6713
|
|
@@ -311,12 +311,13 @@ acryl_datahub_cloud/metadata/schemas/MLModelDeploymentKey.avsc,sha256=cwrlEzHRY4
|
|
|
311
311
|
acryl_datahub_cloud/metadata/schemas/MLModelDeploymentProperties.avsc,sha256=TEZPa6iWSd359NPcpq18YX2gzD5iL06fU2hbnPqwRtU,5476
|
|
312
312
|
acryl_datahub_cloud/metadata/schemas/MLModelFactorPrompts.avsc,sha256=8kX-P4F4mVLFT980z3MwIautt1_6uA-c_Z87nYNDK-k,2712
|
|
313
313
|
acryl_datahub_cloud/metadata/schemas/MLModelGroupKey.avsc,sha256=ue1UHiPZEptb7dIYsQ62StSGcZFEC6aeOW4kdRevp6s,2684
|
|
314
|
-
acryl_datahub_cloud/metadata/schemas/MLModelGroupProperties.avsc,sha256
|
|
314
|
+
acryl_datahub_cloud/metadata/schemas/MLModelGroupProperties.avsc,sha256=-8uSKRD4QbpVsGHkg9Xp4e_7NroNL2DcCNRimHJoyY4,6601
|
|
315
315
|
acryl_datahub_cloud/metadata/schemas/MLModelKey.avsc,sha256=070te_SYKS1PsocQJDkrP38oV9g0zTmn9Qb7K5MLX6w,3079
|
|
316
|
-
acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc,sha256
|
|
316
|
+
acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc,sha256=-iJy0wMeKiJDtln38RgVTUOT3w1buLKFOe-VB4jprsI,12422
|
|
317
317
|
acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyKey.avsc,sha256=8D4Cpyg2YhNpAn65d9C0b2tD4GfmXX3pI2J9EmAslok,1167
|
|
318
318
|
acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyProperties.avsc,sha256=9unOw5ZdIaNj8eQut5I16LWy1FeIWUtsRjiKw-myWd4,6918
|
|
319
|
-
acryl_datahub_cloud/metadata/schemas/
|
|
319
|
+
acryl_datahub_cloud/metadata/schemas/MLTrainingRunProperties.avsc,sha256=WGgj0MuQrGD4UgvyHCJHzTnHja2LlJTOr1gLu8SySj0,4269
|
|
320
|
+
acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=E2IeCVDq-BWQ1D1x6rX-DWvyaNvl-6RNdGiCTy09pXA,406242
|
|
320
321
|
acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc,sha256=mpdodpx25E6M1Gq_7slEcPAm-1Es5xPsoqV60HgO7zg,12167
|
|
321
322
|
acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc,sha256=EMfQrYsuHf1p6UvBjoLtfdTHGe-vGNJaCFEHz8hdKU0,9698
|
|
322
323
|
acryl_datahub_cloud/metadata/schemas/Metrics.avsc,sha256=O7DJGjOwmHbb1x_Zj7AuM_HaHKjBvkfJKfUsX8icXD4,690
|
|
@@ -391,8 +392,8 @@ acryl_datahub_cloud/metadata/schemas/VersionSetKey.avsc,sha256=psjGNNcFua3Zs9Xlh
|
|
|
391
392
|
acryl_datahub_cloud/metadata/schemas/VersionSetProperties.avsc,sha256=yrhhVNioD11nFlDO7IfUbxAQjhA9Tr-4wnAYH5I9W74,1172
|
|
392
393
|
acryl_datahub_cloud/metadata/schemas/ViewProperties.avsc,sha256=3HhcbH5493dJUnEUtFMYMVfbYQ52aDedm5L4j77Nym4,1032
|
|
393
394
|
acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=uvLNC3VyCkWA_v8e9FdA1leFf46NFKDD0AajCfihepI,581
|
|
394
|
-
acryl_datahub_cloud-0.3.
|
|
395
|
-
acryl_datahub_cloud-0.3.
|
|
396
|
-
acryl_datahub_cloud-0.3.
|
|
397
|
-
acryl_datahub_cloud-0.3.
|
|
398
|
-
acryl_datahub_cloud-0.3.
|
|
395
|
+
acryl_datahub_cloud-0.3.8rc12.dist-info/METADATA,sha256=nmxgytV5MuDRPwn6aRWJmo1pdiInsIE9cJjdJzWdA-Q,4295
|
|
396
|
+
acryl_datahub_cloud-0.3.8rc12.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
397
|
+
acryl_datahub_cloud-0.3.8rc12.dist-info/entry_points.txt,sha256=U25NAI0Z2w_pMQjWWZ6zXvy2lf1m53mjF3ilV_uq6HQ,1004
|
|
398
|
+
acryl_datahub_cloud-0.3.8rc12.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
|
|
399
|
+
acryl_datahub_cloud-0.3.8rc12.dist-info/RECORD,,
|
|
File without changes
|
{acryl_datahub_cloud-0.3.8rc10.dist-info → acryl_datahub_cloud-0.3.8rc12.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{acryl_datahub_cloud-0.3.8rc10.dist-info → acryl_datahub_cloud-0.3.8rc12.dist-info}/top_level.txt
RENAMED
|
File without changes
|