acryl-datahub-cloud 0.3.12rc15__py3-none-any.whl → 0.3.12.1__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/lineage_features/source.py +221 -28
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +1913 -1913
- acryl_datahub_cloud/metadata/schema.avsc +24446 -23971
- acryl_datahub_cloud/metadata/schema_classes.py +640 -634
- acryl_datahub_cloud/metadata/schemas/ContainerProperties.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/DataFlowInfo.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/DataJobInfo.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/DataProcessKey.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/IcebergWarehouseInfo.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/MLModelDeploymentKey.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/MLModelGroupKey.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/MLModelKey.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +4 -0
- {acryl_datahub_cloud-0.3.12rc15.dist-info → acryl_datahub_cloud-0.3.12.1.dist-info}/METADATA +40 -39
- {acryl_datahub_cloud-0.3.12rc15.dist-info → acryl_datahub_cloud-0.3.12.1.dist-info}/RECORD +20 -20
- {acryl_datahub_cloud-0.3.12rc15.dist-info → acryl_datahub_cloud-0.3.12.1.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.12rc15.dist-info → acryl_datahub_cloud-0.3.12.1.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.12rc15.dist-info → acryl_datahub_cloud-0.3.12.1.dist-info}/top_level.txt +0 -0
|
@@ -99,6 +99,8 @@
|
|
|
99
99
|
"QA": "Designates quality assurance fabrics",
|
|
100
100
|
"RVW": "Designates review fabrics",
|
|
101
101
|
"SANDBOX": "Designates sandbox fabrics",
|
|
102
|
+
"SBX": "Alternative spelling for sandbox",
|
|
103
|
+
"SIT": "System Integration Testing",
|
|
102
104
|
"STG": "Designates staging fabrics",
|
|
103
105
|
"TEST": "Designates testing fabrics",
|
|
104
106
|
"TST": "Alternative Test spelling",
|
|
@@ -120,6 +122,8 @@
|
|
|
120
122
|
"RVW",
|
|
121
123
|
"PRD",
|
|
122
124
|
"TST",
|
|
125
|
+
"SIT",
|
|
126
|
+
"SBX",
|
|
123
127
|
"SANDBOX"
|
|
124
128
|
],
|
|
125
129
|
"doc": "Fabric group type"
|
|
@@ -153,6 +153,8 @@
|
|
|
153
153
|
"QA": "Designates quality assurance fabrics",
|
|
154
154
|
"RVW": "Designates review fabrics",
|
|
155
155
|
"SANDBOX": "Designates sandbox fabrics",
|
|
156
|
+
"SBX": "Alternative spelling for sandbox",
|
|
157
|
+
"SIT": "System Integration Testing",
|
|
156
158
|
"STG": "Designates staging fabrics",
|
|
157
159
|
"TEST": "Designates testing fabrics",
|
|
158
160
|
"TST": "Alternative Test spelling",
|
|
@@ -174,6 +176,8 @@
|
|
|
174
176
|
"RVW",
|
|
175
177
|
"PRD",
|
|
176
178
|
"TST",
|
|
179
|
+
"SIT",
|
|
180
|
+
"SBX",
|
|
177
181
|
"SANDBOX"
|
|
178
182
|
],
|
|
179
183
|
"doc": "Fabric group type"
|
|
@@ -219,6 +219,8 @@
|
|
|
219
219
|
"QA": "Designates quality assurance fabrics",
|
|
220
220
|
"RVW": "Designates review fabrics",
|
|
221
221
|
"SANDBOX": "Designates sandbox fabrics",
|
|
222
|
+
"SBX": "Alternative spelling for sandbox",
|
|
223
|
+
"SIT": "System Integration Testing",
|
|
222
224
|
"STG": "Designates staging fabrics",
|
|
223
225
|
"TEST": "Designates testing fabrics",
|
|
224
226
|
"TST": "Alternative Test spelling",
|
|
@@ -240,6 +242,8 @@
|
|
|
240
242
|
"RVW",
|
|
241
243
|
"PRD",
|
|
242
244
|
"TST",
|
|
245
|
+
"SIT",
|
|
246
|
+
"SBX",
|
|
243
247
|
"SANDBOX"
|
|
244
248
|
],
|
|
245
249
|
"doc": "Fabric group type"
|
|
@@ -52,6 +52,8 @@
|
|
|
52
52
|
"QA": "Designates quality assurance fabrics",
|
|
53
53
|
"RVW": "Designates review fabrics",
|
|
54
54
|
"SANDBOX": "Designates sandbox fabrics",
|
|
55
|
+
"SBX": "Alternative spelling for sandbox",
|
|
56
|
+
"SIT": "System Integration Testing",
|
|
55
57
|
"STG": "Designates staging fabrics",
|
|
56
58
|
"TEST": "Designates testing fabrics",
|
|
57
59
|
"TST": "Alternative Test spelling",
|
|
@@ -73,6 +75,8 @@
|
|
|
73
75
|
"RVW",
|
|
74
76
|
"PRD",
|
|
75
77
|
"TST",
|
|
78
|
+
"SIT",
|
|
79
|
+
"SBX",
|
|
76
80
|
"SANDBOX"
|
|
77
81
|
],
|
|
78
82
|
"doc": "Fabric group type"
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
"QA": "Designates quality assurance fabrics",
|
|
105
105
|
"RVW": "Designates review fabrics",
|
|
106
106
|
"SANDBOX": "Designates sandbox fabrics",
|
|
107
|
+
"SBX": "Alternative spelling for sandbox",
|
|
108
|
+
"SIT": "System Integration Testing",
|
|
107
109
|
"STG": "Designates staging fabrics",
|
|
108
110
|
"TEST": "Designates testing fabrics",
|
|
109
111
|
"TST": "Alternative Test spelling",
|
|
@@ -125,6 +127,8 @@
|
|
|
125
127
|
"RVW",
|
|
126
128
|
"PRD",
|
|
127
129
|
"TST",
|
|
130
|
+
"SIT",
|
|
131
|
+
"SBX",
|
|
128
132
|
"SANDBOX"
|
|
129
133
|
],
|
|
130
134
|
"doc": "Fabric group type"
|
|
@@ -64,6 +64,8 @@
|
|
|
64
64
|
"QA": "Designates quality assurance fabrics",
|
|
65
65
|
"RVW": "Designates review fabrics",
|
|
66
66
|
"SANDBOX": "Designates sandbox fabrics",
|
|
67
|
+
"SBX": "Alternative spelling for sandbox",
|
|
68
|
+
"SIT": "System Integration Testing",
|
|
67
69
|
"STG": "Designates staging fabrics",
|
|
68
70
|
"TEST": "Designates testing fabrics",
|
|
69
71
|
"TST": "Alternative Test spelling",
|
|
@@ -85,6 +87,8 @@
|
|
|
85
87
|
"RVW",
|
|
86
88
|
"PRD",
|
|
87
89
|
"TST",
|
|
90
|
+
"SIT",
|
|
91
|
+
"SBX",
|
|
88
92
|
"SANDBOX"
|
|
89
93
|
],
|
|
90
94
|
"doc": "Fabric group type"
|
|
@@ -60,6 +60,8 @@
|
|
|
60
60
|
"QA": "Designates quality assurance fabrics",
|
|
61
61
|
"RVW": "Designates review fabrics",
|
|
62
62
|
"SANDBOX": "Designates sandbox fabrics",
|
|
63
|
+
"SBX": "Alternative spelling for sandbox",
|
|
64
|
+
"SIT": "System Integration Testing",
|
|
63
65
|
"STG": "Designates staging fabrics",
|
|
64
66
|
"TEST": "Designates testing fabrics",
|
|
65
67
|
"TST": "Alternative Test spelling",
|
|
@@ -81,6 +83,8 @@
|
|
|
81
83
|
"RVW",
|
|
82
84
|
"PRD",
|
|
83
85
|
"TST",
|
|
86
|
+
"SIT",
|
|
87
|
+
"SBX",
|
|
84
88
|
"SANDBOX"
|
|
85
89
|
],
|
|
86
90
|
"doc": "Fabric group type"
|
|
@@ -73,6 +73,8 @@
|
|
|
73
73
|
"QA": "Designates quality assurance fabrics",
|
|
74
74
|
"RVW": "Designates review fabrics",
|
|
75
75
|
"SANDBOX": "Designates sandbox fabrics",
|
|
76
|
+
"SBX": "Alternative spelling for sandbox",
|
|
77
|
+
"SIT": "System Integration Testing",
|
|
76
78
|
"STG": "Designates staging fabrics",
|
|
77
79
|
"TEST": "Designates testing fabrics",
|
|
78
80
|
"TST": "Alternative Test spelling",
|
|
@@ -94,6 +96,8 @@
|
|
|
94
96
|
"RVW",
|
|
95
97
|
"PRD",
|
|
96
98
|
"TST",
|
|
99
|
+
"SIT",
|
|
100
|
+
"SBX",
|
|
97
101
|
"SANDBOX"
|
|
98
102
|
],
|
|
99
103
|
"doc": "Fabric group type"
|
|
@@ -87,6 +87,8 @@
|
|
|
87
87
|
"QA": "Designates quality assurance fabrics",
|
|
88
88
|
"RVW": "Designates review fabrics",
|
|
89
89
|
"SANDBOX": "Designates sandbox fabrics",
|
|
90
|
+
"SBX": "Alternative spelling for sandbox",
|
|
91
|
+
"SIT": "System Integration Testing",
|
|
90
92
|
"STG": "Designates staging fabrics",
|
|
91
93
|
"TEST": "Designates testing fabrics",
|
|
92
94
|
"TST": "Alternative Test spelling",
|
|
@@ -108,6 +110,8 @@
|
|
|
108
110
|
"RVW",
|
|
109
111
|
"PRD",
|
|
110
112
|
"TST",
|
|
113
|
+
"SIT",
|
|
114
|
+
"SBX",
|
|
111
115
|
"SANDBOX"
|
|
112
116
|
],
|
|
113
117
|
"doc": "Fabric group type"
|
|
@@ -3319,6 +3319,8 @@
|
|
|
3319
3319
|
"QA": "Designates quality assurance fabrics",
|
|
3320
3320
|
"RVW": "Designates review fabrics",
|
|
3321
3321
|
"SANDBOX": "Designates sandbox fabrics",
|
|
3322
|
+
"SBX": "Alternative spelling for sandbox",
|
|
3323
|
+
"SIT": "System Integration Testing",
|
|
3322
3324
|
"STG": "Designates staging fabrics",
|
|
3323
3325
|
"TEST": "Designates testing fabrics",
|
|
3324
3326
|
"TST": "Alternative Test spelling",
|
|
@@ -3340,6 +3342,8 @@
|
|
|
3340
3342
|
"RVW",
|
|
3341
3343
|
"PRD",
|
|
3342
3344
|
"TST",
|
|
3345
|
+
"SIT",
|
|
3346
|
+
"SBX",
|
|
3343
3347
|
"SANDBOX"
|
|
3344
3348
|
],
|
|
3345
3349
|
"doc": "Fabric group type"
|
{acryl_datahub_cloud-0.3.12rc15.dist-info → acryl_datahub_cloud-0.3.12.1.dist-info}/METADATA
RENAMED
|
@@ -1,97 +1,98 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: acryl-datahub-cloud
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.12.1
|
|
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: pydantic<2; extra == "datahub-lineage-features"
|
|
11
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
12
10
|
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
13
11
|
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
12
|
+
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
13
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
14
|
+
Requires-Dist: tenacity; extra == "datahub-lineage-features"
|
|
14
15
|
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
15
16
|
Provides-Extra: datahub-reporting-forms
|
|
16
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
17
|
-
Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
|
|
18
|
-
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
19
17
|
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
20
18
|
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
19
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
21
20
|
Requires-Dist: duckdb; extra == "datahub-reporting-forms"
|
|
21
|
+
Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
|
|
22
|
+
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
22
23
|
Provides-Extra: datahub-reporting-extract-graph
|
|
23
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
24
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
25
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
26
24
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
27
25
|
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
26
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
27
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
28
28
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
29
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
29
30
|
Provides-Extra: datahub-reporting-extract-sql
|
|
30
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
31
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
32
31
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
33
32
|
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
33
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
34
34
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
|
|
35
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
35
36
|
Provides-Extra: datahub-usage-reporting
|
|
36
|
-
Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
|
|
37
37
|
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
|
|
38
|
-
Requires-Dist:
|
|
38
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
|
|
39
39
|
Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
|
|
40
|
+
Requires-Dist: polars==1.30.0; extra == "datahub-usage-reporting"
|
|
41
|
+
Requires-Dist: boto3; extra == "datahub-usage-reporting"
|
|
40
42
|
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
|
|
41
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
|
|
42
43
|
Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist: polars==1.30.0; extra == "datahub-usage-reporting"
|
|
44
|
+
Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
|
|
45
45
|
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
|
|
46
|
-
Requires-Dist:
|
|
46
|
+
Requires-Dist: pandas; extra == "datahub-usage-reporting"
|
|
47
|
+
Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
|
|
47
48
|
Requires-Dist: duckdb; extra == "datahub-usage-reporting"
|
|
48
49
|
Provides-Extra: datahub-metadata-sharing
|
|
49
50
|
Requires-Dist: tenacity; extra == "datahub-metadata-sharing"
|
|
50
51
|
Provides-Extra: datahub-action-request-owner
|
|
51
52
|
Requires-Dist: tenacity; extra == "datahub-action-request-owner"
|
|
52
53
|
Provides-Extra: acryl-cs-issues
|
|
53
|
-
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
54
|
-
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
55
54
|
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
55
|
+
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
56
56
|
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
57
|
+
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
57
58
|
Provides-Extra: datahub-forms-notifications
|
|
58
59
|
Requires-Dist: tenacity; extra == "datahub-forms-notifications"
|
|
59
60
|
Provides-Extra: all
|
|
60
|
-
Requires-Dist: zenpy; extra == "all"
|
|
61
|
-
Requires-Dist: termcolor==2.5.0; extra == "all"
|
|
62
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
63
|
-
Requires-Dist: polars==1.30.0; extra == "all"
|
|
64
|
-
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
65
|
-
Requires-Dist: boto3; extra == "all"
|
|
66
61
|
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
67
|
-
Requires-Dist:
|
|
68
|
-
Requires-Dist: numpy<2; extra == "all"
|
|
62
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
69
63
|
Requires-Dist: pyarrow; extra == "all"
|
|
70
|
-
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
71
64
|
Requires-Dist: tenacity; extra == "all"
|
|
65
|
+
Requires-Dist: polars==1.30.0; extra == "all"
|
|
72
66
|
Requires-Dist: openai; extra == "all"
|
|
67
|
+
Requires-Dist: boto3; extra == "all"
|
|
68
|
+
Requires-Dist: duckdb; extra == "all"
|
|
69
|
+
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
70
|
+
Requires-Dist: slack-sdk; extra == "all"
|
|
73
71
|
Requires-Dist: pandas; extra == "all"
|
|
72
|
+
Requires-Dist: pydantic<2; extra == "all"
|
|
73
|
+
Requires-Dist: zenpy; extra == "all"
|
|
74
74
|
Requires-Dist: jinja2; extra == "all"
|
|
75
|
-
Requires-Dist:
|
|
76
|
-
Requires-Dist:
|
|
75
|
+
Requires-Dist: numpy<2; extra == "all"
|
|
76
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
77
|
+
Requires-Dist: termcolor==2.5.0; extra == "all"
|
|
77
78
|
Provides-Extra: dev
|
|
78
|
-
Requires-Dist: pydantic<2; extra == "dev"
|
|
79
79
|
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
80
|
-
Requires-Dist: numpy<2; extra == "dev"
|
|
81
|
-
Requires-Dist: zenpy; extra == "dev"
|
|
82
80
|
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
81
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
83
82
|
Requires-Dist: pyarrow; extra == "dev"
|
|
84
|
-
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
85
83
|
Requires-Dist: tenacity; extra == "dev"
|
|
86
|
-
Requires-Dist:
|
|
84
|
+
Requires-Dist: polars==1.30.0; extra == "dev"
|
|
85
|
+
Requires-Dist: openai; extra == "dev"
|
|
86
|
+
Requires-Dist: boto3; extra == "dev"
|
|
87
|
+
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
87
88
|
Requires-Dist: termcolor==2.5.0; extra == "dev"
|
|
89
|
+
Requires-Dist: jinja2; extra == "dev"
|
|
90
|
+
Requires-Dist: numpy<2; extra == "dev"
|
|
88
91
|
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
89
92
|
Requires-Dist: pandas; extra == "dev"
|
|
90
|
-
Requires-Dist:
|
|
91
|
-
Requires-Dist: polars==1.30.0; extra == "dev"
|
|
92
|
-
Requires-Dist: jinja2; extra == "dev"
|
|
93
|
-
Requires-Dist: boto3; extra == "dev"
|
|
93
|
+
Requires-Dist: pydantic<2; extra == "dev"
|
|
94
94
|
Requires-Dist: slack-sdk; extra == "dev"
|
|
95
|
+
Requires-Dist: zenpy; extra == "dev"
|
|
95
96
|
Requires-Dist: duckdb; extra == "dev"
|
|
96
97
|
Dynamic: provides-extra
|
|
97
98
|
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=
|
|
2
|
+
acryl_datahub_cloud/_codegen_config.json,sha256=b5RVIOUB4-PEft705qFtr1iQZxx_U04YZRwCiekv3xY,555
|
|
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
|
|
@@ -42,12 +42,12 @@ acryl_datahub_cloud/elasticsearch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
|
42
42
|
acryl_datahub_cloud/elasticsearch/config.py,sha256=6QNBOmoQZu1cJrDIBZyvZgdQt0QLfP82hdQkPtP-4HE,1220
|
|
43
43
|
acryl_datahub_cloud/elasticsearch/graph_service.py,sha256=K4ykcSMxlrhlDrchhte3vEb1mcw8QkOmdIFSVSX4OVU,2788
|
|
44
44
|
acryl_datahub_cloud/lineage_features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
45
|
-
acryl_datahub_cloud/lineage_features/source.py,sha256=
|
|
45
|
+
acryl_datahub_cloud/lineage_features/source.py,sha256=92Qzw3U3UaG2L0To6d96Dha16t3mDXsCMU_6c7yqhsU,13468
|
|
46
46
|
acryl_datahub_cloud/metadata/__init__.py,sha256=AjhXPjI6cnpdcrBRrE5gOWo15vv2TTl2ctU4UAnUN7A,238
|
|
47
|
-
acryl_datahub_cloud/metadata/schema.avsc,sha256=
|
|
48
|
-
acryl_datahub_cloud/metadata/schema_classes.py,sha256=
|
|
47
|
+
acryl_datahub_cloud/metadata/schema.avsc,sha256=1O-NYnNZDNCF6KvSknJZjczXYREhjPsA6pyiYgZlnI4,1040912
|
|
48
|
+
acryl_datahub_cloud/metadata/schema_classes.py,sha256=v13XFrn3QIcdFoTyDJV5RVwJ5Oxq7PE50qOkRFvMPf4,1492789
|
|
49
49
|
acryl_datahub_cloud/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
|
|
50
|
-
acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=
|
|
50
|
+
acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=gq3P634Js9xjYwCqzDbceFcmycWRP5Wq-oei_9XgGmk,163823
|
|
51
51
|
acryl_datahub_cloud/metadata/com/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
52
52
|
acryl_datahub_cloud/metadata/com/linkedin/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
53
53
|
acryl_datahub_cloud/metadata/com/linkedin/events/__init__.py,sha256=s_dR0plZF-rOxxIbE8ojekJqwiHzl2WYR-Z3kW6kKS0,298
|
|
@@ -178,7 +178,7 @@ acryl_datahub_cloud/metadata/schemas/ConstraintInfo.avsc,sha256=b7ks5EsDQFInnD7Y
|
|
|
178
178
|
acryl_datahub_cloud/metadata/schemas/ConstraintKey.avsc,sha256=8ni5Pz7G1sySlDnZdXqXUwJP-4IjafpNMXYfAhbct-A,380
|
|
179
179
|
acryl_datahub_cloud/metadata/schemas/Container.avsc,sha256=pEpRQgClrJRm59eAiltc4YoP0pg7TG6Bu-ENCh11-mw,813
|
|
180
180
|
acryl_datahub_cloud/metadata/schemas/ContainerKey.avsc,sha256=53PLskwXZpSGwc59IA_8bQPZsZp61yn_F9vSxALuc_U,1012
|
|
181
|
-
acryl_datahub_cloud/metadata/schemas/ContainerProperties.avsc,sha256=
|
|
181
|
+
acryl_datahub_cloud/metadata/schemas/ContainerProperties.avsc,sha256=BPhrRf4I7UImQhB-55Qby82MXKuDQL0cwlvdg0aZEHs,5112
|
|
182
182
|
acryl_datahub_cloud/metadata/schemas/CorpGroupEditableInfo.avsc,sha256=sItWMAGfQdYwmF5xLzMnYGl_rtXvGlxPbEjmRm1E6u4,1290
|
|
183
183
|
acryl_datahub_cloud/metadata/schemas/CorpGroupInfo.avsc,sha256=G83lndR7C6WPfccFg7qFE5Ely5vrdxC8x7zJB3fW3Sw,4740
|
|
184
184
|
acryl_datahub_cloud/metadata/schemas/CorpGroupKey.avsc,sha256=kHuWD23S_6VwvbM1IXHlBWMjKaYOafssNSzxWuM-ryI,1022
|
|
@@ -197,7 +197,7 @@ acryl_datahub_cloud/metadata/schemas/DashboardUsageStatistics.avsc,sha256=pUAKqs
|
|
|
197
197
|
acryl_datahub_cloud/metadata/schemas/DataContractKey.avsc,sha256=m0ej_Wu7NcuZQCRwQI3Sidfv9bUy5mvuhlpgax6i1xA,511
|
|
198
198
|
acryl_datahub_cloud/metadata/schemas/DataContractProperties.avsc,sha256=9TyxmbasXY7mJ4PZseMrqw7QQjGRdNkE2qq84MPALSE,5901
|
|
199
199
|
acryl_datahub_cloud/metadata/schemas/DataContractStatus.avsc,sha256=5yvT43AIB13Dn_h0-4s7fsL7BTuXhkK5pi2KJug4_qg,1029
|
|
200
|
-
acryl_datahub_cloud/metadata/schemas/DataFlowInfo.avsc,sha256=
|
|
200
|
+
acryl_datahub_cloud/metadata/schemas/DataFlowInfo.avsc,sha256=SOXI26Vgv3O-t9z6_ff0gzVL5-M1XBlCOUCI9vB-jpk,4958
|
|
201
201
|
acryl_datahub_cloud/metadata/schemas/DataFlowKey.avsc,sha256=XKp_vnRgKigqjHT9xQ7pEyTdPFYxovMWRu_N1XP-GBE,1443
|
|
202
202
|
acryl_datahub_cloud/metadata/schemas/DataHubAccessTokenInfo.avsc,sha256=WS77M5w7GJFxUAiyXaxUvBqO0XFV2FnKPxXSXYbXHTE,1646
|
|
203
203
|
acryl_datahub_cloud/metadata/schemas/DataHubAccessTokenKey.avsc,sha256=3EspNIxgb_I4WwV0a2o4NJOB5yODVr9J-wZzkZanEgo,483
|
|
@@ -229,7 +229,7 @@ acryl_datahub_cloud/metadata/schemas/DataHubUpgradeRequest.avsc,sha256=3xYsf3XVH
|
|
|
229
229
|
acryl_datahub_cloud/metadata/schemas/DataHubUpgradeResult.avsc,sha256=VydVb4yqjIviR73-T6TooF6OiahwxTHciP97NuF4qvI,1385
|
|
230
230
|
acryl_datahub_cloud/metadata/schemas/DataHubViewInfo.avsc,sha256=Dwkf1EOCnm7hx2tVSgY6Wtd7rcshDjPbpgAeHyhD-2o,11909
|
|
231
231
|
acryl_datahub_cloud/metadata/schemas/DataHubViewKey.avsc,sha256=p53axIdSVbubo3r23Vpsed7NqRcQBMGveVikEHAVAok,424
|
|
232
|
-
acryl_datahub_cloud/metadata/schemas/DataJobInfo.avsc,sha256=
|
|
232
|
+
acryl_datahub_cloud/metadata/schemas/DataJobInfo.avsc,sha256=Bc9qdDcXI0GQdEgNTpgHaBbnrppDKQ-1xR26diOSVIQ,7488
|
|
233
233
|
acryl_datahub_cloud/metadata/schemas/DataJobInputOutput.avsc,sha256=H1O8eAzZV34tvULdu67iBSWkdn08rt7wS208b8Nisbk,15268
|
|
234
234
|
acryl_datahub_cloud/metadata/schemas/DataJobKey.avsc,sha256=qe2qKtto2OwqHInrmuHt7clbcgKuB0vrp7ag_B42BDc,1748
|
|
235
235
|
acryl_datahub_cloud/metadata/schemas/DataPlatformInfo.avsc,sha256=WGPFumBNHbR75vsLrivnRCbBc8vSCuxDw2UlylMieh4,2686
|
|
@@ -244,7 +244,7 @@ acryl_datahub_cloud/metadata/schemas/DataProcessInstanceOutput.avsc,sha256=xyGBU
|
|
|
244
244
|
acryl_datahub_cloud/metadata/schemas/DataProcessInstanceProperties.avsc,sha256=2qsDFeSA2-ag5IVetgD8mW2k--F6CwmYXM3KOE6edU8,3836
|
|
245
245
|
acryl_datahub_cloud/metadata/schemas/DataProcessInstanceRelationships.avsc,sha256=VhBpnyGGvO06WEnM6zy4PmjiT0nivRQfkSdJCUgIavw,2358
|
|
246
246
|
acryl_datahub_cloud/metadata/schemas/DataProcessInstanceRunEvent.avsc,sha256=zwTYULEnpMbqwkLN8NbXW9PQWFG4X6TZkZwTQ1Wb53Y,6713
|
|
247
|
-
acryl_datahub_cloud/metadata/schemas/DataProcessKey.avsc,sha256=
|
|
247
|
+
acryl_datahub_cloud/metadata/schemas/DataProcessKey.avsc,sha256=ZZE2HN4mwZtm_TJNcdohFS97WXytFq9HAs_-shor6sY,2518
|
|
248
248
|
acryl_datahub_cloud/metadata/schemas/DataProductKey.avsc,sha256=YM7ky3me-lqs7msBHjdkLNXeHecj7slJJiv9B6eDl1Q,692
|
|
249
249
|
acryl_datahub_cloud/metadata/schemas/DataProductProperties.avsc,sha256=Lc3duV7YMJLvo_RwckLbW4bbmPrhSS1D-bxVVboNX2c,6930
|
|
250
250
|
acryl_datahub_cloud/metadata/schemas/DataTransformLogic.avsc,sha256=nHTH6UzJ2Zz88N2aWa96hawLUR20HP7eSynfPtI1kzg,2111
|
|
@@ -253,7 +253,7 @@ acryl_datahub_cloud/metadata/schemas/DataTypeKey.avsc,sha256=Gs5uc_azwg10e36ZbwD
|
|
|
253
253
|
acryl_datahub_cloud/metadata/schemas/DatahubIngestionCheckpoint.avsc,sha256=m2Zyrx3ZWDc5gHuwbmBSRJ3JN4NFkpUhDEKM2Yeuqrw,5681
|
|
254
254
|
acryl_datahub_cloud/metadata/schemas/DatahubIngestionRunSummary.avsc,sha256=_Ek7NqfJVTLqlM0NR9BRA57N9_ejwDdQvz7B1tVxSEE,9367
|
|
255
255
|
acryl_datahub_cloud/metadata/schemas/DatasetDeprecation.avsc,sha256=ucXxaDcAUib9_y0k5qOINMn5VK2X3trHK2dcpNcsR2Q,1256
|
|
256
|
-
acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc,sha256=
|
|
256
|
+
acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc,sha256=TAs8N53xS6cxz87n2_-zZjfVpW-FbwoQ4wt82SqT5q4,3860
|
|
257
257
|
acryl_datahub_cloud/metadata/schemas/DatasetProfile.avsc,sha256=0NlrSBbwDdlOZclWA3RUept_Ennc9i-W7EeldyrkTlk,20778
|
|
258
258
|
acryl_datahub_cloud/metadata/schemas/DatasetProperties.avsc,sha256=DFJn75feqaoQk84zin_o_lqsFFhqkwya5LGC5LLJXbU,4209
|
|
259
259
|
acryl_datahub_cloud/metadata/schemas/DatasetUpstreamLineage.avsc,sha256=PjAWPbsqwH7FjX2kFDy0dE6ENYOwRynH9vJerWisr2A,5365
|
|
@@ -311,7 +311,7 @@ acryl_datahub_cloud/metadata/schemas/GlossaryTermKey.avsc,sha256=UXFWOvhYt7AysgK
|
|
|
311
311
|
acryl_datahub_cloud/metadata/schemas/GlossaryTerms.avsc,sha256=UOo43tqd69N-7e7YDIJvlmTeLzO_ZXdZMNquEZZSA78,7198
|
|
312
312
|
acryl_datahub_cloud/metadata/schemas/GroupMembership.avsc,sha256=wT3Hbpv2Z7V4X_-rIoed0cukAOMyYEL93udK8mMCjn0,557
|
|
313
313
|
acryl_datahub_cloud/metadata/schemas/IcebergCatalogInfo.avsc,sha256=X9Ejqzn1DyxNIth7vDhtPjGG4xMPQMhl7f-S7fBFxek,691
|
|
314
|
-
acryl_datahub_cloud/metadata/schemas/IcebergWarehouseInfo.avsc,sha256=
|
|
314
|
+
acryl_datahub_cloud/metadata/schemas/IcebergWarehouseInfo.avsc,sha256=0m7cQm8cCnBWNI5jGGgr5ZdOg66RQGWSf3gf8ay53So,2705
|
|
315
315
|
acryl_datahub_cloud/metadata/schemas/IncidentActivityEvent.avsc,sha256=VT8ru_QohjWNN4xVUrlTKDzY1BorIhQyVZCdLqtJez0,22953
|
|
316
316
|
acryl_datahub_cloud/metadata/schemas/IncidentInfo.avsc,sha256=B7wv4ctwBt2PsUtristVeEfX-tvZoYxXNNQ-aEV0gMM,13554
|
|
317
317
|
acryl_datahub_cloud/metadata/schemas/IncidentKey.avsc,sha256=4H69JgR_bAzgPbouwcHLkBl5wCxDOZB_Z-A9xWFSkAM,610
|
|
@@ -334,17 +334,17 @@ acryl_datahub_cloud/metadata/schemas/MLFeatureTableKey.avsc,sha256=hgV_8iUob2IQ5
|
|
|
334
334
|
acryl_datahub_cloud/metadata/schemas/MLFeatureTableProperties.avsc,sha256=BtrqcsxoQXObPZXSGRNYtIBJCoeHkMK_Zr_imBWF2Zk,2008
|
|
335
335
|
acryl_datahub_cloud/metadata/schemas/MLHyperParam.avsc,sha256=dE6i5r6LTYMNrQe9yy-jKoP09GOJUf__1bO69ldpydc,833
|
|
336
336
|
acryl_datahub_cloud/metadata/schemas/MLMetric.avsc,sha256=y8WPVVwjhu3YGtqpFFJYNYK8w778RRL_d2sHG1Dc7uM,804
|
|
337
|
-
acryl_datahub_cloud/metadata/schemas/MLModelDeploymentKey.avsc,sha256=
|
|
337
|
+
acryl_datahub_cloud/metadata/schemas/MLModelDeploymentKey.avsc,sha256=EcA0z4sQfqe3IJ8PO8cGW34XMxc9Q2BbCBjgkJTaznE,2685
|
|
338
338
|
acryl_datahub_cloud/metadata/schemas/MLModelDeploymentProperties.avsc,sha256=VbEkvciFOPEQ0FkrJJtjdu5VqWWFq_aNDV5FcCpxJ6U,5547
|
|
339
339
|
acryl_datahub_cloud/metadata/schemas/MLModelFactorPrompts.avsc,sha256=8kX-P4F4mVLFT980z3MwIautt1_6uA-c_Z87nYNDK-k,2712
|
|
340
|
-
acryl_datahub_cloud/metadata/schemas/MLModelGroupKey.avsc,sha256=
|
|
340
|
+
acryl_datahub_cloud/metadata/schemas/MLModelGroupKey.avsc,sha256=bnLrPEmsBI2CMUrOsHia-ee7bEfjqV5CCUVCAf8UbdQ,2906
|
|
341
341
|
acryl_datahub_cloud/metadata/schemas/MLModelGroupProperties.avsc,sha256=FkoKRYMKhC5zDFtYXymJ1UCoI71dZq7tdvvRGxjFkJ0,6991
|
|
342
|
-
acryl_datahub_cloud/metadata/schemas/MLModelKey.avsc,sha256=
|
|
342
|
+
acryl_datahub_cloud/metadata/schemas/MLModelKey.avsc,sha256=1uhPyQWuYkmh-_SWahKqSd5FXNiokVO3wSyOtnGVWN0,3272
|
|
343
343
|
acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc,sha256=-iJy0wMeKiJDtln38RgVTUOT3w1buLKFOe-VB4jprsI,12422
|
|
344
344
|
acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyKey.avsc,sha256=KcVMo7SYGW7k39rktVw8f7k7SeVFcEVMW5krDCB4o-A,1207
|
|
345
345
|
acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyProperties.avsc,sha256=9unOw5ZdIaNj8eQut5I16LWy1FeIWUtsRjiKw-myWd4,6918
|
|
346
346
|
acryl_datahub_cloud/metadata/schemas/MLTrainingRunProperties.avsc,sha256=WGgj0MuQrGD4UgvyHCJHzTnHja2LlJTOr1gLu8SySj0,4269
|
|
347
|
-
acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=
|
|
347
|
+
acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=rT__oEyZw4_GWa_HnqP5l6L_wMOC69gMU11FTp1RyiU,427090
|
|
348
348
|
acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc,sha256=Cf5eECeShCA_XHFr2MRhRQpPE61F6Xv-z1jjoBLJLgc,12239
|
|
349
349
|
acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc,sha256=tvO5cGIqZAIvUbMon1RAKgSY4E0jvBqT5VmLWAuNGkY,9770
|
|
350
350
|
acryl_datahub_cloud/metadata/schemas/Metrics.avsc,sha256=O7DJGjOwmHbb1x_Zj7AuM_HaHKjBvkfJKfUsX8icXD4,690
|
|
@@ -448,8 +448,8 @@ acryl_datahub_cloud/sdk/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
|
448
448
|
acryl_datahub_cloud/sdk/entities/assertion.py,sha256=-OILvHyKAI4-5mS2bb_P44Fvk6rBOOcvaxSMXfEYvRw,15077
|
|
449
449
|
acryl_datahub_cloud/sdk/entities/monitor.py,sha256=NMrhJrWYNPvorxA33S_5FOl8YCtSmmeAavTzFLtWcOo,9665
|
|
450
450
|
acryl_datahub_cloud/sdk/entities/subscription.py,sha256=WbDZqjE4QCMBh1_0culwN5btcUPoFuUReRYMJU3uYas,2332
|
|
451
|
-
acryl_datahub_cloud-0.3.
|
|
452
|
-
acryl_datahub_cloud-0.3.
|
|
453
|
-
acryl_datahub_cloud-0.3.
|
|
454
|
-
acryl_datahub_cloud-0.3.
|
|
455
|
-
acryl_datahub_cloud-0.3.
|
|
451
|
+
acryl_datahub_cloud-0.3.12.1.dist-info/METADATA,sha256=Cnp86nAo6y1SnZ-ocPXDdS2wNbwvI46H2e3DUuPutnY,4783
|
|
452
|
+
acryl_datahub_cloud-0.3.12.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
453
|
+
acryl_datahub_cloud-0.3.12.1.dist-info/entry_points.txt,sha256=veuyIaEzm7JF2q-C8Q-RcSV6V5Y9LvnVvIhTjiT5WUs,1342
|
|
454
|
+
acryl_datahub_cloud-0.3.12.1.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
|
|
455
|
+
acryl_datahub_cloud-0.3.12.1.dist-info/RECORD,,
|
|
File without changes
|
{acryl_datahub_cloud-0.3.12rc15.dist-info → acryl_datahub_cloud-0.3.12.1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{acryl_datahub_cloud-0.3.12rc15.dist-info → acryl_datahub_cloud-0.3.12.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|