Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: documentation lineage propagation #1498

Merged
merged 43 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
2fa3479
feat: added basic setup
AdiGajbhiye Oct 25, 2024
6734aa9
WIP
AdiGajbhiye Oct 30, 2024
044a8d9
WIP
AdiGajbhiye Oct 31, 2024
162191f
WIP
AdiGajbhiye Oct 31, 2024
c149ff3
WIP
AdiGajbhiye Oct 31, 2024
6b58ea4
WIP
AdiGajbhiye Oct 31, 2024
2d34004
WIP
AdiGajbhiye Oct 31, 2024
8725f38
feat: load 3 models
AdiGajbhiye Nov 3, 2024
d906dfc
WIP
AdiGajbhiye Nov 3, 2024
793bedb
WIP
AdiGajbhiye Nov 3, 2024
21ec1c0
WIP
AdiGajbhiye Nov 3, 2024
e8c215b
WIP
AdiGajbhiye Nov 3, 2024
6dc5486
WIP
AdiGajbhiye Nov 3, 2024
3f278a4
WIP
AdiGajbhiye Nov 5, 2024
891cd03
fix: propagate icons
AdiGajbhiye Nov 6, 2024
017bbd6
fix: styling
AdiGajbhiye Nov 6, 2024
ffceaf1
WIP
AdiGajbhiye Nov 6, 2024
353fbc0
WIP
AdiGajbhiye Nov 6, 2024
df7b087
WIP
AdiGajbhiye Nov 6, 2024
3b190ca
WIP
AdiGajbhiye Nov 7, 2024
068dec3
feat: code refactor
AdiGajbhiye Nov 7, 2024
58f1ef4
WIP
AdiGajbhiye Nov 7, 2024
30a591f
fix: table description
AdiGajbhiye Nov 7, 2024
5ba8350
WIP
AdiGajbhiye Nov 7, 2024
69c65c9
WIP
AdiGajbhiye Nov 7, 2024
1601cff
WIP
AdiGajbhiye Nov 7, 2024
dd95fdf
WIP
AdiGajbhiye Nov 10, 2024
3fab499
WIP
AdiGajbhiye Nov 10, 2024
f3a6898
WIP
AdiGajbhiye Nov 10, 2024
13388f8
WIP
AdiGajbhiye Nov 10, 2024
33d2f36
WIP
AdiGajbhiye Nov 10, 2024
df54170
WIP
AdiGajbhiye Nov 10, 2024
a853eba
WIP
AdiGajbhiye Nov 10, 2024
470a5f0
merge commit
AdiGajbhiye Nov 10, 2024
0333496
WIP
AdiGajbhiye Nov 10, 2024
bf4570b
Update src/services/dbtLineageService.ts
AdiGajbhiye Nov 12, 2024
84cb9ef
chore: code refactor
AdiGajbhiye Nov 18, 2024
42eb8bc
fix: loader for saving documentation
AdiGajbhiye Nov 18, 2024
ae05af5
fix: error handling
AdiGajbhiye Nov 20, 2024
773d0b9
WIP
AdiGajbhiye Nov 20, 2024
b944892
WIP
AdiGajbhiye Nov 21, 2024
cc9f90a
fix: direction
AdiGajbhiye Nov 21, 2024
2e09667
Merge branch 'master' into feat-documentation-lineage-propagation
mdesmet Nov 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/altimate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export interface DBTColumnLineageRequest {
selected_column: { model_node?: ModelNode; column: string };
session_id: string;
show_indirect_edges: boolean;
event_type: string;
}

export interface DBTColumnLineageResponse {
Expand Down
Loading