acryl-datahub-cloud 0.3.10.4rc2__py3-none-any.whl → 0.3.11__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.

Files changed (33) hide show
  1. acryl_datahub_cloud/_codegen_config.json +1 -1
  2. acryl_datahub_cloud/_sdk_extras/__init__.py +4 -0
  3. acryl_datahub_cloud/_sdk_extras/assertion.py +15 -0
  4. acryl_datahub_cloud/_sdk_extras/assertions_client.py +23 -0
  5. acryl_datahub_cloud/acryl_cs_issues/acryl_customer.py +1 -1
  6. acryl_datahub_cloud/action_request/action_request_owner_source.py +1 -2
  7. acryl_datahub_cloud/datahub_reporting/datahub_dataset.py +3 -7
  8. acryl_datahub_cloud/datahub_reporting/datahub_form_reporting.py +9 -5
  9. acryl_datahub_cloud/datahub_usage_reporting/usage_feature_reporter.py +14 -32
  10. acryl_datahub_cloud/metadata/_urns/urn_defs.py +1849 -1793
  11. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/assertion/__init__.py +2 -0
  12. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py +2 -0
  13. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/monitor/__init__.py +6 -0
  14. acryl_datahub_cloud/metadata/schema.avsc +25538 -25429
  15. acryl_datahub_cloud/metadata/schema_classes.py +861 -676
  16. acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +25 -0
  17. acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +25 -0
  18. acryl_datahub_cloud/metadata/schemas/DataContractKey.avsc +2 -1
  19. acryl_datahub_cloud/metadata/schemas/DataHubOpenAPISchemaKey.avsc +22 -0
  20. acryl_datahub_cloud/metadata/schemas/DataTransformLogic.avsc +4 -2
  21. acryl_datahub_cloud/metadata/schemas/MLModelDeploymentProperties.avsc +3 -0
  22. acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +6 -0
  23. acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc +3 -0
  24. acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc +3 -0
  25. acryl_datahub_cloud/metadata/schemas/MonitorAnomalyEvent.avsc +36 -26
  26. acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +58 -0
  27. acryl_datahub_cloud/metadata/schemas/QueryProperties.avsc +4 -2
  28. acryl_datahub_cloud/metadata/schemas/SystemMetadata.avsc +86 -0
  29. {acryl_datahub_cloud-0.3.10.4rc2.dist-info → acryl_datahub_cloud-0.3.11.dist-info}/METADATA +51 -51
  30. {acryl_datahub_cloud-0.3.10.4rc2.dist-info → acryl_datahub_cloud-0.3.11.dist-info}/RECORD +33 -28
  31. {acryl_datahub_cloud-0.3.10.4rc2.dist-info → acryl_datahub_cloud-0.3.11.dist-info}/WHEEL +1 -1
  32. {acryl_datahub_cloud-0.3.10.4rc2.dist-info → acryl_datahub_cloud-0.3.11.dist-info}/entry_points.txt +0 -0
  33. {acryl_datahub_cloud-0.3.10.4rc2.dist-info → acryl_datahub_cloud-0.3.11.dist-info}/top_level.txt +0 -0
@@ -3553,6 +3553,31 @@
3553
3553
  "name": "assertionInferenceDetails",
3554
3554
  "default": null,
3555
3555
  "doc": "The optional AssertionInferenceDetails which contains the settings used for the inferred assertion.\nThis field is used to store the settings used for the smart assertion.\nIt is optional and may not always be present in the AssertionRunEvent record.\nWhen present, it provides additional context about the settings used for the smart assertion."
3556
+ },
3557
+ {
3558
+ "type": [
3559
+ "null",
3560
+ {
3561
+ "type": "record",
3562
+ "name": "AssertionMetric",
3563
+ "namespace": "com.linkedin.pegasus2avro.assertion",
3564
+ "fields": [
3565
+ {
3566
+ "type": "long",
3567
+ "name": "timestampMs",
3568
+ "doc": "The timestamp associated with the metric sampling time in milliseconds since epoch"
3569
+ },
3570
+ {
3571
+ "type": "float",
3572
+ "name": "value",
3573
+ "doc": "The value of the metric that was sampled"
3574
+ }
3575
+ ]
3576
+ }
3577
+ ],
3578
+ "name": "metric",
3579
+ "default": null,
3580
+ "doc": "Information about the metric that was sampled & used when evaluating the assertion.\n\nCurrently, this is only populated for Volume & Field Metric Assertions and used for anomaly\nlogging for Smart Assertions."
3556
3581
  }
