acryl-datahub-cloud 0.3.7.9rc1__py3-none-any.whl → 0.3.7.9.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.
@@ -5769,6 +5769,66 @@
5769
5769
  "default": null,
5770
5770
  "doc": "URL where the reference exist"
5771
5771
  },
5772
+ {
5773
+ "Relationship": {
5774
+ "/*": {
5775
+ "entityTypes": [
5776
+ "dataJob",
5777
+ "dataProcessInstance"
5778
+ ],
5779
+ "isLineage": true,
5780
+ "name": "TrainedBy"
5781
+ }
5782
+ },
5783
+ "type": [
5784
+ "null",
5785
+ {
5786
+ "type": "array",
5787
+ "items": "string"
5788
+ }
5789
+ ],
5790
+ "name": "trainingJobs",
5791
+ "default": null,
5792
+ "doc": "List of jobs or process instances (if any) used to train the model or group. Visible in Lineage. Note that ML Models can also be specified as the output of a specific Data Process Instances (runs) via the DataProcessInstanceOutputs aspect."
5793
+ },
5794
+ {
5795
+ "Relationship": {
5796
+ "/*": {
5797
+ "entityTypes": [
5798
+ "dataJob",
5799
+ "dataProcessInstance"
5800
+ ],
5801
+ "isLineage": true,
5802
+ "isUpstream": false,
5803
+ "name": "UsedBy"
5804
+ }
5805
+ },
5806
+ "type": [
5807
+ "null",
5808
+ {
5809
+ "type": "array",
5810
+ "items": "string"
5811
+ }
5812
+ ],
5813
+ "name": "downstreamJobs",
5814
+ "default": null,
5815
+ "doc": "List of jobs or process instances (if any) that use the model or group."
5816
+ },
5817
+ {
5818
+ "Searchable": {
5819
+ "boostScore": 10.0,
5820
+ "enableAutocomplete": true,
5821
+ "fieldType": "WORD_GRAM",
5822
+ "queryByDefault": true
5823
+ },
5824
+ "type": [
5825
+ "null",
5826
+ "string"
5827
+ ],
5828
+ "name": "name",
5829
+ "default": null,
5830
+ "doc": "Display name of the MLModel"
5831
+ },
5772
5832
  {
5773
5833
  "Searchable": {
5774
5834
  "fieldType": "TEXT",
@@ -5783,6 +5843,7 @@
5783
5843
  "doc": "Documentation of the MLModel"
5784
5844
  },
5785
5845
  {
5846
+ "deprecated": true,
5786
5847
  "type": [
5787
5848
  "null",
5788
5849
  "long"
@@ -5791,6 +5852,24 @@
5791
5852
  "default": null,
5792
5853
  "doc": "Date when the MLModel was developed"
5793
5854
  },
5855
+ {
5856
+ "type": [
5857
+ "null",
5858
+ "com.linkedin.pegasus2avro.common.TimeStamp"
5859
+ ],
5860
+ "name": "created",
5861
+ "default": null,
5862
+ "doc": "Audit stamp containing who created this and when"
5863
+ },
5864
+ {
5865
+ "type": [
5866
+ "null",
5867
+ "com.linkedin.pegasus2avro.common.TimeStamp"
5868
+ ],
5869
+ "name": "lastModified",
5870
+ "default": null,
5871
+ "doc": "Date when the MLModel was last modified"
5872
+ },
5794
5873
  {
5795
5874
  "type": [
5796
5875
  "null",
@@ -6019,53 +6098,6 @@
6019
6098
  "Urn": "Urn",
6020
6099
  "urn_is_array": true
6021
6100
  },
6022
- {
6023
- "Relationship": {
6024
- "/*": {
6025
- "entityTypes": [
6026
- "dataJob"
6027
- ],
6028
- "isLineage": true,
6029
- "name": "TrainedBy"
6030
- }
6031
- },
6032
- "type": [
6033
- "null",
6034
- {
6035
- "type": "array",
6036
- "items": "string"
6037
- }
6038
- ],
6039
- "name": "trainingJobs",
6040
- "default": null,
6041
- "doc": "List of jobs (if any) used to train the model",
6042
- "Urn": "Urn",
6043
- "urn_is_array": true
6044
- },
6045
- {
6046
- "Relationship": {
6047
- "/*": {
6048
- "entityTypes": [
6049
- "dataJob"
6050
- ],
6051
- "isLineage": true,
6052
- "isUpstream": false,
6053
- "name": "UsedBy"
6054
- }
6055
- },
6056
- "type": [
6057
- "null",
6058
- {
6059
- "type": "array",
6060
- "items": "string"
6061
- }
6062
- ],
6063
- "name": "downstreamJobs",
6064
- "default": null,
6065
- "doc": "List of jobs (if any) that use the model",
6066
- "Urn": "Urn",
6067
- "urn_is_array": true
6068
- },
6069
6101
  {
6070
6102
  "Relationship": {
6071
6103
  "/*": {
@@ -7468,6 +7500,66 @@
7468
7500
  "default": {},
7469
7501
  "doc": "Custom property bag."
7470
7502
  },
7503
+ {
7504
+ "Relationship": {
7505
+ "/*": {
7506
+ "entityTypes": [
7507
+ "dataJob",
7508
+ "dataProcessInstance"
7509
+ ],
7510
+ "isLineage": true,
7511
+ "name": "TrainedBy"
7512
+ }
7513
+ },
7514
+ "type": [
7515
+ "null",
7516
+ {
7517
+ "type": "array",
7518
+ "items": "string"
7519
+ }
7520
+ ],
7521
+ "name": "trainingJobs",
7522
+ "default": null,
7523
+ "doc": "List of jobs or process instances (if any) used to train the model or group. Visible in Lineage. Note that ML Models can also be specified as the output of a specific Data Process Instances (runs) via the DataProcessInstanceOutputs aspect."
7524
+ },
7525
+ {
7526
+ "Relationship": {
7527
+ "/*": {
7528
+ "entityTypes": [
7529
+ "dataJob",
7530
+ "dataProcessInstance"
7531
+ ],
7532
+ "isLineage": true,
7533
+ "isUpstream": false,
7534
+ "name": "UsedBy"
7535
+ }
7536
+ },
7537
+ "type": [
7538
+ "null",
7539
+ {
7540
+ "type": "array",
7541
+ "items": "string"
7542
+ }
7543
+ ],
7544
+ "name": "downstreamJobs",
7545
+ "default": null,
7546
+ "doc": "List of jobs or process instances (if any) that use the model or group."
7547
+ },
7548
+ {
7549
+ "Searchable": {
7550
+ "boostScore": 10.0,
7551
+ "enableAutocomplete": true,
7552
+ "fieldType": "WORD_GRAM",
7553
+ "queryByDefault": true
7554
+ },
7555
+ "type": [
7556
+ "null",
7557
+ "string"
7558
+ ],
7559
+ "name": "name",
7560
+ "default": null,
7561
+ "doc": "Display name of the MLModelGroup"
7562
+ },
7471
7563
  {
7472
7564
  "Searchable": {
7473
7565
  "fieldType": "TEXT",
@@ -7482,6 +7574,7 @@
7482
7574
  "doc": "Documentation of the MLModelGroup"
7483
7575
  },
7484
7576
  {
7577
+ "deprecated": true,
7485
7578
  "type": [
7486
7579
  "null",
7487
7580
  "long"
@@ -7490,6 +7583,24 @@
7490
7583
  "default": null,
7491
7584
  "doc": "Date when the MLModelGroup was developed"
7492
7585
  },
7586
+ {
7587
+ "type": [
7588
+ "null",
7589
+ "com.linkedin.pegasus2avro.common.TimeStamp"
7590
+ ],
7591
+ "name": "created",
7592
+ "default": null,
7593
+ "doc": "Time and Actor who created the MLModelGroup"
7594
+ },
7595
+ {
7596
+ "type": [
7597
+ "null",
7598
+ "com.linkedin.pegasus2avro.common.TimeStamp"
7599
+ ],
7600
+ "name": "lastModified",
7601
+ "default": null,
7602
+ "doc": "Date when the MLModelGroup was last modified"
7603
+ },
7493
7604
  {
7494
7605
  "type": [
7495
7606
  "null",
@@ -1,80 +1,82 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: acryl-datahub-cloud
3
- Version: 0.3.7.9rc1
3
+ Version: 0.3.7.9.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: pyarrow; extra == "datahub-lineage-features"
8
7
  Requires-Dist: duckdb; extra == "datahub-lineage-features"
9
8
  Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
10
- Requires-Dist: pandas; extra == "datahub-lineage-features"
11
9
  Requires-Dist: opensearch-py==2.4.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: pyarrow; extra == "datahub-reporting-forms"
14
13
  Requires-Dist: duckdb; extra == "datahub-reporting-forms"
15
14
  Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
16
- Requires-Dist: pandas; extra == "datahub-reporting-forms"
15
+ Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
17
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
- Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
20
19
  Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
21
20
  Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
22
- Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
23
- Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
24
21
  Requires-Dist: opensearch-py==2.4.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: pyarrow; extra == "datahub-reporting-extract-sql"
27
26
  Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
28
27
  Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
29
- Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
28
+ Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
30
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: scipy<=1.14.1; extra == "datahub-usage-feature-reporting"
33
+ Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-feature-reporting"
34
+ Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
32
35
  Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
33
- Requires-Dist: pydantic<2; extra == "datahub-usage-feature-reporting"
34
36
  Requires-Dist: pandas; extra == "datahub-usage-feature-reporting"
35
- Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
36
37
  Requires-Dist: numpy<2; extra == "datahub-usage-feature-reporting"
37
- Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-feature-reporting"
38
- Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-feature-reporting"
38
+ Requires-Dist: pydantic<2; extra == "datahub-usage-feature-reporting"
39
39
  Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
40
- Requires-Dist: polars<=1.16.0; extra == "datahub-usage-feature-reporting"
41
- Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-feature-reporting"
42
40
  Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
41
+ Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-feature-reporting"
42
+ Requires-Dist: polars<=1.16.0; extra == "datahub-usage-feature-reporting"
43
43
  Provides-Extra: acryl-cs-issues
44
- Requires-Dist: openai; extra == "acryl-cs-issues"
45
- Requires-Dist: zenpy; extra == "acryl-cs-issues"
46
44
  Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
45
+ Requires-Dist: zenpy; extra == "acryl-cs-issues"
46
+ Requires-Dist: openai; extra == "acryl-cs-issues"
47
47
  Requires-Dist: jinja2; extra == "acryl-cs-issues"
48
48
  Provides-Extra: all
49
- Requires-Dist: openai; extra == "all"
50
- Requires-Dist: zenpy; extra == "all"
49
+ Requires-Dist: scipy<=1.14.1; extra == "all"
50
+ Requires-Dist: opensearch-py==2.4.2; extra == "all"
51
+ Requires-Dist: elasticsearch==7.13.4; extra == "all"
52
+ Requires-Dist: slack-sdk; extra == "all"
51
53
  Requires-Dist: duckdb; extra == "all"
52
- Requires-Dist: pydantic<2; extra == "all"
53
54
  Requires-Dist: pandas; extra == "all"
54
- Requires-Dist: elasticsearch==7.13.4; extra == "all"
55
55
  Requires-Dist: numpy<2; extra == "all"
56
- Requires-Dist: slack-sdk; extra == "all"
57
- Requires-Dist: jinja2; extra == "all"
58
- Requires-Dist: opensearch-py==2.4.2; extra == "all"
59
- Requires-Dist: scipy<=1.14.1; extra == "all"
56
+ Requires-Dist: zenpy; extra == "all"
57
+ Requires-Dist: pydantic<2; extra == "all"
58
+ Requires-Dist: openai; extra == "all"
60
59
  Requires-Dist: pyarrow; extra == "all"
61
- Requires-Dist: polars<=1.16.0; extra == "all"
62
- Requires-Dist: pyarrow<=18.0.0; extra == "all"
63
60
  Requires-Dist: boto3; extra == "all"
61
+ Requires-Dist: pyarrow<=18.0.0; extra == "all"
62
+ Requires-Dist: jinja2; extra == "all"
63
+ Requires-Dist: polars<=1.16.0; extra == "all"
64
64
  Provides-Extra: dev
65
- Requires-Dist: openai; extra == "dev"
66
- Requires-Dist: zenpy; extra == "dev"
65
+ Requires-Dist: scipy<=1.14.1; extra == "dev"
66
+ Requires-Dist: opensearch-py==2.4.2; extra == "dev"
67
+ Requires-Dist: elasticsearch==7.13.4; extra == "dev"
68
+ Requires-Dist: acryl-datahub[dev]; extra == "dev"
69
+ Requires-Dist: slack-sdk; extra == "dev"
67
70
  Requires-Dist: duckdb; extra == "dev"
68
- Requires-Dist: pydantic<2; extra == "dev"
69
71
  Requires-Dist: pandas; extra == "dev"
70
- Requires-Dist: elasticsearch==7.13.4; extra == "dev"
71
72
  Requires-Dist: numpy<2; extra == "dev"
72
- Requires-Dist: slack-sdk; extra == "dev"
73
- Requires-Dist: jinja2; extra == "dev"
74
- Requires-Dist: opensearch-py==2.4.2; extra == "dev"
75
- Requires-Dist: acryl-datahub[dev]; extra == "dev"
76
- Requires-Dist: scipy<=1.14.1; extra == "dev"
73
+ Requires-Dist: zenpy; extra == "dev"
74
+ Requires-Dist: pydantic<2; extra == "dev"
75
+ Requires-Dist: openai; extra == "dev"
77
76
  Requires-Dist: pyarrow; extra == "dev"
78
- Requires-Dist: polars<=1.16.0; extra == "dev"
79
- Requires-Dist: pyarrow<=18.0.0; extra == "dev"
80
77
  Requires-Dist: boto3; extra == "dev"
78
+ Requires-Dist: pyarrow<=18.0.0; extra == "dev"
79
+ Requires-Dist: jinja2; extra == "dev"
80
+ Requires-Dist: polars<=1.16.0; extra == "dev"
81
+ Dynamic: provides-extra
82
+ 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=kPGJtjbDD_l2i5hGG1dya2r3a3y4Csu8Rg62l_jnCho,557
2
+ acryl_datahub_cloud/_codegen_config.json,sha256=aBqPJPIfQL_DZQpWsnPYwgdtl35ndefpeJS3DN7ywwE,559
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
@@ -25,10 +25,10 @@ acryl_datahub_cloud/elasticsearch/graph_service.py,sha256=K4ykcSMxlrhlDrchhte3vE
25
25
  acryl_datahub_cloud/lineage_features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
26
  acryl_datahub_cloud/lineage_features/source.py,sha256=DS9VgFXtGDRP98dHBE4KVoB2MDFE-4FSS5RlBuYZqRY,5519
27
27
  acryl_datahub_cloud/metadata/__init__.py,sha256=AjhXPjI6cnpdcrBRrE5gOWo15vv2TTl2ctU4UAnUN7A,238
28
- acryl_datahub_cloud/metadata/schema.avsc,sha256=p-1rR01mcoHSaunjuI0eBNbsrqCEnBhqq_PF2qQB1ww,1074413
29
- acryl_datahub_cloud/metadata/schema_classes.py,sha256=StVjs4lqb9KTeA99gRIhneAzOvqBDjcLnQEZHE2DHwI,1355405
28
+ acryl_datahub_cloud/metadata/schema.avsc,sha256=9-4A0BKyYQUCVaR1hbpHALMyNzuKK7dyMCNspAmAyKk,976139
29
+ acryl_datahub_cloud/metadata/schema_classes.py,sha256=TrXj-quF19Red5Ij0vioulZZt_c_6sqM2Qr5lpg7NsU,1363672
30
30
  acryl_datahub_cloud/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
31
- acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=44Y13gEneLA5tL6mt3IJo-9-8AN2URKXM51zmzesti8,119444
31
+ acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=QDjpqUYbV6bYIwrRK0O3l_QDNa1t0A3uRF-RRnYzT2M,119444
32
32
  acryl_datahub_cloud/metadata/com/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
33
33
  acryl_datahub_cloud/metadata/com/linkedin/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
34
34
  acryl_datahub_cloud/metadata/com/linkedin/events/__init__.py,sha256=s_dR0plZF-rOxxIbE8ojekJqwiHzl2WYR-Z3kW6kKS0,298
@@ -86,7 +86,7 @@ acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/search/__init__.
86
86
  acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/search/features/__init__.py,sha256=Ev7Pke4N3ZQTDDrnQsbhw1tMlw56xmaJeRmGn0U7-EI,662
87
87
  acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/snapshot/__init__.py,sha256=An3dDSfMmNNY3_dAhjGXtoPqEc49A3nEGZcD9B0UStQ,2469
88
88
  acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ml/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
89
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ml/metadata/__init__.py,sha256=WIN5E6MiZWF03Ujd8ECvmPS_IyaEvhV8B5dU-GZK3KQ,3192
89
+ acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ml/metadata/__init__.py,sha256=qefB0n1xilQHCPla80b39wdjHOYoVtzBJT2jGc2szkM,3309
90
90
  acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/monitor/__init__.py,sha256=7I8dVYkb4GUh1cH2R0j-99nzrz3aRCSfFeKXcN_HXGM,2866
91
91
  acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/mxe/__init__.py,sha256=LqGp9QTLk_tiSsbHMGSUH7uPG00Bf_qQIMiU7vtO4Tk,973
92
92
  acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/notebook/__init__.py,sha256=BcjOsz4YeHQbLLBb4Im4uJ7ux1hGHquQDmiIOiDXVtE,901
@@ -206,9 +206,9 @@ acryl_datahub_cloud/metadata/schemas/DataPlatformInstanceKey.avsc,sha256=sXUV5EM
206
206
  acryl_datahub_cloud/metadata/schemas/DataPlatformInstanceProperties.avsc,sha256=4-UrBTtVAR0rKQ4OPt4MVZeFtolXzIajGtyh3KC8-MQ,1623
207
207
  acryl_datahub_cloud/metadata/schemas/DataPlatformKey.avsc,sha256=5Z2adruXKzSucmgCba768UXdsGsYBH9t9DvFF9L9mxo,461
208
208
  acryl_datahub_cloud/metadata/schemas/DataProcessInfo.avsc,sha256=n4Zuk4kpHrHI2BdINhG-OucdCefb2GEsDv5mXQtSWIw,1558
209
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceInput.avsc,sha256=NDbRQULcJ9erg3X24w-LUY5AclqKemZQq0LDz1CVsFE,847
210
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceKey.avsc,sha256=EIeMeTbaeTJR2qeVK3usVbBuQjI1bs8OQWKmqOod5K4,870
211
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceOutput.avsc,sha256=ZUdCQ-O2I7l4BNlx8VwJZw0PNpJdy47-ZASSBJneCEs,845
209
+ acryl_datahub_cloud/metadata/schemas/DataProcessInstanceInput.avsc,sha256=BEryvFSjDHOAO0RHxfci2OBxLSI1EdJ95Ox6E9WiBVU,891
210
+ acryl_datahub_cloud/metadata/schemas/DataProcessInstanceKey.avsc,sha256=Np4Qyqr0nm_IyQCFUIwzFq7UjIzUQzaS29sIc8sNvL4,970
211
+ acryl_datahub_cloud/metadata/schemas/DataProcessInstanceOutput.avsc,sha256=YVazoJv-BPE05EFuEvwykAPE6Y52EvwYdzF9KSYT7-s,928
212
212
  acryl_datahub_cloud/metadata/schemas/DataProcessInstanceProperties.avsc,sha256=2qsDFeSA2-ag5IVetgD8mW2k--F6CwmYXM3KOE6edU8,3836
213
213
  acryl_datahub_cloud/metadata/schemas/DataProcessInstanceRelationships.avsc,sha256=VhBpnyGGvO06WEnM6zy4PmjiT0nivRQfkSdJCUgIavw,2358
214
214
  acryl_datahub_cloud/metadata/schemas/DataProcessInstanceRunEvent.avsc,sha256=zwTYULEnpMbqwkLN8NbXW9PQWFG4X6TZkZwTQ1Wb53Y,6713
@@ -300,12 +300,13 @@ acryl_datahub_cloud/metadata/schemas/MLModelDeploymentKey.avsc,sha256=cwrlEzHRY4
300
300
  acryl_datahub_cloud/metadata/schemas/MLModelDeploymentProperties.avsc,sha256=88nJ4uEBeT6kGrZnhYnZF4Co8rq2SBjqszQ-owtskQ4,3133
301
301
  acryl_datahub_cloud/metadata/schemas/MLModelFactorPrompts.avsc,sha256=8kX-P4F4mVLFT980z3MwIautt1_6uA-c_Z87nYNDK-k,2712
302
302
  acryl_datahub_cloud/metadata/schemas/MLModelGroupKey.avsc,sha256=ue1UHiPZEptb7dIYsQ62StSGcZFEC6aeOW4kdRevp6s,2684
303
- acryl_datahub_cloud/metadata/schemas/MLModelGroupProperties.avsc,sha256=X8SexaKiPqBb7YMllw1tbIA_0bk3MZFyv8NtX2AhdZI,1618
303
+ acryl_datahub_cloud/metadata/schemas/MLModelGroupProperties.avsc,sha256=vVqeDTwayOzxdJIJcbtHLWwBcaAYTGnOmDez6KSfyhA,4258
304
304
  acryl_datahub_cloud/metadata/schemas/MLModelKey.avsc,sha256=oY1pLXiKzk1ugE7dxO0SLK0KljCAKE6CeI39u306uXA,3052
305
- acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc,sha256=wGCQ-yMLnss-rRl-NigFPMLEesvSeK0t1iOblyG_m0U,8411
305
+ acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc,sha256=8lbBQL1uB9O5TFvRo5nsX-AnacrlIp5Mzf-ZDk3sJ8s,10079
306
306
  acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyKey.avsc,sha256=8D4Cpyg2YhNpAn65d9C0b2tD4GfmXX3pI2J9EmAslok,1167
307
307
  acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyProperties.avsc,sha256=PHVzHrp7TS6ZILaf9wB4dhkx17W9of859a5sd2Wxu9M,4575
308
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=YVxllocfr7wjN9JhcP5puhLAXgXAiL1JuGxxWvx0FAI,400489
308
+ acryl_datahub_cloud/metadata/schemas/MLTrainingRunProperties.avsc,sha256=WGgj0MuQrGD4UgvyHCJHzTnHja2LlJTOr1gLu8SySj0,4269
309
+ acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=315I6LDejWXiPeals3sIFcWNmWDfv84BrmDKFzuVZfY,405415
309
310
  acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc,sha256=mpdodpx25E6M1Gq_7slEcPAm-1Es5xPsoqV60HgO7zg,12167
310
311
  acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc,sha256=EMfQrYsuHf1p6UvBjoLtfdTHGe-vGNJaCFEHz8hdKU0,9698
311
312
  acryl_datahub_cloud/metadata/schemas/Metrics.avsc,sha256=O7DJGjOwmHbb1x_Zj7AuM_HaHKjBvkfJKfUsX8icXD4,690
@@ -375,8 +376,8 @@ acryl_datahub_cloud/metadata/schemas/UsageFeatures.avsc,sha256=B7mqUWVwduvWSP9zp
375
376
  acryl_datahub_cloud/metadata/schemas/VersionInfo.avsc,sha256=9gMcZ8tjuhgcZiq2gOAp_EOV9q9jvuOgfph6m6v_X7c,1189
376
377
  acryl_datahub_cloud/metadata/schemas/ViewProperties.avsc,sha256=3HhcbH5493dJUnEUtFMYMVfbYQ52aDedm5L4j77Nym4,1032
377
378
  acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=uvLNC3VyCkWA_v8e9FdA1leFf46NFKDD0AajCfihepI,581
378
- acryl_datahub_cloud-0.3.7.9rc1.dist-info/METADATA,sha256=6zZ7XdFysvjH0QgohU0eIHjF3ytMu8XsNXWCnYZi_Xw,4067
379
- acryl_datahub_cloud-0.3.7.9rc1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
380
- acryl_datahub_cloud-0.3.7.9rc1.dist-info/entry_points.txt,sha256=pnIeD0q0iBd34tcq2N2vtgVOlos5oGp-bQ8bTvfNUd8,879
381
- acryl_datahub_cloud-0.3.7.9rc1.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
382
- acryl_datahub_cloud-0.3.7.9rc1.dist-info/RECORD,,
379
+ acryl_datahub_cloud-0.3.7.9.2rc1.dist-info/METADATA,sha256=fOTukpZhOytvzEV05Ae5vsKiqrmgJeM9E1t4nElq6GQ,4116
380
+ acryl_datahub_cloud-0.3.7.9.2rc1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
381
+ acryl_datahub_cloud-0.3.7.9.2rc1.dist-info/entry_points.txt,sha256=pnIeD0q0iBd34tcq2N2vtgVOlos5oGp-bQ8bTvfNUd8,879
382
+ acryl_datahub_cloud-0.3.7.9.2rc1.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
383
+ acryl_datahub_cloud-0.3.7.9.2rc1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5