acryl-datahub-cloud 0.3.12rc4__py3-none-any.whl → 0.3.12rc5__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.

@@ -408,6 +408,7 @@ class Assertion(HasPlatformInstance, HasTags, Entity):
408
408
  models.FreshnessAssertionInfoClass,
409
409
  models.VolumeAssertionInfoClass,
410
410
  models.SqlAssertionInfoClass,
411
+ models.FieldAssertionInfoClass,
411
412
  ]:
412
413
  if assertion_info.type not in get_enum_options(models.AssertionTypeClass):
413
414
  raise SDKNotYetSupportedError(f"Assertion type: {assertion_info.type}")
@@ -424,5 +425,8 @@ class Assertion(HasPlatformInstance, HasTags, Entity):
424
425
  elif assertion_info.type == models.AssertionTypeClass.SQL:
425
426
  assert assertion_info.sqlAssertion is not None
426
427
  return assertion_info.sqlAssertion
428
+ elif assertion_info.type == models.AssertionTypeClass.FIELD:
429
+ assert assertion_info.fieldAssertion is not None
430
+ return assertion_info.fieldAssertion
427
431
  else:
428
432
  raise AssertionError("Unreachable code, all cases should be handled above")
@@ -1,97 +1,97 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: acryl-datahub-cloud
3
- Version: 0.3.12rc4
3
+ Version: 0.3.12rc5
4
4
  Requires-Dist: avro-gen3==0.7.16
5
5
  Requires-Dist: acryl-datahub
6
6
  Requires-Dist: croniter
7
7
  Requires-Dist: pytz
8
8
  Requires-Dist: types-croniter
9
9
  Provides-Extra: datahub-lineage-features
10
- Requires-Dist: pandas; extra == "datahub-lineage-features"
10
+ Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
11
+ Requires-Dist: duckdb; extra == "datahub-lineage-features"
11
12
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
13
+ Requires-Dist: pandas; extra == "datahub-lineage-features"
12
14
  Requires-Dist: pyarrow; extra == "datahub-lineage-features"
13
- Requires-Dist: duckdb; extra == "datahub-lineage-features"
14
- Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
15
15
  Provides-Extra: datahub-reporting-forms
16
- Requires-Dist: pandas; extra == "datahub-reporting-forms"
17
- Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
16
+ Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
18
17
  Requires-Dist: duckdb; extra == "datahub-reporting-forms"
19
18
  Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
20
- Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
21
19
  Requires-Dist: boto3; extra == "datahub-reporting-forms"
20
+ Requires-Dist: pandas; extra == "datahub-reporting-forms"
21
+ Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
22
22
  Provides-Extra: datahub-reporting-extract-graph
23
- Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
24
- Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
25
- Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
26
- Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
27
23
  Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
24
+ Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
25
+ Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
28
26
  Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
27
+ Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
28
+ Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
29
29
  Provides-Extra: datahub-reporting-extract-sql
30
- Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
31
- Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
32
- Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
33
30
  Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
31
+ Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
34
32
  Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
33
+ Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
34
+ Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
35
35
  Provides-Extra: datahub-usage-reporting
36
- Requires-Dist: pandas; extra == "datahub-usage-reporting"
37
- Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
36
+ Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
38
37
  Requires-Dist: duckdb; extra == "datahub-usage-reporting"
39
- Requires-Dist: polars==1.30.0; extra == "datahub-usage-reporting"
40
- Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
38
+ Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
41
39
  Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
42
- Requires-Dist: boto3; extra == "datahub-usage-reporting"
40
+ Requires-Dist: polars==1.30.0; extra == "datahub-usage-reporting"
41
+ Requires-Dist: pandas; extra == "datahub-usage-reporting"
43
42
  Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
44
43
  Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
45
- Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
46
- Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
47
44
  Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
45
+ Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
46
+ Requires-Dist: boto3; extra == "datahub-usage-reporting"
47
+ Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
48
48
  Provides-Extra: datahub-metadata-sharing
49
49
  Requires-Dist: tenacity; extra == "datahub-metadata-sharing"
50
50
  Provides-Extra: datahub-action-request-owner
51
51
  Requires-Dist: tenacity; extra == "datahub-action-request-owner"
52
52
  Provides-Extra: acryl-cs-issues
53
- Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
54
53
  Requires-Dist: jinja2; extra == "acryl-cs-issues"
55
54
  Requires-Dist: zenpy; extra == "acryl-cs-issues"
56
55
  Requires-Dist: openai; extra == "acryl-cs-issues"
56
+ Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
57
57
  Provides-Extra: datahub-forms-notifications
58
58
  Requires-Dist: tenacity; extra == "datahub-forms-notifications"
59
59
  Provides-Extra: all
60
- Requires-Dist: pandas; extra == "all"
61
- Requires-Dist: opensearch-py==2.4.2; extra == "all"
62
- Requires-Dist: jinja2; extra == "all"
63
- Requires-Dist: openai; extra == "all"
64
- Requires-Dist: scipy<=1.14.1; extra == "all"
65
- Requires-Dist: tenacity; extra == "all"
66
60
  Requires-Dist: duckdb; extra == "all"
