acryl-datahub-cloud 0.3.7.4__py3-none-any.whl → 0.3.7.6__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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acryl-datahub-cloud",
3
- "version": "0.3.7.4",
3
+ "version": "0.3.7.6",
4
4
  "install_requires": [
5
5
  "avro-gen3==0.7.16",
6
6
  "acryl-datahub"
@@ -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 = bool(os.getenv("ELASTICSEARCH_USE_SSL", ""))
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.4
3
+ Version: 0.3.7.6
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: opensearch-py==2.4.2; extra == "datahub-lineage-features"
9
7
  Requires-Dist: pyarrow; extra == "datahub-lineage-features"
8
+ Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
10
9
  Requires-Dist: duckdb; extra == "datahub-lineage-features"
11
10
  Requires-Dist: pandas; extra == "datahub-lineage-features"
11
+ Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
12
12
  Provides-Extra: datahub-reporting-forms
13
- Requires-Dist: boto3; extra == "datahub-reporting-forms"
14
- Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
15
13
  Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
16
14
  Requires-Dist: duckdb; extra == "datahub-reporting-forms"
17
15
  Requires-Dist: pandas; extra == "datahub-reporting-forms"
16
+ Requires-Dist: boto3; extra == "datahub-reporting-forms"
17
+ Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
18
18
  Provides-Extra: datahub-reporting-extract-graph
19
- Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
20
- Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
21
- Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
22
19
  Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
20
+ Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
23
21
  Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
24
22
  Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
23
+ Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
24
+ Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
25
25
  Provides-Extra: datahub-reporting-extract-sql
26
- Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
27
- Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
28
26
  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: boto3; extra == "datahub-reporting-extract-sql"
30
+ Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
31
31
  Provides-Extra: datahub-usage-feature-reporting
32
- Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
33
- Requires-Dist: pydantic<2; extra == "datahub-usage-feature-reporting"
34
- Requires-Dist: polars; extra == "datahub-usage-feature-reporting"
35
32
  Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
36
- Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
37
33
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-feature-reporting"
34
+ Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
38
35
  Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
39
- Requires-Dist: scipy; extra == "datahub-usage-feature-reporting"
36
+ Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
40
37
  Requires-Dist: numpy<2; extra == "datahub-usage-feature-reporting"
38
+ Requires-Dist: scipy; extra == "datahub-usage-feature-reporting"
41
39
  Requires-Dist: pandas; extra == "datahub-usage-feature-reporting"
40
+ Requires-Dist: polars; extra == "datahub-usage-feature-reporting"
41
+ Requires-Dist: pydantic<2; 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
44
  Requires-Dist: openai; extra == "acryl-cs-issues"
45
+ Requires-Dist: jinja2; extra == "acryl-cs-issues"
46
46
  Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
47
47
  Provides-Extra: all
48
- Requires-Dist: boto3; extra == "all"
49
- Requires-Dist: pydantic<2; extra == "all"
50
- Requires-Dist: polars; extra == "all"
51
48
  Requires-Dist: pyarrow; extra == "all"
52
- Requires-Dist: jinja2; extra == "all"
53
- Requires-Dist: zenpy; extra == "all"
54
- Requires-Dist: elasticsearch==7.13.4; extra == "all"
55
49
  Requires-Dist: opensearch-py==2.4.2; extra == "all"
56
- Requires-Dist: openai; extra == "all"
57
- Requires-Dist: slack-sdk; extra == "all"
50
+ Requires-Dist: elasticsearch==7.13.4; extra == "all"
58
51
  Requires-Dist: duckdb; extra == "all"
59
- Requires-Dist: scipy; extra == "all"
52
+ Requires-Dist: jinja2; extra == "all"
53
+ Requires-Dist: boto3; extra == "all"
60
54
  Requires-Dist: numpy<2; extra == "all"
55
+ Requires-Dist: openai; extra == "all"
56
+ Requires-Dist: scipy; extra == "all"
61
57
  Requires-Dist: pandas; extra == "all"
58
+ Requires-Dist: slack-sdk; extra == "all"
59
+ Requires-Dist: zenpy; extra == "all"
60
+ Requires-Dist: polars; extra == "all"
61
+ Requires-Dist: pydantic<2; extra == "all"
62
62
  Provides-Extra: dev
63
- Requires-Dist: boto3; extra == "dev"
64
- Requires-Dist: pydantic<2; extra == "dev"
65
- Requires-Dist: polars; extra == "dev"
66
63
  Requires-Dist: pyarrow; extra == "dev"
67
- Requires-Dist: jinja2; extra == "dev"
68
- Requires-Dist: zenpy; extra == "dev"
69
- Requires-Dist: elasticsearch==7.13.4; extra == "dev"
70
64
  Requires-Dist: opensearch-py==2.4.2; extra == "dev"
71
- Requires-Dist: openai; extra == "dev"
72
- Requires-Dist: slack-sdk; extra == "dev"
73
- Requires-Dist: acryl-datahub[dev]; extra == "dev"
65
+ Requires-Dist: elasticsearch==7.13.4; extra == "dev"
74
66
  Requires-Dist: duckdb; extra == "dev"
75
- Requires-Dist: scipy; extra == "dev"
67
+ Requires-Dist: jinja2; extra == "dev"
68
+ Requires-Dist: boto3; extra == "dev"
76
69
  Requires-Dist: numpy<2; extra == "dev"
70
+ Requires-Dist: openai; extra == "dev"
71
+ Requires-Dist: scipy; extra == "dev"
77
72
  Requires-Dist: pandas; extra == "dev"
73
+ Requires-Dist: slack-sdk; extra == "dev"
74
+ Requires-Dist: zenpy; extra == "dev"
75
+ Requires-Dist: polars; extra == "dev"
76
+ Requires-Dist: pydantic<2; extra == "dev"
77
+ Requires-Dist: acryl-datahub[dev]; 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=VJplr6_hfiAZiGVFAdf3qC2bitM3vUgVJFklqUgXLU0,554
2
+ acryl_datahub_cloud/_codegen_config.json,sha256=WwZO8ji1khIUbpa_hEW9V1_BHmCFkg_y_P17iDrabak,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=INUqsdtDyJCk8x8Poq9GndeN6VI4hzx8JMmUVDFUMSU,1208
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.4.dist-info/METADATA,sha256=GfiTono4CtzJfXQyvWd5cQEe6HZn1N8O7RWD1uXin2c,3847
377
- acryl_datahub_cloud-0.3.7.4.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
378
- acryl_datahub_cloud-0.3.7.4.dist-info/entry_points.txt,sha256=pnIeD0q0iBd34tcq2N2vtgVOlos5oGp-bQ8bTvfNUd8,879
379
- acryl_datahub_cloud-0.3.7.4.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
380
- acryl_datahub_cloud-0.3.7.4.dist-info/RECORD,,
376
+ acryl_datahub_cloud-0.3.7.6.dist-info/METADATA,sha256=YLEUxo1sDnccuoehLCRLFItGrFSDdTUxxDeOHpxMDpc,3847
377
+ acryl_datahub_cloud-0.3.7.6.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
378
+ acryl_datahub_cloud-0.3.7.6.dist-info/entry_points.txt,sha256=pnIeD0q0iBd34tcq2N2vtgVOlos5oGp-bQ8bTvfNUd8,879
379
+ acryl_datahub_cloud-0.3.7.6.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
380
+ acryl_datahub_cloud-0.3.7.6.dist-info/RECORD,,