acryl-datahub-cloud 0.3.7.9.1__py3-none-any.whl → 0.3.7.10rc1__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.

@@ -37,66 +37,6 @@
37
37
  "default": null,
38
38
  "doc": "URL where the reference exist"
39
39
  },
40
- {
41
- "Relationship": {
42
- "/*": {
43
- "entityTypes": [
44
- "dataJob",
45
- "dataProcessInstance"
46
- ],
47
- "isLineage": true,
48
- "name": "TrainedBy"
49
- }
50
- },
51
- "type": [
52
- "null",
53
- {
54
- "type": "array",
55
- "items": "string"
56
- }
57
- ],
58
- "name": "trainingJobs",
59
- "default": null,
60
- "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."
61
- },
62
- {
63
- "Relationship": {
64
- "/*": {
65
- "entityTypes": [
66
- "dataJob",
67
- "dataProcessInstance"
68
- ],
69
- "isLineage": true,
70
- "isUpstream": false,
71
- "name": "UsedBy"
72
- }
73
- },
74
- "type": [
75
- "null",
76
- {
77
- "type": "array",
78
- "items": "string"
79
- }
80
- ],
81
- "name": "downstreamJobs",
82
- "default": null,
83
- "doc": "List of jobs or process instances (if any) that use the model or group."
84
- },
85
- {
86
- "Searchable": {
87
- "boostScore": 10.0,
88
- "enableAutocomplete": true,
89
- "fieldType": "WORD_GRAM",
90
- "queryByDefault": true
91
- },
92
- "type": [
93
- "null",
94
- "string"
95
- ],
96
- "name": "name",
97
- "default": null,
98
- "doc": "Display name of the MLModel"
99
- },
100
40
  {
101
41
  "Searchable": {
102
42
  "fieldType": "TEXT",
@@ -111,7 +51,6 @@
111
51
  "doc": "Documentation of the MLModel"
112
52
  },
113
53
  {
114
- "deprecated": true,
115
54
  "type": [
116
55
  "null",
117
56
  "long"
@@ -120,49 +59,6 @@
120
59
  "default": null,
121
60
  "doc": "Date when the MLModel was developed"
122
61
  },
123
- {
124
- "type": [
125
- "null",
126
- {
127
- "type": "record",
128
- "name": "TimeStamp",
129
- "namespace": "com.linkedin.pegasus2avro.common",
130
- "fields": [
131
- {
132
- "type": "long",
133
- "name": "time",
134
- "doc": "When did the event occur"
135
- },
136
- {
137
- "java": {
138
- "class": "com.linkedin.pegasus2avro.common.urn.Urn"
139
- },
140
- "type": [
141
- "null",
142
- "string"
143
- ],
144
- "name": "actor",
145
- "default": null,
146
- "doc": "Optional: The actor urn involved in the event.",
147
- "Urn": "Urn"
148
- }
149
- ],
150
- "doc": "A standard event timestamp"
151
- }
152
- ],
153
- "name": "created",
154
- "default": null,
155
- "doc": "Audit stamp containing who created this and when"
156
- },
157
- {
158
- "type": [
159
- "null",
160
- "com.linkedin.pegasus2avro.common.TimeStamp"
161
- ],
162
- "name": "lastModified",
163
- "default": null,
164
- "doc": "Date when the MLModel was last modified"
165
- },
166
62
  {
167
63
  "type": [
168
64
  "null",
@@ -391,6 +287,53 @@
391
287
  "Urn": "Urn",
392
288
  "urn_is_array": true
393
289
  },
290
+ {
291
+ "Relationship": {
292
+ "/*": {
293
+ "entityTypes": [
294
+ "dataJob"
295
+ ],
296
+ "isLineage": true,
297
+ "name": "TrainedBy"
298
+ }
299
+ },
300
+ "type": [
301
+ "null",
302
+ {
303
+ "type": "array",
304
+ "items": "string"
305
+ }
306
+ ],
307
+ "name": "trainingJobs",
308
+ "default": null,
309
+ "doc": "List of jobs (if any) used to train the model",
310
+ "Urn": "Urn",
311
+ "urn_is_array": true
312
+ },
313
+ {
314
+ "Relationship": {
315
+ "/*": {
316
+ "entityTypes": [
317
+ "dataJob"
318
+ ],
319
+ "isLineage": true,
320
+ "isUpstream": false,
321
+ "name": "UsedBy"
322
+ }
323
+ },
324
+ "type": [
325
+ "null",
326
+ {
327
+ "type": "array",
328
+ "items": "string"
329
+ }
330
+ ],
331
+ "name": "downstreamJobs",
332
+ "default": null,
333
+ "doc": "List of jobs (if any) that use the model",
334
+ "Urn": "Urn",
335
+ "urn_is_array": true
336
+ },
394
337
  {
395
338
  "Relationship": {
396
339
  "/*": {
@@ -5769,66 +5769,6 @@
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
- },
5832
5772
  {
5833
5773
  "Searchable": {
5834
5774
  "fieldType": "TEXT",
@@ -5843,7 +5783,6 @@
5843
5783
  "doc": "Documentation of the MLModel"
5844
5784
  },
5845
5785
  {
5846
- "deprecated": true,
5847
5786
  "type": [
5848
5787
  "null",
5849
5788
  "long"
@@ -5852,24 +5791,6 @@
5852
5791
  "default": null,
5853
5792
  "doc": "Date when the MLModel was developed"
5854
5793
  },
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
- },
5873
5794
  {
5874
5795
  "type": [
5875
5796
  "null",
@@ -6098,6 +6019,53 @@
6098
6019
  "Urn": "Urn",
6099
6020
  "urn_is_array": true
6100
6021
  },
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
+ },
6101
6069
  {
6102
6070
  "Relationship": {
6103
6071
  "/*": {
@@ -7500,66 +7468,6 @@
7500
7468
  "default": {},
7501
7469
  "doc": "Custom property bag."
7502
7470
  },
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
- },
7563
7471
  {
7564
7472
  "Searchable": {
7565
7473
  "fieldType": "TEXT",
@@ -7574,7 +7482,6 @@
7574
7482
  "doc": "Documentation of the MLModelGroup"
7575
7483
  },
7576
7484
  {
7577
- "deprecated": true,
7578
7485
  "type": [
7579
7486
  "null",
7580
7487
  "long"
@@ -7583,24 +7490,6 @@
7583
7490
  "default": null,
7584
7491
  "doc": "Date when the MLModelGroup was developed"
7585
7492
  },
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
- },
7604
7493
  {
7605
7494
  "type": [
7606
7495
  "null",
@@ -7,6 +7,7 @@
7
7
  "namespace": "com.linkedin.pegasus2avro.post",
8
8
  "fields": [
9
9
  {
10
+ "Searchable": {},
10
11
  "type": {
11
12
  "type": "enum",
12
13
  "symbolDocs": {
@@ -205,9 +206,20 @@
205
206
  "dataset",
206
207
  "schemaField",
207
208
  "chart",
209
+ "container",
208
210
  "dashboard",
209
211
  "dataFlow",
210
212
  "dataJob",
213
+ "dataProduct",
214
+ "glossaryTerm",
215
+ "glossaryNode",
216
+ "mlModel",
217
+ "mlFeature",
218
+ "notebook",
219
+ "mlFeatureTable",
220
+ "mlPrimaryKey",
221
+ "mlModelGroup",
222
+ "domain",
211
223
  "dataProduct"
212
224
  ],
213
225
  "name": "PostTarget"
@@ -228,9 +240,20 @@
228
240
  "dataset",
229
241
  "schemaField",
230
242
  "chart",
243
+ "container",
231
244
  "dashboard",
232
245
  "dataFlow",
233
246
  "dataJob",
247
+ "dataProduct",
248
+ "glossaryTerm",
249
+ "glossaryNode",
250
+ "mlModel",
251
+ "mlFeature",
252
+ "notebook",
253
+ "mlFeatureTable",
254
+ "mlPrimaryKey",
255
+ "mlModelGroup",
256
+ "domain",
234
257
  "dataProduct"
235
258
  ]
236
259
  }
@@ -1,82 +1,82 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: acryl-datahub-cloud
3
- Version: 0.3.7.9.1
3
+ Version: 0.3.7.10rc1
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: pandas; extra == "datahub-lineage-features"
8
- Requires-Dist: duckdb; extra == "datahub-lineage-features"
9
7
  Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
8
+ Requires-Dist: duckdb; extra == "datahub-lineage-features"
10
9
  Requires-Dist: pyarrow; extra == "datahub-lineage-features"
10
+ Requires-Dist: pandas; extra == "datahub-lineage-features"
11
11
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
12
12
  Provides-Extra: datahub-reporting-forms
13
- Requires-Dist: pandas; extra == "datahub-reporting-forms"
14
- Requires-Dist: duckdb; extra == "datahub-reporting-forms"
15
13
  Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
14
+ Requires-Dist: duckdb; extra == "datahub-reporting-forms"
16
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: pandas; extra == "datahub-reporting-extract-graph"
20
- Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
21
19
  Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
20
+ Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
22
21
  Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
23
- Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
24
22
  Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
23
+ Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
24
+ Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
25
25
  Provides-Extra: datahub-reporting-extract-sql
26
- Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
27
- Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
28
26
  Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
27
+ Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
29
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
32
  Requires-Dist: pydantic<2; extra == "datahub-usage-feature-reporting"
33
- Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
34
- Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-feature-reporting"
35
- Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-feature-reporting"
36
- Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
37
- Requires-Dist: pandas; extra == "datahub-usage-feature-reporting"
33
+ Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
38
34
  Requires-Dist: polars<=1.16.0; extra == "datahub-usage-feature-reporting"
39
35
  Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-feature-reporting"
40
- Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
41
- Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
42
36
  Requires-Dist: numpy<2; extra == "datahub-usage-feature-reporting"
37
+ Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
38
+ Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
39
+ Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
40
+ Requires-Dist: pandas; extra == "datahub-usage-feature-reporting"
41
+ Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-feature-reporting"
42
+ Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-feature-reporting"
43
43
  Provides-Extra: acryl-cs-issues
44
44
  Requires-Dist: jinja2; extra == "acryl-cs-issues"
45
+ Requires-Dist: zenpy; extra == "acryl-cs-issues"
45
46
  Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
46
47
  Requires-Dist: openai; extra == "acryl-cs-issues"
47
- Requires-Dist: zenpy; extra == "acryl-cs-issues"
48
48
  Provides-Extra: all
49
49
  Requires-Dist: pydantic<2; extra == "all"
50
- Requires-Dist: duckdb; extra == "all"
51
- Requires-Dist: pyarrow<=18.0.0; extra == "all"
52
- Requires-Dist: opensearch-py==2.4.2; extra == "all"
53
- Requires-Dist: boto3; extra == "all"
54
- Requires-Dist: slack-sdk; extra == "all"
55
- Requires-Dist: zenpy; extra == "all"
56
- Requires-Dist: pandas; extra == "all"
50
+ Requires-Dist: pyarrow; extra == "all"
57
51
  Requires-Dist: polars<=1.16.0; extra == "all"
52
+ Requires-Dist: openai; extra == "all"
58
53
  Requires-Dist: scipy<=1.14.1; extra == "all"
59
54
  Requires-Dist: jinja2; extra == "all"
60
- Requires-Dist: elasticsearch==7.13.4; extra == "all"
61
- Requires-Dist: openai; extra == "all"
62
- Requires-Dist: pyarrow; extra == "all"
55
+ Requires-Dist: zenpy; extra == "all"
56
+ Requires-Dist: slack-sdk; extra == "all"
63
57
  Requires-Dist: numpy<2; extra == "all"
58
+ Requires-Dist: elasticsearch==7.13.4; extra == "all"
59
+ Requires-Dist: duckdb; extra == "all"
60
+ Requires-Dist: boto3; extra == "all"
61
+ Requires-Dist: pandas; extra == "all"
62
+ Requires-Dist: opensearch-py==2.4.2; extra == "all"
63
+ Requires-Dist: pyarrow<=18.0.0; extra == "all"
64
64
  Provides-Extra: dev
65
65
  Requires-Dist: pydantic<2; extra == "dev"
66
- Requires-Dist: acryl-datahub[dev]; extra == "dev"
67
- Requires-Dist: duckdb; extra == "dev"
68
- Requires-Dist: pyarrow<=18.0.0; extra == "dev"
69
- Requires-Dist: opensearch-py==2.4.2; extra == "dev"
70
- Requires-Dist: boto3; extra == "dev"
71
- Requires-Dist: slack-sdk; extra == "dev"
72
- Requires-Dist: zenpy; extra == "dev"
73
- Requires-Dist: pandas; extra == "dev"
66
+ Requires-Dist: pyarrow; extra == "dev"
74
67
  Requires-Dist: polars<=1.16.0; extra == "dev"
68
+ Requires-Dist: openai; extra == "dev"
75
69
  Requires-Dist: scipy<=1.14.1; extra == "dev"
76
70
  Requires-Dist: jinja2; extra == "dev"
77
- Requires-Dist: elasticsearch==7.13.4; extra == "dev"
78
- Requires-Dist: openai; extra == "dev"
79
- Requires-Dist: pyarrow; extra == "dev"
71
+ Requires-Dist: zenpy; extra == "dev"
72
+ Requires-Dist: slack-sdk; extra == "dev"
80
73
  Requires-Dist: numpy<2; extra == "dev"
74
+ Requires-Dist: elasticsearch==7.13.4; extra == "dev"
75
+ Requires-Dist: duckdb; extra == "dev"
76
+ Requires-Dist: acryl-datahub[dev]; extra == "dev"
77
+ Requires-Dist: boto3; extra == "dev"
78
+ Requires-Dist: pandas; extra == "dev"
79
+ Requires-Dist: opensearch-py==2.4.2; extra == "dev"
80
+ Requires-Dist: pyarrow<=18.0.0; extra == "dev"
81
81
  Dynamic: provides-extra
82
82
  Dynamic: requires-dist