67
61
  Requires-Dist: polars==1.30.0; extra == "all"
62
+ Requires-Dist: pydantic<2; extra == "all"
63
+ Requires-Dist: openai; extra == "all"
64
+ Requires-Dist: opensearch-py==2.4.2; extra == "all"
65
+ Requires-Dist: tenacity; extra == "all"
68
66
  Requires-Dist: elasticsearch==7.13.4; extra == "all"
67
+ Requires-Dist: slack-sdk; extra == "all"
68
+ Requires-Dist: scipy<=1.14.1; extra == "all"
69
69
  Requires-Dist: termcolor==2.5.0; extra == "all"
70
- Requires-Dist: zenpy; extra == "all"
71
- Requires-Dist: boto3; extra == "all"
70
+ Requires-Dist: pyarrow<=18.0.0; extra == "all"
71
+ Requires-Dist: pandas; extra == "all"
72
72
  Requires-Dist: pyarrow; extra == "all"
73
73
  Requires-Dist: numpy<2; extra == "all"
74
- Requires-Dist: slack-sdk; extra == "all"
75
- Requires-Dist: pyarrow<=18.0.0; extra == "all"
76
- Requires-Dist: pydantic<2; extra == "all"
74
+ Requires-Dist: jinja2; extra == "all"
75
+ Requires-Dist: boto3; extra == "all"
76
+ Requires-Dist: zenpy; extra == "all"
77
77
  Provides-Extra: dev
78
- Requires-Dist: pandas; extra == "dev"
79
- Requires-Dist: opensearch-py==2.4.2; extra == "dev"
80
78
  Requires-Dist: tenacity; extra == "dev"
81
- Requires-Dist: jinja2; extra == "dev"
82
- Requires-Dist: openai; extra == "dev"
79
+ Requires-Dist: scipy<=1.14.1; extra == "dev"
83
80
  Requires-Dist: duckdb; extra == "dev"
84
- Requires-Dist: polars==1.30.0; extra == "dev"
85
- Requires-Dist: elasticsearch==7.13.4; extra == "dev"
86
81
  Requires-Dist: termcolor==2.5.0; extra == "dev"
87
- Requires-Dist: zenpy; extra == "dev"
88
- Requires-Dist: boto3; extra == "dev"
82
+ Requires-Dist: pyarrow<=18.0.0; extra == "dev"
83
+ Requires-Dist: polars==1.30.0; extra == "dev"
84
+ Requires-Dist: pandas; extra == "dev"
89
85
  Requires-Dist: pyarrow; extra == "dev"
90
- Requires-Dist: acryl-datahub[dev]; extra == "dev"
91
86
  Requires-Dist: numpy<2; extra == "dev"
92
- Requires-Dist: scipy<=1.14.1; extra == "dev"
93
- Requires-Dist: slack-sdk; extra == "dev"
94
- Requires-Dist: pyarrow<=18.0.0; extra == "dev"
87
+ Requires-Dist: jinja2; extra == "dev"
95
88
  Requires-Dist: pydantic<2; extra == "dev"
89
+ Requires-Dist: openai; extra == "dev"
90
+ Requires-Dist: opensearch-py==2.4.2; extra == "dev"
91
+ Requires-Dist: boto3; extra == "dev"
92
+ Requires-Dist: elasticsearch==7.13.4; extra == "dev"
93
+ Requires-Dist: acryl-datahub[dev]; extra == "dev"
94
+ Requires-Dist: zenpy; extra == "dev"
95
+ Requires-Dist: slack-sdk; extra == "dev"
96
96
  Dynamic: provides-extra
97
97
  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=cR8fmzr2VXgxuC0PnSSL7cr9wLOtYiD786x1cYzHzso,556
2
+ acryl_datahub_cloud/_codegen_config.json,sha256=yevnDoaPZgau25bQW0DOTjSNxlSJvgSL9OJsrUiP3SQ,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=uqYPmluXYdlgyq3C09gxIU5nEkKiqHoZ53h2oN5etj0,25227
@@ -428,22 +428,25 @@ acryl_datahub_cloud/metadata/schemas/ViewProperties.avsc,sha256=3HhcbH5493dJUnEU
428
428
  acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=kCcak_fBn_KyuysZTJIoipAzZ8EO44Amk4DWSEvplEY,581
429
429
  acryl_datahub_cloud/notifications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
430
430
  acryl_datahub_cloud/notifications/notification_recipient_builder.py,sha256=jmAh4q4OTjdYwySn-geRU23eiVWvHzABddr6yXii3E4,14573
