acryl-datahub-cloud 0.3.7.9rc1__py3-none-any.whl → 0.3.8rc1__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 (58) hide show
  1. acryl_datahub_cloud/_codegen_config.json +1 -1
  2. acryl_datahub_cloud/acryl_cs_issues/source.py +0 -1
  3. acryl_datahub_cloud/api/__init__.py +1 -0
  4. acryl_datahub_cloud/api/client.py +6 -0
  5. acryl_datahub_cloud/api/entity_versioning.py +167 -0
  6. acryl_datahub_cloud/datahub_metadata_sharing/__init__.py +0 -0
  7. acryl_datahub_cloud/datahub_metadata_sharing/metadata_sharing_source.py +262 -0
  8. acryl_datahub_cloud/datahub_metadata_sharing/query.py +7 -0
  9. acryl_datahub_cloud/datahub_reporting/datahub_dataset.py +0 -2
  10. acryl_datahub_cloud/datahub_reporting/datahub_form_reporting.py +0 -1
  11. acryl_datahub_cloud/datahub_reporting/extract_graph.py +0 -1
  12. acryl_datahub_cloud/datahub_reporting/extract_sql.py +0 -1
  13. acryl_datahub_cloud/lineage_features/source.py +22 -5
  14. acryl_datahub_cloud/metadata/_urns/urn_defs.py +1559 -1460
  15. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/common/__init__.py +6 -0
  16. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/executor/__init__.py +15 -0
  17. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py +4 -0
  18. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/versionset/__init__.py +17 -0
  19. acryl_datahub_cloud/metadata/schema.avsc +22744 -22341
  20. acryl_datahub_cloud/metadata/schema_classes.py +1058 -461
  21. acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +1 -1
  22. acryl_datahub_cloud/metadata/schemas/AssertionInferenceDetails.avsc +1 -1
  23. acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +1 -1
  24. acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +1 -1
  25. acryl_datahub_cloud/metadata/schemas/ContainerKey.avsc +1 -0
  26. acryl_datahub_cloud/metadata/schemas/DataHubIngestionSourceInfo.avsc +6 -0
  27. acryl_datahub_cloud/metadata/schemas/DataHubViewInfo.avsc +2 -0
  28. acryl_datahub_cloud/metadata/schemas/DataJobKey.avsc +2 -1
  29. acryl_datahub_cloud/metadata/schemas/DataTransformLogic.avsc +63 -0
  30. acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc +2 -1
  31. acryl_datahub_cloud/metadata/schemas/Deprecation.avsc +12 -0
  32. acryl_datahub_cloud/metadata/schemas/DynamicFormAssignment.avsc +2 -0
  33. acryl_datahub_cloud/metadata/schemas/EntityTypeKey.avsc +1 -0
  34. acryl_datahub_cloud/metadata/schemas/ExecutionRequestInput.avsc +9 -0
  35. acryl_datahub_cloud/metadata/schemas/ExecutionRequestResult.avsc +14 -0
  36. acryl_datahub_cloud/metadata/schemas/Filter.avsc +2 -0
  37. acryl_datahub_cloud/metadata/schemas/MLFeatureProperties.avsc +51 -0
  38. acryl_datahub_cloud/metadata/schemas/MLModelDeploymentProperties.avsc +51 -0
  39. acryl_datahub_cloud/metadata/schemas/MLModelGroupProperties.avsc +51 -0
  40. acryl_datahub_cloud/metadata/schemas/MLModelKey.avsc +2 -1
  41. acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc +51 -0
  42. acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyProperties.avsc +51 -0
  43. acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +20 -0
  44. acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +10 -1
  45. acryl_datahub_cloud/metadata/schemas/PostInfo.avsc +23 -0
  46. acryl_datahub_cloud/metadata/schemas/RecommendationModule.avsc +2 -0
  47. acryl_datahub_cloud/metadata/schemas/RemoteExecutorKey.avsc +21 -0
  48. acryl_datahub_cloud/metadata/schemas/RemoteExecutorStatus.avsc +80 -0
  49. acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +2 -1
  50. acryl_datahub_cloud/metadata/schemas/VersionProperties.avsc +216 -0
  51. acryl_datahub_cloud/metadata/schemas/VersionSetKey.avsc +26 -0
  52. acryl_datahub_cloud/metadata/schemas/VersionSetProperties.avsc +49 -0
  53. acryl_datahub_cloud/metadata/schemas/__init__.py +3 -3
  54. {acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.8rc1.dist-info}/METADATA +35 -34
  55. {acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.8rc1.dist-info}/RECORD +58 -44
  56. {acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.8rc1.dist-info}/WHEEL +1 -1
  57. {acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.8rc1.dist-info}/entry_points.txt +1 -0
  58. {acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.8rc1.dist-info}/top_level.txt +0 -0
