acryl-datahub-cloud 0.3.7.9rc1__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.
- acryl_datahub_cloud/_codegen_config.json +1 -1
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +1465 -1465
- acryl_datahub_cloud/metadata/schema.avsc +20243 -19784
- acryl_datahub_cloud/metadata/schema_classes.py +476 -476
- acryl_datahub_cloud/metadata/schemas/PostInfo.avsc +23 -0
- {acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.dist-info}/METADATA +43 -41
- {acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.dist-info}/RECORD +10 -10
- {acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.dist-info}/WHEEL +1 -1
- {acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.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
|
}
|
{acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.dist-info}/METADATA
RENAMED
|
@@ -1,80 +1,82 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: acryl-datahub-cloud
|
|
3
|
-
Version: 0.3.7.
|
|
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: pyarrow; 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"
|
|
9
|
+
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
10
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: pyarrow; 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:
|
|
14
|
+
Requires-Dist: duckdb; 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
|
-
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
21
19
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
22
|
-
Requires-Dist:
|
|
20
|
+
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
21
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
23
22
|
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
23
|
+
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
24
24
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
25
25
|
Provides-Extra: datahub-reporting-extract-sql
|
|
26
|
-
Requires-Dist: pyarrow; 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"
|
|
29
|
-
Requires-Dist:
|
|
27
|
+
Requires-Dist: duckdb; 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: duckdb; extra == "datahub-usage-feature-reporting"
|
|
33
32
|
Requires-Dist: pydantic<2; extra == "datahub-usage-feature-reporting"
|
|
34
|
-
Requires-Dist: pandas; extra == "datahub-usage-feature-reporting"
|
|
35
|
-
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
|
|
36
|
-
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"
|
|
39
33
|
Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
|
|
40
34
|
Requires-Dist: polars<=1.16.0; extra == "datahub-usage-feature-reporting"
|
|
41
|
-
Requires-Dist:
|
|
35
|
+
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-feature-reporting"
|
|
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"
|
|
42
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
|
-
Requires-Dist:
|
|
44
|
+
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
45
45
|
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
46
46
|
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
47
|
-
Requires-Dist:
|
|
47
|
+
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
48
48
|
Provides-Extra: all
|
|
49
|
+
Requires-Dist: pydantic<2; extra == "all"
|
|
50
|
+
Requires-Dist: pyarrow; extra == "all"
|
|
51
|
+
Requires-Dist: polars<=1.16.0; extra == "all"
|
|
49
52
|
Requires-Dist: openai; extra == "all"
|
|
53
|
+
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
54
|
+
Requires-Dist: jinja2; extra == "all"
|
|
50
55
|
Requires-Dist: zenpy; extra == "all"
|
|
56
|
+
Requires-Dist: slack-sdk; extra == "all"
|
|
57
|
+
Requires-Dist: numpy<2; extra == "all"
|
|
58
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
51
59
|
Requires-Dist: duckdb; extra == "all"
|
|
52
|
-
Requires-Dist:
|
|
60
|
+
Requires-Dist: boto3; extra == "all"
|
|
53
61
|
Requires-Dist: pandas; extra == "all"
|
|
54
|
-
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
55
|
-
Requires-Dist: numpy<2; extra == "all"
|
|
56
|
-
Requires-Dist: slack-sdk; extra == "all"
|
|
57
|
-
Requires-Dist: jinja2; extra == "all"
|
|
58
62
|
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
|
-
Requires-Dist: polars<=1.16.0; extra == "all"
|
|
62
63
|
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
63
|
-
Requires-Dist: boto3; extra == "all"
|
|
64
64
|
Provides-Extra: dev
|
|
65
|
+
Requires-Dist: pydantic<2; extra == "dev"
|
|
66
|
+
Requires-Dist: pyarrow; extra == "dev"
|
|
67
|
+
Requires-Dist: polars<=1.16.0; extra == "dev"
|
|
65
68
|
Requires-Dist: openai; extra == "dev"
|
|
69
|
+
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
70
|
+
Requires-Dist: jinja2; extra == "dev"
|
|
66
71
|
Requires-Dist: zenpy; extra == "dev"
|
|
72
|
+
Requires-Dist: slack-sdk; extra == "dev"
|
|
73
|
+
Requires-Dist: numpy<2; extra == "dev"
|
|
74
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
67
75
|
Requires-Dist: duckdb; extra == "dev"
|
|
68
|
-
Requires-Dist:
|
|
76
|
+
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
77
|
+
Requires-Dist: boto3; extra == "dev"
|
|
69
78
|
Requires-Dist: pandas; extra == "dev"
|
|
70
|
-
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
71
|
-
Requires-Dist: numpy<2; extra == "dev"
|
|
72
|
-
Requires-Dist: slack-sdk; extra == "dev"
|
|
73
|
-
Requires-Dist: jinja2; extra == "dev"
|
|
74
79
|
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"
|
|
77
|
-
Requires-Dist: pyarrow; extra == "dev"
|
|
78
|
-
Requires-Dist: polars<=1.16.0; extra == "dev"
|
|
79
80
|
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
80
|
-
|
|
81
|
+
Dynamic: provides-extra
|
|
82
|
+
Dynamic: requires-dist
|
{acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
acryl_datahub_cloud/__init__.py,sha256=axrMXkn0RW80YmuZgwUP_YQImcv6L28duZLWnW-gaNM,521
|
|
2
|
-
acryl_datahub_cloud/_codegen_config.json,sha256=
|
|
2
|
+
acryl_datahub_cloud/_codegen_config.json,sha256=tHdGX_YK-Rgz7-8eWRpYYTf0eY4oTXUfQdFzJ2OByKE,558
|
|
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=
|
|
29
|
-
acryl_datahub_cloud/metadata/schema_classes.py,sha256=
|
|
28
|
+
acryl_datahub_cloud/metadata/schema.avsc,sha256=B__ICKzzg_pN_MsuzLjw7H3obUUUfKP9essn8Hdx1ek,971256
|
|
29
|
+
acryl_datahub_cloud/metadata/schema_classes.py,sha256=Uw7LZPC9KDqj9YAMWEsgvWwc9yiIBnyYgXObPIknY14,1355405
|
|
30
30
|
acryl_datahub_cloud/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
|
|
31
|
-
acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=
|
|
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
|
|
@@ -326,7 +326,7 @@ acryl_datahub_cloud/metadata/schemas/PartitionsSummary.avsc,sha256=bl6_ElsVS8Oow
|
|
|
326
326
|
acryl_datahub_cloud/metadata/schemas/PlatformEvent.avsc,sha256=W3BmAMBVGlAXcWvVv4Yy3NUJs-t-apxNdtyYI-uPH1g,1568
|
|
327
327
|
acryl_datahub_cloud/metadata/schemas/PlatformResourceInfo.avsc,sha256=k67bOPnoOwn1-3TldvWZqPrCwedgt2QNGhqmeo0jAys,4146
|
|
328
328
|
acryl_datahub_cloud/metadata/schemas/PlatformResourceKey.avsc,sha256=XLRvsdUD73r2GaKidYYC0-FK-naclWM1FBw0L_28xaI,1687
|
|
329
|
-
acryl_datahub_cloud/metadata/schemas/PostInfo.avsc,sha256=
|
|
329
|
+
acryl_datahub_cloud/metadata/schemas/PostInfo.avsc,sha256=CxL1Z-6jWO-xQ7mei5dwAFe_U7sfkQrkSBP5Aab98lU,7884
|
|
330
330
|
acryl_datahub_cloud/metadata/schemas/PostKey.avsc,sha256=tYhKEz3mEEnGlsrPNZLftwWoRYW--yHxHHBNYsxJyGE,473
|
|
331
331
|
acryl_datahub_cloud/metadata/schemas/Proposals.avsc,sha256=Z_psjYg3IjXUeWW-MArIhcP8ogNaoIfLbVtDwhgdxEY,1254
|
|
332
332
|
acryl_datahub_cloud/metadata/schemas/QuantitativeAnalyses.avsc,sha256=XrGYVoGUh7ZRjAbMORSiqF5Zl4a0IbYDPiQuSJhABZM,960
|
|
@@ -375,8 +375,8 @@ acryl_datahub_cloud/metadata/schemas/UsageFeatures.avsc,sha256=B7mqUWVwduvWSP9zp
|
|
|
375
375
|
acryl_datahub_cloud/metadata/schemas/VersionInfo.avsc,sha256=9gMcZ8tjuhgcZiq2gOAp_EOV9q9jvuOgfph6m6v_X7c,1189
|
|
376
376
|
acryl_datahub_cloud/metadata/schemas/ViewProperties.avsc,sha256=3HhcbH5493dJUnEUtFMYMVfbYQ52aDedm5L4j77Nym4,1032
|
|
377
377
|
acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=uvLNC3VyCkWA_v8e9FdA1leFf46NFKDD0AajCfihepI,581
|
|
378
|
-
acryl_datahub_cloud-0.3.7.
|
|
379
|
-
acryl_datahub_cloud-0.3.7.
|
|
380
|
-
acryl_datahub_cloud-0.3.7.
|
|
381
|
-
acryl_datahub_cloud-0.3.7.
|
|
382
|
-
acryl_datahub_cloud-0.3.7.
|
|
378
|
+
acryl_datahub_cloud-0.3.7.10rc1.dist-info/METADATA,sha256=ddep_tqTGD9b4l5gVY85-9aOa6IMvTeTURKfnp-iCyc,4115
|
|
379
|
+
acryl_datahub_cloud-0.3.7.10rc1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
380
|
+
acryl_datahub_cloud-0.3.7.10rc1.dist-info/entry_points.txt,sha256=pnIeD0q0iBd34tcq2N2vtgVOlos5oGp-bQ8bTvfNUd8,879
|
|
381
|
+
acryl_datahub_cloud-0.3.7.10rc1.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
|
|
382
|
+
acryl_datahub_cloud-0.3.7.10rc1.dist-info/RECORD,,
|
|
File without changes
|
{acryl_datahub_cloud-0.3.7.9rc1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.dist-info}/top_level.txt
RENAMED
|
File without changes
|