acryl-datahub-cloud 0.3.12rc5__py3-none-any.whl → 0.3.12rc6__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.
- acryl_datahub_cloud/_codegen_config.json +1 -1
- acryl_datahub_cloud/datahub_forms_notifications/get_feature_flag.gql +7 -0
- acryl_datahub_cloud/sdk/__init__.py +6 -0
- acryl_datahub_cloud/sdk/assertion/assertion_base.py +170 -3
- acryl_datahub_cloud/sdk/assertion/types.py +2 -0
- acryl_datahub_cloud/sdk/assertion_input/assertion_input.py +36 -11
- acryl_datahub_cloud/sdk/assertion_input/freshness_assertion_input.py +1 -2
- acryl_datahub_cloud/sdk/assertion_input/smart_column_metric_assertion_input.py +4 -31
- acryl_datahub_cloud/sdk/assertion_input/sql_assertion_input.py +274 -0
- acryl_datahub_cloud/sdk/assertions_client.py +450 -0
- {acryl_datahub_cloud-0.3.12rc5.dist-info → acryl_datahub_cloud-0.3.12rc6.dist-info}/METADATA +36 -36
- {acryl_datahub_cloud-0.3.12rc5.dist-info → acryl_datahub_cloud-0.3.12rc6.dist-info}/RECORD +15 -13
- {acryl_datahub_cloud-0.3.12rc5.dist-info → acryl_datahub_cloud-0.3.12rc6.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.12rc5.dist-info → acryl_datahub_cloud-0.3.12rc6.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.12rc5.dist-info → acryl_datahub_cloud-0.3.12rc6.dist-info}/top_level.txt +0 -0
|
@@ -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=A0ekQJc9cPsba55yHW1-WmeYOWNcACYDJkvuuo_cYQA,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
|
|
@@ -14,6 +14,7 @@ acryl_datahub_cloud/api/__init__.py,sha256=odqk3YUMCTlGZrZ7NmFFaGNgERcdT0ms4OSVS
|
|
|
14
14
|
acryl_datahub_cloud/api/client.py,sha256=6BXCNbmC4K4dbGfkTXgbSqHabt90PjpEAgb52m7XRX0,145
|
|
15
15
|
acryl_datahub_cloud/datahub_forms_notifications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
acryl_datahub_cloud/datahub_forms_notifications/forms_notifications_source.py,sha256=VyVUze33LMnKxSNRreL1jYOogg4vswT61oXiiS7MDHk,21419
|
|
17
|
+
acryl_datahub_cloud/datahub_forms_notifications/get_feature_flag.gql,sha256=RibIdribsX7X4xnm6_rzZT5C2e4a4gf7rFCq9nt0vtM,91
|
|
17
18
|
acryl_datahub_cloud/datahub_forms_notifications/get_search_results_total.gql,sha256=ibSULhbUmRLpOAygirKJXCorLubscTEEXP55GlBzldI,271
|
|
18
19
|
acryl_datahub_cloud/datahub_forms_notifications/query.py,sha256=4OfPmNkNdrPLS0XbQHZASsdfUeme3ZxucJQDsBI3hG0,498
|
|
19
20
|
acryl_datahub_cloud/datahub_forms_notifications/scroll_forms_for_notification.gql,sha256=_JtqPvgyMVTH_rwxB2QQBl3iItr95rUqosiVnvAJJyk,555
|
|
@@ -428,25 +429,26 @@ acryl_datahub_cloud/metadata/schemas/ViewProperties.avsc,sha256=3HhcbH5493dJUnEU
|
|
|
428
429
|
acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=kCcak_fBn_KyuysZTJIoipAzZ8EO44Amk4DWSEvplEY,581
|
|
429
430
|
acryl_datahub_cloud/notifications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
430
431
|
acryl_datahub_cloud/notifications/notification_recipient_builder.py,sha256=jmAh4q4OTjdYwySn-geRU23eiVWvHzABddr6yXii3E4,14573
|
|
431
|
-
acryl_datahub_cloud/sdk/__init__.py,sha256=
|
|
432
|
-
acryl_datahub_cloud/sdk/assertions_client.py,sha256=
|
|
432
|
+
acryl_datahub_cloud/sdk/__init__.py,sha256=Iqt8XTmyEwkM6Bh2P3bR2CcT9TQVgUPYJAOrhVXIcoU,1189
|
|
433
|
+
acryl_datahub_cloud/sdk/assertions_client.py,sha256=Y8CV7icioWxl2C3Sf3EIPXj0di6EI8RhfKJQo0Y-JY0,138113
|
|
433
434
|
acryl_datahub_cloud/sdk/errors.py,sha256=UfaA-u9rp_XhqiWAeVF-PcjgCPxUKLXe0GVkWCuX8Ds,1038
|
|
434
435
|
acryl_datahub_cloud/sdk/resolver_client.py,sha256=X5qy7lewDZ4QarpFrQ7goWDaMSC60sie1srnD4zwyH4,1468
|
|
435
436
|
acryl_datahub_cloud/sdk/subscription_client.py,sha256=pBcYsnHwjVchYm0Yr9fPHOCKwAvhTl6Lk568o3YSAhQ,29787
|
|
436
437
|
acryl_datahub_cloud/sdk/assertion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
437
|
-
acryl_datahub_cloud/sdk/assertion/assertion_base.py,sha256=
|
|
438
|
+
acryl_datahub_cloud/sdk/assertion/assertion_base.py,sha256=hs1R-ED7_F6Yd9E6QH1RRZDC_Zo4mdSurU6C-RkVIQY,52307
|
|
438
439
|
acryl_datahub_cloud/sdk/assertion/smart_column_metric_assertion.py,sha256=kR9hnx7YDDmkccx7hem2UWZBGi-XcFHOwbaEvjrTWTU,9000
|
|
439
|
-
acryl_datahub_cloud/sdk/assertion/types.py,sha256=
|
|
440
|
+
acryl_datahub_cloud/sdk/assertion/types.py,sha256=8TXOEAlMmHyxaG5PEtP8e64aBt5GGlSw0A9KbMU-Yn0,515
|
|
440
441
|
acryl_datahub_cloud/sdk/assertion_input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
441
|
-
acryl_datahub_cloud/sdk/assertion_input/assertion_input.py,sha256=
|
|
442
|
-
acryl_datahub_cloud/sdk/assertion_input/freshness_assertion_input.py,sha256=
|
|
443
|
-
acryl_datahub_cloud/sdk/assertion_input/smart_column_metric_assertion_input.py,sha256=
|
|
442
|
+
acryl_datahub_cloud/sdk/assertion_input/assertion_input.py,sha256=KoKjr2l4N53uasYqlvyHAPLa4eEIBZmJa-kkTsuggx8,64721
|
|
443
|
+
acryl_datahub_cloud/sdk/assertion_input/freshness_assertion_input.py,sha256=XcEQF5hZfr6AXubjgFIpg9tP1LpG5SiKDU3YEK44U6c,10594
|
|
444
|
+
acryl_datahub_cloud/sdk/assertion_input/smart_column_metric_assertion_input.py,sha256=IeQpI5Vka9mgCpTqeLjO4ILFeN9D02oWcgc5tgV8xdA,38787
|
|
445
|
+
acryl_datahub_cloud/sdk/assertion_input/sql_assertion_input.py,sha256=7T7lG5St5WR1fBA6cMI5z7gwJdF0LlUMbMh2Akt1bns,10254
|
|
444
446
|
acryl_datahub_cloud/sdk/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
445
447
|
acryl_datahub_cloud/sdk/entities/assertion.py,sha256=-OILvHyKAI4-5mS2bb_P44Fvk6rBOOcvaxSMXfEYvRw,15077
|
|
446
448
|
acryl_datahub_cloud/sdk/entities/monitor.py,sha256=NMrhJrWYNPvorxA33S_5FOl8YCtSmmeAavTzFLtWcOo,9665
|
|
447
449
|
acryl_datahub_cloud/sdk/entities/subscription.py,sha256=WbDZqjE4QCMBh1_0culwN5btcUPoFuUReRYMJU3uYas,2332
|
|
448
|
-
acryl_datahub_cloud-0.3.
|
|
449
|
-
acryl_datahub_cloud-0.3.
|
|
450
|
-
acryl_datahub_cloud-0.3.
|
|
451
|
-
acryl_datahub_cloud-0.3.
|
|
452
|
-
acryl_datahub_cloud-0.3.
|
|
450
|
+
acryl_datahub_cloud-0.3.12rc6.dist-info/METADATA,sha256=5t_XeSZc3CnhSCCRZ91Gg8xvwAHGaJpFOMidS8DSI5E,4723
|
|
451
|
+
acryl_datahub_cloud-0.3.12rc6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
452
|
+
acryl_datahub_cloud-0.3.12rc6.dist-info/entry_points.txt,sha256=veuyIaEzm7JF2q-C8Q-RcSV6V5Y9LvnVvIhTjiT5WUs,1342
|
|
453
|
+
acryl_datahub_cloud-0.3.12rc6.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
|
|
454
|
+
acryl_datahub_cloud-0.3.12rc6.dist-info/RECORD,,
|
|
File without changes
|
{acryl_datahub_cloud-0.3.12rc5.dist-info → acryl_datahub_cloud-0.3.12rc6.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{acryl_datahub_cloud-0.3.12rc5.dist-info → acryl_datahub_cloud-0.3.12rc6.dist-info}/top_level.txt
RENAMED
|
File without changes
|