-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (105 loc) · 3.64 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<!-- Side navigation -->
<div class="sidenav">
<img src="images/Pfizer-Logo.png" alt="Pfizer logo" width="100">
<br>
<strong>
<a href="https://confluence.pfizer.com/display/CAE/Great+Expectations+Validation+User+Guide"> CAE User Guide for GX </a><br>
<br>
<a href="https://confluence.pfizer.com/display/CAE/Great+Expectations+Architecture">CAE GX Architecture</a><br>
<br>
<a href="https://greatexpectations.io/expectations">Expectations Gallery</a>
<br><br>
<a href="https://greatexpectations.io/legacy/v1/expectations/">Expectations Legacy Gallery</a>
<br><br><br>
</strong>
<a href="https://greatexpectations.io/gx-core"><img src="images/gx_logo_horiz_color.webp" alt="Image gx_logo_horiz_color" width="180"></a>
</div>
<div class="main">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Author" content="Made by 'tree'">
<meta name="GENERATOR" content="tree v2.1.3 © 1996 - 2024 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro">
<title>CAE GX Data Quality Environments</title>
<img src="images/Perry_the_Platypus.png" alt="Perry_the_Platypus" align="right">
<style type="text/css">
BODY { font-family : monospace, sans-serif; color: black;}
P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;}
A:visited { text-decoration : none; margin : 0px; padding : 0px;}
A:link { text-decoration : none; margin : 0px; padding : 0px;}
A:hover { text-decoration: underline; background-color : yellow; margin : 0px; padding : 0px;}
A:active { margin : 0px; padding : 0px;}
.VERSION { font-size: small; font-family : arial, sans-serif; }
.NORM { color: black; }
.FIFO { color: purple; }
.CHAR { color: yellow; }
.DIR { color: blue; }
.BLOCK { color: yellow; }
.LINK { color: aqua; }
.SOCK { color: fuchsia;}
.EXEC { color: green; }
.button { background-color: #bbe4e4; /* light Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
margin: 4px 2px;
cursor: pointer;}
.sidenav {
height: 100%; /* Full-height: remove this if you want "auto" height */
width: 230px; /* Set the width of the sidebar */
position: fixed; /* Fixed Sidebar (stay in place on scroll) */
z-index: 1; /* Stay on top */
top: 0; /* Stay at the top */
left: 2;
background-color: #fce9d7; /* orange */
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 5px;
}
.main {
margin-left: 230px; /* Same as the width of the sidebar */
padding: 0px 40px;
margin-right: 30px;
}
</style>
</head>
<h1> CAE Data Quality
<body></strong>
<h3> "Data Docs" are radiators for ETL data quality checks carried out by CAE Team </h3><br>
<h4> Choose the environment you would like to view</h4>
<table style="width:50%">
<tr align="left">
<th>Region</th>
<th>Environment</th>
<th>Link</th>
</tr>
<tr>
<td>AMER</td>
<td>LOCAL (testing)</td>
<td><a href="././LOCAL/index.html">LOCAL Data Docs Radiator</a> </td>
</tr>
<tr>
<td>AMER</td>
<td>DEV</td>
<td><a href="././DEV/index.html">DEV Data Docs Radiator</a></td>
</tr>
<tr>
<td>AMER</td>
<td>QA</td>
<td>Comming soon! </td>
</tr>
</tr>
<tr>
<td>AMER</td>
<td>PROD</td>
<td>Comming soon! </td>
</tr>
</table>
<br><br>
During ETL, validations are carried out to ensure data quality of CAE data. The expectations, and results, are presented via "Data Docs" and hosted in AWS.
</div>
</body>