@@ -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
  }
@@ -130,6 +130,7 @@
130
130
  "type": "enum",
131
131
  "symbolDocs": {
132
132
  "ANCESTORS_INCL": "Represent the relation: URN field matches any nested parent in addition to the given URN",
133
+ "BETWEEN": "Represent the relation within an inclusive range, e.g. 3 <= ownerCount <= 5. Note that the values in Criterion must have two entries for a lower and upper bound.",
133
134
  "CONTAIN": "Represent the relation: String field contains value, e.g. name contains Profile",
134
135
  "DESCENDANTS_INCL": "Represent the relation: URN field any nested children in addition to the given URN",
135
136
  "END_WITH": "Represent the relation: String field ends with value, e.g. name ends with Event",
@@ -159,6 +160,7 @@
159
160
  "IN",
160
161
  "LESS_THAN",
161
162
  "LESS_THAN_OR_EQUAL_TO",
163
+ "BETWEEN",
162
164
  "START_WITH",
163
165
  "DESCENDANTS_INCL",
164
166
  "ANCESTORS_INCL",
@@ -0,0 +1,21 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "dataHubRemoteExecutorKey",
5
+ "keyForEntity": "dataHubRemoteExecutor",
6
+ "entityCategory": "internal",
7
+ "entityAspects": [
8
+ "dataHubRemoteExecutorStatus"
9
+ ]
10
+ },
11
+ "name": "RemoteExecutorKey",
12
+ "namespace": "com.linkedin.pegasus2avro.metadata.key",
13
+ "fields": [
14
+ {
15
+ "type": "string",
16
+ "name": "id",
17
+ "doc": "A unique id for the DataHub Remote Executor."
18
+ }
19
+ ],
20
+ "doc": "Key for an DataHub Remote Executor"
21
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "dataHubRemoteExecutorStatus"
5
+ },
6
+ "name": "RemoteExecutorStatus",
7
+ "namespace": "com.linkedin.pegasus2avro.executor",
8
+ "fields": [
9
+ {
10
+ "Searchable": {
11
+ "fieldType": "KEYWORD"
12
+ },
13
+ "type": "string",
14
+ "name": "executorId",
15
+ "doc": "TODO: rename to pipeline id"
16
+ },
17
+ {
18
+ "type": "string",
19
+ "name": "executorReleaseVersion",
20
+ "doc": " Release Version (Tag) embedded into remote executor image"
21
+ },
22
+ {
23
+ "type": "string",
24
+ "name": "executorAddress",
25
+ "doc": " IP address of the host where remote executor is running"
26
+ },
27
+ {
28
+ "type": "string",
29
+ "name": "executorHostname",
30
+ "doc": "Hostname of the host where remote executor is running"
31
+ },
32
+ {
33
+ "type": "float",
34
+ "name": "executorUptime",
35
+ "doc": "Uptime of the remote executor master process"
36
+ },
37
+ {
38
+ "Searchable": {
39
+ "fieldType": "BOOLEAN"
40
+ },
41
+ "type": "boolean",
42
+ "name": "executorExpired",
43
+ "default": false,
44
+ "doc": "Flag indicating whether remote executor status record is stale."
45
+ },
46
+ {
47
+ "type": "boolean",
48
+ "name": "executorStopped",
49
+ "default": false,
50
+ "doc": "Flag indicating whether remote executor is stopped."
51
+ },
52
+ {
53
+ "type": "boolean",
54
+ "name": "executorEmbedded",
55
+ "default": false,
56
+ "doc": "Flag indicating whether remote executor is embedded executor"
57
+ },
58
+ {
59
+ "type": "boolean",
60
+ "name": "executorInternal",
61
+ "default": false,
62
+ "doc": "Flag indicating whether remote executor is Acryl managed executor"
63
+ },
64
+ {
65
+ "type": "boolean",
66
+ "name": "logDeliveryEnabled",
67
+ "default": false,
68
+ "doc": "Flag indicating whether log delivery is enabled by the customer in the given\nremote executor instance."
69
+ },
70
+ {
71
+ "Searchable": {
72
+ "fieldType": "COUNT",
73
+ "queryByDefault": false
74
+ },
75
+ "type": "int",
76
+ "name": "reportedAt",
77
+ "doc": "UTC-based timestamp of the last reported status"
78
+ }
79
+ ]
80
+ }
@@ -14,7 +14,8 @@
14
14
  "documentation",
