acryl-datahub-cloud 0.3.15rc7__py3-none-any.whl → 0.3.15rc8__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.15rc7",
3
+ "version": "0.3.15rc8",
4
4
  "install_requires": [
5
5
  "avro-gen3==0.7.16",
6
6
  "acryl-datahub"
@@ -290,14 +290,13 @@ class DataHubLineageFeaturesSource(Source):
290
290
  }
291
291
  },
292
292
  ],
293
+ "must_not": [
294
+ {"term": {"source.entityType": "schemaField"}},
295
+ {"term": {"destination.entityType": "schemaField"}},
296
+ ],
293
297
  },
294
298
  },
295
- "sort": [
296
- {"source.urn": {"order": "desc"}},
297
- {"destination.urn": {"order": "desc"}},
298
- {"relationshipType": {"order": "desc"}},
299
- {"lifecycleOwner": {"order": "desc"}},
300
- ],
299
+ "sort": ["_id"],
301
300
  }
302
301
 
303
302
  index = f"{self.config.search_index.index_prefix}graph_service_v1"
@@ -8014,6 +8014,12 @@
8014
8014
  "doc": "Detailed description about the chart"
8015
8015
  },
8016
8016
  {
8017
+ "Searchable": {
8018
+ "/lastModified/time": {
8019
+ "fieldName": "lastModifiedAt",
8020
+ "fieldType": "DATETIME"
8021
+ }
8022
+ },
8017
8023
  "type": "com.linkedin.pegasus2avro.common.ChangeAuditStamps",
8018
8024
  "name": "lastModified",
8019
8025
  "doc": "Captures information about who created/last modified/deleted this chart and when"
@@ -31119,7 +31125,8 @@
31119
31125
  "BROADCAST_NEW_INCIDENT_UPDATE": "Updates the broadcasted incident if possible.",
31120
31126
  "CUSTOM": "Legacy template types to support backwards compatibility.",
31121
31127
  "INVITATION": "User invitation notification template.",
31122
- "OWNERSHIP_CHANGE": "Ownership change notification template."
31128
+ "OWNERSHIP_CHANGE": "Ownership change notification template.",
31129
+ "RELEASE_NOTIFICATION": "Release notification template for announcing new releases."
31123
31130
  },
31124
31131
  "name": "NotificationTemplateType",
31125
31132
  "namespace": "com.linkedin.pegasus2avro.event.notification.template",
@@ -31138,6 +31145,7 @@
31138
31145
  "BROADCAST_COMPLIANCE_FORM_PUBLISH",
31139
31146
  "BROADCAST_NEW_ACTION_WORKFLOW_FORM_REQUEST",
31140
31147
  "BROADCAST_ACTION_WORKFLOW_FORM_REQUEST_STATUS_CHANGE",
31148
+ "RELEASE_NOTIFICATION",
31141
31149
  "INVALID_TEMPLATE"
31142
31150
  ],
31143
31151
  "doc": "Possible notification template types."
@@ -18995,6 +18995,9 @@ class NotificationTemplateTypeClass(object):
18995
18995
  BROADCAST_ACTION_WORKFLOW_FORM_REQUEST_STATUS_CHANGE = "BROADCAST_ACTION_WORKFLOW_FORM_REQUEST_STATUS_CHANGE"
18996
18996
  """Broadcast that an action workflow form request has been completed (approved or denied)."""
18997
18997
 
18998
+ RELEASE_NOTIFICATION = "RELEASE_NOTIFICATION"
18999
+ """Release notification template for announcing new releases."""
19000
+
18998
19001
  INVALID_TEMPLATE = "INVALID_TEMPLATE"
18999
19002
 
19000
19003
 
@@ -57,6 +57,12 @@
57
57
  "doc": "Detailed description about the chart"
58
58
  },