3557
3582
  ],
3558
3583
  "doc": "The result of running an assertion"
@@ -3412,6 +3412,31 @@
3412
3412
  "name": "assertionInferenceDetails",
3413
3413
  "default": null,
3414
3414
  "doc": "The optional AssertionInferenceDetails which contains the settings used for the inferred assertion.\nThis field is used to store the settings used for the smart assertion.\nIt is optional and may not always be present in the AssertionRunEvent record.\nWhen present, it provides additional context about the settings used for the smart assertion."
3415
+ },
3416
+ {
3417
+ "type": [
3418
+ "null",
3419
+ {
3420
+ "type": "record",
3421
+ "name": "AssertionMetric",
3422
+ "namespace": "com.linkedin.pegasus2avro.assertion",
3423
+ "fields": [
3424
+ {
3425
+ "type": "long",
3426
+ "name": "timestampMs",
3427
+ "doc": "The timestamp associated with the metric sampling time in milliseconds since epoch"
3428
+ },
3429
+ {
3430
+ "type": "float",
3431
+ "name": "value",
3432
+ "doc": "The value of the metric that was sampled"
3433
+ }
3434
+ ]
3435
+ }
3436
+ ],
3437
+ "name": "metric",
3438
+ "default": null,
3439
+ "doc": "Information about the metric that was sampled & used when evaluating the assertion.\n\nCurrently, this is only populated for Volume & Field Metric Assertions and used for anomaly\nlogging for Smart Assertions."
3415
3440
  }
3416
3441
  ],
3417
3442
  "doc": "The result of running an assertion"
@@ -7,7 +7,8 @@
7
7
  "entityAspects": [
8
8
  "dataContractProperties",
9
9
  "dataContractStatus",
10
- "status"
10
+ "status",
11
+ "structuredProperties"
11
12
  ]
12
13
  },
13
14
  "name": "DataContractKey",
@@ -0,0 +1,22 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "dataHubOpenAPISchemaKey",
5
+ "keyForEntity": "dataHubOpenAPISchema",
6
+ "entityCategory": "internal",
7
+ "entityAspects": [
8
+ "systemMetadata"
9
+ ],
10
+ "entityDoc": "Contains aspects which are used in OpenAPI requests/responses which are not otherwise present in the data model."
11
+ },
12
+ "name": "DataHubOpenAPISchemaKey",
13
+ "namespace": "com.linkedin.pegasus2avro.metadata.key",
14
+ "fields": [
15
+ {
16
+ "type": "string",
17
+ "name": "id",
18
+ "doc": "A unique id for the DataHub OpenAPI schema."
19
+ }
20
+ ],
21
+ "doc": "Key for a Query"
22
+ }
@@ -31,12 +31,14 @@
31
31
  "type": {
32
32
  "type": "enum",
33
33
  "symbolDocs": {
34
- "SQL": "A SQL Query"
34
+ "SQL": "A SQL Query",
35
+ "UNKNOWN": "Unknown query language"
35
36
  },
36
37
  "name": "QueryLanguage",
37
38
  "namespace": "com.linkedin.pegasus2avro.query",
38
39
  "symbols": [
39
- "SQL"
40
+ "SQL",
41
+ "UNKNOWN"
40
42
  ]
41
43
  },
42
44
  "name": "language",
@@ -135,6 +135,9 @@
135
135
  "doc": "Version of the MLModelDeployment"
136
136
  },
