acryl-datahub-cloud 0.3.8.4rc5__py3-none-any.whl → 0.3.8.4rc7__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.

@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acryl-datahub-cloud",
3
- "version": "0.3.8.4rc5",
3
+ "version": "0.3.8.4rc7",
4
4
  "install_requires": [
5
5
  "avro-gen3==0.7.16",
6
6
  "acryl-datahub"
@@ -20880,6 +20880,11 @@
20880
20880
  "namespace": "com.linkedin.pegasus2avro.form",
20881
20881
  "fields": [
20882
20882
  {
20883
+ "Searchable": {
20884
+ "fieldName": "promptId",
20885
+ "fieldType": "KEYWORD",
20886
+ "queryByDefault": false
20887
+ },
20883
20888
  "type": "string",
20884
20889
  "name": "id",
20885
20890
  "doc": "The unique id for this prompt. This must be GLOBALLY unique."
@@ -53,6 +53,11 @@
53
53
  "namespace": "com.linkedin.pegasus2avro.form",
54
54
  "fields": [
55
55
  {
56
+ "Searchable": {
57
+ "fieldName": "promptId",
58
+ "fieldType": "KEYWORD",
59
+ "queryByDefault": false
60
+ },
56
61
  "type": "string",
57
62
  "name": "id",
58
63
  "doc": "The unique id for this prompt. This must be GLOBALLY unique."
@@ -1,47 +1,47 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: acryl-datahub-cloud
3
- Version: 0.3.8.4rc5
3
+ Version: 0.3.8.4rc7
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: pydantic<2; extra == "datahub-lineage-features"
8
- Requires-Dist: pyarrow; extra == "datahub-lineage-features"
9
7
  Requires-Dist: duckdb; extra == "datahub-lineage-features"
10
8
  Requires-Dist: pandas; extra == "datahub-lineage-features"
9
+ Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
11
10
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
11
+ Requires-Dist: pyarrow; extra == "datahub-lineage-features"
12
12
  Provides-Extra: datahub-reporting-forms
13
- Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
14
- Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
15
- Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
16
13
  Requires-Dist: duckdb; extra == "datahub-reporting-forms"
17
14
  Requires-Dist: pandas; extra == "datahub-reporting-forms"
15
+ Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
18
16
  Requires-Dist: boto3; extra == "datahub-reporting-forms"
17
+ Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
18
+ Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
19
19
  Provides-Extra: datahub-reporting-extract-graph
20
- Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
21
- Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
22
20
  Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
23
21
  Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
22
+ Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
24
23
  Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
25
24
  Requires-Dist: opensearch-py==2.4.2; 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: pydantic<2; extra == "datahub-reporting-extract-sql"
28
- Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
29
27
  Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
30
28
  Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
29
+ Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
31
30
  Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
31
+ Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
32
32
  Provides-Extra: datahub-usage-reporting
33
- Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
34
- Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
35
33
  Requires-Dist: duckdb; extra == "datahub-usage-reporting"
36
- Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
37
- Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
38
- Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
34
+ Requires-Dist: polars==1.23.0; extra == "datahub-usage-reporting"
39
35
  Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
40
36
  Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
41
- Requires-Dist: polars==1.23.0; extra == "datahub-usage-reporting"
42
- Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
43
37
  Requires-Dist: pandas; extra == "datahub-usage-reporting"
38
+ Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
39
+ Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
44
40
  Requires-Dist: boto3; extra == "datahub-usage-reporting"
41
+ Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
42
+ Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
43
+ Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
44
+ Requires-Dist: pyarrow; 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
@@ -50,41 +50,41 @@ Requires-Dist: openai; extra == "acryl-cs-issues"
50
50
  Requires-Dist: zenpy; 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: duckdb; extra == "all"
54
+ Requires-Dist: polars==1.23.0; extra == "all"
55
+ Requires-Dist: tenacity; extra == "all"
56
+ Requires-Dist: jinja2; extra == "all"
55
57
  Requires-Dist: scipy<=1.14.1; extra == "all"
56
- Requires-Dist: elasticsearch==7.13.4; extra == "all"
57
- Requires-Dist: pyarrow; extra == "all"
58
+ Requires-Dist: pydantic<2; extra == "all"
59
+ Requires-Dist: boto3; extra == "all"
58
60
  Requires-Dist: numpy<2; extra == "all"
59
- Requires-Dist: tenacity; extra == "all"
60
- Requires-Dist: openai; extra == "all"
61
61
  Requires-Dist: slack-sdk; extra == "all"
62
62
  Requires-Dist: opensearch-py==2.4.2; extra == "all"
63
- Requires-Dist: jinja2; extra == "all"
64
- Requires-Dist: pyarrow<=18.0.0; extra == "all"
65
- Requires-Dist: termcolor==2.5.0; extra == "all"
66
- Requires-Dist: polars==1.23.0; extra == "all"
63
+ Requires-Dist: elasticsearch==7.13.4; extra == "all"
64
+ Requires-Dist: pyarrow; extra == "all"
67
65
  Requires-Dist: zenpy; extra == "all"
68
- Requires-Dist: boto3; extra == "all"
66
+ Requires-Dist: pyarrow<=18.0.0; extra == "all"
69
67
  Requires-Dist: pandas; extra == "all"
68
+ Requires-Dist: openai; extra == "all"
69
+ Requires-Dist: termcolor==2.5.0; extra == "all"
70
70
  Provides-Extra: dev
71
- Requires-Dist: pydantic<2; extra == "dev"
72
- Requires-Dist: numpy<2; extra == "dev"
73
- Requires-Dist: tenacity; extra == "dev"
74
71
  Requires-Dist: duckdb; extra == "dev"
72
+ Requires-Dist: polars==1.23.0; extra == "dev"
73
+ Requires-Dist: tenacity; extra == "dev"
74
+ Requires-Dist: zenpy; extra == "dev"
75
+ Requires-Dist: acryl-datahub[dev]; extra == "dev"
76
+ Requires-Dist: jinja2; extra == "dev"
77
+ Requires-Dist: pyarrow<=18.0.0; extra == "dev"
78
+ Requires-Dist: pandas; extra == "dev"
79
+ Requires-Dist: pyarrow; extra == "dev"
75
80
  Requires-Dist: scipy<=1.14.1; extra == "dev"
81
+ Requires-Dist: pydantic<2; extra == "dev"
82
+ Requires-Dist: boto3; extra == "dev"
83
+ Requires-Dist: numpy<2; extra == "dev"
76
84
  Requires-Dist: openai; extra == "dev"
77
- Requires-Dist: slack-sdk; extra == "dev"
78
85
  Requires-Dist: opensearch-py==2.4.2; extra == "dev"
86
+ Requires-Dist: slack-sdk; extra == "dev"
79
87
  Requires-Dist: elasticsearch==7.13.4; extra == "dev"
80
- Requires-Dist: jinja2; extra == "dev"
81
- Requires-Dist: pyarrow<=18.0.0; extra == "dev"
82
88
  Requires-Dist: termcolor==2.5.0; extra == "dev"
83
- Requires-Dist: polars==1.23.0; extra == "dev"
84
- Requires-Dist: acryl-datahub[dev]; extra == "dev"
85
- Requires-Dist: pyarrow; extra == "dev"
86
- Requires-Dist: zenpy; extra == "dev"
87
- Requires-Dist: pandas; extra == "dev"
88
- Requires-Dist: boto3; 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=4KprL4At5WxvaXVLl1pTN-2-iLXqmz2rSOGsJlyjY20,557
2
+ acryl_datahub_cloud/_codegen_config.json,sha256=VaSHDlBIMgUg9c6S_0SpCUzI966CgfZu15IMlJ4qYXA,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,7 +36,7 @@ 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=IptmiRUVlqmv1wQRvvzt2xfBOpx8-X1SpZpVt_6RSKY,1003121
39
+ acryl_datahub_cloud/metadata/schema.avsc,sha256=KoTcxsaKoldc9G1SCsGSgCkRX95HfQUqFrUu8ur3sOo,1003299
40
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
42
  acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=UB7a-SusVpQfxgyBiUZ4uaHn8xIhIYOPybOMbhhUSds,125081
@@ -275,7 +275,7 @@ acryl_datahub_cloud/metadata/schemas/ExecutionRequestKey.avsc,sha256=SvjnlTAGYsS
275
275
  acryl_datahub_cloud/metadata/schemas/ExecutionRequestResult.avsc,sha256=BKFKf7Yy9jyyzdhvtcCDIzxajmEejRcMLSz8H-98E7c,2671
276
276
  acryl_datahub_cloud/metadata/schemas/ExecutionRequestSignal.avsc,sha256=dsIUa6tfVSXqYOgh4cW6_Hzi8RjHuJJoO-mBAuZukpA,2515
277
277
  acryl_datahub_cloud/metadata/schemas/Filter.avsc,sha256=HIZV9ClkSozTBEFzjS9YlLVFudrkjkMThY5Yx1EWQow,6176
278
- acryl_datahub_cloud/metadata/schemas/FormInfo.avsc,sha256=udWOBXAGvHDj-ngZr0kaz_J_jei6AqUQut6vP_uscw4,19002
278
+ acryl_datahub_cloud/metadata/schemas/FormInfo.avsc,sha256=f2CSunJE3dBp4oG0hfKixJiCs8acZjdGW5PSW51NymQ,19170
279
279
  acryl_datahub_cloud/metadata/schemas/FormKey.avsc,sha256=1-wE28B8T3WJ3JtexreNtFvP3To3n7U-jvYudCuSM9o,437
280
280
  acryl_datahub_cloud/metadata/schemas/Forms.avsc,sha256=nyQdv1BWPPO8P8ueOt7Q5GX1C-FT8ujgaFiuzzwvyeE,23076
281
281
  acryl_datahub_cloud/metadata/schemas/GenericEntityKey.avsc,sha256=5L7OgN-0JRRZsAP87_vFNLQida-Qg5SgAWtr7FQhHaY,642
@@ -398,8 +398,8 @@ acryl_datahub_cloud/metadata/schemas/VersionSetKey.avsc,sha256=psjGNNcFua3Zs9Xlh
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
400
  acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=uvLNC3VyCkWA_v8e9FdA1leFf46NFKDD0AajCfihepI,581
401
- acryl_datahub_cloud-0.3.8.4rc5.dist-info/METADATA,sha256=jyvmEJKCADRg0_YKQ7AqDw747A7ixEwTiD3Uwe5lDHs,4432
402
- acryl_datahub_cloud-0.3.8.4rc5.dist-info/WHEEL,sha256=tTnHoFhvKQHCh4jz3yCn0WPTYIy7wXx3CJtJ7SJGV7c,91
403
- acryl_datahub_cloud-0.3.8.4rc5.dist-info/entry_points.txt,sha256=HpypFu4cwe0kT3zXFcqbOG-QTNjzYaV6NiCX0Pgy9LI,1086
404
- acryl_datahub_cloud-0.3.8.4rc5.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
405
- acryl_datahub_cloud-0.3.8.4rc5.dist-info/RECORD,,
401
+ acryl_datahub_cloud-0.3.8.4rc7.dist-info/METADATA,sha256=DCz_Vn5MDNUooMu8x6am7mV9b35U5QHUxG4ma8qfog0,4432
402
+ acryl_datahub_cloud-0.3.8.4rc7.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
403
+ acryl_datahub_cloud-0.3.8.4rc7.dist-info/entry_points.txt,sha256=HpypFu4cwe0kT3zXFcqbOG-QTNjzYaV6NiCX0Pgy9LI,1086
404
+ acryl_datahub_cloud-0.3.8.4rc7.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
405
+ acryl_datahub_cloud-0.3.8.4rc7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (77.0.1)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5