15
15
  "testResults",
16
16
  "schemaFieldProfile",
17
- "lineageFeatures"
17
+ "lineageFeatures",
18
+ "deprecation"
18
19
  ]
19
20
  },
20
21
  "name": "SchemaFieldKey",
@@ -0,0 +1,216 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "versionProperties"
5
+ },
6
+ "name": "VersionProperties",
7
+ "namespace": "com.linkedin.pegasus2avro.common",
8
+ "fields": [
9
+ {
10
+ "Relationship": {
11
+ "entityTypes": [
12
+ "versionSet"
13
+ ],
14
+ "name": "VersionOf"
15
+ },
16
+ "Searchable": {
17
+ "queryByDefault": false
18
+ },
19
+ "java": {
20
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
21
+ },
22
+ "type": "string",
23
+ "name": "versionSet",
24
+ "doc": "The linked Version Set entity that ties multiple versioned assets together",
25
+ "Urn": "Urn",
26
+ "entityTypes": [
27
+ "versionSet"
28
+ ]
29
+ },
30
+ {
31
+ "Searchable": {
32
+ "/versionTag": {
33
+ "fieldName": "version",
34
+ "queryByDefault": false
35
+ }
36
+ },
37
+ "type": {
38
+ "type": "record",
39
+ "name": "VersionTag",
40
+ "namespace": "com.linkedin.pegasus2avro.common",
41
+ "fields": [
42
+ {
43
+ "type": [
44
+ "null",
45
+ "string"
46
+ ],
47
+ "name": "versionTag",
48
+ "default": null
49
+ },
50
+ {
51
+ "type": [
52
+ "null",
53
+ {
54
+ "type": "record",
55
+ "name": "MetadataAttribution",
56
+ "namespace": "com.linkedin.pegasus2avro.common",
57
+ "fields": [
58
+ {
59
+ "type": "long",
60
+ "name": "time",
61
+ "doc": "When this metadata was updated."
62
+ },
63
+ {
64
+ "java": {
65
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
66
+ },
67
+ "type": "string",
68
+ "name": "actor",
69
+ "doc": "The entity (e.g. a member URN) responsible for applying the assocated metadata. This can\neither be a user (in case of UI edits) or the datahub system for automation.",
70
+ "Urn": "Urn"
71
+ },
72
+ {
73
+ "java": {
74
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
75
+ },
76
+ "type": [
77
+ "null",
78
+ "string"
79
+ ],
80
+ "name": "source",
81
+ "default": null,
82
+ "doc": "The DataHub source responsible for applying the associated metadata. This will only be filled out\nwhen a DataHub source is responsible. This includes the specific metadata test urn, the automation urn.",
83
+ "Urn": "Urn"
84
+ },
85
+ {
86
+ "type": {
87
+ "type": "map",
88
+ "values": "string"
89
+ },
90
+ "name": "sourceDetail",
91
+ "default": {},
92
+ "doc": "The details associated with why this metadata was applied. For example, this could include\nthe actual regex rule, sql statement, ingestion pipeline ID, etc.\nAlso can include flags like 'propagated'=true or 'inferred'=true."
93
+ }
94
+ ],
95
+ "doc": "Information about who, why, and how this metadata was applied"
96
+ }
97
+ ],
98
+ "name": "metadataAttribution",
99
+ "default": null
100
+ }
101
+ ],
102
+ "doc": "A resource-defined string representing the resource state for the purpose of concurrency control"
103
+ },
104
+ "name": "version",
105
+ "doc": "Label for this versioned asset, is unique within a version set"
106
+ },
107
+ {
108
+ "Searchable": {
109
+ "/*/versionTag": {
110
+ "fieldName": "aliases",
111
+ "queryByDefault": false
112
+ }
113
+ },
114
+ "type": {
115
+ "type": "array",
116
+ "items": "com.linkedin.pegasus2avro.common.VersionTag"
117
+ },
118
+ "name": "aliases",
119
+ "default": [],
120
+ "doc": "Associated aliases for this versioned asset"
121
+ },
122
+ {
123
+ "type": [
124
+ "null",
125
+ "string"
126
+ ],
127
+ "name": "comment",
128
+ "default": null,
129
+ "doc": "Comment documenting what this version was created for, changes, or represents"
130
+ },
131
+ {
132
+ "Searchable": {
133
+ "fieldName": "versionSortId",
134
+ "queryByDefault": false
135
+ },
136
+ "type": "string",
137
+ "name": "sortId",
138
+ "doc": "Sort identifier that determines where a version lives in the order of the Version Set.\nWhat this looks like depends on the Version Scheme. For sort ids generated by DataHub we use an 8 character string representation."
139
+ },
140
+ {
141
+ "type": [
142
+ "null",
143
+ {
144
+ "type": "record",
145
+ "name": "AuditStamp",
146
+ "namespace": "com.linkedin.pegasus2avro.common",
147
+ "fields": [
148
+ {
149
+ "type": "long",
150
+ "name": "time",
151
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
152
+ },
153
+ {
154
+ "java": {
155
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
156
+ },
157
+ "type": "string",
158
+ "name": "actor",
159
+ "doc": "The entity (e.g. a member URN) which will be credited for moving the resource/association/sub-resource into the specific lifecycle stage. It is also the one used to authorize the change.",
160
+ "Urn": "Urn"
161
+ },
162
+ {
163
+ "java": {
164
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
165
+ },
166
+ "type": [
167
+ "null",
168
+ "string"
169
+ ],
170
+ "name": "impersonator",
171
+ "default": null,
172
+ "doc": "The entity (e.g. a service URN) which performs the change on behalf of the Actor and must be authorized to act as the Actor.",
173
+ "Urn": "Urn"
174
+ },
175
+ {
176
+ "type": [
177
+ "null",
178
+ "string"
179
+ ],
180
+ "name": "message",
181
+ "default": null,
182
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
183
+ }
184
+ ],
185
+ "doc": "Data captured on a resource/association/sub-resource level giving insight into when that resource/association/sub-resource moved into a particular lifecycle stage, and who acted to move it into that specific lifecycle stage."
186
+ }
187
+ ],
188
+ "name": "sourceCreatedTimestamp",
189
+ "default": null,
190
+ "doc": "Timestamp reflecting when this asset version was created in the source system."
191
+ },
192
+ {
193
+ "type": [
194
+ "null",
195
+ "com.linkedin.pegasus2avro.common.AuditStamp"
196
+ ],
197
+ "name": "metadataCreatedTimestamp",
198
+ "default": null,
199
+ "doc": "Timestamp reflecting when the metadata for this version was created in DataHub"
200
+ },
201
+ {
202
+ "Searchable": {
203
+ "fieldType": "BOOLEAN",
204
+ "queryByDefault": false
205
+ },
206
+ "type": [
207
+ "null",
208
+ "boolean"
209
+ ],
210
+ "name": "isLatest",
211
+ "default": null,
212
+ "doc": "Marks whether this version is currently the latest. Set by a side effect and should not be modified by API."
213
+ }
214
+ ],
215
+ "doc": "Properties about a versioned asset i.e. dataset, ML Model, etc."
216
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "versionSetKey",
5
+ "keyForEntity": "versionSet",
6
+ "entityCategory": "core",
7
+ "entityAspects": [
8
+ "versionSetProperties"
9
+ ]
10
+ },
11
+ "name": "VersionSetKey",
12
+ "namespace": "com.linkedin.pegasus2avro.metadata.key",
13
+ "fields": [
14
+ {
15
+ "type": "string",
16
+ "name": "id",
17
+ "doc": "ID of the Version Set, generated from platform + asset id / name"
18
+ },
19
+ {
20
+ "type": "string",
21
+ "name": "entityType",
22
+ "doc": "Type of entities included in version set, limits to a single entity type between linked versioned entities"
23
+ }
24
+ ],
25
+ "doc": "Key for a Version Set entity"
26
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "versionSetProperties"
5
+ },
6
+ "name": "VersionSetProperties",
7
+ "namespace": "com.linkedin.pegasus2avro.versionset",
8
+ "fields": [
9
+ {
10
+ "Searchable": {
11
+ "/*": {
12
+ "fieldType": "TEXT",
13
+ "queryByDefault": true
14
+ }
15
+ },
16
+ "type": {
17
+ "type": "map",
18
+ "values": "string"
19
+ },
20
+ "name": "customProperties",
21
+ "default": {},
22
+ "doc": "Custom property bag."
23
+ },
24
+ {
25
+ "Searchable": {
26
+ "queryByDefault": "false"
27
+ },
28
+ "java": {
29
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
30
+ },
31
+ "type": "string",
32
+ "name": "latest",
33
+ "doc": "The latest versioned entity linked to in this version set",
34
+ "Urn": "Urn"
35
+ },
36
+ {
37
+ "type": {
38
+ "type": "enum",
39
+ "name": "VersioningScheme",
40
+ "namespace": "com.linkedin.pegasus2avro.versionset",
41
+ "symbols": [
42
+ "ALPHANUMERIC_GENERATED_BY_DATAHUB"
43
+ ]
44
+ },
45
+ "name": "versioningScheme",
46
+ "doc": "What versioning scheme is being utilized for the versioned entities sort criterion. Static once set"
47
+ }
48
+ ]
49
+ }
@@ -15,10 +15,10 @@ import pathlib
15
15
  def _load_schema(schema_name: str) -> str:
