@datarecce/ui 0.1.38 → 0.1.39
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.
- package/LICENSE +201 -0
- package/README.md +93 -207
- package/dist/api.d.mts +1 -1
- package/dist/components.d.mts +1 -1
- package/dist/hooks.d.mts +1 -1
- package/dist/{index-Dvs4GUdl.d.mts → index-DzBojsjY.d.mts} +70 -70
- package/dist/{index-Dvs4GUdl.d.mts.map → index-DzBojsjY.d.mts.map} +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/theme.d.mts +1 -1
- package/dist/types.d.mts +1 -1
- package/package.json +1 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2023 InfuseAI Inc.
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/README.md
CHANGED
|
@@ -1,37 +1,55 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://reccehq.com">
|
|
3
|
+
<picture>
|
|
4
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://reccehq.com/assets/images/recce-logo-stacked.avif">
|
|
5
|
+
<source media="(prefers-color-scheme: light)" srcset="https://reccehq.com/assets/images/recce-logo-stacked.avif">
|
|
6
|
+
<img alt="Recce" src="https://reccehq.com/assets/images/recce-logo-stacked.avif" width="200">
|
|
7
|
+
</picture>
|
|
8
|
+
</a>
|
|
9
|
+
</p>
|
|
2
10
|
|
|
3
|
-
|
|
11
|
+
<h1 align="center">@datarecce/ui</h1>
|
|
4
12
|
|
|
5
|
-
|
|
13
|
+
<p align="center">
|
|
14
|
+
React components for building data validation and review interfaces.
|
|
15
|
+
</p>
|
|
16
|
+
|
|
17
|
+
<p align="center">
|
|
18
|
+
<a href="https://www.npmjs.com/package/@datarecce/ui"><img src="https://img.shields.io/npm/v/@datarecce/ui?style=flat-square" alt="npm version"></a>
|
|
19
|
+
<a href="https://github.com/DataRecce/recce-ui/blob/main/LICENSE"><img src="https://img.shields.io/github/license/DataRecce/recce-ui?style=flat-square" alt="license"></a>
|
|
20
|
+
<a href="https://www.npmjs.com/package/@datarecce/ui"><img src="https://img.shields.io/npm/dm/@datarecce/ui?style=flat-square" alt="downloads"></a>
|
|
21
|
+
</p>
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## What is this?
|
|
26
|
+
|
|
27
|
+
`@datarecce/ui` is the React component library extracted from [Recce](https://github.com/DataRecce/recce), a data validation tool for dbt projects. Use it to build custom data comparison, profiling, and validation interfaces in your React applications.
|
|
28
|
+
|
|
29
|
+
## Looking to Contribute?
|
|
30
|
+
|
|
31
|
+
We welcome contributions! Whether it's bug fixes, new features, or documentation improvements.
|
|
32
|
+
|
|
33
|
+
Check out our [Contributing Guide](./CONTRIBUTING.md) to get started with development setup, coding standards, and the PR process.
|
|
34
|
+
|
|
35
|
+
## Quick Start
|
|
36
|
+
|
|
37
|
+
### Installation
|
|
6
38
|
|
|
7
39
|
```bash
|
|
8
40
|
npm install @datarecce/ui
|
|
9
41
|
# or
|
|
10
|
-
yarn add @datarecce/ui
|
|
11
|
-
# or
|
|
12
42
|
pnpm add @datarecce/ui
|
|
13
43
|
```
|
|
14
44
|
|
|
15
|
-
|
|
45
|
+
### Peer Dependencies
|
|
16
46
|
|
|
17
|
-
|
|
47
|
+
Install the required peer dependencies:
|
|
18
48
|
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
"@emotion/react": "^11.0.0",
|
|
22
|
-
"@mui/material": "^7.0.0",
|
|
23
|
-
"@tanstack/react-query": "^5.0.0",
|
|
24
|
-
"@xyflow/react": "^12.0.0",
|
|
25
|
-
"axios": "^1.0.0",
|
|
26
|
-
"react": "^18.0.0 || ^19.0.0",
|
|
27
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
28
|
-
}
|
|
49
|
+
```bash
|
|
50
|
+
npm install react react-dom @mui/material @emotion/react @tanstack/react-query @xyflow/react axios
|
|
29
51
|
```
|
|
30
52
|
|
|
31
|
-
> **Note**: This library uses Material-UI (MUI) for its UI components. The `@emotion/react` dependency is required by MUI for styling.
|
|
32
|
-
|
|
33
|
-
## Usage
|
|
34
|
-
|
|
35
53
|
### Basic Setup
|
|
36
54
|
|
|
37
55
|
Wrap your application with the required providers:
|
|
@@ -57,222 +75,90 @@ function App() {
|
|
|
57
75
|
|
|
58
76
|
### Using Components
|
|
59
77
|
|
|
60
|
-
Import and use individual components:
|
|
61
|
-
|
|
62
78
|
```tsx
|
|
63
|
-
import {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
ProfileDiffForm,
|
|
67
|
-
SchemaView,
|
|
68
|
-
} from "@datarecce/ui";
|
|
69
|
-
|
|
70
|
-
function MyComponent() {
|
|
79
|
+
import { LineageView, QueryForm, SchemaView } from "@datarecce/ui";
|
|
80
|
+
|
|
81
|
+
function MyDataView() {
|
|
71
82
|
return (
|
|
72
83
|
<div>
|
|
73
84
|
<LineageView />
|
|
74
85
|
<QueryForm />
|
|
86
|
+
<SchemaView />
|
|
75
87
|
</div>
|
|
76
88
|
);
|
|
77
89
|
}
|
|
78
90
|
```
|
|
79
91
|
|
|
80
|
-
###
|
|
81
|
-
|
|
82
|
-
The library provides multiple entry points for different features:
|
|
92
|
+
### Import Styles
|
|
83
93
|
|
|
84
94
|
```tsx
|
|
85
|
-
|
|
86
|
-
import { LineageView, QueryForm } from "@datarecce/ui/components";
|
|
87
|
-
|
|
88
|
-
// API utilities
|
|
89
|
-
import { axiosClient, fetchChecks } from "@datarecce/ui/api";
|
|
90
|
-
|
|
91
|
-
// Custom hooks
|
|
92
|
-
import { useLineageViewContext, useCheckToast } from "@datarecce/ui/hooks";
|
|
93
|
-
|
|
94
|
-
// TypeScript types
|
|
95
|
-
import type { DataFrame, Check, Run } from "@datarecce/ui/types";
|
|
95
|
+
import "@datarecce/ui/styles";
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
##
|
|
99
|
-
|
|
100
|
-
### Lineage Components
|
|
101
|
-
|
|
102
|
-
- `LineageView` - Interactive lineage graph visualization
|
|
103
|
-
- `LineagePage` - Full lineage page with controls
|
|
104
|
-
- `GraphNode`, `GraphEdge` - Graph building blocks
|
|
105
|
-
- `NodeView` - Detailed node information display
|
|
106
|
-
|
|
107
|
-
### Query Components
|
|
108
|
-
|
|
109
|
-
- `QueryForm` - SQL query input form
|
|
110
|
-
- `QueryPage` - Complete query interface
|
|
111
|
-
- `SqlEditor` - CodeMirror-based SQL editor
|
|
112
|
-
- `QueryResultView` - Query results display
|
|
113
|
-
|
|
114
|
-
### Profile Components
|
|
115
|
-
|
|
116
|
-
- `ProfileDiffForm` - Data profiling comparison form
|
|
117
|
-
- `ProfileDiffResultView` - Profile diff results display
|
|
118
|
-
|
|
119
|
-
### Chart Components
|
|
120
|
-
|
|
121
|
-
- `HistogramChart` - Histogram visualization
|
|
122
|
-
- `TopKSummaryList` - Top-K value summary
|
|
123
|
-
- `HistogramDiffForm` - Histogram comparison interface
|
|
124
|
-
|
|
125
|
-
### Schema Components
|
|
98
|
+
## Available Components
|
|
126
99
|
|
|
127
|
-
|
|
128
|
-
- `
|
|
129
|
-
- `
|
|
100
|
+
### Lineage & Visualization
|
|
101
|
+
- `LineageView` - Interactive lineage graph
|
|
102
|
+
- `LineagePage` - Full lineage interface with controls
|
|
103
|
+
- `GraphNode`, `GraphEdge` - Graph primitives
|
|
130
104
|
|
|
131
|
-
###
|
|
105
|
+
### Query & SQL
|
|
106
|
+
- `QueryForm` - SQL query input
|
|
107
|
+
- `SqlEditor` - CodeMirror-based editor
|
|
108
|
+
- `QueryResultView` - Results display
|
|
132
109
|
|
|
133
|
-
|
|
134
|
-
- `
|
|
135
|
-
- `
|
|
110
|
+
### Data Profiling
|
|
111
|
+
- `ProfileDiffForm` - Profile comparison
|
|
112
|
+
- `HistogramChart` - Distribution visualization
|
|
113
|
+
- `TopKSummaryList` - Top-K values
|
|
136
114
|
|
|
137
|
-
###
|
|
115
|
+
### Schema
|
|
116
|
+
- `SchemaView` - Structure display
|
|
117
|
+
- `SchemaDiffView` - Schema comparison
|
|
138
118
|
|
|
139
|
-
|
|
140
|
-
- `
|
|
141
|
-
- `
|
|
119
|
+
### Validation
|
|
120
|
+
- `CheckList` - Validation checks
|
|
121
|
+
- `CheckDetail` - Check details
|
|
122
|
+
- `RunList`, `RunView` - Execution runs
|
|
142
123
|
|
|
143
|
-
##
|
|
144
|
-
|
|
145
|
-
The library includes API client utilities that need to be configured with your backend URL:
|
|
124
|
+
## Entry Points
|
|
146
125
|
|
|
147
126
|
```tsx
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
// Configure the API client
|
|
151
|
-
axiosClient.defaults.baseURL = "http://localhost:8000";
|
|
152
|
-
axiosClient.defaults.headers.common["Authorization"] = "Bearer token";
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-
## Development
|
|
127
|
+
// All exports
|
|
128
|
+
import { LineageView, QueryForm } from "@datarecce/ui";
|
|
156
129
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
### Quick Start
|
|
163
|
-
|
|
164
|
-
```bash
|
|
165
|
-
# Clone with submodules
|
|
166
|
-
git clone --recursive https://github.com/DataRecce/recce-ui.git
|
|
167
|
-
cd recce-ui
|
|
168
|
-
|
|
169
|
-
# Install dependencies
|
|
170
|
-
pnpm install
|
|
171
|
-
|
|
172
|
-
# Build the library
|
|
173
|
-
make build
|
|
174
|
-
|
|
175
|
-
# Run type checking
|
|
176
|
-
make type-check
|
|
177
|
-
```
|
|
178
|
-
|
|
179
|
-
### Available Make Commands
|
|
180
|
-
|
|
181
|
-
```bash
|
|
182
|
-
make help # Show all available commands
|
|
183
|
-
make sync # Sync submodule to latest main and update dependencies
|
|
184
|
-
make sync-branch BRANCH=feature/xyz # Sync to specific branch
|
|
185
|
-
make install # Install dependencies
|
|
186
|
-
make build # Build the package
|
|
187
|
-
make type-check # Run TypeScript type checking
|
|
188
|
-
make clean # Clean build artifacts
|
|
189
|
-
make verify # Run sync + build + type-check
|
|
190
|
-
```
|
|
191
|
-
|
|
192
|
-
### Syncing with Recce OSS
|
|
193
|
-
|
|
194
|
-
This package uses a git submodule (`recce-source`) that references the main Recce repository. To update to the latest version:
|
|
195
|
-
|
|
196
|
-
```bash
|
|
197
|
-
# Sync to latest main branch
|
|
198
|
-
make sync
|
|
199
|
-
|
|
200
|
-
# Or sync to a specific branch
|
|
201
|
-
make sync-branch BRANCH=feature/new-feature
|
|
202
|
-
```
|
|
203
|
-
|
|
204
|
-
The sync command will:
|
|
205
|
-
1. Update the submodule to the latest commit
|
|
206
|
-
2. Sync dependencies from the Recce OSS package.json
|
|
207
|
-
3. Install updated dependencies
|
|
208
|
-
|
|
209
|
-
### Manual Commands
|
|
210
|
-
|
|
211
|
-
If you prefer not to use Make:
|
|
212
|
-
|
|
213
|
-
```bash
|
|
214
|
-
# Initialize submodules (if not cloned with --recursive)
|
|
215
|
-
git submodule init
|
|
216
|
-
git submodule update
|
|
217
|
-
|
|
218
|
-
# Update submodule to latest
|
|
219
|
-
pnpm run submodule:update
|
|
220
|
-
|
|
221
|
-
# Sync dependencies from OSS
|
|
222
|
-
pnpm run sync:deps
|
|
223
|
-
|
|
224
|
-
# Build
|
|
225
|
-
pnpm build
|
|
226
|
-
|
|
227
|
-
# Type checking
|
|
228
|
-
pnpm type:check # Filters OSS-side errors
|
|
229
|
-
pnpm type:check:all # Shows all errors including OSS
|
|
130
|
+
// Specific categories
|
|
131
|
+
import { LineageView } from "@datarecce/ui/components";
|
|
132
|
+
import { axiosClient } from "@datarecce/ui/api";
|
|
133
|
+
import { useLineageViewContext } from "@datarecce/ui/hooks";
|
|
134
|
+
import type { DataFrame, Check } from "@datarecce/ui/types";
|
|
230
135
|
```
|
|
231
136
|
|
|
232
|
-
|
|
137
|
+
## Requirements
|
|
233
138
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
├── scripts/
|
|
244
|
-
│ ├── sync-submodule.sh # Submodule sync script
|
|
245
|
-
│ └── sync-deps.js # Dependency sync script
|
|
246
|
-
├── dist/ # Built output
|
|
247
|
-
├── Makefile # Build automation
|
|
248
|
-
└── package.json
|
|
249
|
-
```
|
|
139
|
+
| Dependency | Version |
|
|
140
|
+
|------------|---------|
|
|
141
|
+
| Node.js | >= 20 |
|
|
142
|
+
| React | 18.x or 19.x |
|
|
143
|
+
| @mui/material | 7.x |
|
|
144
|
+
| @emotion/react | 11.x |
|
|
145
|
+
| @tanstack/react-query | 5.x |
|
|
146
|
+
| @xyflow/react | 12.x |
|
|
147
|
+
| axios | 1.x |
|
|
250
148
|
|
|
251
|
-
##
|
|
252
|
-
|
|
253
|
-
This library is written in TypeScript and provides full type definitions. All exports include proper TypeScript types for enhanced development experience.
|
|
149
|
+
## Links
|
|
254
150
|
|
|
255
|
-
|
|
151
|
+
- [Recce Documentation](https://docs.reccehq.com/)
|
|
152
|
+
- [Main Recce Project](https://github.com/DataRecce/recce)
|
|
153
|
+
- [npm Package](https://www.npmjs.com/package/@datarecce/ui)
|
|
154
|
+
- [Issue Tracker](https://github.com/DataRecce/recce-ui/issues)
|
|
256
155
|
|
|
257
|
-
|
|
156
|
+
## Support
|
|
258
157
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
// Custom sizes available: xsmall
|
|
263
|
-
```
|
|
158
|
+
- [Discord](https://discord.com/invite/VpwXRC34jz)
|
|
159
|
+
- [dbt Slack #tools-recce](https://getdbt.slack.com/archives/C05C28V7CPP)
|
|
160
|
+
- [Email: help@reccehq.com](mailto:help@reccehq.com)
|
|
264
161
|
|
|
265
162
|
## License
|
|
266
163
|
|
|
267
|
-
Apache-2.0
|
|
268
|
-
|
|
269
|
-
## Contributing
|
|
270
|
-
|
|
271
|
-
Contributions are welcome! Please check the main [Recce repository](https://github.com/DataRecce/recce) for contribution guidelines.
|
|
272
|
-
|
|
273
|
-
## Links
|
|
274
|
-
|
|
275
|
-
- [Recce Documentation](https://datarecce.io/docs)
|
|
276
|
-
- [GitHub Repository](https://github.com/DataRecce/recce-ui)
|
|
277
|
-
- [Main Recce Project](https://github.com/DataRecce/recce)
|
|
278
|
-
- [Issue Tracker](https://github.com/DataRecce/recce/issues)
|
|
164
|
+
[Apache-2.0](./LICENSE)
|
package/dist/api.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
|
|
2
|
-
import { $i as getLineageDiff, $r as ValueDiffDetailViewOptions, A as connectToCloud, Ai as getRun, B as submitQueryBase, Bi as getCll, C as SchemaDiffViewParams, Ci as TopKResult, D as markOnboardingCompleted, Di as SubmitRunTrackProps, E as getServerFlag, Ei as SubmitOptions, F as QueryPreviewChangeParams, Fi as waitRun, Gi as LineageDiffResult, Hi as LineageData, I as QueryResult, Ii as CllInput, Ji as NodeColumnData, Ki as ManifestMetadata, L as QueryRunParams, Li as CllNodeData, M as QueryDiffResult, Mi as searchRuns, N as QueryDiffViewOptions, Ni as submitRun, O as markRelaunchHintCompleted, Oi as aggregateRuns, P as QueryParams, Pi as submitRunFromCheck, Qi as getLineage, Qr as ValueDiffDetailResult, R as QueryViewOptions, Ri as ColumnLineageData, S as select, Si as TopKDiffResult, T as RecceServerFlags, Ti as RunsAggregated, Ui as LineageDataFromMetadata, V as submitQueryDiff, Vi as CatalogMetadata, Wi as LineageDiffData, Xi as SQLMeshInfo, Yi as NodeData, Zi as ServerInfoResult, Zr as ValueDiffDetailParams, _ as saveAs, _i as HistogramResult, _r as reorderChecks, a as User, aa as stateMetadata, ai as RowCountDiffResult, b as SelectInput, bi as ProfileDiffViewOptions, c as ImportedState, ci as submitRowCountDiff, cr as createLineageDiffCheck, d as SyncStateInput, di as RowCountDiff, dr as createCheckByRun, ea as getLineageWithError, ei as ValueDiffParams, f as SyncStateResponse, fi as fetchModelRowCount, fr as createSimpleCheck, g as rename, ga as reactQueryClient, gi as HistogramDiffResult, gr as markAsPresetCheck, h as isStateSyncing, ha as axiosClient, hi as HistogramDiffParams, hr as listChecks, i as useVersionNumber, ia as pullRequestInfo, ii as RowCountDiffParams, j as QueryDiffParams, ji as listRuns, k as ConnectToCloud, ki as cancelRun, l as SaveAsInput, li as QueryRowCountResult, lr as Check, m as importState, mi as queryRowCount, mr as getCheck, n as localStorageKeys, na as getServerInfo, ni as submitValueDiff, o as fetchGitHubAvatar, oi as RowCountParams, p as exportState, pi as queryModelRowCount, pr as deleteCheck, qi as ModelInfoResult, r as getVersion, ra as gitInfo, ri as submitValueDiffDetail, s as fetchUser, si as RowCountResult, sr as LineageDiffViewOptions, t as sessionStorageKeys, ta as getModelInfo, ti as ValueDiffResult, u as ShareStateResponse, ui as RowCount, ur as CreateCheckBody, v as shareState, vi as ProfileDiffParams, vr as updateCheck, w as createSchemaDiffCheck, wi as submitProfileDiff, x as SelectOutput, xi as TopKDiffParams, y as syncState, yi as ProfileDiffResult, yr as useChecks, z as submitQuery, zi as ImpactRadiusParams } from "./index-
|
|
2
|
+
import { $i as getLineageDiff, $r as ValueDiffDetailViewOptions, A as connectToCloud, Ai as getRun, B as submitQueryBase, Bi as getCll, C as SchemaDiffViewParams, Ci as TopKResult, D as markOnboardingCompleted, Di as SubmitRunTrackProps, E as getServerFlag, Ei as SubmitOptions, F as QueryPreviewChangeParams, Fi as waitRun, Gi as LineageDiffResult, Hi as LineageData, I as QueryResult, Ii as CllInput, Ji as NodeColumnData, Ki as ManifestMetadata, L as QueryRunParams, Li as CllNodeData, M as QueryDiffResult, Mi as searchRuns, N as QueryDiffViewOptions, Ni as submitRun, O as markRelaunchHintCompleted, Oi as aggregateRuns, P as QueryParams, Pi as submitRunFromCheck, Qi as getLineage, Qr as ValueDiffDetailResult, R as QueryViewOptions, Ri as ColumnLineageData, S as select, Si as TopKDiffResult, T as RecceServerFlags, Ti as RunsAggregated, Ui as LineageDataFromMetadata, V as submitQueryDiff, Vi as CatalogMetadata, Wi as LineageDiffData, Xi as SQLMeshInfo, Yi as NodeData, Zi as ServerInfoResult, Zr as ValueDiffDetailParams, _ as saveAs, _i as HistogramResult, _r as reorderChecks, a as User, aa as stateMetadata, ai as RowCountDiffResult, b as SelectInput, bi as ProfileDiffViewOptions, c as ImportedState, ci as submitRowCountDiff, cr as createLineageDiffCheck, d as SyncStateInput, di as RowCountDiff, dr as createCheckByRun, ea as getLineageWithError, ei as ValueDiffParams, f as SyncStateResponse, fi as fetchModelRowCount, fr as createSimpleCheck, g as rename, ga as reactQueryClient, gi as HistogramDiffResult, gr as markAsPresetCheck, h as isStateSyncing, ha as axiosClient, hi as HistogramDiffParams, hr as listChecks, i as useVersionNumber, ia as pullRequestInfo, ii as RowCountDiffParams, j as QueryDiffParams, ji as listRuns, k as ConnectToCloud, ki as cancelRun, l as SaveAsInput, li as QueryRowCountResult, lr as Check, m as importState, mi as queryRowCount, mr as getCheck, n as localStorageKeys, na as getServerInfo, ni as submitValueDiff, o as fetchGitHubAvatar, oi as RowCountParams, p as exportState, pi as queryModelRowCount, pr as deleteCheck, qi as ModelInfoResult, r as getVersion, ra as gitInfo, ri as submitValueDiffDetail, s as fetchUser, si as RowCountResult, sr as LineageDiffViewOptions, t as sessionStorageKeys, ta as getModelInfo, ti as ValueDiffResult, u as ShareStateResponse, ui as RowCount, ur as CreateCheckBody, v as shareState, vi as ProfileDiffParams, vr as updateCheck, w as createSchemaDiffCheck, wi as submitProfileDiff, x as SelectOutput, xi as TopKDiffParams, y as syncState, yi as ProfileDiffResult, yr as useChecks, z as submitQuery, zi as ImpactRadiusParams } from "./index-DzBojsjY.mjs";
|
|
3
3
|
export { CatalogMetadata, Check, CllInput, CllNodeData, ColumnLineageData, ConnectToCloud, CreateCheckBody, HistogramDiffParams, HistogramDiffResult, HistogramResult, ImpactRadiusParams, ImportedState, LineageData, LineageDataFromMetadata, LineageDiffData, LineageDiffResult, LineageDiffViewOptions, ManifestMetadata, ModelInfoResult, NodeColumnData, NodeData, ProfileDiffParams, ProfileDiffResult, ProfileDiffViewOptions, QueryDiffParams, QueryDiffResult, QueryDiffViewOptions, QueryParams, QueryPreviewChangeParams, QueryResult, QueryRowCountResult, QueryRunParams, QueryViewOptions, RecceServerFlags, RowCount, RowCountDiff, RowCountDiffParams, RowCountDiffResult, RowCountParams, RowCountResult, RunsAggregated, SQLMeshInfo, SaveAsInput, SchemaDiffViewParams, SelectInput, SelectOutput, ServerInfoResult, ShareStateResponse, SubmitOptions, SubmitRunTrackProps, SyncStateInput, SyncStateResponse, TopKDiffParams, TopKDiffResult, TopKResult, User, ValueDiffDetailParams, ValueDiffDetailResult, ValueDiffDetailViewOptions, ValueDiffParams, ValueDiffResult, aggregateRuns, axiosClient, cancelRun, connectToCloud, createCheckByRun, createLineageDiffCheck, createSchemaDiffCheck, createSimpleCheck, deleteCheck, exportState, fetchGitHubAvatar, fetchModelRowCount, fetchUser, getCheck, getCll, getLineage, getLineageDiff, getLineageWithError, getModelInfo, getRun, getServerFlag, getServerInfo, getVersion, gitInfo, importState, isStateSyncing, listChecks, listRuns, localStorageKeys, markAsPresetCheck, markOnboardingCompleted, markRelaunchHintCompleted, pullRequestInfo, queryModelRowCount, queryRowCount, reactQueryClient, rename, reorderChecks, saveAs, searchRuns, select, sessionStorageKeys, shareState, stateMetadata, submitProfileDiff, submitQuery, submitQueryBase, submitQueryDiff, submitRowCountDiff, submitRun, submitRunFromCheck, submitValueDiff, submitValueDiffDetail, syncState, updateCheck, useChecks, useVersionNumber, waitRun };
|
package/dist/components.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
|
|
2
|
-
import { $n as NodeView, $t as IconSave, An as CheckEmptyState, Bn as DiffText, Cn as RunResultPane, Cr as RunToolbar, Dn as RunPage, En as RunList, Fn as ColumnNameCell, Gn as QueryPage, Hn as QueryResultView, In as SchemaView, Jn as ResourceTypeTag, Kn as SetupConnectionBanner, Ln as DiffEditor, Mn as CheckBreadcrumb, Nn as CheckDetail, On as SchemaDiffView, Pn as CheckList, Qn as NodeSqlView, Qt as IconInfo, Rn as CodeEditor, Sn as RunStatusAndDate, Sr as ScreenshotDataGrid, Tn as RunView, Un as SqlEditor, Vn as QueryDiffResultView, Wn as QueryForm, Xn as RowCountDiffTagProps, Xt as IconExport, Yn as RowCountDiffTag, Yt as IconEdit, Zn as RowCountTagProps, Zt as IconImport, _n as HistogramDiffResultView, an as NavBar, ar as useLineageViewContext, bn as ValueDiffResultView, br as ValueDiffForm, ca as HSplit, cn as SchemaSummary, da as Toaster, dn as SquareIcon, en as IconSync, er as GraphColumnNode, fa as ToasterProvider, fn as TopKSummaryList, gn as TopKDiffForm, hn as TopKDiffResultView, in as DisplayModeToggle, ir as LineageViewContext, jn as CheckDescription, kn as LineageDiffView, la as VSplit, ln as ChangeSummary, ma as MuiProvider, mn as RowCountDiffResultView, nn as HistoryToggle, nr as GraphNode, oa as LineagePage, on as TopBar, or as LineageView, pa as useToaster, pn as HistogramChart, qn as ModelRowCount, rn as RecceVersionBadge, rr as LineageViewTopBar, sa as ScreenshotBox, sn as EnvInfo, tn as IdleTimeoutBadge, tr as GraphEdge, ua as ErrorBoundary, un as SummaryView, vn as HistogramDiffForm, wn as RunModal, xn as ProfileDiffResultView, xr as ProfileDiffForm, yn as ValueDiffDetailResultView, zn as SetupConnectionGuide } from "./index-
|
|
2
|
+
import { $n as NodeView, $t as IconSave, An as CheckEmptyState, Bn as DiffText, Cn as RunResultPane, Cr as RunToolbar, Dn as RunPage, En as RunList, Fn as ColumnNameCell, Gn as QueryPage, Hn as QueryResultView, In as SchemaView, Jn as ResourceTypeTag, Kn as SetupConnectionBanner, Ln as DiffEditor, Mn as CheckBreadcrumb, Nn as CheckDetail, On as SchemaDiffView, Pn as CheckList, Qn as NodeSqlView, Qt as IconInfo, Rn as CodeEditor, Sn as RunStatusAndDate, Sr as ScreenshotDataGrid, Tn as RunView, Un as SqlEditor, Vn as QueryDiffResultView, Wn as QueryForm, Xn as RowCountDiffTagProps, Xt as IconExport, Yn as RowCountDiffTag, Yt as IconEdit, Zn as RowCountTagProps, Zt as IconImport, _n as HistogramDiffResultView, an as NavBar, ar as useLineageViewContext, bn as ValueDiffResultView, br as ValueDiffForm, ca as HSplit, cn as SchemaSummary, da as Toaster, dn as SquareIcon, en as IconSync, er as GraphColumnNode, fa as ToasterProvider, fn as TopKSummaryList, gn as TopKDiffForm, hn as TopKDiffResultView, in as DisplayModeToggle, ir as LineageViewContext, jn as CheckDescription, kn as LineageDiffView, la as VSplit, ln as ChangeSummary, ma as MuiProvider, mn as RowCountDiffResultView, nn as HistoryToggle, nr as GraphNode, oa as LineagePage, on as TopBar, or as LineageView, pa as useToaster, pn as HistogramChart, qn as ModelRowCount, rn as RecceVersionBadge, rr as LineageViewTopBar, sa as ScreenshotBox, sn as EnvInfo, tn as IdleTimeoutBadge, tr as GraphEdge, ua as ErrorBoundary, un as SummaryView, vn as HistogramDiffForm, wn as RunModal, xn as ProfileDiffResultView, xr as ProfileDiffForm, yn as ValueDiffDetailResultView, zn as SetupConnectionGuide } from "./index-DzBojsjY.mjs";
|
|
3
3
|
export { ChangeSummary, CheckBreadcrumb, CheckDescription, CheckDetail, CheckEmptyState, CheckList, CodeEditor, ColumnNameCell, DiffEditor, DiffText, DisplayModeToggle, EnvInfo, ErrorBoundary, GraphColumnNode, GraphEdge, GraphNode, HSplit, HistogramChart, HistogramDiffForm, HistogramDiffResultView, HistoryToggle, IconEdit, IconExport, IconImport, IconInfo, IconSave, IconSync, IdleTimeoutBadge, LineageDiffView, LineagePage, LineageView, LineageViewContext, LineageViewTopBar, ModelRowCount, MuiProvider, MuiProvider as MuiProviderDefault, NavBar, NodeSqlView, NodeView, ProfileDiffForm, ProfileDiffResultView, QueryDiffResultView, QueryForm, QueryPage, QueryResultView, RecceVersionBadge, ResourceTypeTag, RowCountDiffResultView, RowCountDiffTag, RowCountDiffTagProps, RowCountTagProps, RunList, RunModal, RunPage, RunResultPane, RunStatusAndDate, RunToolbar, RunView, SchemaDiffView, SchemaSummary, SchemaView, ScreenshotBox, ScreenshotDataGrid, SetupConnectionBanner, SetupConnectionGuide, SqlEditor, SquareIcon, SummaryView, Toaster, ToasterProvider, TopBar, TopKDiffForm, TopKDiffResultView, TopKSummaryList, VSplit, ValueDiffDetailResultView, ValueDiffForm, ValueDiffResultView, useLineageViewContext, useToaster };
|
package/dist/hooks.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
|
|
2
|
-
import { At as RecceActionContextProvider, Bt as useLineageGraphContext, Ct as useApiConfig, Dt as RecceCheckContextProvider, Et as useIdleTimeout, Ft as useRecceQueryContext, Gt as useValueDiffAlertDialog, Ht as RecceInstanceInfoProvider, It as useRowCountStateContext, Jt as useRecceInstanceInfo, Kt as useClipBoardToast, Lt as RecceShareStateContextProvider, Mt as useRecceActionContext, Nt as RecceQueryContextProvider, Ot as useRecceCheckContext, Pt as RowCountStateContextProvider, Rt as useRecceShareStateContext, St as useApiClient, Tt as IdleTimeoutProvider, Ut as useRecceInstanceContext, Vt as useRunsAggregated, Wt as RecceContextProvider, _t as RouteConfigProvider, ar as useLineageViewContext, bt as ApiConfig, dt as useAppLocation, ft as useAppLocationWithSearch, gt as RouteConfigContextType, ht as RouteConfig, jt as RecceActionContextType, kt as RecceActionContext, mt as useAppRoute, pt as useAppNavigation, qt as useCheckToast, ut as navigateTo, vt as useRouteConfig, wt as useApiConfigSafe, xt as ApiConfigProvider, yt as useRouteConfigSafe, zt as LineageGraphContextProvider } from "./index-
|
|
2
|
+
import { At as RecceActionContextProvider, Bt as useLineageGraphContext, Ct as useApiConfig, Dt as RecceCheckContextProvider, Et as useIdleTimeout, Ft as useRecceQueryContext, Gt as useValueDiffAlertDialog, Ht as RecceInstanceInfoProvider, It as useRowCountStateContext, Jt as useRecceInstanceInfo, Kt as useClipBoardToast, Lt as RecceShareStateContextProvider, Mt as useRecceActionContext, Nt as RecceQueryContextProvider, Ot as useRecceCheckContext, Pt as RowCountStateContextProvider, Rt as useRecceShareStateContext, St as useApiClient, Tt as IdleTimeoutProvider, Ut as useRecceInstanceContext, Vt as useRunsAggregated, Wt as RecceContextProvider, _t as RouteConfigProvider, ar as useLineageViewContext, bt as ApiConfig, dt as useAppLocation, ft as useAppLocationWithSearch, gt as RouteConfigContextType, ht as RouteConfig, jt as RecceActionContextType, kt as RecceActionContext, mt as useAppRoute, pt as useAppNavigation, qt as useCheckToast, ut as navigateTo, vt as useRouteConfig, wt as useApiConfigSafe, xt as ApiConfigProvider, yt as useRouteConfigSafe, zt as LineageGraphContextProvider } from "./index-DzBojsjY.mjs";
|
|
3
3
|
export { ApiConfig, ApiConfigProvider, IdleTimeoutProvider, LineageGraphContextProvider, RecceActionContext, RecceActionContextProvider, RecceActionContextType, RecceCheckContextProvider, RecceContextProvider, RecceInstanceInfoProvider, RecceQueryContextProvider, RecceShareStateContextProvider, RouteConfig, RouteConfigContextType, RouteConfigProvider, RowCountStateContextProvider, navigateTo, useApiClient, useApiConfig, useApiConfigSafe, useAppLocation, useAppLocationWithSearch, useAppNavigation, useAppRoute, useCheckToast, useClipBoardToast, useIdleTimeout, useLineageGraphContext, useLineageViewContext, useRecceActionContext, useRecceCheckContext, useRecceInstanceContext, useRecceInstanceInfo, useRecceQueryContext, useRecceShareStateContext, useRouteConfig, useRouteConfigSafe, useRowCountStateContext, useRunsAggregated, useValueDiffAlertDialog };
|