431
- acryl_datahub_cloud/sdk/__init__.py,sha256=EfB77UG_or1mCn83ebkdsVUMQLpz57i8GnH8ReH3rwI,860
432
- acryl_datahub_cloud/sdk/assertion.py,sha256=_oTwcw9BeDXd5BQPcbylQBMR0Ag3Y8NvXIAPPIgx3bA,37554
433
- acryl_datahub_cloud/sdk/assertions_client.py,sha256=gYWl-lnqLsDcjXiBwOBLzAtebTPf7SVJ_M9MM-ijPnI,79521
431
+ acryl_datahub_cloud/sdk/__init__.py,sha256=c2uIAB-kvw1dGGHXqsAnyJyx7GzhrL0eDrWQ5k93NWw,1021
432
+ acryl_datahub_cloud/sdk/assertions_client.py,sha256=v4y-2jthmKJPfsXntkY7bwFgIc6BS0CJai7CrQThgfE,115421
434
433
  acryl_datahub_cloud/sdk/errors.py,sha256=UfaA-u9rp_XhqiWAeVF-PcjgCPxUKLXe0GVkWCuX8Ds,1038
435
434
  acryl_datahub_cloud/sdk/resolver_client.py,sha256=X5qy7lewDZ4QarpFrQ7goWDaMSC60sie1srnD4zwyH4,1468
436
435
  acryl_datahub_cloud/sdk/subscription_client.py,sha256=pBcYsnHwjVchYm0Yr9fPHOCKwAvhTl6Lk568o3YSAhQ,29787
436
+ acryl_datahub_cloud/sdk/assertion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
437
+ acryl_datahub_cloud/sdk/assertion/assertion_base.py,sha256=gOTVBkoZgwMzrS4i69QW1sQNsuwkjkd--IQ4_n4yGg0,45730
438
+ acryl_datahub_cloud/sdk/assertion/smart_column_metric_assertion.py,sha256=kR9hnx7YDDmkccx7hem2UWZBGi-XcFHOwbaEvjrTWTU,9000
439
+ acryl_datahub_cloud/sdk/assertion/types.py,sha256=OFh2iWp6jrVx-80CHOj21w5qcs6y--TCIuF7d0C1Yjc,479
437
440
  acryl_datahub_cloud/sdk/assertion_input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
438
- acryl_datahub_cloud/sdk/assertion_input/assertion_input.py,sha256=cG5_33XL2woMOyMWZTbKA8rtdn8HIh7DnzbuHoUjDVI,63699
441
+ acryl_datahub_cloud/sdk/assertion_input/assertion_input.py,sha256=4f7aJ7BLJefGzhIxUNLcMS9icsp2uJTVgqoE7FgBlwQ,63964
439
442
  acryl_datahub_cloud/sdk/assertion_input/freshness_assertion_input.py,sha256=9M0fr7BpJJ9oyASoibDuRe2dkYezi-Xm8kiledKlg3g,10630
440
- acryl_datahub_cloud/sdk/assertion_input/smart_column_metric_assertion_input.py,sha256=5aky_0eYeYhBJcJadVWCvpBg6gQqMihBCaYegIBrALc,40088
443
+ acryl_datahub_cloud/sdk/assertion_input/smart_column_metric_assertion_input.py,sha256=vT_C9AGGhYeJwGlP0fs6u6mHuhDmqR58Ev9bw7-Ax3g,39788
441
444
  acryl_datahub_cloud/sdk/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
442
- acryl_datahub_cloud/sdk/entities/assertion.py,sha256=0b-MmKP5vdGpLOqyJKXWoDRtv8kjPCf6aXBr6mYUmOs,14858
445
+ acryl_datahub_cloud/sdk/entities/assertion.py,sha256=-OILvHyKAI4-5mS2bb_P44Fvk6rBOOcvaxSMXfEYvRw,15077
443
446
  acryl_datahub_cloud/sdk/entities/monitor.py,sha256=NMrhJrWYNPvorxA33S_5FOl8YCtSmmeAavTzFLtWcOo,9665
444
447
  acryl_datahub_cloud/sdk/entities/subscription.py,sha256=WbDZqjE4QCMBh1_0culwN5btcUPoFuUReRYMJU3uYas,2332
445
- acryl_datahub_cloud-0.3.12rc4.dist-info/METADATA,sha256=8gDo4QD7o39HkSw4LWufKUSkJ1uK3-MLDosnU4oR34I,4723
446
- acryl_datahub_cloud-0.3.12rc4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
447
- acryl_datahub_cloud-0.3.12rc4.dist-info/entry_points.txt,sha256=veuyIaEzm7JF2q-C8Q-RcSV6V5Y9LvnVvIhTjiT5WUs,1342
448
- acryl_datahub_cloud-0.3.12rc4.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
449
- acryl_datahub_cloud-0.3.12rc4.dist-info/RECORD,,
448
+ acryl_datahub_cloud-0.3.12rc5.dist-info/METADATA,sha256=ymfcbPuqJFamN7X5vGWsk9lp9hE3HZvxTdfap2x51Pg,4723
449
+ acryl_datahub_cloud-0.3.12rc5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
450
+ acryl_datahub_cloud-0.3.12rc5.dist-info/entry_points.txt,sha256=veuyIaEzm7JF2q-C8Q-RcSV6V5Y9LvnVvIhTjiT5WUs,1342
451
+ acryl_datahub_cloud-0.3.12rc5.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
452
+ acryl_datahub_cloud-0.3.12rc5.dist-info/RECORD,,