16
16
  return (pathlib.Path(__file__).parent / f"{schema_name}.avsc").read_text()
17
17
 
18
- def getMetadataChangeProposalSchema() -> str:
19
- return _load_schema("MetadataChangeProposal")
20
-
21
18
  def getMetadataChangeEventSchema() -> str:
22
19
  return _load_schema("MetadataChangeEvent")
23
20
 
21
+ def getMetadataChangeProposalSchema() -> str:
22
+ return _load_schema("MetadataChangeProposal")
23
+
24
24
  # fmt: on
@@ -1,80 +1,81 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: acryl-datahub-cloud
3
- Version: 0.3.7.9rc1
3
+ Version: 0.3.8rc1
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: pyarrow; extra == "datahub-lineage-features"
8
- Requires-Dist: duckdb; extra == "datahub-lineage-features"
9
- Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
10
8
  Requires-Dist: pandas; extra == "datahub-lineage-features"
9
+ Requires-Dist: duckdb; extra == "datahub-lineage-features"
11
10
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
11
+ Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
12
12
  Provides-Extra: datahub-reporting-forms
13
13
  Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
14
- Requires-Dist: duckdb; extra == "datahub-reporting-forms"
15
- Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
16
14
  Requires-Dist: pandas; extra == "datahub-reporting-forms"