137
137
  {
138
+ "Searchable": {
139
+ "fieldName": "deploymentStatus"
140
+ },
138
141
  "type": [
139
142
  "null",
140
143
  {
@@ -7654,6 +7654,9 @@
7654
7654
  "doc": "Version of the MLModelDeployment"
7655
7655
  },
7656
7656
  {
7657
+ "Searchable": {
7658
+ "fieldName": "deploymentStatus"
7659
+ },
7657
7660
  "type": [
7658
7661
  "null",
7659
7662
  {
@@ -9015,6 +9018,9 @@
9015
9018
  "null",
9016
9019
  {
9017
9020
  "type": "record",
9021
+ "Aspect": {
9022
+ "name": "systemMetadata"
9023
+ },
9018
9024
  "name": "SystemMetadata",
9019
9025
  "namespace": "com.linkedin.pegasus2avro.mxe",
9020
9026
  "fields": [
@@ -187,6 +187,9 @@
187
187
  "null",
188
188
  {
189
189
  "type": "record",
190
+ "Aspect": {
191
+ "name": "systemMetadata"
192
+ },
190
193
  "name": "SystemMetadata",
191
194
  "namespace": "com.linkedin.pegasus2avro.mxe",
192
195
  "fields": [
@@ -187,6 +187,9 @@
187
187
  "null",
188
188
  {
189
189
  "type": "record",
190
+ "Aspect": {
191
+ "name": "systemMetadata"
192
+ },
190
193
  "name": "SystemMetadata",
191
194
  "namespace": "com.linkedin.pegasus2avro.mxe",
192
195
  "fields": [
@@ -131,20 +131,24 @@
131
131
  },
132
132
  {
133
133
  "TimeseriesField": {},
134
- "type": {
135
- "type": "enum",
136
- "symbolDocs": {
137
- "CONFIRMED": "The anomaly has been confirmed by a human reviewer. This means the anomaly was validated.",
138
- "REJECTED": "The anomaly has been dismissed, or ignored, by a human reviewer. This means the anomaly should have been ignored."
139
- },
140
- "name": "AnomalyReviewState",
141
- "namespace": "com.linkedin.pegasus2avro.anomaly",
142
- "symbols": [
143
- "CONFIRMED",
144
- "REJECTED"
145
- ]
146
- },
134
+ "type": [
135
+ "null",
136
+ {
137
+ "type": "enum",
138
+ "symbolDocs": {
139
+ "CONFIRMED": "The anomaly has been confirmed by a human reviewer. This means the anomaly was validated.",
140
+ "REJECTED": "The anomaly has been dismissed, or ignored, by a human reviewer. This means the anomaly should have been ignored."
141
+ },
142
+ "name": "AnomalyReviewState",
143
+ "namespace": "com.linkedin.pegasus2avro.anomaly",
144
+ "symbols": [
145
+ "CONFIRMED",
146
+ "REJECTED"
147
+ ]
148
+ }
149
+ ],
147
150
  "name": "state",
151
+ "default": null,
148
152
  "doc": "The review of the anomaly, based on human-provided feedback.\nIf this is not present, then the Anomaly has not yet been reviewed."
149
153
  },
150
154
  {
@@ -190,24 +194,30 @@
190
194
  "name": "AnomalySourceProperties",
191
195
  "namespace": "com.linkedin.pegasus2avro.anomaly",
192
196
  "fields": [
193
- {
194
- "TimeseriesField": {},
195
- "type": [
196
- "null",
197
- "long"
198
- ],
199
- "name": "assertionRunEventTime",
200
- "default": null,
201
- "doc": "The timestampMillis field of the AssertionRunEvent which altered the anomaly status the anomaly (if applicable)."
202
- },
203
197
  {
204
198
  "type": [
205
199
  "null",
206
- "long"
200
+ {
201
+ "type": "record",
202
+ "name": "AssertionMetric",
203
+ "namespace": "com.linkedin.pegasus2avro.assertion",
204
+ "fields": [
205
+ {
206
+ "type": "long",
207
+ "name": "timestampMs",
208
+ "doc": "The timestamp associated with the metric sampling time in milliseconds since epoch"
209
+ },
210
+ {
211
+ "type": "float",
212
+ "name": "value",
213
+ "doc": "The value of the metric that was sampled"
214
+ }
215
+ ]
216
+ }
207
217
  ],
208
- "name": "metricCubeTimestamp",
218
+ "name": "assertionMetric",
209
219
  "default": null,
210
- "doc": "The timestamp associated with the metric cube value that triggered the anomaly."
220
+ "doc": "The monitor metric associated with the anomaly, if generated from an assertion monitor (the norm)."
211
221
  }
212
222
  ],
213
223
  "doc": "Ad-hoc properties about an anomaly source."
@@ -3553,6 +3553,64 @@
3553
3553
  "name": "settings",
3554
3554
  "default": null,
3555
3555
  "doc": "Specific settings for an assertion monitor"
3556
+ },
3557
+ {
3558
+ "type": [
3559
+ "null",
3560
+ {
3561
+ "type": "record",
3562
+ "name": "AssertionMonitorBootstrapStatus",
3563
+ "namespace": "com.linkedin.pegasus2avro.monitor",
3564
+ "fields": [
3565
+ {
3566
+ "type": [
3567
+ "null",
3568
+ {
3569
+ "type": "record",
3570
+ "name": "AssertionMonitorMetricsCubeBootstrapStatus",
3571
+ "namespace": "com.linkedin.pegasus2avro.monitor",
3572
+ "fields": [
3573
+ {
3574
+ "type": {
3575
+ "type": "enum",
3576
+ "symbolDocs": {
3577
+ "COMPLETED": "The metrics cube for this monitor has been bootstrapped.",
3578
+ "FAILED": "The metrics cube for this monitor has failed to bootstrap.",
3579
+ "PENDING": "The metrics cube for this monitor has not been bootstrapped."
3580
+ },
3581
+ "name": "AssertionMonitorMetricsCubeBootstrapState",
3582
+ "namespace": "com.linkedin.pegasus2avro.monitor",
3583
+ "symbols": [
3584
+ "PENDING",
3585
+ "FAILED",
3586
+ "COMPLETED"
3587
+ ]
3588
+ },
3589
+ "name": "state",
3590
+ "doc": "Whether the metrics cube for this monitor has been bootstrapped."
3591
+ },
3592
+ {
3593
+ "type": [
3594
+ "null",
3595
+ "string"
3596
+ ],
3597
+ "name": "message",
3598
+ "default": null,
3599
+ "doc": "The message associated with the bootstrap status.\nI.e., an error message if the bootstrap failed."
3600
+ }
3601
+ ]
3602
+ }
3603
+ ],
3604
+ "name": "metricsCubeBootstrapStatus",
3605
+ "default": null,
3606
+ "doc": "Whether the metrics cube for this monitor has been bootstrapped."
3607
+ }
3608
+ ]
3609
+ }
3610
+ ],
3611
+ "name": "bootstrapStatus",
3612
+ "default": null,
3613
+ "doc": "The status of the bootstrap actions performed on the assertion."
3556
3614
  }
3557
3615
  ],
3558
3616
  "doc": "Information about an Assertion monitor."
@@ -36,12 +36,14 @@
36
36
  "type": {
37
37
  "type": "enum",
38
38
  "symbolDocs": {
39
- "SQL": "A SQL Query"
39
+ "SQL": "A SQL Query",
40
+ "UNKNOWN": "Unknown query language"
40
41
  },
41
42
  "name": "QueryLanguage",
42
43
  "namespace": "com.linkedin.pegasus2avro.query",
43
44
  "symbols": [
44
- "SQL"
45
+ "SQL",
46
+ "UNKNOWN"
45
47
  ]
46
48
  },
47
49
  "name": "language",
@@ -0,0 +1,86 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "systemMetadata"
5
+ },
6
+ "name": "SystemMetadata",
7
+ "namespace": "com.linkedin.pegasus2avro.mxe",
8
+ "fields": [
9
+ {
10
+ "type": [
11
+ "long",
12
+ "null"
13
+ ],
14
+ "name": "lastObserved",
15
+ "default": 0,
16
+ "doc": "The timestamp the metadata was observed at"
17
+ },
18
+ {
19
+ "type": [
20
+ "string",
21
+ "null"
22
+ ],
23
+ "name": "runId",
24
+ "default": "no-run-id-provided",
25
+ "doc": "The original run id that produced the metadata. Populated in case of batch-ingestion."
26
+ },
27
+ {
28
+ "type": [
29
+ "string",
30
+ "null"
31
+ ],
32
+ "name": "lastRunId",
33
+ "default": "no-run-id-provided",
34
+ "doc": "The last run id that produced the metadata. Populated in case of batch-ingestion."
35
+ },
36
+ {
37
+ "type": [
38
+ "null",
39
+ "string"
40
+ ],
41
+ "name": "pipelineName",
42
+ "default": null,
43
+ "doc": "The ingestion pipeline id that produced the metadata. Populated in case of batch ingestion."
44
+ },
45
+ {
46
+ "type": [
47
+ "null",
48
+ "string"
49
+ ],
50
+ "name": "registryName",
51
+ "default": null,
52
+ "doc": "The model registry name that was used to process this event"
53
+ },
54
+ {
55
+ "type": [
56
+ "null",
57
+ "string"
58
+ ],
59
+ "name": "registryVersion",
60
+ "default": null,
61
+ "doc": "The model registry version that was used to process this event"
62
+ },
63
+ {
64
+ "type": [
65
+ "null",
66
+ {
67
+ "type": "map",
68
+ "values": "string"
69
+ }
70
+ ],
71
+ "name": "properties",
72
+ "default": null,
73
+ "doc": "Additional properties"
74
+ },
75
+ {
76
+ "type": [
77
+ "null",
78
+ "string"
79
+ ],
80
+ "name": "version",
81
+ "default": null,
82
+ "doc": "Aspect version\n Initial implementation will use the aspect version's number, however stored as\n a string in the case where a different aspect versioning scheme is later adopted."
83
+ }
84
+ ],
85
+ "doc": "Metadata associated with each metadata change that is processed by the system"
86
+ }
@@ -1,92 +1,92 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: acryl-datahub-cloud
3
- Version: 0.3.10.4rc2
3
+ Version: 0.3.11
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: duckdb; extra == "datahub-lineage-features"
8
- Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
9
7
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
10
- Requires-Dist: pyarrow; extra == "datahub-lineage-features"
8
+ Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
11
9
  Requires-Dist: pandas; extra == "datahub-lineage-features"
10
+ Requires-Dist: duckdb; extra == "datahub-lineage-features"
11
+ Requires-Dist: pyarrow; extra == "datahub-lineage-features"
12
12
  Provides-Extra: datahub-reporting-forms
13
- Requires-Dist: boto3; extra == "datahub-reporting-forms"
14
- Requires-Dist: duckdb; extra == "datahub-reporting-forms"
15
13
  Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
16
- Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
17
14
  Requires-Dist: pandas; extra == "datahub-reporting-forms"
15
+ Requires-Dist: duckdb; 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: pyarrow; extra == "datahub-reporting-forms"
19
19
  Provides-Extra: datahub-reporting-extract-graph
20
- Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
21
- Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
22
- Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
23
20
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
24
- Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
21
+ Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
25
22
  Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
23
+ Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
24
+ Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
25
+ Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
26
26
  Provides-Extra: datahub-reporting-extract-sql
27
- Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
28
- Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
29
27
  Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
30
- Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
31
28
  Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
29
+ Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
30
+ Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
31
+ Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
32
32
  Provides-Extra: datahub-usage-reporting
33
- Requires-Dist: boto3; extra == "datahub-usage-reporting"
33
+ Requires-Dist: pandas; extra == "datahub-usage-reporting"
34
+ Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
35
+ Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
34
36
  Requires-Dist: duckdb; extra == "datahub-usage-reporting"
37
+ Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
38
+ Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
39
+ Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
35
40
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
41
+ Requires-Dist: polars==1.23.0; extra == "datahub-usage-reporting"
36
42
  Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
37
43
  Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
38
- Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
39
- Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
40
- Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
41
- Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
42
- Requires-Dist: polars==1.23.0; extra == "datahub-usage-reporting"
43
- Requires-Dist: pandas; extra == "datahub-usage-reporting"
44
- Requires-Dist: numpy<2; 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: datahub-action-request-owner
48
48
  Requires-Dist: tenacity; extra == "datahub-action-request-owner"
49
49
  Provides-Extra: acryl-cs-issues
50
- Requires-Dist: jinja2; extra == "acryl-cs-issues"
51
- Requires-Dist: zenpy; extra == "acryl-cs-issues"
52
- Requires-Dist: openai; extra == "acryl-cs-issues"
53
50
  Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
51
+ Requires-Dist: openai; extra == "acryl-cs-issues"
52
+ Requires-Dist: zenpy; extra == "acryl-cs-issues"
53
+ Requires-Dist: jinja2; extra == "acryl-cs-issues"
54
54
  Provides-Extra: all
55
- Requires-Dist: boto3; extra == "all"
55
+ Requires-Dist: numpy<2; extra == "all"
56
+ Requires-Dist: pydantic<2; extra == "all"
56
57
  Requires-Dist: duckdb; extra == "all"
57
- Requires-Dist: scipy<=1.14.1; extra == "all"
58
- Requires-Dist: openai; extra == "all"
58
+ Requires-Dist: jinja2; extra == "all"
59
+ Requires-Dist: opensearch-py==2.4.2; extra == "all"
60
+ Requires-Dist: tenacity; extra == "all"
61
+ Requires-Dist: slack-sdk; extra == "all"
59
62
  Requires-Dist: termcolor==2.5.0; extra == "all"
60
- Requires-Dist: pyarrow<=18.0.0; extra == "all"
63
+ Requires-Dist: boto3; extra == "all"
64
+ Requires-Dist: pandas; extra == "all"
65
+ Requires-Dist: zenpy; extra == "all"
61
66
  Requires-Dist: elasticsearch==7.13.4; extra == "all"
62
- Requires-Dist: slack-sdk; extra == "all"
63
- Requires-Dist: polars==1.23.0; extra == "all"
64
- Requires-Dist: tenacity; extra == "all"
65
- Requires-Dist: opensearch-py==2.4.2; extra == "all"
66
- Requires-Dist: pydantic<2; extra == "all"
67
67
  Requires-Dist: pyarrow; extra == "all"
68
- Requires-Dist: jinja2; extra == "all"
69
- Requires-Dist: zenpy; extra == "all"
70
- Requires-Dist: pandas; extra == "all"
71
- Requires-Dist: numpy<2; extra == "all"
68
+ Requires-Dist: pyarrow<=18.0.0; extra == "all"
69
+ Requires-Dist: openai; extra == "all"
70
+ Requires-Dist: polars==1.23.0; extra == "all"
71
+ Requires-Dist: scipy<=1.14.1; extra == "all"
72
72
  Provides-Extra: dev
73
- Requires-Dist: boto3; extra == "dev"
74
- Requires-Dist: duckdb; extra == "dev"
75
- Requires-Dist: tenacity; extra == "dev"
76
- Requires-Dist: jinja2; extra == "dev"
77
- Requires-Dist: opensearch-py==2.4.2; extra == "dev"
73
+ Requires-Dist: acryl-datahub[dev]; extra == "dev"
78
74
  Requires-Dist: pandas; extra == "dev"
79
- Requires-Dist: scipy<=1.14.1; extra == "dev"
80
- Requires-Dist: openai; extra == "dev"
81
- Requires-Dist: termcolor==2.5.0; extra == "dev"
82
- Requires-Dist: pyarrow<=18.0.0; extra == "dev"
75
+ Requires-Dist: numpy<2; extra == "dev"
76
+ Requires-Dist: zenpy; extra == "dev"
77
+ Requires-Dist: duckdb; extra == "dev"
83
78
  Requires-Dist: pydantic<2; extra == "dev"
84
- Requires-Dist: pyarrow; extra == "dev"
85
79
  Requires-Dist: elasticsearch==7.13.4; extra == "dev"
80
+ Requires-Dist: pyarrow; extra == "dev"
81
+ Requires-Dist: pyarrow<=18.0.0; extra == "dev"
82
+ Requires-Dist: opensearch-py==2.4.2; extra == "dev"
83
+ Requires-Dist: jinja2; extra == "dev"
84
+ Requires-Dist: openai; extra == "dev"
86
85
  Requires-Dist: polars==1.23.0; extra == "dev"
87
- Requires-Dist: zenpy; extra == "dev"
86
+ Requires-Dist: scipy<=1.14.1; extra == "dev"
87
+ Requires-Dist: tenacity; extra == "dev"
88
+ Requires-Dist: termcolor==2.5.0; extra == "dev"
88
89
  Requires-Dist: slack-sdk; extra == "dev"
89
- Requires-Dist: acryl-datahub[dev]; extra == "dev"
90
- Requires-Dist: numpy<2; extra == "dev"
90
+ Requires-Dist: boto3; extra == "dev"
91
91
  Dynamic: provides-extra
92
92
  Dynamic: requires-dist