acryl-datahub-cloud 0.3.7.4__py3-none-any.whl → 0.3.7.5__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/elasticsearch/config.py +1 -1
- {acryl_datahub_cloud-0.3.7.4.dist-info → acryl_datahub_cloud-0.3.7.5.dist-info}/METADATA +29 -29
- {acryl_datahub_cloud-0.3.7.4.dist-info → acryl_datahub_cloud-0.3.7.5.dist-info}/RECORD +7 -7
- {acryl_datahub_cloud-0.3.7.4.dist-info → acryl_datahub_cloud-0.3.7.5.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.7.4.dist-info → acryl_datahub_cloud-0.3.7.5.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.7.4.dist-info → acryl_datahub_cloud-0.3.7.5.dist-info}/top_level.txt +0 -0
|
@@ -9,7 +9,7 @@ from datahub.configuration import ConfigModel
|
|
|
9
9
|
class ElasticSearchClientConfig(ConfigModel):
|
|
10
10
|
host: str = os.getenv("ELASTICSEARCH_HOST", "localhost")
|
|
11
11
|
port: int = int(os.getenv("ELASTICSEARCH_PORT", "9200"))
|
|
12
|
-
use_ssl: bool =
|
|
12
|
+
use_ssl: bool = os.getenv("ELASTICSEARCH_USE_SSL", "").lower() == "true"
|
|
13
13
|
verify_certs: bool = False
|
|
14
14
|
ca_certs: Optional[str] = None
|
|
15
15
|
client_cert: Optional[str] = None
|
|
@@ -1,77 +1,77 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: acryl-datahub-cloud
|
|
3
|
-
Version: 0.3.7.
|
|
3
|
+
Version: 0.3.7.5
|
|
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: pandas; extra == "datahub-lineage-features"
|
|
7
8
|
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
9
|
+
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
8
10
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
9
11
|
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
10
|
-
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
11
|
-
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
12
12
|
Provides-Extra: datahub-reporting-forms
|
|
13
13
|
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
14
|
+
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
14
15
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
15
|
-
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
16
16
|
Requires-Dist: duckdb; extra == "datahub-reporting-forms"
|
|
17
|
-
Requires-Dist:
|
|
17
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
18
18
|
Provides-Extra: datahub-reporting-extract-graph
|
|
19
19
|
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
20
|
+
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
20
21
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
22
|
+
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
21
23
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
22
24
|
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
23
|
-
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
24
|
-
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
25
25
|
Provides-Extra: datahub-reporting-extract-sql
|
|
26
26
|
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
27
|
+
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
27
28
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
28
|
-
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
29
29
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
|
|
30
|
-
Requires-Dist:
|
|
30
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
31
31
|
Provides-Extra: datahub-usage-feature-reporting
|
|
32
32
|
Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
|
|
33
|
+
Requires-Dist: pandas; extra == "datahub-usage-feature-reporting"
|
|
33
34
|
Requires-Dist: pydantic<2; extra == "datahub-usage-feature-reporting"
|
|
34
|
-
Requires-Dist: polars; extra == "datahub-usage-feature-reporting"
|
|
35
|
-
Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
|
|
36
35
|
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
|
|
37
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-feature-reporting"
|
|
38
36
|
Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
|
|
37
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-feature-reporting"
|
|
38
|
+
Requires-Dist: polars; extra == "datahub-usage-feature-reporting"
|
|
39
39
|
Requires-Dist: scipy; extra == "datahub-usage-feature-reporting"
|
|
40
40
|
Requires-Dist: numpy<2; extra == "datahub-usage-feature-reporting"
|
|
41
|
-
Requires-Dist:
|
|
41
|
+
Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
|
|
42
42
|
Provides-Extra: acryl-cs-issues
|
|
43
|
-
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
44
43
|
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
45
|
-
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
46
44
|
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
45
|
+
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
46
|
+
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
47
47
|
Provides-Extra: all
|
|
48
48
|
Requires-Dist: boto3; extra == "all"
|
|
49
|
+
Requires-Dist: pandas; extra == "all"
|
|
49
50
|
Requires-Dist: pydantic<2; extra == "all"
|
|
50
|
-
Requires-Dist: polars; extra == "all"
|
|
51
|
-
Requires-Dist: pyarrow; extra == "all"
|
|
52
|
-
Requires-Dist: jinja2; extra == "all"
|
|
53
|
-
Requires-Dist: zenpy; extra == "all"
|
|
54
51
|
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
52
|
+
Requires-Dist: duckdb; extra == "all"
|
|
55
53
|
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
54
|
+
Requires-Dist: zenpy; extra == "all"
|
|
56
55
|
Requires-Dist: openai; extra == "all"
|
|
56
|
+
Requires-Dist: jinja2; extra == "all"
|
|
57
|
+
Requires-Dist: polars; extra == "all"
|
|
57
58
|
Requires-Dist: slack-sdk; extra == "all"
|
|
58
|
-
Requires-Dist: duckdb; extra == "all"
|
|
59
59
|
Requires-Dist: scipy; extra == "all"
|
|
60
60
|
Requires-Dist: numpy<2; extra == "all"
|
|
61
|
-
Requires-Dist:
|
|
61
|
+
Requires-Dist: pyarrow; extra == "all"
|
|
62
62
|
Provides-Extra: dev
|
|
63
63
|
Requires-Dist: boto3; extra == "dev"
|
|
64
|
+
Requires-Dist: numpy<2; extra == "dev"
|
|
65
|
+
Requires-Dist: pandas; extra == "dev"
|
|
64
66
|
Requires-Dist: pydantic<2; extra == "dev"
|
|
65
|
-
Requires-Dist: polars; extra == "dev"
|
|
66
|
-
Requires-Dist: pyarrow; extra == "dev"
|
|
67
|
-
Requires-Dist: jinja2; extra == "dev"
|
|
68
|
-
Requires-Dist: zenpy; extra == "dev"
|
|
69
67
|
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
68
|
+
Requires-Dist: duckdb; extra == "dev"
|
|
70
69
|
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
70
|
+
Requires-Dist: zenpy; extra == "dev"
|
|
71
71
|
Requires-Dist: openai; extra == "dev"
|
|
72
|
+
Requires-Dist: jinja2; extra == "dev"
|
|
73
|
+
Requires-Dist: polars; extra == "dev"
|
|
72
74
|
Requires-Dist: slack-sdk; extra == "dev"
|
|
73
|
-
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
74
|
-
Requires-Dist: duckdb; extra == "dev"
|
|
75
75
|
Requires-Dist: scipy; extra == "dev"
|
|
76
|
-
Requires-Dist:
|
|
77
|
-
Requires-Dist:
|
|
76
|
+
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
77
|
+
Requires-Dist: pyarrow; extra == "dev"
|
|
@@ -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=5lMrHgQmer6O5qrNcIlsk_CKATPbdrwOiBJvZFFHRxI,554
|
|
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
|
|
@@ -19,7 +19,7 @@ acryl_datahub_cloud/datahub_usage_reporting/__init__.py,sha256=47DEQpj8HBSa-_TIm
|
|
|
19
19
|
acryl_datahub_cloud/datahub_usage_reporting/usage_feature_patch_builder.py,sha256=gR9neaHfi0JMQmAKMlgJCEuZIni7cdPFApGOKa5Pn4Y,14406
|
|
20
20
|
acryl_datahub_cloud/datahub_usage_reporting/usage_feature_reporter.py,sha256=l2gvqKqoAxb6BDGTsUyx1IFMc7Yef3-dgtTzYRKocUg,65282
|
|
21
21
|
acryl_datahub_cloud/elasticsearch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
|
-
acryl_datahub_cloud/elasticsearch/config.py,sha256=
|
|
22
|
+
acryl_datahub_cloud/elasticsearch/config.py,sha256=6QNBOmoQZu1cJrDIBZyvZgdQt0QLfP82hdQkPtP-4HE,1220
|
|
23
23
|
acryl_datahub_cloud/elasticsearch/graph_service.py,sha256=K4ykcSMxlrhlDrchhte3vEb1mcw8QkOmdIFSVSX4OVU,2788
|
|
24
24
|
acryl_datahub_cloud/lineage_features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
25
|
acryl_datahub_cloud/lineage_features/source.py,sha256=DS9VgFXtGDRP98dHBE4KVoB2MDFE-4FSS5RlBuYZqRY,5519
|
|
@@ -373,8 +373,8 @@ acryl_datahub_cloud/metadata/schemas/UsageFeatures.avsc,sha256=B7mqUWVwduvWSP9zp
|
|
|
373
373
|
acryl_datahub_cloud/metadata/schemas/VersionInfo.avsc,sha256=9gMcZ8tjuhgcZiq2gOAp_EOV9q9jvuOgfph6m6v_X7c,1189
|
|
374
374
|
acryl_datahub_cloud/metadata/schemas/ViewProperties.avsc,sha256=3HhcbH5493dJUnEUtFMYMVfbYQ52aDedm5L4j77Nym4,1032
|
|
375
375
|
acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=uvLNC3VyCkWA_v8e9FdA1leFf46NFKDD0AajCfihepI,581
|
|
376
|
-
acryl_datahub_cloud-0.3.7.
|
|
377
|
-
acryl_datahub_cloud-0.3.7.
|
|
378
|
-
acryl_datahub_cloud-0.3.7.
|
|
379
|
-
acryl_datahub_cloud-0.3.7.
|
|
380
|
-
acryl_datahub_cloud-0.3.7.
|
|
376
|
+
acryl_datahub_cloud-0.3.7.5.dist-info/METADATA,sha256=sbNBs8APv2-ljzfNjq-uO-X0ZdWcWVyeJ9eLqV3Sgwc,3847
|
|
377
|
+
acryl_datahub_cloud-0.3.7.5.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
378
|
+
acryl_datahub_cloud-0.3.7.5.dist-info/entry_points.txt,sha256=pnIeD0q0iBd34tcq2N2vtgVOlos5oGp-bQ8bTvfNUd8,879
|
|
379
|
+
acryl_datahub_cloud-0.3.7.5.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
|
|
380
|
+
acryl_datahub_cloud-0.3.7.5.dist-info/RECORD,,
|
|
File without changes
|
{acryl_datahub_cloud-0.3.7.4.dist-info → acryl_datahub_cloud-0.3.7.5.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{acryl_datahub_cloud-0.3.7.4.dist-info → acryl_datahub_cloud-0.3.7.5.dist-info}/top_level.txt
RENAMED
|
File without changes
|