15
+ Requires-Dist: duckdb; extra == "datahub-reporting-forms"
17
16
  Requires-Dist: boto3; extra == "datahub-reporting-forms"
17
+ Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
18
18
  Provides-Extra: datahub-reporting-extract-graph
19
19
  Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
20
- Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
21
- Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
22
20
  Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
21
+ Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
23
22
  Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
24
23
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
24
+ Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
25
25
  Provides-Extra: datahub-reporting-extract-sql
26
26
  Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
27
- Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
28
- Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
29
27
  Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
28
+ Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
30
29
  Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
30
+ Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
31
31
  Provides-Extra: datahub-usage-feature-reporting
32
- Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
33
- Requires-Dist: pydantic<2; extra == "datahub-usage-feature-reporting"
32
+ Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
33
+ Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-feature-reporting"
34
34
  Requires-Dist: pandas; extra == "datahub-usage-feature-reporting"
35
- Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
35
+ Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
36
36
  Requires-Dist: numpy<2; extra == "datahub-usage-feature-reporting"
37
+ Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
37
38
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-feature-reporting"
38
- Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-feature-reporting"
39
- Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
39
+ Requires-Dist: pydantic<2; extra == "datahub-usage-feature-reporting"
40
+ Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
40
41
  Requires-Dist: polars<=1.16.0; extra == "datahub-usage-feature-reporting"
41
42
  Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-feature-reporting"
