acryl-datahub-cloud 0.3.8.2rc2__py3-none-any.whl → 0.3.8.2rc4__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.

@@ -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 getMetadataChangeEventSchema() -> str:
19
- return _load_schema("MetadataChangeEvent")
20
-
21
18
  def getMetadataChangeProposalSchema() -> str:
22
19
  return _load_schema("MetadataChangeProposal")
23
20
 
21
+ def getMetadataChangeEventSchema() -> str:
22
+ return _load_schema("MetadataChangeEvent")
23
+
24
24
  # fmt: on
@@ -1,90 +1,90 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: acryl-datahub-cloud
3
- Version: 0.3.8.2rc2
3
+ Version: 0.3.8.2rc4
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"
7
+ Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
9
8
  Requires-Dist: pandas; extra == "datahub-lineage-features"
10
9
  Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
11
- Requires-Dist: opensearch-py==2.4.2; 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: pyarrow; extra == "datahub-reporting-forms"
14
- Requires-Dist: duckdb; extra == "datahub-reporting-forms"
15
13
  Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
16
14
  Requires-Dist: pandas; extra == "datahub-reporting-forms"
17
15
  Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
18
16
  Requires-Dist: boto3; extra == "datahub-reporting-forms"
17
+ Requires-Dist: duckdb; extra == "datahub-reporting-forms"
18
+ Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
19
19
  Provides-Extra: datahub-reporting-extract-graph
20
- Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
21
- Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
20
+ Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
22
21
  Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
23
22
  Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
24
- Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
25
23
  Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
24
+ Requires-Dist: duckdb; 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: pyarrow; extra == "datahub-reporting-extract-sql"
28
- Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
29
27
  Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
30
28
  Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
31
29
  Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
30
+ Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
31
+ Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
32
32
  Provides-Extra: datahub-usage-reporting
33
- Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
34
- Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
33
+ Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
35
34
  Requires-Dist: pandas; extra == "datahub-usage-reporting"
36
- Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
35
+ Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
36
+ Requires-Dist: duckdb; extra == "datahub-usage-reporting"
37
+ Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
37
38
  Requires-Dist: boto3; extra == "datahub-usage-reporting"
38
- Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
39
39
  Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
40
- Requires-Dist: duckdb; extra == "datahub-usage-reporting"
41
- Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
42
40
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
41
+ Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
42
+ Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
43
+ Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
43
44
  Requires-Dist: polars==1.19.0; extra == "datahub-usage-reporting"
44
- Requires-Dist: elasticsearch==7.13.4; 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: openai; extra == "acryl-cs-issues"
49
48
  Requires-Dist: zenpy; extra == "acryl-cs-issues"
50
49
  Requires-Dist: jinja2; extra == "acryl-cs-issues"
50
+ Requires-Dist: openai; extra == "acryl-cs-issues"
51
51
  Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
52
52
  Provides-Extra: all
53
- Requires-Dist: pydantic<2; extra == "all"
54
53
  Requires-Dist: tenacity; extra == "all"
55
- Requires-Dist: numpy<2; extra == "all"
56
- Requires-Dist: openai; extra == "all"
57
- Requires-Dist: polars==1.19.0; extra == "all"
54
+ Requires-Dist: termcolor==2.5.0; extra == "all"
55
+ Requires-Dist: jinja2; extra == "all"
58
56
  Requires-Dist: elasticsearch==7.13.4; extra == "all"
59
- Requires-Dist: slack-sdk; extra == "all"
60
- Requires-Dist: scipy<=1.14.1; extra == "all"
61
57
  Requires-Dist: pyarrow<=18.0.0; extra == "all"
62
- Requires-Dist: jinja2; extra == "all"
63
- Requires-Dist: pandas; extra == "all"
64
58
  Requires-Dist: boto3; extra == "all"
