acryl-datahub-cloud 0.3.7.8rc4__py3-none-any.whl → 0.3.7.8.1__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.
- acryl_datahub_cloud/_codegen_config.json +1 -1
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +1465 -1465
- acryl_datahub_cloud/metadata/schema.avsc +20145 -19709
- acryl_datahub_cloud/metadata/schema_classes.py +476 -476
- {acryl_datahub_cloud-0.3.7.8rc4.dist-info → acryl_datahub_cloud-0.3.7.8.1.dist-info}/METADATA +39 -37
- {acryl_datahub_cloud-0.3.7.8rc4.dist-info → acryl_datahub_cloud-0.3.7.8.1.dist-info}/RECORD +9 -9
- {acryl_datahub_cloud-0.3.7.8rc4.dist-info → acryl_datahub_cloud-0.3.7.8.1.dist-info}/WHEEL +1 -1
- {acryl_datahub_cloud-0.3.7.8rc4.dist-info → acryl_datahub_cloud-0.3.7.8.1.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.7.8rc4.dist-info → acryl_datahub_cloud-0.3.7.8.1.dist-info}/top_level.txt +0 -0
{acryl_datahub_cloud-0.3.7.8rc4.dist-info → acryl_datahub_cloud-0.3.7.8.1.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.8.1
|
|
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: pydantic<2; extra == "datahub-lineage-features"
|
|
8
|
+
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
8
9
|
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
9
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
10
10
|
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
11
|
-
Requires-Dist:
|
|
11
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
12
12
|
Provides-Extra: datahub-reporting-forms
|
|
13
13
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
14
|
+
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
14
15
|
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
15
|
-
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
16
16
|
Requires-Dist: duckdb; extra == "datahub-reporting-forms"
|
|
17
|
-
Requires-Dist:
|
|
17
|
+
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
18
18
|
Provides-Extra: datahub-reporting-extract-graph
|
|
19
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
19
20
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
21
|
+
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
20
22
|
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
21
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
22
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
23
23
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
24
|
-
Requires-Dist:
|
|
24
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
25
25
|
Provides-Extra: datahub-reporting-extract-sql
|
|
26
26
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
27
|
+
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
27
28
|
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
28
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
29
29
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
|
|
30
|
-
Requires-Dist:
|
|
30
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
31
31
|
Provides-Extra: datahub-usage-feature-reporting
|
|
32
|
-
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-feature-reporting"
|
|
33
32
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-feature-reporting"
|
|
34
|
-
Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
|
|
35
|
-
Requires-Dist: pandas; extra == "datahub-usage-feature-reporting"
|
|
36
33
|
Requires-Dist: pydantic<2; extra == "datahub-usage-feature-reporting"
|
|
34
|
+
Requires-Dist: numpy<2; extra == "datahub-usage-feature-reporting"
|
|
35
|
+
Requires-Dist: pandas; extra == "datahub-usage-feature-reporting"
|
|
37
36
|
Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-feature-reporting"
|
|
37
|
+
Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
|
|
40
38
|
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
|
|
39
|
+
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-feature-reporting"
|
|
41
40
|
Requires-Dist: polars<=1.16.0; extra == "datahub-usage-feature-reporting"
|
|
42
|
-
Requires-Dist:
|
|
41
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-feature-reporting"
|
|
42
|
+
Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
|
|
43
43
|
Provides-Extra: acryl-cs-issues
|
|
44
44
|
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
45
45
|
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
46
|
-
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
47
46
|
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
47
|
+
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
48
48
|
Provides-Extra: all
|
|
49
|
-
Requires-Dist:
|
|
50
|
-
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
51
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
49
|
+
Requires-Dist: openai; extra == "all"
|
|
52
50
|
Requires-Dist: slack-sdk; extra == "all"
|
|
53
|
-
Requires-Dist: duckdb; extra == "all"
|
|
54
|
-
Requires-Dist: pandas; extra == "all"
|
|
55
51
|
Requires-Dist: pydantic<2; extra == "all"
|
|
52
|
+
Requires-Dist: jinja2; extra == "all"
|
|
53
|
+
Requires-Dist: zenpy; extra == "all"
|
|
54
|
+
Requires-Dist: numpy<2; extra == "all"
|
|
55
|
+
Requires-Dist: pandas; extra == "all"
|
|
56
56
|
Requires-Dist: pyarrow; extra == "all"
|
|
57
|
+
Requires-Dist: duckdb; extra == "all"
|
|
58
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
57
59
|
Requires-Dist: boto3; extra == "all"
|
|
58
60
|
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
59
|
-
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
60
61
|
Requires-Dist: polars<=1.16.0; extra == "all"
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist: openai; extra == "all"
|
|
62
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
63
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
64
64
|
Provides-Extra: dev
|
|
65
|
-
Requires-Dist: jinja2; extra == "dev"
|
|
66
|
-
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
67
|
-
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
68
65
|
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
66
|
+
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
67
|
+
Requires-Dist: openai; extra == "dev"
|
|
68
|
+
Requires-Dist: pydantic<2; extra == "dev"
|
|
69
|
+
Requires-Dist: jinja2; extra == "dev"
|
|
69
70
|
Requires-Dist: slack-sdk; extra == "dev"
|
|
70
|
-
Requires-Dist:
|
|
71
|
+
Requires-Dist: numpy<2; extra == "dev"
|
|
72
|
+
Requires-Dist: zenpy; extra == "dev"
|
|
71
73
|
Requires-Dist: pandas; extra == "dev"
|
|
72
|
-
Requires-Dist: pydantic<2; extra == "dev"
|
|
73
74
|
Requires-Dist: pyarrow; extra == "dev"
|
|
74
|
-
Requires-Dist:
|
|
75
|
-
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
75
|
+
Requires-Dist: duckdb; extra == "dev"
|
|
76
76
|
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
77
|
+
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
77
78
|
Requires-Dist: polars<=1.16.0; extra == "dev"
|
|
78
|
-
Requires-Dist:
|
|
79
|
-
Requires-Dist:
|
|
80
|
-
|
|
79
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
80
|
+
Requires-Dist: boto3; extra == "dev"
|
|
81
|
+
Dynamic: provides-extra
|
|
82
|
+
Dynamic: requires-dist
|
|
@@ -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=xqytdMIp6WmdUXrWVOgmH4IrsvOKFbfgqfltTlLHSVM,556
|
|
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=PNouW3tW5jSaKRJ1fmO9DNSTkRlyai01Lirj8C7592E,970676
|
|
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
|
|
@@ -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.8.1.dist-info/METADATA,sha256=DNYNtDZqK1Ps4con6WXspvP8YPtNsM3B0B1gI4HZNiw,4113
|
|
379
|
+
acryl_datahub_cloud-0.3.7.8.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
380
|
+
acryl_datahub_cloud-0.3.7.8.1.dist-info/entry_points.txt,sha256=pnIeD0q0iBd34tcq2N2vtgVOlos5oGp-bQ8bTvfNUd8,879
|
|
381
|
+
acryl_datahub_cloud-0.3.7.8.1.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
|
|
382
|
+
acryl_datahub_cloud-0.3.7.8.1.dist-info/RECORD,,
|
|
File without changes
|
{acryl_datahub_cloud-0.3.7.8rc4.dist-info → acryl_datahub_cloud-0.3.7.8.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|