42
- Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
43
+ Provides-Extra: datahub-metadata-sharing
43
44
  Provides-Extra: acryl-cs-issues
44
- Requires-Dist: openai; extra == "acryl-cs-issues"
45
- Requires-Dist: zenpy; extra == "acryl-cs-issues"
46
- Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
47
45
  Requires-Dist: jinja2; extra == "acryl-cs-issues"
46
+ Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
47
+ Requires-Dist: zenpy; extra == "acryl-cs-issues"
48
+ Requires-Dist: openai; extra == "acryl-cs-issues"
48
49
  Provides-Extra: all
49
- Requires-Dist: openai; extra == "all"
50
+ Requires-Dist: pyarrow; extra == "all"
51
+ Requires-Dist: jinja2; extra == "all"
50
52
  Requires-Dist: zenpy; extra == "all"
53
+ Requires-Dist: openai; extra == "all"
54
+ Requires-Dist: scipy<=1.14.1; extra == "all"
55
+ Requires-Dist: pandas; extra == "all"
51
56
  Requires-Dist: duckdb; extra == "all"
57
+ Requires-Dist: numpy<2; extra == "all"
58
+ Requires-Dist: boto3; extra == "all"
59
+ Requires-Dist: opensearch-py==2.4.2; extra == "all"
52
60
  Requires-Dist: pydantic<2; extra == "all"
53
- Requires-Dist: pandas; extra == "all"
54
61
  Requires-Dist: elasticsearch==7.13.4; extra == "all"
55
- Requires-Dist: numpy<2; extra == "all"
56
62
  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"
60
- Requires-Dist: pyarrow; extra == "all"
61
63
  Requires-Dist: polars<=1.16.0; extra == "all"
62
64
  Requires-Dist: pyarrow<=18.0.0; extra == "all"
63
- Requires-Dist: boto3; extra == "all"
64
65
  Provides-Extra: dev
65
- Requires-Dist: openai; extra == "dev"
66
+ Requires-Dist: pyarrow; extra == "dev"
67
+ Requires-Dist: jinja2; extra == "dev"
66
68
  Requires-Dist: zenpy; extra == "dev"
69
+ Requires-Dist: openai; extra == "dev"
70
+ Requires-Dist: scipy<=1.14.1; extra == "dev"
67
71
  Requires-Dist: duckdb; extra == "dev"
68
- Requires-Dist: pydantic<2; extra == "dev"
69
72
  Requires-Dist: pandas; extra == "dev"
70
- Requires-Dist: elasticsearch==7.13.4; extra == "dev"
71
73
  Requires-Dist: numpy<2; extra == "dev"
72
- Requires-Dist: slack-sdk; extra == "dev"
73
- Requires-Dist: jinja2; extra == "dev"
74
+ Requires-Dist: boto3; extra == "dev"
74
75
  Requires-Dist: opensearch-py==2.4.2; extra == "dev"
76
+ Requires-Dist: pydantic<2; extra == "dev"
77
+ Requires-Dist: elasticsearch==7.13.4; extra == "dev"
78
+ Requires-Dist: slack-sdk; extra == "dev"
75
79
  Requires-Dist: acryl-datahub[dev]; extra == "dev"
76
- Requires-Dist: scipy<=1.14.1; extra == "dev"
77
- Requires-Dist: pyarrow; extra == "dev"
78
80
  Requires-Dist: polars<=1.16.0; extra == "dev"
79
81
  Requires-Dist: pyarrow<=18.0.0; extra == "dev"
80
- Requires-Dist: boto3; extra == "dev"