acryl-datahub-cloud 0.3.8.2rc3__py3-none-any.whl → 0.3.9rc1__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/acryl_cs_issues/acryl_customer.py +1 -1
- acryl_datahub_cloud/action_request/__init__.py +0 -0
- acryl_datahub_cloud/action_request/action_request_owner_source.py +174 -0
- acryl_datahub_cloud/api/__init__.py +1 -1
- acryl_datahub_cloud/api/client.py +2 -2
- acryl_datahub_cloud/datahub_reporting/datahub_dataset.py +6 -6
- acryl_datahub_cloud/datahub_reporting/datahub_form_reporting.py +67 -33
- acryl_datahub_cloud/datahub_reporting/extract_sql.py +4 -4
- acryl_datahub_cloud/datahub_usage_reporting/query_builder.py +1 -0
- acryl_datahub_cloud/datahub_usage_reporting/usage_feature_patch_builder.py +21 -21
- acryl_datahub_cloud/datahub_usage_reporting/usage_feature_reporter.py +151 -141
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +1064 -418
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/actionrequest/__init__.py +6 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/dataplatforminstance/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/dataset/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/executorglobalconfig/__init__.py +15 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/executorpool/__init__.py +4 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py +4 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metric/__init__.py +29 -0
- acryl_datahub_cloud/metadata/schema.avsc +778 -42
- acryl_datahub_cloud/metadata/schema_classes.py +1089 -61
- acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc +422 -12
- acryl_datahub_cloud/metadata/schemas/ActionRequestStatus.avsc +12 -0
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +5 -3
- acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +5 -3
- acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +5 -3
- acryl_datahub_cloud/metadata/schemas/BusinessAttributeInfo.avsc +6 -2
- acryl_datahub_cloud/metadata/schemas/BusinessAttributes.avsc +6 -0
- acryl_datahub_cloud/metadata/schemas/ChartInfo.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/ChartKey.avsc +3 -3
- acryl_datahub_cloud/metadata/schemas/ContainerKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/CorpGroupKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/DashboardKey.avsc +3 -3
- acryl_datahub_cloud/metadata/schemas/DataFlowKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/DataHubActionInfo.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/DataHubConnectionKey.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/DataHubIngestionSourceInfo.avsc +9 -4
- acryl_datahub_cloud/metadata/schemas/DataHubMetricCubeDefinition.avsc +185 -0
- acryl_datahub_cloud/metadata/schemas/DataHubMetricCubeEvent.avsc +184 -0
- acryl_datahub_cloud/metadata/schemas/DataHubMetricCubeKey.avsc +22 -0
- acryl_datahub_cloud/metadata/schemas/DataJobKey.avsc +4 -4
- acryl_datahub_cloud/metadata/schemas/DataPlatformInstanceKey.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceInput.avsc +4 -2
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceOutput.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc +14 -13
- acryl_datahub_cloud/metadata/schemas/EditableSchemaMetadata.avsc +6 -2
- acryl_datahub_cloud/metadata/schemas/ExecutionRequestInput.avsc +6 -1
- acryl_datahub_cloud/metadata/schemas/ExecutionRequestSignal.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/GlossaryTerms.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/IcebergCatalogInfo.avsc +28 -0
- acryl_datahub_cloud/metadata/schemas/IcebergWarehouseInfo.avsc +96 -0
- acryl_datahub_cloud/metadata/schemas/IncidentActivityEvent.avsc +4 -1
- acryl_datahub_cloud/metadata/schemas/IncidentInfo.avsc +4 -1
- acryl_datahub_cloud/metadata/schemas/InputFields.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/MLFeatureKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/MLFeatureTableKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/MLModelGroupKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/MLModelKey.avsc +3 -3
- acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +399 -176
- acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +6 -4
- acryl_datahub_cloud/metadata/schemas/NotebookKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/Operation.avsc +4 -2
- acryl_datahub_cloud/metadata/schemas/RemoteExecutorGlobalConfigKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/RemoteExecutorPoolGlobalConfig.avsc +16 -0
- acryl_datahub_cloud/metadata/schemas/RemoteExecutorPoolInfo.avsc +85 -0
- acryl_datahub_cloud/metadata/schemas/RemoteExecutorPoolKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/RemoteExecutorStatus.avsc +5 -5
- acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +2 -2
- acryl_datahub_cloud/metadata/schemas/SchemaMetadata.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/StructuredPropertyDefinition.avsc +14 -0
- {acryl_datahub_cloud-0.3.8.2rc3.dist-info → acryl_datahub_cloud-0.3.9rc1.dist-info}/METADATA +42 -42
- {acryl_datahub_cloud-0.3.8.2rc3.dist-info → acryl_datahub_cloud-0.3.9rc1.dist-info}/RECORD +77 -67
- {acryl_datahub_cloud-0.3.8.2rc3.dist-info → acryl_datahub_cloud-0.3.9rc1.dist-info}/WHEEL +1 -1
- {acryl_datahub_cloud-0.3.8.2rc3.dist-info → acryl_datahub_cloud-0.3.9rc1.dist-info}/entry_points.txt +1 -0
- acryl_datahub_cloud/api/entity_versioning.py +0 -167
- {acryl_datahub_cloud-0.3.8.2rc3.dist-info → acryl_datahub_cloud-0.3.9rc1.dist-info}/top_level.txt +0 -0
|
@@ -2538,7 +2538,9 @@
|
|
|
2538
2538
|
"fieldName": "glossaryTerms",
|
|
2539
2539
|
"fieldType": "URN",
|
|
2540
2540
|
"filterNameOverride": "Glossary Term Applied",
|
|
2541
|
-
"hasValuesFieldName": "hasGlossaryTerms"
|
|
2541
|
+
"hasValuesFieldName": "hasGlossaryTerms",
|
|
2542
|
+
"includeSystemModifiedAt": true,
|
|
2543
|
+
"systemModifiedAtFieldName": "termsModifiedAt"
|
|
2542
2544
|
},
|
|
2543
2545
|
"java": {
|
|
2544
2546
|
"class": "com.linkedin.pegasus2avro.common.urn.GlossaryTermUrn"
|
|
@@ -2926,8 +2928,8 @@
|
|
|
2926
2928
|
"type": "enum",
|
|
2927
2929
|
"symbolDocs": {
|
|
2928
2930
|
"EXTERNAL": "The assertion was defined and managed externally of DataHub.",
|
|
2929
|
-
"INFERRED": "The assertion was inferred, e.g. from offline AI / ML models
|
|
2930
|
-
"NATIVE": "The assertion was defined natively on DataHub by a user
|
|
2931
|
+
"INFERRED": "The assertion was inferred, e.g. from offline AI / ML models.\nDataHub Cloud only",
|
|
2932
|
+
"NATIVE": "The assertion was defined natively on DataHub by a user.\nDataHub Cloud only"
|
|
2931
2933
|
},
|
|
2932
2934
|
"name": "AssertionSourceType",
|
|
2933
2935
|
"namespace": "com.linkedin.pegasus2avro.assertion",
|
|
@@ -3231,7 +3233,7 @@
|
|
|
3231
3233
|
],
|
|
3232
3234
|
"name": "executorId",
|
|
3233
3235
|
"default": null,
|
|
3234
|
-
"doc": "Advanced: The executor
|
|
3236
|
+
"doc": "Advanced: The executor pool id of the remote monitor service, if any."
|
|
3235
3237
|
}
|
|
3236
3238
|
],
|
|
3237
3239
|
"doc": "Information about an asset monitor."
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"symbolDocs": {
|
|
151
151
|
"ALTER": "Asset was altered",
|
|
152
152
|
"CREATE": "Asset was created",
|
|
153
|
-
"CUSTOM": "Custom asset operation",
|
|
153
|
+
"CUSTOM": "Custom asset operation. If this is set, ensure customOperationType is filled out.",
|
|
154
154
|
"DELETE": "Rows were deleted",
|
|
155
155
|
"DROP": "Asset was dropped",
|
|
156
156
|
"INSERT": "Rows were inserted",
|
|
@@ -371,7 +371,9 @@
|
|
|
371
371
|
"fieldName": "lastOperationTime",
|
|
372
372
|
"fieldType": "DATETIME"
|
|
373
373
|
},
|
|
374
|
-
"TimeseriesField": {
|
|
374
|
+
"TimeseriesField": {
|
|
375
|
+
"fieldType": "DATETIME"
|
|
376
|
+
},
|
|
375
377
|
"type": "long",
|
|
376
378
|
"name": "lastUpdatedTimestamp",
|
|
377
379
|
"doc": "The time at which the operation occurred. Would be better named 'operationTime'"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "dataHubRemoteExecutorGlobalConfigKey",
|
|
5
|
+
"keyForEntity": "dataHubRemoteExecutorGlobalConfig",
|
|
6
|
+
"entityCategory": "internal",
|
|
7
|
+
"entityAspects": [
|
|
8
|
+
"dataHubRemoteExecutorPoolGlobalConfig"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"name": "RemoteExecutorGlobalConfigKey",
|
|
12
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
13
|
+
"fields": [
|
|
14
|
+
{
|
|
15
|
+
"type": "string",
|
|
16
|
+
"name": "id",
|
|
17
|
+
"doc": "The unique identifier for the remote executor global config\nNOTE: since this a singleton, there should be a hardcoded key in the AcrylConstants file"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"doc": "Key for the *Singleton* DataHub Remote Executor Global Config"
|
|
21
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "dataHubRemoteExecutorPoolGlobalConfig"
|
|
5
|
+
},
|
|
6
|
+
"name": "RemoteExecutorPoolGlobalConfig",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.executorglobalconfig",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"type": "string",
|
|
11
|
+
"name": "defaultExecutorPoolId",
|
|
12
|
+
"doc": "The default pool to use for tasks that require remote executors.\nReferences 'id' in com.linkedin.pegasus2avro.metadata.key.RemoteExecutorPoolKey"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"doc": "Global singleton storing configs for remote executor pools."
|
|
16
|
+
}
|
|
@@ -14,6 +14,91 @@
|
|
|
14
14
|
"type": "long",
|
|
15
15
|
"name": "createdAt",
|
|
16
16
|
"doc": "UTC-based timestamp of when this pool was created"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"java": {
|
|
20
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
21
|
+
},
|
|
22
|
+
"type": [
|
|
23
|
+
"null",
|
|
24
|
+
"string"
|
|
25
|
+
],
|
|
26
|
+
"name": "creator",
|
|
27
|
+
"default": null,
|
|
28
|
+
"doc": "The creator of this pool",
|
|
29
|
+
"Urn": "Urn"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"type": [
|
|
33
|
+
"null",
|
|
34
|
+
"string"
|
|
35
|
+
],
|
|
36
|
+
"name": "description",
|
|
37
|
+
"default": null,
|
|
38
|
+
"doc": "A description for this pool"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": [
|
|
42
|
+
"null",
|
|
43
|
+
"string"
|
|
44
|
+
],
|
|
45
|
+
"name": "queueUrl",
|
|
46
|
+
"default": null,
|
|
47
|
+
"doc": "The url to the task queue for this pool. I.e., SQS queue url."
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"type": [
|
|
51
|
+
"null",
|
|
52
|
+
"boolean"
|
|
53
|
+
],
|
|
54
|
+
"name": "isEmbedded",
|
|
55
|
+
"default": null,
|
|
56
|
+
"doc": "Only set true if this is the pool embedded within the DataHub Cloud deployment"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"type": [
|
|
60
|
+
"null",
|
|
61
|
+
{
|
|
62
|
+
"type": "record",
|
|
63
|
+
"name": "RemoteExecutorPoolState",
|
|
64
|
+
"namespace": "com.linkedin.pegasus2avro.executorpool",
|
|
65
|
+
"fields": [
|
|
66
|
+
{
|
|
67
|
+
"type": {
|
|
68
|
+
"type": "enum",
|
|
69
|
+
"symbolDocs": {
|
|
70
|
+
"PROVISIONING_FAILED": "The pool has failed to be provisioned.",
|
|
71
|
+
"PROVISIONING_IN_PROGRESS": "The pool has been picked up by DataHub and is in the process of being provisioned.",
|
|
72
|
+
"PROVISIONING_PENDING": "The pool is pending provisioning. Default state on creation.",
|
|
73
|
+
"READY": "The pool has been successfully provisioned and is ready to accept tasks."
|
|
74
|
+
},
|
|
75
|
+
"name": "RemoteExecutorPoolStatus",
|
|
76
|
+
"namespace": "com.linkedin.pegasus2avro.executorpool",
|
|
77
|
+
"symbols": [
|
|
78
|
+
"PROVISIONING_PENDING",
|
|
79
|
+
"PROVISIONING_IN_PROGRESS",
|
|
80
|
+
"PROVISIONING_FAILED",
|
|
81
|
+
"READY"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
"name": "status",
|
|
85
|
+
"doc": "The status of the remote executor pool"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"type": [
|
|
89
|
+
"null",
|
|
90
|
+
"string"
|
|
91
|
+
],
|
|
92
|
+
"name": "message",
|
|
93
|
+
"default": null,
|
|
94
|
+
"doc": "The message associated with the status. I.e., an error message explaining failure."
|
|
95
|
+
}
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"name": "state",
|
|
100
|
+
"default": null,
|
|
101
|
+
"doc": "The status of the remote executor pool"
|
|
17
102
|
}
|
|
18
103
|
]
|
|
19
104
|
}
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"fieldType": "KEYWORD"
|
|
12
12
|
},
|
|
13
13
|
"type": "string",
|
|
14
|
-
"name": "
|
|
15
|
-
"doc": "References the '
|
|
14
|
+
"name": "executorPoolId",
|
|
15
|
+
"doc": "References the 'id' defined in RemoteExecutorPoolKey"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"type": "string",
|
|
@@ -41,19 +41,19 @@
|
|
|
41
41
|
"type": "boolean",
|
|
42
42
|
"name": "executorExpired",
|
|
43
43
|
"default": false,
|
|
44
|
-
"doc": "Flag indicating whether remote executor status record is stale."
|
|
44
|
+
"doc": "Flag indicating whether remote executor status record is stale.\nThis means executor no longer sends heartbeats and considered dead."
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"type": "boolean",
|
|
48
48
|
"name": "executorStopped",
|
|
49
49
|
"default": false,
|
|
50
|
-
"doc": "Flag indicating whether remote executor is stopped."
|
|
50
|
+
"doc": "Flag indicating whether remote executor is stopped, and properly reported its termination."
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"type": "boolean",
|
|
54
54
|
"name": "executorEmbedded",
|
|
55
55
|
"default": false,
|
|
56
|
-
"doc": "Flag indicating whether remote executor is embedded
|
|
56
|
+
"doc": "Flag indicating whether remote executor is embedded into the coordinator pod"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"type": "boolean",
|
|
@@ -777,7 +777,9 @@
|
|
|
777
777
|
"fieldName": "glossaryTerms",
|
|
778
778
|
"fieldType": "URN",
|
|
779
779
|
"filterNameOverride": "Glossary Term Applied",
|
|
780
|
-
"hasValuesFieldName": "hasGlossaryTerms"
|
|
780
|
+
"hasValuesFieldName": "hasGlossaryTerms",
|
|
781
|
+
"includeSystemModifiedAt": true,
|
|
782
|
+
"systemModifiedAtFieldName": "termsModifiedAt"
|
|
781
783
|
},
|
|
782
784
|
"java": {
|
|
783
785
|
"class": "com.linkedin.pegasus2avro.common.urn.GlossaryTermUrn"
|
|
@@ -23,6 +23,13 @@
|
|
|
23
23
|
"doc": "The display name of the property. This is the name that will be shown in the UI and can be used to look up the property id."
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
|
+
"UrnValidation": {
|
|
27
|
+
"entityTypes": [
|
|
28
|
+
"dataType"
|
|
29
|
+
],
|
|
30
|
+
"exist": true,
|
|
31
|
+
"strict": true
|
|
32
|
+
},
|
|
26
33
|
"java": {
|
|
27
34
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
28
35
|
},
|
|
@@ -111,6 +118,13 @@
|
|
|
111
118
|
"fieldName": "entityTypes"
|
|
112
119
|
}
|
|
113
120
|
},
|
|
121
|
+
"UrnValidation": {
|
|
122
|
+
"entityTypes": [
|
|
123
|
+
"entityType"
|
|
124
|
+
],
|
|
125
|
+
"exist": true,
|
|
126
|
+
"strict": true
|
|
127
|
+
},
|
|
114
128
|
"type": {
|
|
115
129
|
"type": "array",
|
|
116
130
|
"items": "string"
|
{acryl_datahub_cloud-0.3.8.2rc3.dist-info → acryl_datahub_cloud-0.3.9rc1.dist-info}/METADATA
RENAMED
|
@@ -1,90 +1,90 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: acryl-datahub-cloud
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.9rc1
|
|
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"
|
|
7
8
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
8
9
|
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
9
|
-
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
10
10
|
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
11
|
-
Requires-Dist:
|
|
11
|
+
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
12
12
|
Provides-Extra: datahub-reporting-forms
|
|
13
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
14
|
+
Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
|
|
13
15
|
Requires-Dist: duckdb; extra == "datahub-reporting-forms"
|
|
14
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
15
16
|
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
16
|
-
Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
|
|
17
17
|
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
18
|
-
Requires-Dist:
|
|
18
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
19
19
|
Provides-Extra: datahub-reporting-extract-graph
|
|
20
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
20
21
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
21
22
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
22
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
23
23
|
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
24
24
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
25
|
-
Requires-Dist:
|
|
25
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
26
26
|
Provides-Extra: datahub-reporting-extract-sql
|
|
27
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
27
28
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
|
|
28
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
29
29
|
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
30
30
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
31
|
-
Requires-Dist:
|
|
31
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
32
32
|
Provides-Extra: datahub-usage-reporting
|
|
33
|
-
Requires-Dist: boto3; extra == "datahub-usage-reporting"
|
|
34
|
-
Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
|
|
35
|
-
Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
|
|
36
|
-
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
|
|
37
|
-
Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
|
|
38
33
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
|
|
39
|
-
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
|
|
40
34
|
Requires-Dist: duckdb; extra == "datahub-usage-reporting"
|
|
35
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
|
|
36
|
+
Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
|
|
37
|
+
Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
|
|
38
|
+
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
|
|
41
39
|
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
|
|
42
|
-
Requires-Dist:
|
|
40
|
+
Requires-Dist: polars==1.23.0; extra == "datahub-usage-reporting"
|
|
41
|
+
Requires-Dist: boto3; extra == "datahub-usage-reporting"
|
|
43
42
|
Requires-Dist: pandas; extra == "datahub-usage-reporting"
|
|
44
|
-
Requires-Dist:
|
|
43
|
+
Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
|
|
44
|
+
Requires-Dist: numpy<2; 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:
|
|
48
|
+
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
49
49
|
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
50
50
|
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
51
|
-
Requires-Dist:
|
|
51
|
+
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
52
52
|
Provides-Extra: all
|
|
53
|
-
Requires-Dist:
|
|
53
|
+
Requires-Dist: tenacity; extra == "all"
|
|
54
|
+
Requires-Dist: duckdb; extra == "all"
|
|
55
|
+
Requires-Dist: zenpy; extra == "all"
|
|
56
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
57
|
+
Requires-Dist: pyarrow; extra == "all"
|
|
54
58
|
Requires-Dist: termcolor==2.5.0; extra == "all"
|
|
55
59
|
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
56
|
-
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
57
|
-
Requires-Dist: duckdb; extra == "all"
|
|
58
|
-
Requires-Dist: tenacity; extra == "all"
|
|
59
60
|
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
60
|
-
Requires-Dist: numpy<2; extra == "all"
|
|
61
|
-
Requires-Dist: polars==1.19.0; extra == "all"
|
|
62
|
-
Requires-Dist: zenpy; extra == "all"
|
|
63
61
|
Requires-Dist: boto3; extra == "all"
|
|
62
|
+
Requires-Dist: pandas; extra == "all"
|
|
64
63
|
Requires-Dist: pydantic<2; extra == "all"
|
|
65
|
-
Requires-Dist: pyarrow; extra == "all"
|
|
66
64
|
Requires-Dist: slack-sdk; extra == "all"
|
|
65
|
+
Requires-Dist: openai; extra == "all"
|
|
67
66
|
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
68
67
|
Requires-Dist: jinja2; extra == "all"
|
|
69
|
-
Requires-Dist:
|
|
68
|
+
Requires-Dist: polars==1.23.0; extra == "all"
|
|
69
|
+
Requires-Dist: numpy<2; extra == "all"
|
|
70
70
|
Provides-Extra: dev
|
|
71
|
-
Requires-Dist:
|
|
72
|
-
Requires-Dist: boto3; extra == "dev"
|
|
73
|
-
Requires-Dist: pydantic<2; extra == "dev"
|
|
74
|
-
Requires-Dist: termcolor==2.5.0; extra == "dev"
|
|
71
|
+
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
75
72
|
Requires-Dist: openai; extra == "dev"
|
|
76
|
-
Requires-Dist: jinja2; extra == "dev"
|
|
77
|
-
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
78
|
-
Requires-Dist: pyarrow; extra == "dev"
|
|
79
|
-
Requires-Dist: slack-sdk; extra == "dev"
|
|
80
73
|
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
81
|
-
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
82
|
-
Requires-Dist: duckdb; extra == "dev"
|
|
83
74
|
Requires-Dist: tenacity; extra == "dev"
|
|
75
|
+
Requires-Dist: duckdb; extra == "dev"
|
|
76
|
+
Requires-Dist: zenpy; extra == "dev"
|
|
77
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
78
|
+
Requires-Dist: jinja2; extra == "dev"
|
|
79
|
+
Requires-Dist: pyarrow; extra == "dev"
|
|
80
|
+
Requires-Dist: termcolor==2.5.0; extra == "dev"
|
|
81
|
+
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
84
82
|
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
85
|
-
Requires-Dist:
|
|
86
|
-
Requires-Dist:
|
|
83
|
+
Requires-Dist: polars==1.23.0; extra == "dev"
|
|
84
|
+
Requires-Dist: boto3; extra == "dev"
|
|
87
85
|
Requires-Dist: pandas; extra == "dev"
|
|
88
|
-
Requires-Dist:
|
|
86
|
+
Requires-Dist: pydantic<2; extra == "dev"
|
|
87
|
+
Requires-Dist: numpy<2; extra == "dev"
|
|
88
|
+
Requires-Dist: slack-sdk; extra == "dev"
|
|
89
89
|
Dynamic: provides-extra
|
|
90
90
|
Dynamic: requires-dist
|