65
- Requires-Dist: pyarrow; extra == "all"
59
+ Requires-Dist: numpy<2; extra == "all"
60
+ Requires-Dist: scipy<=1.14.1; extra == "all"
61
+ Requires-Dist: zenpy; extra == "all"
62
+ Requires-Dist: pandas; extra == "all"
63
+ Requires-Dist: openai; extra == "all"
66
64
  Requires-Dist: duckdb; extra == "all"
67
- Requires-Dist: termcolor==2.5.0; extra == "all"
65
+ Requires-Dist: pyarrow; extra == "all"
68
66
  Requires-Dist: opensearch-py==2.4.2; extra == "all"
69
- Requires-Dist: zenpy; extra == "all"
67
+ Requires-Dist: pydantic<2; extra == "all"
68
+ Requires-Dist: polars==1.19.0; extra == "all"
69
+ Requires-Dist: slack-sdk; extra == "all"
70
70
  Provides-Extra: dev
71
- Requires-Dist: scipy<=1.14.1; extra == "dev"
72
- Requires-Dist: pyarrow<=18.0.0; extra == "dev"
73
- Requires-Dist: jinja2; extra == "dev"
74
- Requires-Dist: pandas; extra == "dev"
75
- Requires-Dist: slack-sdk; extra == "dev"
76
- Requires-Dist: pydantic<2; extra == "dev"
77
- Requires-Dist: boto3; extra == "dev"
78
71
  Requires-Dist: tenacity; extra == "dev"
79
- Requires-Dist: acryl-datahub[dev]; extra == "dev"
80
- Requires-Dist: numpy<2; extra == "dev"
72
+ Requires-Dist: termcolor==2.5.0; extra == "dev"
73
+ Requires-Dist: pandas; extra == "dev"
74
+ Requires-Dist: jinja2; extra == "dev"
81
75
  Requires-Dist: openai; extra == "dev"
76
+ Requires-Dist: elasticsearch==7.13.4; extra == "dev"
77
+ Requires-Dist: zenpy; extra == "dev"
82
78
  Requires-Dist: duckdb; extra == "dev"
79
+ Requires-Dist: pyarrow<=18.0.0; extra == "dev"
80
+ Requires-Dist: boto3; extra == "dev"
81
+ Requires-Dist: acryl-datahub[dev]; extra == "dev"
83
82
  Requires-Dist: pyarrow; extra == "dev"
84
- Requires-Dist: termcolor==2.5.0; extra == "dev"
85
83
  Requires-Dist: opensearch-py==2.4.2; extra == "dev"
86
- Requires-Dist: zenpy; extra == "dev"
84
+ Requires-Dist: numpy<2; extra == "dev"
85
+ Requires-Dist: pydantic<2; extra == "dev"
86
+ Requires-Dist: scipy<=1.14.1; extra == "dev"
87
87
  Requires-Dist: polars==1.19.0; extra == "dev"
88
- Requires-Dist: elasticsearch==7.13.4; extra == "dev"
88
+ Requires-Dist: slack-sdk; extra == "dev"
89
89
  Dynamic: provides-extra
90
90
  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=xQ9bfQInhXx3tb27ye3yCKSgWt0IA7nOSGySYJRyYvQ,557
2
+ acryl_datahub_cloud/_codegen_config.json,sha256=XRL-98-B46wLKuqWqW9fTNbwj6FLkaF4WAqOqczAe4A,557
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
@@ -36,10 +36,10 @@ acryl_datahub_cloud/elasticsearch/graph_service.py,sha256=K4ykcSMxlrhlDrchhte3vE
36
36
  acryl_datahub_cloud/lineage_features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
37
  acryl_datahub_cloud/lineage_features/source.py,sha256=Edve1oBoR87RTloAfjAuxgULlMI_HNSFuQfbiVjkac4,6412
38
38
  acryl_datahub_cloud/metadata/__init__.py,sha256=AjhXPjI6cnpdcrBRrE5gOWo15vv2TTl2ctU4UAnUN7A,238