59
59
  {
60
+ "Searchable": {
61
+ "/lastModified/time": {
62
+ "fieldName": "lastModifiedAt",
63
+ "fieldType": "DATETIME"
64
+ }
65
+ },
60
66
  "type": {
61
67
  "type": "record",
62
68
  "name": "ChangeAuditStamps",
@@ -1463,6 +1463,12 @@
1463
1463
  "doc": "Detailed description about the chart"
1464
1464
  },
1465
1465
  {
1466
+ "Searchable": {
1467
+ "/lastModified/time": {
1468
+ "fieldName": "lastModifiedAt",
1469
+ "fieldType": "DATETIME"
1470
+ }
1471
+ },
1466
1472
  "type": {
1467
1473
  "type": "record",
1468
1474
  "name": "ChangeAuditStamps",
@@ -22,7 +22,8 @@
22
22
  "BROADCAST_NEW_INCIDENT_UPDATE": "Updates the broadcasted incident if possible.",
23
23
  "CUSTOM": "Legacy template types to support backwards compatibility.",
24
24
  "INVITATION": "User invitation notification template.",
25
- "OWNERSHIP_CHANGE": "Ownership change notification template."
25
+ "OWNERSHIP_CHANGE": "Ownership change notification template.",
26
+ "RELEASE_NOTIFICATION": "Release notification template for announcing new releases."
26
27
  },
27
28
  "name": "NotificationTemplateType",
28
29
  "namespace": "com.linkedin.pegasus2avro.event.notification.template",
@@ -41,6 +42,7 @@
41
42
  "BROADCAST_COMPLIANCE_FORM_PUBLISH",
42
43
  "BROADCAST_NEW_ACTION_WORKFLOW_FORM_REQUEST",
43
44
  "BROADCAST_ACTION_WORKFLOW_FORM_REQUEST_STATUS_CHANGE",
45
+ "RELEASE_NOTIFICATION",
44
46
  "INVALID_TEMPLATE"
45
47
  ],
46
48
  "doc": "Possible notification template types."
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: acryl-datahub-cloud
3
- Version: 0.3.15rc7
3
+ Version: 0.3.15rc8
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: avro-gen3==0.7.16
6
6
  Requires-Dist: acryl-datahub
@@ -10,89 +10,89 @@ Requires-Dist: pytz
10
10
  Requires-Dist: types-croniter
11
11
  Requires-Dist: tzlocal
12
12
  Provides-Extra: datahub-lineage-features
13
- Requires-Dist: pandas; extra == "datahub-lineage-features"
14
- Requires-Dist: duckdb; extra == "datahub-lineage-features"
15
- Requires-Dist: tenacity; extra == "datahub-lineage-features"
16
- Requires-Dist: pyarrow; extra == "datahub-lineage-features"
17
13
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
14
+ Requires-Dist: pyarrow; extra == "datahub-lineage-features"
15
+ Requires-Dist: tenacity; extra == "datahub-lineage-features"
16
+ Requires-Dist: duckdb; extra == "datahub-lineage-features"
17
+ Requires-Dist: pandas; extra == "datahub-lineage-features"
18
18
  Provides-Extra: datahub-reporting-forms
19
- Requires-Dist: boto3; extra == "datahub-reporting-forms"
20
- Requires-Dist: pandas; extra == "datahub-reporting-forms"
21
- Requires-Dist: duckdb; extra == "datahub-reporting-forms"
22
19
  Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
20
+ Requires-Dist: duckdb; extra == "datahub-reporting-forms"
21
+ Requires-Dist: pandas; extra == "datahub-reporting-forms"
22
+ Requires-Dist: boto3; extra == "datahub-reporting-forms"
23
23
  Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
24
24
  Provides-Extra: datahub-reporting-extract-graph
25
- Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
26
- Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
27
- Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
28
- Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
29
25
  Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
26
+ Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
27
+ Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
28
+ Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
29
+ Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
30
30
  Provides-Extra: datahub-reporting-extract-sql
31
+ Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
31
32
  Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
32
33
  Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
33
- Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
34
34
  Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
35
35
  Provides-Extra: datahub-usage-reporting
36
+ Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
37
+ Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
38
+ Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
39
+ Requires-Dist: pandas; extra == "datahub-usage-reporting"
36
40
  Requires-Dist: boto3; extra == "datahub-usage-reporting"
37
41
  Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
38
- Requires-Dist: pandas; extra == "datahub-usage-reporting"
39
- Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
40
- Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
41
- Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
42
42
  Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
43
- Requires-Dist: duckdb; extra == "datahub-usage-reporting"
43
+ Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
44
44
  Requires-Dist: polars==1.34.0; extra == "datahub-usage-reporting"
45
- Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
46
- Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
45
+ Requires-Dist: duckdb; extra == "datahub-usage-reporting"
46
+ Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
47
47
  Provides-Extra: datahub-metadata-sharing
48
48
  Requires-Dist: tenacity; extra == "datahub-metadata-sharing"
49
49
  Provides-Extra: datahub-action-request-owner
50
50
  Requires-Dist: tenacity; extra == "datahub-action-request-owner"
51
51
  Provides-Extra: acryl-cs-issues
52
- Requires-Dist: openai; extra == "acryl-cs-issues"
53
52
  Requires-Dist: zenpy; extra == "acryl-cs-issues"
54
- Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
53
+ Requires-Dist: openai; extra == "acryl-cs-issues"
55
54
  Requires-Dist: jinja2; extra == "acryl-cs-issues"
55
+ Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
56
56
  Provides-Extra: datahub-forms-notifications
57
57
  Requires-Dist: tenacity; extra == "datahub-forms-notifications"
58
58
  Provides-Extra: all
59
- Requires-Dist: boto3; extra == "all"
60
- Requires-Dist: pyarrow<=18.0.0; extra == "all"
61
- Requires-Dist: pandas; extra == "all"
62
- Requires-Dist: elasticsearch==7.13.4; extra == "all"
63
59
  Requires-Dist: zenpy; extra == "all"
60
+ Requires-Dist: elasticsearch==7.13.4; extra == "all"
61
+ Requires-Dist: pyarrow; extra == "all"
64
62
  Requires-Dist: tenacity; extra == "all"
65
- Requires-Dist: jinja2; extra == "all"
63
+ Requires-Dist: scipy<=1.14.1; extra == "all"
64
+ Requires-Dist: pandas; extra == "all"
65
+ Requires-Dist: boto3; extra == "all"
66
+ Requires-Dist: pyarrow<=18.0.0; extra == "all"
67
+ Requires-Dist: numpy<2; extra == "all"
66
68
  Requires-Dist: opensearch-py==2.4.2; extra == "all"
67
- Requires-Dist: termcolor==2.5.0; extra == "all"
68
69
  Requires-Dist: openai; extra == "all"
69
- Requires-Dist: numpy<2; extra == "all"
70
- Requires-Dist: duckdb; extra == "all"
71
70
  Requires-Dist: polars==1.34.0; extra == "all"
71
+ Requires-Dist: duckdb; extra == "all"
72
72
  Requires-Dist: slack-sdk; extra == "all"
73
- Requires-Dist: pyarrow; extra == "all"
74
- Requires-Dist: scipy<=1.14.1; extra == "all"
73
+ Requires-Dist: jinja2; extra == "all"
74
+ Requires-Dist: termcolor==2.5.0; extra == "all"
75
75
  Provides-Extra: dev
76
- Requires-Dist: pandas; extra == "dev"
77
- Requires-Dist: tenacity; extra == "dev"
78
- Requires-Dist: opensearch-py==2.4.2; extra == "dev"
79
- Requires-Dist: openai; extra == "dev"
80
- Requires-Dist: numpy<2; extra == "dev"
81
- Requires-Dist: polars==1.34.0; extra == "dev"
82
- Requires-Dist: zenpy; extra == "dev"
83
- Requires-Dist: jinja2; extra == "dev"
84
- Requires-Dist: pyarrow; extra == "dev"
85
76
  Requires-Dist: boto3; extra == "dev"
86
- Requires-Dist: pyarrow<=18.0.0; extra == "dev"
87
- Requires-Dist: scipy-stubs; extra == "dev"
77
+ Requires-Dist: opensearch-py==2.4.2; extra == "dev"
88
78
  Requires-Dist: acryl-datahub[dev]; extra == "dev"
89
- Requires-Dist: scipy<=1.14.1; extra == "dev"
90
79
  Requires-Dist: pandas-stubs; extra == "dev"
91
80
  Requires-Dist: termcolor==2.5.0; extra == "dev"
92
- Requires-Dist: pyarrow-stubs; extra == "dev"
93
- Requires-Dist: duckdb; extra == "dev"
94
- Requires-Dist: slack-sdk; extra == "dev"
95
81
  Requires-Dist: elasticsearch==7.13.4; extra == "dev"
82
+ Requires-Dist: tenacity; extra == "dev"
83
+ Requires-Dist: scipy<=1.14.1; extra == "dev"
84
+ Requires-Dist: numpy<2; extra == "dev"
85
+ Requires-Dist: pyarrow<=18.0.0; extra == "dev"
86
+ Requires-Dist: slack-sdk; extra == "dev"
87
+ Requires-Dist: pyarrow; extra == "dev"
88
+ Requires-Dist: pandas; extra == "dev"
89
+ Requires-Dist: openai; extra == "dev"
90
+ Requires-Dist: scipy-stubs; extra == "dev"
91
+ Requires-Dist: polars==1.34.0; extra == "dev"
92
+ Requires-Dist: duckdb; extra == "dev"
93
+ Requires-Dist: jinja2; extra == "dev"
94
+ Requires-Dist: zenpy; extra == "dev"
95
+ Requires-Dist: pyarrow-stubs; extra == "dev"
96
96
  Dynamic: provides-extra
97
97
  Dynamic: requires-dist
98
98
  Dynamic: requires-python
@@ -1,5 +1,5 @@
1
1
  acryl_datahub_cloud/__init__.py,sha256=axrMXkn0RW80YmuZgwUP_YQImcv6L28duZLWnW-gaNM,521
2
- acryl_datahub_cloud/_codegen_config.json,sha256=PFGwSNKQgd2bFaiu4-7a4m7w3_-QvZdahOhsqs2ron4,556
2
+ acryl_datahub_cloud/_codegen_config.json,sha256=J3jxaeigv-lElS27GFPPF2urSWKXku4_cF34iBkpGRI,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
@@ -43,10 +43,10 @@ acryl_datahub_cloud/elasticsearch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
43
43
  acryl_datahub_cloud/elasticsearch/config.py,sha256=6QNBOmoQZu1cJrDIBZyvZgdQt0QLfP82hdQkPtP-4HE,1220
44
44
  acryl_datahub_cloud/elasticsearch/graph_service.py,sha256=nvs8rfjT-3wMr193X9b98tUxQYh2IXh_pWeO6NcERmw,5141
45
45
  acryl_datahub_cloud/lineage_features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
- acryl_datahub_cloud/lineage_features/source.py,sha256=fGtnIM4PsablJleNPZA_sz0uHEy0Ij2jfm1Le2t8E0Q,16638
46
+ acryl_datahub_cloud/lineage_features/source.py,sha256=wQXU-oGkY9JVftSGROJoT4xBpKNENjAjjwlZkZfISq0,16617
47
47
  acryl_datahub_cloud/metadata/__init__.py,sha256=AjhXPjI6cnpdcrBRrE5gOWo15vv2TTl2ctU4UAnUN7A,238
48
- acryl_datahub_cloud/metadata/schema.avsc,sha256=Fh01iBhgo6fou0iPJz_12Q5CsFNrFB6DshuwW-Is9qI,1247338
49
- acryl_datahub_cloud/metadata/schema_classes.py,sha256=PD8nsxcKld6l5Qel5V_8N_saJvm5iyjH9ijjikOoYHs,1642796
48
+ acryl_datahub_cloud/metadata/schema.avsc,sha256=TmS0IqWNLO9piAlcuXePuZ0QCICwIaI6oSnyDJBggIU,1247644
49
+ acryl_datahub_cloud/metadata/schema_classes.py,sha256=4IB-Ouy1AOrG4rh9zdfE6U2ksHYS9_GFvjOEvQ6c6ZI,1642920
50
50
  acryl_datahub_cloud/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
51
51
  acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=Bij7q4iXp0EugcF3xZg-JrrSlvpavUBogUdCeCDJKWs,175353
52
52
  acryl_datahub_cloud/metadata/com/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
@@ -181,7 +181,7 @@ acryl_datahub_cloud/metadata/schemas/BusinessAttributeInfo.avsc,sha256=OxM44Lyxq
181
181
  acryl_datahub_cloud/metadata/schemas/BusinessAttributeKey.avsc,sha256=TlQpWyALuTh-LbA784D0t4nnsOJbnaJEE9JFgnBd0hs,525
182
182
  acryl_datahub_cloud/metadata/schemas/BusinessAttributes.avsc,sha256=UnBdJWrdl4S147IE1zDQh5oCL_R9gB6yomuEurPbS2w,1658
183
183
  acryl_datahub_cloud/metadata/schemas/CaveatsAndRecommendations.avsc,sha256=8AYeLClkdogSvUo_3aoY3b47ZPhpFw2KlaFt7KAfuQc,2833
184
- acryl_datahub_cloud/metadata/schemas/ChartInfo.avsc,sha256=XinyIZKeP-6-7h0jVNuvy5evJ0eVXok43IlU3EoDz8k,11502
184
+ acryl_datahub_cloud/metadata/schemas/ChartInfo.avsc,sha256=AU1NBRh-efWykO53tWCjTKGtDftdnnPa8NMgziwWpxs,11650
185
185
  acryl_datahub_cloud/metadata/schemas/ChartKey.avsc,sha256=B6HgUP7u-YJ9vEDXHlGIJUbYkXdF0DvhN70CdXpSkKU,1475
186
186
  acryl_datahub_cloud/metadata/schemas/ChartQuery.avsc,sha256=6qz8Q5wa5h0GS6QcwfzVZrRi26PoEwXyjIwSqL8nyhk,919
187
187
  acryl_datahub_cloud/metadata/schemas/ChartUsageStatistics.avsc,sha256=FjEEPj_19jUvJcS9cyZtHqByQyPdt2xhmxfFdw9mSM4,5881
@@ -367,7 +367,7 @@ acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc,sha256=-iJy0wMeKiJDt
367
367
  acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyKey.avsc,sha256=KcVMo7SYGW7k39rktVw8f7k7SeVFcEVMW5krDCB4o-A,1207
368
368
  acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyProperties.avsc,sha256=9unOw5ZdIaNj8eQut5I16LWy1FeIWUtsRjiKw-myWd4,6918
369
369
  acryl_datahub_cloud/metadata/schemas/MLTrainingRunProperties.avsc,sha256=WGgj0MuQrGD4UgvyHCJHzTnHja2LlJTOr1gLu8SySj0,4269
370
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=W78Zg9dp_fN2Oyq1DRFkr2bNnex2z-MnqyqC3_9ZvUA,441771
370
+ acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=J9ZuGRbq4KoPRpICDSJR7lYu4-4h_u89KQGNzWJKkw8,442027
371
371
  acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc,sha256=soCmgrcEBE5yS-mQIm-RIefhb74ONj9Fqayxa0-59KE,13254
372
372
  acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc,sha256=pT14vUmpj7VJ8hinQ0pcCUtRKx6RAGHWh1eJixkqaE8,12647
373
373
  acryl_datahub_cloud/metadata/schemas/Metrics.avsc,sha256=O7DJGjOwmHbb1x_Zj7AuM_HaHKjBvkfJKfUsX8icXD4,690
@@ -381,7 +381,7 @@ acryl_datahub_cloud/metadata/schemas/NativeGroupMembership.avsc,sha256=9mh9tzyj3
381
381
  acryl_datahub_cloud/metadata/schemas/NotebookContent.avsc,sha256=ck3yDt0qK5Hn3-mWTNLlYnohXCs6kMUUWPXm7o1JEWE,12496
382
382
  acryl_datahub_cloud/metadata/schemas/NotebookInfo.avsc,sha256=7WRavX6dQZmLrwP1F4nMQOmeHPHjHF9NTVFAgLUdw4c,5833
383
383
  acryl_datahub_cloud/metadata/schemas/NotebookKey.avsc,sha256=EYpUWpC2pZxn3qgp0oPAYB959n_MdLV1UCRsGuwUENs,1260
384
- acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc,sha256=h7hMcdC3iScoeFQa1O4b22rU4vsRFFk_zouO1HN4ETw,25023
384
+ acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc,sha256=xSYSSNdgDcv_RpiJZtGg6EY4w324Bg5N6LjEGo-LiA4,25165
385
385
  acryl_datahub_cloud/metadata/schemas/Operation.avsc,sha256=YHNzTCDT9lPB7zRddU13o2AsFWvwHY0aTKfVHsBsPh4,13319
386
386
  acryl_datahub_cloud/metadata/schemas/Origin.avsc,sha256=1IAzS9VzVaMf7NTMyej4lOzKR_lnYWDgPZiJytoXA7M,6144
387
387
  acryl_datahub_cloud/metadata/schemas/Ownership.avsc,sha256=Ml70kuUUur8KkpDObuUOM7ruYzavwGptRolUgkMRAg0,12774
@@ -482,8 +482,8 @@ acryl_datahub_cloud/sdk/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
482
482
  acryl_datahub_cloud/sdk/entities/assertion.py,sha256=-OILvHyKAI4-5mS2bb_P44Fvk6rBOOcvaxSMXfEYvRw,15077
483
483
  acryl_datahub_cloud/sdk/entities/monitor.py,sha256=NMrhJrWYNPvorxA33S_5FOl8YCtSmmeAavTzFLtWcOo,9665
484
484
  acryl_datahub_cloud/sdk/entities/subscription.py,sha256=0zl3LxkFM_hXBE8iCy8g6Nen-udJF784RmtPZ73QCb8,2801
485
- acryl_datahub_cloud-0.3.15rc7.dist-info/METADATA,sha256=JAxXYha1DD_9EZ9lbu5_Tk751gmTRfhgXgW3SJq0mMY,4615
486
- acryl_datahub_cloud-0.3.15rc7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
487
- acryl_datahub_cloud-0.3.15rc7.dist-info/entry_points.txt,sha256=veuyIaEzm7JF2q-C8Q-RcSV6V5Y9LvnVvIhTjiT5WUs,1342
488
- acryl_datahub_cloud-0.3.15rc7.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
489
- acryl_datahub_cloud-0.3.15rc7.dist-info/RECORD,,
485
+ acryl_datahub_cloud-0.3.15rc8.dist-info/METADATA,sha256=liulA6XpTVCQ_qTtQXkCgijqj-1mWcD_O-X6-7TZQ-w,4615
486
+ acryl_datahub_cloud-0.3.15rc8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
487
+ acryl_datahub_cloud-0.3.15rc8.dist-info/entry_points.txt,sha256=veuyIaEzm7JF2q-C8Q-RcSV6V5Y9LvnVvIhTjiT5WUs,1342
488
+ acryl_datahub_cloud-0.3.15rc8.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
489
+ acryl_datahub_cloud-0.3.15rc8.dist-info/RECORD,,