39
- acryl_datahub_cloud/metadata/schema.avsc,sha256=Y2XQtORrSWfFiTgyWrWdW-yUekgtFDh11r_FVjDfjQ8,996177
40
- acryl_datahub_cloud/metadata/schema_classes.py,sha256=nKD5o3Qfz7WZmPsNgSvv4K7Eaekw-o2vTUnmhoPU3y8,1388729
39
+ acryl_datahub_cloud/metadata/schema.avsc,sha256=VZhHa4KP2Rr2W-DTKfombxwD0PM9dum7_Th_F0Za3B0,1002817
40
+ acryl_datahub_cloud/metadata/schema_classes.py,sha256=-lEIbtHuajGDV9tseTy-OVhAFt76U99_-QHibq8DGk8,1388729
41
41
  acryl_datahub_cloud/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
42
- acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=QmBNRYj1V4UHY1YXNX9aLuMRzFm1UGifPJNP7GO5GLs,125081
42
+ acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=UB7a-SusVpQfxgyBiUZ4uaHn8xIhIYOPybOMbhhUSds,125081
43
43
  acryl_datahub_cloud/metadata/com/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
44
44
  acryl_datahub_cloud/metadata/com/linkedin/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
45
45
  acryl_datahub_cloud/metadata/com/linkedin/events/__init__.py,sha256=s_dR0plZF-rOxxIbE8ojekJqwiHzl2WYR-Z3kW6kKS0,298
@@ -397,9 +397,9 @@ acryl_datahub_cloud/metadata/schemas/VersionProperties.avsc,sha256=2wtE0AbqkLGu6
397
397
  acryl_datahub_cloud/metadata/schemas/VersionSetKey.avsc,sha256=psjGNNcFua3Zs9Xlh4HnUHNmBEU74uYdJR5g20NhRJU,659
398
398
  acryl_datahub_cloud/metadata/schemas/VersionSetProperties.avsc,sha256=yrhhVNioD11nFlDO7IfUbxAQjhA9Tr-4wnAYH5I9W74,1172
399
399
  acryl_datahub_cloud/metadata/schemas/ViewProperties.avsc,sha256=3HhcbH5493dJUnEUtFMYMVfbYQ52aDedm5L4j77Nym4,1032
400
- acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=kCcak_fBn_KyuysZTJIoipAzZ8EO44Amk4DWSEvplEY,581
401
- acryl_datahub_cloud-0.3.8.2rc2.dist-info/METADATA,sha256=LurBPoxaiDmcJ2fhkk1PDw5rzGD7-z4KZixPGV-Ggo0,4432
402
- acryl_datahub_cloud-0.3.8.2rc2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
403
- acryl_datahub_cloud-0.3.8.2rc2.dist-info/entry_points.txt,sha256=HpypFu4cwe0kT3zXFcqbOG-QTNjzYaV6NiCX0Pgy9LI,1086
404
- acryl_datahub_cloud-0.3.8.2rc2.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
405
- acryl_datahub_cloud-0.3.8.2rc2.dist-info/RECORD,,
400
+ acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=uvLNC3VyCkWA_v8e9FdA1leFf46NFKDD0AajCfihepI,581
401
+ acryl_datahub_cloud-0.3.8.2rc4.dist-info/METADATA,sha256=3rzD51KpcP4vW9YooklUMG6dszc5Y8lTQ0Mf5PaeS8I,4432
402
+ acryl_datahub_cloud-0.3.8.2rc4.dist-info/WHEEL,sha256=nn6H5-ilmfVryoAQl3ZQ2l8SH5imPWFpm1A5FgEuFV4,91
403
+ acryl_datahub_cloud-0.3.8.2rc4.dist-info/entry_points.txt,sha256=HpypFu4cwe0kT3zXFcqbOG-QTNjzYaV6NiCX0Pgy9LI,1086
404
+ acryl_datahub_cloud-0.3.8.2rc4.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
405
+ acryl_datahub_cloud-0.3.8.2rc4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (75.8.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5