@datarecce/ui 0.1.41 → 0.2.1-nightly.20260402
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/README.md +28 -133
- package/dist/AuthModal-B38pWD3T.js +7 -0
- package/dist/AuthModal-B38pWD3T.js.map +1 -0
- package/dist/RouteConfigContext-DWFg6bll.d.ts +171 -0
- package/dist/RouteConfigContext-DWFg6bll.d.ts.map +1 -0
- package/dist/RunProgress-BCFXvUsE.d.ts +429 -0
- package/dist/RunProgress-BCFXvUsE.d.ts.map +1 -0
- package/dist/ScreenshotDataGrid-BAsPWcde.d.ts +63 -0
- package/dist/ScreenshotDataGrid-BAsPWcde.d.ts.map +1 -0
- package/dist/SplitPane-g8w-XF2_.d.ts +1607 -0
- package/dist/SplitPane-g8w-XF2_.d.ts.map +1 -0
- package/dist/advanced.d.ts +17 -0
- package/dist/advanced.d.ts.map +1 -0
- package/dist/advanced.js +3 -0
- package/dist/advanced.js.map +1 -0
- package/dist/api-BwiRz6pD.d.ts +254 -0
- package/dist/api-BwiRz6pD.d.ts.map +1 -0
- package/dist/api-CbzeUNef.js +3 -0
- package/dist/api-CbzeUNef.js.map +1 -0
- package/dist/api.d.ts +3 -2
- package/dist/api.js +2 -100
- package/dist/colors-BbPSDR1X.js +3 -0
- package/dist/colors-BbPSDR1X.js.map +1 -0
- package/dist/components-run.d.ts +5 -0
- package/dist/components-run.js +2 -0
- package/dist/components.d.ts +9 -2
- package/dist/components.js +2 -86
- package/dist/constants-D-hOGDbU.js +3 -0
- package/dist/constants-D-hOGDbU.js.map +1 -0
- package/dist/constants.d.ts +3 -0
- package/dist/constants.js +2 -0
- package/dist/contexts.d.ts +6 -0
- package/dist/contexts.js +2 -0
- package/dist/fetchClient-Bqjx8inP.js +3 -0
- package/dist/fetchClient-Bqjx8inP.js.map +1 -0
- package/dist/fetchClient-CTnJ39EA.d.ts +19 -0
- package/dist/fetchClient-CTnJ39EA.d.ts.map +1 -0
- package/dist/hooks.d.ts +3 -2
- package/dist/hooks.js +2 -43
- package/dist/index-B1IyNkDA.d.ts +472 -0
- package/dist/index-B1IyNkDA.d.ts.map +1 -0
- package/dist/index-BJOCIgE1.d.ts +148 -0
- package/dist/index-BJOCIgE1.d.ts.map +1 -0
- package/dist/index-C9nBECPv.d.ts +212 -0
- package/dist/index-C9nBECPv.d.ts.map +1 -0
- package/dist/index-CHJ0PCEg.d.ts +380 -0
- package/dist/index-CHJ0PCEg.d.ts.map +1 -0
- package/dist/index-CZ7gueQV.d.ts +13 -0
- package/dist/index-CZ7gueQV.d.ts.map +1 -0
- package/dist/index-CaKcjGJC.d.ts +1536 -0
- package/dist/index-CaKcjGJC.d.ts.map +1 -0
- package/dist/index-D-H3NTdf.d.ts +744 -0
- package/dist/index-D-H3NTdf.d.ts.map +1 -0
- package/dist/index-Dh6gw0NG.d.ts +351 -0
- package/dist/index-Dh6gw0NG.d.ts.map +1 -0
- package/dist/index-Dp-BUtpt.d.ts +704 -0
- package/dist/index-Dp-BUtpt.d.ts.map +1 -0
- package/dist/index.d.ts +17 -2
- package/dist/index.js +2 -198
- package/dist/instanceInfo-DNLFhkK8.d.ts +909 -0
- package/dist/instanceInfo-DNLFhkK8.d.ts.map +1 -0
- package/dist/keepAlive-Dj0q3fC9.js +3 -0
- package/dist/keepAlive-Dj0q3fC9.js.map +1 -0
- package/dist/lib/api/queryClient.d.ts +8 -0
- package/dist/lib/api/queryClient.d.ts.map +1 -0
- package/dist/lib/api/queryClient.js +3 -0
- package/dist/lib/api/queryClient.js.map +1 -0
- package/dist/lib/api/track.d.ts +137 -0
- package/dist/lib/api/track.d.ts.map +1 -0
- package/dist/lib/api/track.js +3 -0
- package/dist/lib/api/track.js.map +1 -0
- package/dist/lib/api/user.d.ts +16 -0
- package/dist/lib/api/user.d.ts.map +1 -0
- package/dist/lib/api/user.js +3 -0
- package/dist/lib/api/user.js.map +1 -0
- package/dist/lib/const.d.ts +8 -0
- package/dist/lib/const.d.ts.map +1 -0
- package/dist/lib/const.js +3 -0
- package/dist/lib/const.js.map +1 -0
- package/dist/lib/result/ResultErrorFallback.d.ts +8 -0
- package/dist/lib/result/ResultErrorFallback.d.ts.map +1 -0
- package/dist/lib/result/ResultErrorFallback.js +3 -0
- package/dist/lib/result/ResultErrorFallback.js.map +1 -0
- package/dist/lineage-DsKqx9yh.d.ts +1299 -0
- package/dist/lineage-DsKqx9yh.d.ts.map +1 -0
- package/dist/primitives-D8s_Rs5T.d.ts +1089 -0
- package/dist/primitives-D8s_Rs5T.d.ts.map +1 -0
- package/dist/primitives.d.ts +8 -0
- package/dist/primitives.js +2 -0
- package/dist/result.d.ts +3 -0
- package/dist/result.js +2 -0
- package/dist/src-BH-TT0Mt.js +12 -0
- package/dist/src-BH-TT0Mt.js.map +1 -0
- package/dist/style.css +290 -0
- package/dist/styles.css +478 -4
- package/dist/theme-B_XT39eO.js +3 -0
- package/dist/theme-B_XT39eO.js.map +1 -0
- package/dist/theme.d.ts +2 -2
- package/dist/theme.js +2 -9
- package/dist/types-DLRfpcrV.d.ts +234 -0
- package/dist/types-DLRfpcrV.d.ts.map +1 -0
- package/dist/types-qpgIe7MT.d.ts +171 -0
- package/dist/types-qpgIe7MT.d.ts.map +1 -0
- package/dist/types.d.ts +10 -2
- package/dist/types.js +3 -9
- package/dist/types.js.map +1 -0
- package/dist/useThemeColors-OwCMwSrx.d.ts +79 -0
- package/dist/useThemeColors-OwCMwSrx.d.ts.map +1 -0
- package/dist/utils-BwEuAiEd.js +3 -0
- package/dist/utils-BwEuAiEd.js.map +1 -0
- package/dist/utils-Crcz1Rb5.js +6 -0
- package/dist/utils-Crcz1Rb5.js.map +1 -0
- package/dist/utils.d.ts +3 -0
- package/dist/utils.js +2 -0
- package/package.json +142 -108
- package/LICENSE +0 -201
- package/dist/RecceCheckContext-BJprb2xR.js +0 -7968
- package/dist/RecceCheckContext-BJprb2xR.js.map +0 -1
- package/dist/RecceCheckContext-DPnWB_aU.css +0 -215
- package/dist/RecceCheckContext-DPnWB_aU.css.map +0 -1
- package/dist/RecceCheckContext-DbZ7BdRy.mjs +0 -7426
- package/dist/RecceCheckContext-DbZ7BdRy.mjs.map +0 -1
- package/dist/RecceCheckContext-DyxOeUsX.css +0 -215
- package/dist/RecceCheckContext-DyxOeUsX.css.map +0 -1
- package/dist/api.d.mts +0 -3
- package/dist/api.js.map +0 -1
- package/dist/api.mjs +0 -46
- package/dist/api.mjs.map +0 -1
- package/dist/components-BeAjVBV3.css +0 -70
- package/dist/components-BeAjVBV3.css.map +0 -1
- package/dist/components-DfXnN1Hx.js +0 -14689
- package/dist/components-DfXnN1Hx.js.map +0 -1
- package/dist/components-iUxcqtUB.css +0 -70
- package/dist/components-iUxcqtUB.css.map +0 -1
- package/dist/components-jh6r4tQn.mjs +0 -12348
- package/dist/components-jh6r4tQn.mjs.map +0 -1
- package/dist/components.d.mts +0 -3
- package/dist/components.mjs +0 -9
- package/dist/const-CaIm1Z8g.mjs +0 -12
- package/dist/const-CaIm1Z8g.mjs.map +0 -1
- package/dist/const-CvdZO0FN.js +0 -24
- package/dist/const-CvdZO0FN.js.map +0 -1
- package/dist/hooks-cQsBXBd1.js +0 -40
- package/dist/hooks-cQsBXBd1.js.map +0 -1
- package/dist/hooks-eaHm_yEp.mjs +0 -33
- package/dist/hooks-eaHm_yEp.mjs.map +0 -1
- package/dist/hooks.d.mts +0 -3
- package/dist/hooks.mjs +0 -8
- package/dist/html2canvas-pro.esm-CsuSOHXp.js +0 -7250
- package/dist/html2canvas-pro.esm-CsuSOHXp.js.map +0 -1
- package/dist/html2canvas-pro.esm-E7kpobrC.mjs +0 -7249
- package/dist/html2canvas-pro.esm-E7kpobrC.mjs.map +0 -1
- package/dist/index-B5bpmv0i.d.mts +0 -2172
- package/dist/index-B5bpmv0i.d.mts.map +0 -1
- package/dist/index-B9lSPJTi.d.ts +0 -2170
- package/dist/index-B9lSPJTi.d.ts.map +0 -1
- package/dist/index.d.mts +0 -3
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -20
- package/dist/index.mjs.map +0 -1
- package/dist/mui-theme-CUhybmBq.mjs +0 -696
- package/dist/mui-theme-CUhybmBq.mjs.map +0 -1
- package/dist/mui-theme-iBHkjXJq.js +0 -732
- package/dist/mui-theme-iBHkjXJq.js.map +0 -1
- package/dist/state-CTITyT0R.js +0 -795
- package/dist/state-CTITyT0R.js.map +0 -1
- package/dist/state-Sc2b4jri.mjs +0 -382
- package/dist/state-Sc2b4jri.mjs.map +0 -1
- package/dist/theme.d.mts +0 -3
- package/dist/theme.mjs +0 -4
- package/dist/tooltipMessage-BC5W7H3X.js +0 -13
- package/dist/tooltipMessage-BC5W7H3X.js.map +0 -1
- package/dist/tooltipMessage-B_xMIKWL.mjs +0 -7
- package/dist/tooltipMessage-B_xMIKWL.mjs.map +0 -1
- package/dist/types.d.mts +0 -3
- package/dist/types.mjs +0 -6
- package/dist/urls-BQW5wjg-.js +0 -13
- package/dist/urls-BQW5wjg-.js.map +0 -1
- package/dist/urls-DT7FVEcS.mjs +0 -7
- package/dist/urls-DT7FVEcS.mjs.map +0 -1
- package/dist/version-B9s8yne-.js +0 -300
- package/dist/version-B9s8yne-.js.map +0 -1
- package/dist/version-DP1kU_7v.mjs +0 -162
- package/dist/version-DP1kU_7v.mjs.map +0 -1
- package/recce-source/.editorconfig +0 -26
- package/recce-source/.flake8 +0 -37
- package/recce-source/.github/ISSUE_TEMPLATE/bug_report.yml +0 -67
- package/recce-source/.github/ISSUE_TEMPLATE/custom.md +0 -10
- package/recce-source/.github/ISSUE_TEMPLATE/feature_request.yml +0 -42
- package/recce-source/.github/PULL_REQUEST_TEMPLATE.md +0 -21
- package/recce-source/.github/copilot-instructions.md +0 -331
- package/recce-source/.github/instructions/backend-instructions.md +0 -541
- package/recce-source/.github/instructions/frontend-instructions.md +0 -317
- package/recce-source/.github/workflows/build-statics.yaml +0 -72
- package/recce-source/.github/workflows/bump.yaml +0 -48
- package/recce-source/.github/workflows/integration-tests-cloud.yaml +0 -92
- package/recce-source/.github/workflows/integration-tests-sqlmesh.yaml +0 -33
- package/recce-source/.github/workflows/integration-tests.yaml +0 -52
- package/recce-source/.github/workflows/nightly.yaml +0 -246
- package/recce-source/.github/workflows/release.yaml +0 -196
- package/recce-source/.github/workflows/tests-js.yaml +0 -58
- package/recce-source/.github/workflows/tests-python.yaml +0 -128
- package/recce-source/.pre-commit-config.yaml +0 -26
- package/recce-source/CLAUDE.md +0 -483
- package/recce-source/CODE_OF_CONDUCT.md +0 -128
- package/recce-source/CONTRIBUTING.md +0 -107
- package/recce-source/LICENSE +0 -201
- package/recce-source/Makefile +0 -126
- package/recce-source/README.md +0 -182
- package/recce-source/RECCE_CLOUD.md +0 -81
- package/recce-source/SECURITY.md +0 -25
- package/recce-source/docs/PACKAGING.md +0 -340
- package/recce-source/docs/README.md +0 -1
- package/recce-source/docs/plans/2024-12-31-csv-download-design.md +0 -121
- package/recce-source/docs/plans/2024-12-31-csv-download-implementation.md +0 -930
- package/recce-source/integration_tests/dbt/dbt_project.yml +0 -26
- package/recce-source/integration_tests/dbt/models/customers.sql +0 -69
- package/recce-source/integration_tests/dbt/models/docs.md +0 -14
- package/recce-source/integration_tests/dbt/models/orders.sql +0 -56
- package/recce-source/integration_tests/dbt/models/schema.yml +0 -82
- package/recce-source/integration_tests/dbt/models/staging/schema.yml +0 -31
- package/recce-source/integration_tests/dbt/models/staging/stg_customers.sql +0 -22
- package/recce-source/integration_tests/dbt/models/staging/stg_orders.sql +0 -23
- package/recce-source/integration_tests/dbt/models/staging/stg_payments.sql +0 -25
- package/recce-source/integration_tests/dbt/packages.yml +0 -7
- package/recce-source/integration_tests/dbt/profiles.yml +0 -8
- package/recce-source/integration_tests/dbt/seeds/raw_customers.csv +0 -101
- package/recce-source/integration_tests/dbt/seeds/raw_orders.csv +0 -100
- package/recce-source/integration_tests/dbt/seeds/raw_payments.csv +0 -114
- package/recce-source/integration_tests/dbt/seeds/raw_statuses.csv +0 -5
- package/recce-source/integration_tests/dbt/smoke_test.sh +0 -72
- package/recce-source/integration_tests/dbt/smoke_test_cloud.sh +0 -71
- package/recce-source/integration_tests/sqlmesh/__init__.py +0 -0
- package/recce-source/integration_tests/sqlmesh/audits/assert_item_price_above_zero.sql +0 -9
- package/recce-source/integration_tests/sqlmesh/audits/items.sql +0 -7
- package/recce-source/integration_tests/sqlmesh/audits/order_items.sql +0 -7
- package/recce-source/integration_tests/sqlmesh/config.py +0 -171
- package/recce-source/integration_tests/sqlmesh/helper.py +0 -20
- package/recce-source/integration_tests/sqlmesh/hooks/__init__.py +0 -0
- package/recce-source/integration_tests/sqlmesh/macros/__init__.py +0 -0
- package/recce-source/integration_tests/sqlmesh/macros/macros.py +0 -8
- package/recce-source/integration_tests/sqlmesh/macros/macros.sql +0 -8
- package/recce-source/integration_tests/sqlmesh/macros/utils.py +0 -11
- package/recce-source/integration_tests/sqlmesh/metrics/metrics.sql +0 -25
- package/recce-source/integration_tests/sqlmesh/models/customer_revenue_by_day.sql +0 -41
- package/recce-source/integration_tests/sqlmesh/models/customer_revenue_lifetime.sql +0 -60
- package/recce-source/integration_tests/sqlmesh/models/customers.sql +0 -32
- package/recce-source/integration_tests/sqlmesh/models/items.py +0 -95
- package/recce-source/integration_tests/sqlmesh/models/marketing.sql +0 -15
- package/recce-source/integration_tests/sqlmesh/models/order_items.py +0 -95
- package/recce-source/integration_tests/sqlmesh/models/orders.py +0 -70
- package/recce-source/integration_tests/sqlmesh/models/raw_marketing.py +0 -62
- package/recce-source/integration_tests/sqlmesh/models/top_waiters.sql +0 -23
- package/recce-source/integration_tests/sqlmesh/models/waiter_as_customer_by_day.sql +0 -29
- package/recce-source/integration_tests/sqlmesh/models/waiter_names.sql +0 -10
- package/recce-source/integration_tests/sqlmesh/models/waiter_revenue_by_day.sql +0 -29
- package/recce-source/integration_tests/sqlmesh/models/waiters.py +0 -62
- package/recce-source/integration_tests/sqlmesh/prep_env.sh +0 -16
- package/recce-source/integration_tests/sqlmesh/schema.yaml +0 -5
- package/recce-source/integration_tests/sqlmesh/seeds/waiter_names.csv +0 -11
- package/recce-source/integration_tests/sqlmesh/test_server.sh +0 -29
- package/recce-source/integration_tests/sqlmesh/tests/test_customer_revenue_by_day.yaml +0 -63
- package/recce-source/integration_tests/sqlmesh/tests/test_order_items.yaml +0 -72
- package/recce-source/js/.editorconfig +0 -27
- package/recce-source/js/.env.development +0 -5
- package/recce-source/js/.husky/pre-commit +0 -29
- package/recce-source/js/.nvmrc +0 -1
- package/recce-source/js/README.md +0 -39
- package/recce-source/js/app/(mainComponents)/DisplayModeToggle.tsx +0 -65
- package/recce-source/js/app/(mainComponents)/NavBar.tsx +0 -228
- package/recce-source/js/app/(mainComponents)/RecceVersionBadge.tsx +0 -107
- package/recce-source/js/app/(mainComponents)/TopBar.tsx +0 -252
- package/recce-source/js/app/@lineage/default.tsx +0 -20
- package/recce-source/js/app/@lineage/page.tsx +0 -14
- package/recce-source/js/app/MainLayout.tsx +0 -170
- package/recce-source/js/app/Providers.tsx +0 -49
- package/recce-source/js/app/checks/page.tsx +0 -296
- package/recce-source/js/app/error.tsx +0 -93
- package/recce-source/js/app/favicon.ico +0 -0
- package/recce-source/js/app/global-error.tsx +0 -115
- package/recce-source/js/app/global.css +0 -82
- package/recce-source/js/app/layout.tsx +0 -48
- package/recce-source/js/app/lineage/page.tsx +0 -15
- package/recce-source/js/app/page.tsx +0 -12
- package/recce-source/js/app/query/page.tsx +0 -8
- package/recce-source/js/biome.json +0 -313
- package/recce-source/js/jest.config.js +0 -34
- package/recce-source/js/jest.globals.d.ts +0 -32
- package/recce-source/js/jest.setup.js +0 -91
- package/recce-source/js/next.config.js +0 -16
- package/recce-source/js/package-lock.json +0 -13843
- package/recce-source/js/package.json +0 -123
- package/recce-source/js/pnpm-lock.yaml +0 -9235
- package/recce-source/js/pnpm-workspace.yaml +0 -6
- package/recce-source/js/postcss.config.js +0 -5
- package/recce-source/js/public/auth_callback.html +0 -68
- package/recce-source/js/public/imgs/feedback/thumbs-down.png +0 -0
- package/recce-source/js/public/imgs/feedback/thumbs-up.png +0 -0
- package/recce-source/js/public/imgs/reload-image.svg +0 -4
- package/recce-source/js/public/logo/recce-logo-white.png +0 -0
- package/recce-source/js/src/components/AuthModal/AuthModal.tsx +0 -202
- package/recce-source/js/src/components/app/AvatarDropdown.tsx +0 -159
- package/recce-source/js/src/components/app/EnvInfo.tsx +0 -357
- package/recce-source/js/src/components/app/Filename.tsx +0 -388
- package/recce-source/js/src/components/app/SetupConnectionPopover.tsx +0 -91
- package/recce-source/js/src/components/app/StateExporter.tsx +0 -57
- package/recce-source/js/src/components/app/StateImporter.tsx +0 -198
- package/recce-source/js/src/components/app/StateSharing.tsx +0 -145
- package/recce-source/js/src/components/app/StateSynchronizer.tsx +0 -205
- package/recce-source/js/src/components/charts/HistogramChart.tsx +0 -291
- package/recce-source/js/src/components/charts/SquareIcon.tsx +0 -51
- package/recce-source/js/src/components/charts/TopKSummaryList.tsx +0 -457
- package/recce-source/js/src/components/charts/chartTheme.ts +0 -74
- package/recce-source/js/src/components/check/CheckBreadcrumb.tsx +0 -97
- package/recce-source/js/src/components/check/CheckDescription.tsx +0 -134
- package/recce-source/js/src/components/check/CheckDetail.tsx +0 -797
- package/recce-source/js/src/components/check/CheckEmptyState.tsx +0 -84
- package/recce-source/js/src/components/check/CheckList.tsx +0 -320
- package/recce-source/js/src/components/check/LineageDiffView.tsx +0 -32
- package/recce-source/js/src/components/check/PresetCheckTemplateView.tsx +0 -48
- package/recce-source/js/src/components/check/SchemaDiffView.tsx +0 -290
- package/recce-source/js/src/components/check/check.ts +0 -25
- package/recce-source/js/src/components/check/timeline/CheckTimeline.tsx +0 -163
- package/recce-source/js/src/components/check/timeline/CommentInput.tsx +0 -84
- package/recce-source/js/src/components/check/timeline/TimelineEvent.tsx +0 -468
- package/recce-source/js/src/components/check/timeline/index.ts +0 -12
- package/recce-source/js/src/components/check/utils.ts +0 -12
- package/recce-source/js/src/components/data-grid/ScreenshotDataGrid.tsx +0 -333
- package/recce-source/js/src/components/data-grid/agGridStyles.css +0 -55
- package/recce-source/js/src/components/data-grid/agGridTheme.ts +0 -43
- package/recce-source/js/src/components/editor/CodeEditor.tsx +0 -107
- package/recce-source/js/src/components/editor/DiffEditor.tsx +0 -162
- package/recce-source/js/src/components/editor/index.ts +0 -12
- package/recce-source/js/src/components/errorboundary/ErrorBoundary.tsx +0 -87
- package/recce-source/js/src/components/histogram/HistogramDiffForm.tsx +0 -147
- package/recce-source/js/src/components/histogram/HistogramDiffResultView.tsx +0 -63
- package/recce-source/js/src/components/icons/index.tsx +0 -142
- package/recce-source/js/src/components/lineage/ActionControl.tsx +0 -63
- package/recce-source/js/src/components/lineage/ActionTag.tsx +0 -141
- package/recce-source/js/src/components/lineage/ChangeStatusLegend.tsx +0 -46
- package/recce-source/js/src/components/lineage/ColumnLevelLineageControl.tsx +0 -327
- package/recce-source/js/src/components/lineage/ColumnLevelLineageLegend.tsx +0 -57
- package/recce-source/js/src/components/lineage/GraphColumnNode.tsx +0 -199
- package/recce-source/js/src/components/lineage/GraphEdge.tsx +0 -59
- package/recce-source/js/src/components/lineage/GraphNode.tsx +0 -555
- package/recce-source/js/src/components/lineage/LineagePage.tsx +0 -10
- package/recce-source/js/src/components/lineage/LineageView.tsx +0 -1384
- package/recce-source/js/src/components/lineage/LineageViewContext.tsx +0 -86
- package/recce-source/js/src/components/lineage/LineageViewContextMenu.tsx +0 -637
- package/recce-source/js/src/components/lineage/LineageViewNotification.tsx +0 -64
- package/recce-source/js/src/components/lineage/LineageViewTopBar.tsx +0 -596
- package/recce-source/js/src/components/lineage/NodeSqlView.tsx +0 -136
- package/recce-source/js/src/components/lineage/NodeTag.tsx +0 -278
- package/recce-source/js/src/components/lineage/NodeView.tsx +0 -642
- package/recce-source/js/src/components/lineage/SandboxView.tsx +0 -436
- package/recce-source/js/src/components/lineage/ServerDisconnectedModalContent.tsx +0 -105
- package/recce-source/js/src/components/lineage/SetupConnectionBanner.tsx +0 -52
- package/recce-source/js/src/components/lineage/SingleEnvironmentQueryView.tsx +0 -152
- package/recce-source/js/src/components/lineage/graph.test.ts +0 -31
- package/recce-source/js/src/components/lineage/graph.ts +0 -58
- package/recce-source/js/src/components/lineage/lineage.test.ts +0 -169
- package/recce-source/js/src/components/lineage/lineage.ts +0 -521
- package/recce-source/js/src/components/lineage/styles.css +0 -42
- package/recce-source/js/src/components/lineage/styles.tsx +0 -165
- package/recce-source/js/src/components/lineage/useMultiNodesAction.ts +0 -352
- package/recce-source/js/src/components/lineage/useValueDiffAlertDialog.tsx +0 -108
- package/recce-source/js/src/components/onboarding-guide/Notification.tsx +0 -62
- package/recce-source/js/src/components/profile/ProfileDiffForm.tsx +0 -134
- package/recce-source/js/src/components/profile/ProfileDiffResultView.tsx +0 -243
- package/recce-source/js/src/components/query/ChangedOnlyCheckbox.tsx +0 -29
- package/recce-source/js/src/components/query/DiffText.tsx +0 -120
- package/recce-source/js/src/components/query/QueryDiffResultView.tsx +0 -468
- package/recce-source/js/src/components/query/QueryForm.tsx +0 -80
- package/recce-source/js/src/components/query/QueryPage.tsx +0 -282
- package/recce-source/js/src/components/query/QueryResultView.tsx +0 -180
- package/recce-source/js/src/components/query/SetupConnectionGuide.tsx +0 -57
- package/recce-source/js/src/components/query/SqlEditor.tsx +0 -245
- package/recce-source/js/src/components/query/ToggleSwitch.tsx +0 -84
- package/recce-source/js/src/components/query/styles.css +0 -21
- package/recce-source/js/src/components/routing/DirectUrlAccess.test.tsx +0 -428
- package/recce-source/js/src/components/routing/LineageStatePreservation.test.tsx +0 -311
- package/recce-source/js/src/components/routing/Navigation.test.tsx +0 -256
- package/recce-source/js/src/components/rowcount/RowCountDiffResultView.tsx +0 -108
- package/recce-source/js/src/components/rowcount/delta.test.ts +0 -51
- package/recce-source/js/src/components/rowcount/delta.ts +0 -16
- package/recce-source/js/src/components/run/RunList.tsx +0 -303
- package/recce-source/js/src/components/run/RunModal.tsx +0 -191
- package/recce-source/js/src/components/run/RunPage.tsx +0 -26
- package/recce-source/js/src/components/run/RunResultPane.tsx +0 -578
- package/recce-source/js/src/components/run/RunStatusAndDate.tsx +0 -106
- package/recce-source/js/src/components/run/RunToolbar.tsx +0 -70
- package/recce-source/js/src/components/run/RunView.tsx +0 -196
- package/recce-source/js/src/components/run/registry.ts +0 -214
- package/recce-source/js/src/components/run/types.ts +0 -14
- package/recce-source/js/src/components/schema/ColumnNameCell.test.tsx +0 -169
- package/recce-source/js/src/components/schema/ColumnNameCell.tsx +0 -198
- package/recce-source/js/src/components/schema/SchemaView.tsx +0 -336
- package/recce-source/js/src/components/schema/schemaDiff.ts +0 -32
- package/recce-source/js/src/components/schema/style.css +0 -134
- package/recce-source/js/src/components/screenshot/ScreenshotBox.tsx +0 -39
- package/recce-source/js/src/components/shared/HistoryToggle.tsx +0 -35
- package/recce-source/js/src/components/split/Split.tsx +0 -40
- package/recce-source/js/src/components/split/styles.css +0 -24
- package/recce-source/js/src/components/summary/ChangeSummary.tsx +0 -264
- package/recce-source/js/src/components/summary/SchemaSummary.tsx +0 -123
- package/recce-source/js/src/components/summary/SummaryView.tsx +0 -29
- package/recce-source/js/src/components/timeout/IdleTimeoutBadge.tsx +0 -48
- package/recce-source/js/src/components/top-k/TopKDiffForm.tsx +0 -58
- package/recce-source/js/src/components/top-k/TopKDiffResultView.tsx +0 -73
- package/recce-source/js/src/components/ui/dataGrid/DataFrameColumnGroupHeader.tsx +0 -228
- package/recce-source/js/src/components/ui/dataGrid/DataFrameColumnHeader.tsx +0 -113
- package/recce-source/js/src/components/ui/dataGrid/defaultRenderCell.tsx +0 -72
- package/recce-source/js/src/components/ui/dataGrid/index.ts +0 -23
- package/recce-source/js/src/components/ui/dataGrid/inlineRenderCell.test.tsx +0 -607
- package/recce-source/js/src/components/ui/dataGrid/inlineRenderCell.tsx +0 -211
- package/recce-source/js/src/components/ui/dataGrid/schemaCells.test.tsx +0 -452
- package/recce-source/js/src/components/ui/dataGrid/schemaCells.tsx +0 -142
- package/recce-source/js/src/components/ui/dataGrid/valueDiffCells.test.tsx +0 -178
- package/recce-source/js/src/components/ui/dataGrid/valueDiffCells.tsx +0 -275
- package/recce-source/js/src/components/ui/markdown/ExternalLinkConfirmDialog.tsx +0 -134
- package/recce-source/js/src/components/ui/markdown/MarkdownContent.tsx +0 -364
- package/recce-source/js/src/components/ui/mui/index.ts +0 -13
- package/recce-source/js/src/components/ui/mui-provider.tsx +0 -67
- package/recce-source/js/src/components/ui/mui-theme.ts +0 -1039
- package/recce-source/js/src/components/ui/mui-utils.ts +0 -113
- package/recce-source/js/src/components/ui/toaster.tsx +0 -288
- package/recce-source/js/src/components/valuediff/ValueDiffDetailResultView.tsx +0 -216
- package/recce-source/js/src/components/valuediff/ValueDiffForm.tsx +0 -246
- package/recce-source/js/src/components/valuediff/ValueDiffResultView.tsx +0 -81
- package/recce-source/js/src/components/valuediff/shared.ts +0 -33
- package/recce-source/js/src/constants/tooltipMessage.ts +0 -3
- package/recce-source/js/src/constants/urls.ts +0 -1
- package/recce-source/js/src/lib/UrlHash.ts +0 -12
- package/recce-source/js/src/lib/api/adhocQuery.ts +0 -70
- package/recce-source/js/src/lib/api/axiosClient.ts +0 -9
- package/recce-source/js/src/lib/api/cacheKeys.ts +0 -13
- package/recce-source/js/src/lib/api/checkEvents.ts +0 -252
- package/recce-source/js/src/lib/api/checks.ts +0 -129
- package/recce-source/js/src/lib/api/cll.ts +0 -53
- package/recce-source/js/src/lib/api/connectToCloud.ts +0 -13
- package/recce-source/js/src/lib/api/flag.ts +0 -37
- package/recce-source/js/src/lib/api/info.ts +0 -198
- package/recce-source/js/src/lib/api/instanceInfo.ts +0 -25
- package/recce-source/js/src/lib/api/keepAlive.ts +0 -108
- package/recce-source/js/src/lib/api/lineagecheck.ts +0 -35
- package/recce-source/js/src/lib/api/localStorageKeys.ts +0 -7
- package/recce-source/js/src/lib/api/models.ts +0 -59
- package/recce-source/js/src/lib/api/profile.ts +0 -65
- package/recce-source/js/src/lib/api/rowcount.ts +0 -19
- package/recce-source/js/src/lib/api/runs.ts +0 -174
- package/recce-source/js/src/lib/api/schemacheck.ts +0 -31
- package/recce-source/js/src/lib/api/select.ts +0 -25
- package/recce-source/js/src/lib/api/sessionStorageKeys.ts +0 -8
- package/recce-source/js/src/lib/api/state.ts +0 -117
- package/recce-source/js/src/lib/api/track.ts +0 -281
- package/recce-source/js/src/lib/api/types.ts +0 -284
- package/recce-source/js/src/lib/api/user.ts +0 -42
- package/recce-source/js/src/lib/api/valuediff.ts +0 -46
- package/recce-source/js/src/lib/api/version.ts +0 -40
- package/recce-source/js/src/lib/const.ts +0 -9
- package/recce-source/js/src/lib/csv/extractors.test.ts +0 -456
- package/recce-source/js/src/lib/csv/extractors.ts +0 -468
- package/recce-source/js/src/lib/csv/format.test.ts +0 -211
- package/recce-source/js/src/lib/csv/format.ts +0 -44
- package/recce-source/js/src/lib/csv/index.test.ts +0 -155
- package/recce-source/js/src/lib/csv/index.ts +0 -109
- package/recce-source/js/src/lib/dataGrid/crossFunctionConsistency.test.ts +0 -626
- package/recce-source/js/src/lib/dataGrid/dataGridFactory.test.ts +0 -2140
- package/recce-source/js/src/lib/dataGrid/dataGridFactory.ts +0 -397
- package/recce-source/js/src/lib/dataGrid/generators/rowCountUtils.test.ts +0 -132
- package/recce-source/js/src/lib/dataGrid/generators/rowCountUtils.ts +0 -126
- package/recce-source/js/src/lib/dataGrid/generators/toDataDiffGrid.test.ts +0 -1627
- package/recce-source/js/src/lib/dataGrid/generators/toDataDiffGrid.ts +0 -140
- package/recce-source/js/src/lib/dataGrid/generators/toDataGrid.ts +0 -67
- package/recce-source/js/src/lib/dataGrid/generators/toRowCountDataGrid.test.ts +0 -142
- package/recce-source/js/src/lib/dataGrid/generators/toRowCountDataGrid.ts +0 -71
- package/recce-source/js/src/lib/dataGrid/generators/toRowCountDiffDataGrid.test.ts +0 -258
- package/recce-source/js/src/lib/dataGrid/generators/toRowCountDiffDataGrid.ts +0 -153
- package/recce-source/js/src/lib/dataGrid/generators/toSchemaDataGrid.test.ts +0 -951
- package/recce-source/js/src/lib/dataGrid/generators/toSchemaDataGrid.ts +0 -221
- package/recce-source/js/src/lib/dataGrid/generators/toValueDataGrid.test.ts +0 -395
- package/recce-source/js/src/lib/dataGrid/generators/toValueDataGrid.ts +0 -184
- package/recce-source/js/src/lib/dataGrid/generators/toValueDiffGrid.test.ts +0 -884
- package/recce-source/js/src/lib/dataGrid/generators/toValueDiffGrid.ts +0 -113
- package/recce-source/js/src/lib/dataGrid/index.ts +0 -51
- package/recce-source/js/src/lib/dataGrid/propertyBased.test.ts +0 -858
- package/recce-source/js/src/lib/dataGrid/shared/columnBuilders.test.ts +0 -482
- package/recce-source/js/src/lib/dataGrid/shared/columnBuilders.ts +0 -345
- package/recce-source/js/src/lib/dataGrid/shared/dataTypeEdgeCases.test.ts +0 -698
- package/recce-source/js/src/lib/dataGrid/shared/diffColumnBuilder.test.tsx +0 -820
- package/recce-source/js/src/lib/dataGrid/shared/diffColumnBuilder.tsx +0 -277
- package/recce-source/js/src/lib/dataGrid/shared/gridUtils.test.ts +0 -785
- package/recce-source/js/src/lib/dataGrid/shared/gridUtils.ts +0 -370
- package/recce-source/js/src/lib/dataGrid/shared/index.ts +0 -81
- package/recce-source/js/src/lib/dataGrid/shared/rowBuilders.test.ts +0 -909
- package/recce-source/js/src/lib/dataGrid/shared/rowBuilders.ts +0 -325
- package/recce-source/js/src/lib/dataGrid/shared/simpleColumnBuilder.tsx +0 -240
- package/recce-source/js/src/lib/dataGrid/shared/toDiffColumn.test.tsx +0 -719
- package/recce-source/js/src/lib/dataGrid/shared/toDiffColumn.tsx +0 -231
- package/recce-source/js/src/lib/dataGrid/shared/validation.test.ts +0 -559
- package/recce-source/js/src/lib/dataGrid/shared/validation.ts +0 -367
- package/recce-source/js/src/lib/dataGrid/warehouseNamingConventions.test.ts +0 -1117
- package/recce-source/js/src/lib/formatSelect.ts +0 -50
- package/recce-source/js/src/lib/hooks/ApiConfigContext.tsx +0 -181
- package/recce-source/js/src/lib/hooks/IdleTimeoutContext.tsx +0 -177
- package/recce-source/js/src/lib/hooks/LineageGraphContext.tsx +0 -512
- package/recce-source/js/src/lib/hooks/RecceActionContext.tsx +0 -269
- package/recce-source/js/src/lib/hooks/RecceCheckContext.tsx +0 -33
- package/recce-source/js/src/lib/hooks/RecceContextProvider.tsx +0 -54
- package/recce-source/js/src/lib/hooks/RecceInstanceContext.tsx +0 -129
- package/recce-source/js/src/lib/hooks/RecceQueryContext.tsx +0 -98
- package/recce-source/js/src/lib/hooks/RecceShareStateContext.tsx +0 -59
- package/recce-source/js/src/lib/hooks/ScreenShot.tsx +0 -399
- package/recce-source/js/src/lib/hooks/useAppRouter.test.ts +0 -211
- package/recce-source/js/src/lib/hooks/useAppRouter.ts +0 -200
- package/recce-source/js/src/lib/hooks/useCSVExport.ts +0 -136
- package/recce-source/js/src/lib/hooks/useCheckEvents.ts +0 -99
- package/recce-source/js/src/lib/hooks/useCheckToast.tsx +0 -14
- package/recce-source/js/src/lib/hooks/useClipBoardToast.tsx +0 -27
- package/recce-source/js/src/lib/hooks/useCountdownToast.tsx +0 -102
- package/recce-source/js/src/lib/hooks/useFeedbackCollectionToast.tsx +0 -130
- package/recce-source/js/src/lib/hooks/useGuideToast.tsx +0 -45
- package/recce-source/js/src/lib/hooks/useIdleDetection.tsx +0 -185
- package/recce-source/js/src/lib/hooks/useModelColumns.tsx +0 -113
- package/recce-source/js/src/lib/hooks/useRecceInstanceInfo.tsx +0 -13
- package/recce-source/js/src/lib/hooks/useRecceServerFlag.tsx +0 -13
- package/recce-source/js/src/lib/hooks/useRun.tsx +0 -89
- package/recce-source/js/src/lib/hooks/useThemeColors.ts +0 -115
- package/recce-source/js/src/lib/mergeKeys.test.ts +0 -89
- package/recce-source/js/src/lib/mergeKeys.ts +0 -86
- package/recce-source/js/src/lib/result/ResultErrorFallback.tsx +0 -9
- package/recce-source/js/src/lib/utils/formatTime.ts +0 -84
- package/recce-source/js/src/lib/utils/urls.ts +0 -16
- package/recce-source/js/src/utils/DropdownValuesInput.tsx +0 -297
- package/recce-source/js/src/utils/formatters.tsx +0 -237
- package/recce-source/js/src/utils/transforms.ts +0 -81
- package/recce-source/js/tsconfig.json +0 -47
- package/recce-source/macros/README.md +0 -8
- package/recce-source/macros/recce_athena.sql +0 -73
- package/recce-source/pyproject.toml +0 -109
- package/recce-source/recce/VERSION +0 -1
- package/recce-source/recce/__init__.py +0 -84
- package/recce-source/recce/adapter/__init__.py +0 -0
- package/recce-source/recce/adapter/base.py +0 -109
- package/recce-source/recce/adapter/dbt_adapter/__init__.py +0 -1699
- package/recce-source/recce/adapter/dbt_adapter/dbt_version.py +0 -42
- package/recce-source/recce/adapter/sqlmesh_adapter.py +0 -141
- package/recce-source/recce/apis/__init__.py +0 -0
- package/recce-source/recce/apis/check_api.py +0 -203
- package/recce-source/recce/apis/check_events_api.py +0 -353
- package/recce-source/recce/apis/check_func.py +0 -130
- package/recce-source/recce/apis/run_api.py +0 -130
- package/recce-source/recce/apis/run_func.py +0 -258
- package/recce-source/recce/artifact.py +0 -266
- package/recce-source/recce/cli.py +0 -1846
- package/recce-source/recce/config.py +0 -127
- package/recce-source/recce/connect_to_cloud.py +0 -138
- package/recce-source/recce/core.py +0 -334
- package/recce-source/recce/diff.py +0 -26
- package/recce-source/recce/event/CONFIG +0 -1
- package/recce-source/recce/event/SENTRY_DNS +0 -1
- package/recce-source/recce/event/__init__.py +0 -304
- package/recce-source/recce/event/collector.py +0 -184
- package/recce-source/recce/event/track.py +0 -158
- package/recce-source/recce/exceptions.py +0 -21
- package/recce-source/recce/git.py +0 -77
- package/recce-source/recce/github.py +0 -222
- package/recce-source/recce/mcp_server.py +0 -885
- package/recce-source/recce/models/__init__.py +0 -6
- package/recce-source/recce/models/check.py +0 -481
- package/recce-source/recce/models/run.py +0 -46
- package/recce-source/recce/models/types.py +0 -218
- package/recce-source/recce/pull_request.py +0 -124
- package/recce-source/recce/run.py +0 -390
- package/recce-source/recce/server.py +0 -877
- package/recce-source/recce/state/__init__.py +0 -31
- package/recce-source/recce/state/cloud.py +0 -644
- package/recce-source/recce/state/const.py +0 -26
- package/recce-source/recce/state/local.py +0 -56
- package/recce-source/recce/state/state.py +0 -119
- package/recce-source/recce/state/state_loader.py +0 -174
- package/recce-source/recce/summary.py +0 -575
- package/recce-source/recce/tasks/__init__.py +0 -23
- package/recce-source/recce/tasks/core.py +0 -134
- package/recce-source/recce/tasks/dataframe.py +0 -170
- package/recce-source/recce/tasks/histogram.py +0 -433
- package/recce-source/recce/tasks/lineage.py +0 -19
- package/recce-source/recce/tasks/profile.py +0 -298
- package/recce-source/recce/tasks/query.py +0 -450
- package/recce-source/recce/tasks/rowcount.py +0 -277
- package/recce-source/recce/tasks/schema.py +0 -65
- package/recce-source/recce/tasks/top_k.py +0 -172
- package/recce-source/recce/tasks/utils.py +0 -147
- package/recce-source/recce/tasks/valuediff.py +0 -497
- package/recce-source/recce/util/__init__.py +0 -4
- package/recce-source/recce/util/api_token.py +0 -80
- package/recce-source/recce/util/breaking.py +0 -330
- package/recce-source/recce/util/cache.py +0 -25
- package/recce-source/recce/util/cll.py +0 -355
- package/recce-source/recce/util/cloud/__init__.py +0 -15
- package/recce-source/recce/util/cloud/base.py +0 -115
- package/recce-source/recce/util/cloud/check_events.py +0 -190
- package/recce-source/recce/util/cloud/checks.py +0 -242
- package/recce-source/recce/util/io.py +0 -120
- package/recce-source/recce/util/lineage.py +0 -83
- package/recce-source/recce/util/logger.py +0 -25
- package/recce-source/recce/util/onboarding_state.py +0 -45
- package/recce-source/recce/util/perf_tracking.py +0 -85
- package/recce-source/recce/util/pydantic_model.py +0 -22
- package/recce-source/recce/util/recce_cloud.py +0 -454
- package/recce-source/recce/util/singleton.py +0 -18
- package/recce-source/recce/util/startup_perf.py +0 -121
- package/recce-source/recce/yaml/__init__.py +0 -58
- package/recce-source/recce_cloud/README.md +0 -780
- package/recce-source/recce_cloud/VERSION +0 -1
- package/recce-source/recce_cloud/__init__.py +0 -24
- package/recce-source/recce_cloud/api/__init__.py +0 -17
- package/recce-source/recce_cloud/api/base.py +0 -132
- package/recce-source/recce_cloud/api/client.py +0 -186
- package/recce-source/recce_cloud/api/exceptions.py +0 -26
- package/recce-source/recce_cloud/api/factory.py +0 -63
- package/recce-source/recce_cloud/api/github.py +0 -106
- package/recce-source/recce_cloud/api/gitlab.py +0 -111
- package/recce-source/recce_cloud/artifact.py +0 -57
- package/recce-source/recce_cloud/ci_providers/__init__.py +0 -9
- package/recce-source/recce_cloud/ci_providers/base.py +0 -82
- package/recce-source/recce_cloud/ci_providers/detector.py +0 -147
- package/recce-source/recce_cloud/ci_providers/github_actions.py +0 -136
- package/recce-source/recce_cloud/ci_providers/gitlab_ci.py +0 -130
- package/recce-source/recce_cloud/cli.py +0 -434
- package/recce-source/recce_cloud/download.py +0 -230
- package/recce-source/recce_cloud/hatch_build.py +0 -20
- package/recce-source/recce_cloud/pyproject.toml +0 -49
- package/recce-source/recce_cloud/upload.py +0 -214
- package/recce-source/test.py +0 -0
- package/recce-source/tests/__init__.py +0 -0
- package/recce-source/tests/adapter/__init__.py +0 -0
- package/recce-source/tests/adapter/dbt_adapter/__init__.py +0 -0
- package/recce-source/tests/adapter/dbt_adapter/conftest.py +0 -17
- package/recce-source/tests/adapter/dbt_adapter/dbt_test_helper.py +0 -298
- package/recce-source/tests/adapter/dbt_adapter/test_dbt_adapter.py +0 -25
- package/recce-source/tests/adapter/dbt_adapter/test_dbt_cll.py +0 -717
- package/recce-source/tests/adapter/dbt_adapter/test_proj/dbt_project.yml +0 -4
- package/recce-source/tests/adapter/dbt_adapter/test_proj/manifest.json +0 -1
- package/recce-source/tests/adapter/dbt_adapter/test_proj/package-lock.yml +0 -8
- package/recce-source/tests/adapter/dbt_adapter/test_proj/packages.yml +0 -7
- package/recce-source/tests/adapter/dbt_adapter/test_proj/profiles.yml +0 -6
- package/recce-source/tests/adapter/dbt_adapter/test_selector.py +0 -205
- package/recce-source/tests/apis/__init__.py +0 -0
- package/recce-source/tests/apis/row_count_diff.json +0 -59
- package/recce-source/tests/apis/test_check_events_api.py +0 -615
- package/recce-source/tests/apis/test_run_func.py +0 -433
- package/recce-source/tests/catalog.json +0 -527
- package/recce-source/tests/data/manifest/base/catalog.json +0 -1
- package/recce-source/tests/data/manifest/base/manifest.json +0 -1
- package/recce-source/tests/data/manifest/pr2/catalog.json +0 -1
- package/recce-source/tests/data/manifest/pr2/manifest.json +0 -1
- package/recce-source/tests/manifest.json +0 -10655
- package/recce-source/tests/models/__init__.py +0 -0
- package/recce-source/tests/models/test_check.py +0 -731
- package/recce-source/tests/models/test_run_models.py +0 -295
- package/recce-source/tests/recce_cloud/__init__.py +0 -0
- package/recce-source/tests/recce_cloud/test_ci_providers.py +0 -351
- package/recce-source/tests/recce_cloud/test_cli.py +0 -735
- package/recce-source/tests/recce_cloud/test_client.py +0 -379
- package/recce-source/tests/recce_cloud/test_platform_clients.py +0 -483
- package/recce-source/tests/recce_state.json +0 -1
- package/recce-source/tests/state/test_cloud.py +0 -719
- package/recce-source/tests/state/test_local.py +0 -164
- package/recce-source/tests/state/test_state_loader.py +0 -211
- package/recce-source/tests/tasks/__init__.py +0 -0
- package/recce-source/tests/tasks/conftest.py +0 -4
- package/recce-source/tests/tasks/test_histogram.py +0 -129
- package/recce-source/tests/tasks/test_lineage.py +0 -55
- package/recce-source/tests/tasks/test_preset_checks.py +0 -64
- package/recce-source/tests/tasks/test_profile.py +0 -397
- package/recce-source/tests/tasks/test_query.py +0 -528
- package/recce-source/tests/tasks/test_row_count.py +0 -133
- package/recce-source/tests/tasks/test_schema.py +0 -122
- package/recce-source/tests/tasks/test_top_k.py +0 -77
- package/recce-source/tests/tasks/test_utils.py +0 -439
- package/recce-source/tests/tasks/test_valuediff.py +0 -361
- package/recce-source/tests/test_cli.py +0 -236
- package/recce-source/tests/test_cli_mcp_optional.py +0 -45
- package/recce-source/tests/test_cloud_listing_cli.py +0 -324
- package/recce-source/tests/test_config.py +0 -43
- package/recce-source/tests/test_connect_to_cloud.py +0 -82
- package/recce-source/tests/test_core.py +0 -174
- package/recce-source/tests/test_dbt.py +0 -36
- package/recce-source/tests/test_mcp_server.py +0 -505
- package/recce-source/tests/test_pull_request.py +0 -130
- package/recce-source/tests/test_server.py +0 -202
- package/recce-source/tests/test_server_lifespan.py +0 -138
- package/recce-source/tests/test_summary.py +0 -73
- package/recce-source/tests/util/__init__.py +0 -0
- package/recce-source/tests/util/cloud/__init__.py +0 -0
- package/recce-source/tests/util/cloud/test_check_events.py +0 -255
- package/recce-source/tests/util/cloud/test_checks.py +0 -204
- package/recce-source/tests/util/test_api_token.py +0 -119
- package/recce-source/tests/util/test_breaking.py +0 -1427
- package/recce-source/tests/util/test_cll.py +0 -706
- package/recce-source/tests/util/test_lineage.py +0 -122
- package/recce-source/tests/util/test_onboarding_state.py +0 -84
- package/recce-source/tests/util/test_recce_cloud.py +0 -231
- package/recce-source/tox.ini +0 -40
- package/recce-source/uv.lock +0 -3928
- package/src/api/index.ts +0 -32
- package/src/components/index.ts +0 -154
- package/src/global.d.ts +0 -14
- package/src/hooks/index.ts +0 -56
- package/src/index.ts +0 -17
- package/src/lib/hooks/RouteConfigContext.ts +0 -139
- package/src/lib/hooks/useAppRouter.ts +0 -240
- package/src/mui-augmentation.d.ts +0 -139
- package/src/theme/index.ts +0 -13
- package/src/theme.ts +0 -23
- package/src/types/index.ts +0 -23
|
@@ -0,0 +1,1299 @@
|
|
|
1
|
+
|
|
2
|
+
import { C as Run, J as ValueDiffDetailViewOptions, Jt as ColumnLineageData, X as ValueDiffResult, Y as ValueDiffParams, dt as ProfileDiffViewOptions, ft as TopKDiffParams, ht as TopKViewOptions, it as RowCountResult, l as Check, nt as RowCountDiffResult, on as NodeData, ot as HistogramDiffParams, pt as TopKDiffResult, rn as ManifestMetadata, st as HistogramDiffResult, ut as ProfileDiffResult, wt as QueryViewOptions, yt as QueryDiffViewOptions } from "./instanceInfo-DNLFhkK8.js";
|
|
3
|
+
import { i as LineageGraph, l as LineageGraphNodes, s as LineageGraphEdge } from "./types-DLRfpcrV.js";
|
|
4
|
+
import { u as NodeColumnSetMap } from "./index-C9nBECPv.js";
|
|
5
|
+
import { X as CheckDetailTab, at as CheckActionType, it as CheckAction, p as SchemaDiffRow } from "./SplitPane-g8w-XF2_.js";
|
|
6
|
+
import { m as Check$1 } from "./index-B1IyNkDA.js";
|
|
7
|
+
import { o as RunFormProps } from "./types-qpgIe7MT.js";
|
|
8
|
+
import { r as DataGridHandle } from "./ScreenshotDataGrid-BAsPWcde.js";
|
|
9
|
+
import { n as CreatedResultViewProps } from "./index-BJOCIgE1.js";
|
|
10
|
+
import * as React$2 from "react";
|
|
11
|
+
import React$1, { CSSProperties, ComponentType, Dispatch, ForwardRefExoticComponent, PropsWithChildren, ReactNode, Ref, RefAttributes, SVGProps, SetStateAction } from "react";
|
|
12
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
13
|
+
import { BoxProps } from "@mui/material/Box";
|
|
14
|
+
import { ColDef, ColGroupDef, ICellRendererParams } from "ag-grid-community";
|
|
15
|
+
import { EdgeProps } from "@xyflow/react";
|
|
16
|
+
import { FallbackRender } from "@sentry/react";
|
|
17
|
+
|
|
18
|
+
//#region src/components/lineage/config/zoomConstants.d.ts
|
|
19
|
+
/**
|
|
20
|
+
* Zoom and display constants for the lineage view.
|
|
21
|
+
*
|
|
22
|
+
* LEGIBLE_MIN_ZOOM: Floor for fitView() calls — ensures node labels remain
|
|
23
|
+
* readable on initial load. At 300px node width, 0.35x renders ~105px on screen.
|
|
24
|
+
*
|
|
25
|
+
* EXPLORE_MIN_ZOOM: Floor for manual zoom — power users can zoom out further
|
|
26
|
+
* to see the full graph overview.
|
|
27
|
+
*
|
|
28
|
+
* FIT_VIEW_PADDING: Breathing room around fitted nodes so they don't touch
|
|
29
|
+
* the viewport edge.
|
|
30
|
+
*
|
|
31
|
+
* DIM_FILTER: CSS filter applied to non-highlighted nodes/edges. Uses 0.4
|
|
32
|
+
* opacity (not 0.2) so graph structure remains visible at any zoom level.
|
|
33
|
+
*/
|
|
34
|
+
/** Minimum zoom for fitView — labels remain readable */
|
|
35
|
+
declare const LEGIBLE_MIN_ZOOM = 0.35;
|
|
36
|
+
/** Minimum zoom for manual exploration */
|
|
37
|
+
declare const EXPLORE_MIN_ZOOM = 0.1;
|
|
38
|
+
/** Padding for fitView calls */
|
|
39
|
+
declare const FIT_VIEW_PADDING = 0.15;
|
|
40
|
+
/** CSS filter for dimmed (non-highlighted) nodes and edges */
|
|
41
|
+
declare const DIM_FILTER = "opacity(0.4) grayscale(40%)";
|
|
42
|
+
//#endregion
|
|
43
|
+
//#region src/components/app/EnvInfo.d.ts
|
|
44
|
+
declare function EnvInfo(): _$react_jsx_runtime0.JSX.Element;
|
|
45
|
+
//#endregion
|
|
46
|
+
//#region src/components/app/MainLayout.d.ts
|
|
47
|
+
interface MainLayoutProps {
|
|
48
|
+
children: ReactNode;
|
|
49
|
+
/** Parallel route slot from @lineage */
|
|
50
|
+
lineage: ReactNode;
|
|
51
|
+
}
|
|
52
|
+
declare function MainLayout({
|
|
53
|
+
children,
|
|
54
|
+
lineage
|
|
55
|
+
}: MainLayoutProps): _$react_jsx_runtime0.JSX.Element;
|
|
56
|
+
interface MainProps {
|
|
57
|
+
children: ReactNode;
|
|
58
|
+
lineage: ReactNode;
|
|
59
|
+
isLineageRoute: boolean;
|
|
60
|
+
/** Disable internal history panel (RunListOss) - cloud uses its own */
|
|
61
|
+
disableInternalHistory?: boolean;
|
|
62
|
+
}
|
|
63
|
+
declare function Main({
|
|
64
|
+
children,
|
|
65
|
+
lineage,
|
|
66
|
+
isLineageRoute,
|
|
67
|
+
disableInternalHistory
|
|
68
|
+
}: MainProps): _$react_jsx_runtime0.JSX.Element;
|
|
69
|
+
//#endregion
|
|
70
|
+
//#region src/components/check/CheckDetailOss.d.ts
|
|
71
|
+
interface CheckDetailProps {
|
|
72
|
+
checkId: string;
|
|
73
|
+
refreshCheckList?: () => void;
|
|
74
|
+
}
|
|
75
|
+
declare function CheckDetailOss({
|
|
76
|
+
checkId,
|
|
77
|
+
refreshCheckList
|
|
78
|
+
}: CheckDetailProps): ReactNode;
|
|
79
|
+
//#endregion
|
|
80
|
+
//#region src/components/check/CheckEmptyStateOss.d.ts
|
|
81
|
+
declare const CheckEmptyStateOss: () => _$react_jsx_runtime0.JSX.Element;
|
|
82
|
+
//#endregion
|
|
83
|
+
//#region src/components/check/CheckListOss.d.ts
|
|
84
|
+
declare const CheckListOss: ({
|
|
85
|
+
checks,
|
|
86
|
+
selectedItem,
|
|
87
|
+
onCheckSelected,
|
|
88
|
+
onChecksReordered
|
|
89
|
+
}: {
|
|
90
|
+
checks: Check[];
|
|
91
|
+
selectedItem: string | null;
|
|
92
|
+
onCheckSelected: (checkId: string) => void;
|
|
93
|
+
onChecksReordered: (source: number, destination: number) => void;
|
|
94
|
+
}) => _$react_jsx_runtime0.JSX.Element;
|
|
95
|
+
//#endregion
|
|
96
|
+
//#region src/components/check/CheckPageContentOss.d.ts
|
|
97
|
+
declare const CheckPageContentOss: () => ReactNode;
|
|
98
|
+
//#endregion
|
|
99
|
+
//#region src/components/check/CheckPageLoadingOss.d.ts
|
|
100
|
+
/**
|
|
101
|
+
* Loading fallback - shows minimal UI while search params are being read
|
|
102
|
+
*/
|
|
103
|
+
declare const CheckPageLoadingOss: () => ReactNode;
|
|
104
|
+
//#endregion
|
|
105
|
+
//#region src/components/errorboundary/ErrorBoundary.d.ts
|
|
106
|
+
declare const ErrorBoundary$1: ({
|
|
107
|
+
children,
|
|
108
|
+
fallback
|
|
109
|
+
}: {
|
|
110
|
+
children: ReactNode;
|
|
111
|
+
fallback?: React$2.ReactElement | FallbackRender | undefined;
|
|
112
|
+
}) => _$react_jsx_runtime0.JSX.Element;
|
|
113
|
+
//#endregion
|
|
114
|
+
//#region src/components/histogram/HistogramDiffForm.d.ts
|
|
115
|
+
/**
|
|
116
|
+
* Check if a column type supports histogram diff
|
|
117
|
+
* Returns true for numeric types (excludes string, boolean, and datetime)
|
|
118
|
+
*/
|
|
119
|
+
declare function supportsHistogramDiff(columnType: string): boolean;
|
|
120
|
+
type HistogramDiffEditProps = RunFormProps<HistogramDiffParams>;
|
|
121
|
+
/**
|
|
122
|
+
* Form component for configuring histogram diff parameters
|
|
123
|
+
*
|
|
124
|
+
* Displays a dropdown to select a column for histogram diff comparison.
|
|
125
|
+
* Only numeric columns are shown (string, boolean, and datetime types are filtered out).
|
|
126
|
+
*
|
|
127
|
+
* @example
|
|
128
|
+
* ```tsx
|
|
129
|
+
* <HistogramDiffForm
|
|
130
|
+
* params={{ model: "orders", column_name: "" }}
|
|
131
|
+
* onParamsChanged={(params) => setParams(params)}
|
|
132
|
+
* setIsReadyToExecute={(ready) => setReady(ready)}
|
|
133
|
+
* />
|
|
134
|
+
* ```
|
|
135
|
+
*/
|
|
136
|
+
declare function HistogramDiffForm({
|
|
137
|
+
params,
|
|
138
|
+
onParamsChanged,
|
|
139
|
+
setIsReadyToExecute
|
|
140
|
+
}: HistogramDiffEditProps): _$react_jsx_runtime0.JSX.Element;
|
|
141
|
+
//#endregion
|
|
142
|
+
//#region src/components/histogram/HistogramResultView.d.ts
|
|
143
|
+
/**
|
|
144
|
+
* Run type with histogram_diff result
|
|
145
|
+
*/
|
|
146
|
+
type HistogramDiffRun = Run & {
|
|
147
|
+
type: "histogram_diff";
|
|
148
|
+
params?: HistogramDiffParams;
|
|
149
|
+
result?: HistogramDiffResult;
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* Props for HistogramDiffResultView component
|
|
153
|
+
*/
|
|
154
|
+
interface HistogramResultViewProps extends CreatedResultViewProps<unknown> {
|
|
155
|
+
run: HistogramDiffRun | unknown;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* Result view for histogram diff comparison between base and current environments
|
|
159
|
+
*
|
|
160
|
+
* Displays a chart comparing histogram distributions between base and current.
|
|
161
|
+
* The chart title shows the model and column name.
|
|
162
|
+
*
|
|
163
|
+
* @example
|
|
164
|
+
* ```tsx
|
|
165
|
+
* <HistogramDiffResultView run={histogramDiffRun} ref={boxRef} />
|
|
166
|
+
* ```
|
|
167
|
+
*/
|
|
168
|
+
declare const HistogramDiffResultView: ForwardRefExoticComponent<HistogramResultViewProps & RefAttributes<HTMLDivElement>>;
|
|
169
|
+
//#endregion
|
|
170
|
+
//#region src/components/lineage/LineagePageOss.d.ts
|
|
171
|
+
declare function LineagePageOss(): _$react_jsx_runtime0.JSX.Element;
|
|
172
|
+
//#endregion
|
|
173
|
+
//#region src/components/lineage/NodeView.d.ts
|
|
174
|
+
/**
|
|
175
|
+
* Node data structure for NodeView.
|
|
176
|
+
* Represents the data needed to display node details.
|
|
177
|
+
*/
|
|
178
|
+
interface NodeViewNodeData {
|
|
179
|
+
id: string;
|
|
180
|
+
data: {
|
|
181
|
+
name: string;
|
|
182
|
+
resourceType?: string;
|
|
183
|
+
changeStatus?: string;
|
|
184
|
+
from?: string;
|
|
185
|
+
data: {
|
|
186
|
+
base?: NodeData;
|
|
187
|
+
current?: NodeData;
|
|
188
|
+
};
|
|
189
|
+
change?: {
|
|
190
|
+
category: string;
|
|
191
|
+
columns: Record<string, "added" | "removed" | "modified"> | null;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* Run type icon configuration for dependency injection.
|
|
197
|
+
* Maps run type names to their icon components.
|
|
198
|
+
*/
|
|
199
|
+
interface RunTypeIconMap {
|
|
200
|
+
query?: ComponentType<{
|
|
201
|
+
fontSize?: string;
|
|
202
|
+
}>;
|
|
203
|
+
row_count?: ComponentType<{
|
|
204
|
+
fontSize?: string;
|
|
205
|
+
}>;
|
|
206
|
+
row_count_diff?: ComponentType<{
|
|
207
|
+
fontSize?: string;
|
|
208
|
+
}>;
|
|
209
|
+
profile?: ComponentType<{
|
|
210
|
+
fontSize?: string;
|
|
211
|
+
}>;
|
|
212
|
+
profile_diff?: ComponentType<{
|
|
213
|
+
fontSize?: string;
|
|
214
|
+
}>;
|
|
215
|
+
query_diff?: ComponentType<{
|
|
216
|
+
fontSize?: string;
|
|
217
|
+
}>;
|
|
218
|
+
value_diff?: ComponentType<{
|
|
219
|
+
fontSize?: string;
|
|
220
|
+
}>;
|
|
221
|
+
top_k_diff?: ComponentType<{
|
|
222
|
+
fontSize?: string;
|
|
223
|
+
}>;
|
|
224
|
+
histogram_diff?: ComponentType<{
|
|
225
|
+
fontSize?: string;
|
|
226
|
+
}>;
|
|
227
|
+
schema_diff?: ComponentType<{
|
|
228
|
+
fontSize?: string;
|
|
229
|
+
}>;
|
|
230
|
+
sandbox?: ComponentType<{
|
|
231
|
+
fontSize?: string;
|
|
232
|
+
}>;
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* Props for the SchemaView component (diff mode).
|
|
236
|
+
*/
|
|
237
|
+
interface SchemaViewProps$1 {
|
|
238
|
+
base?: NodeData;
|
|
239
|
+
current?: NodeData;
|
|
240
|
+
columnChanges?: Record<string, "added" | "removed" | "modified"> | null;
|
|
241
|
+
onViewCode?: () => void;
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* Props for the SingleEnvSchemaView component.
|
|
245
|
+
*/
|
|
246
|
+
interface SingleEnvSchemaViewProps {
|
|
247
|
+
current?: NodeData;
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Props for the NotificationComponent.
|
|
251
|
+
*/
|
|
252
|
+
interface NotificationComponentProps {
|
|
253
|
+
onClose: () => void;
|
|
254
|
+
children?: ReactNode;
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* Props for the ConnectionPopoverWrapper.
|
|
258
|
+
*/
|
|
259
|
+
interface ConnectionPopoverWrapperProps {
|
|
260
|
+
display: boolean;
|
|
261
|
+
children: ReactNode;
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* Props for the SandboxDialog component.
|
|
265
|
+
*/
|
|
266
|
+
interface SandboxDialogProps {
|
|
267
|
+
isOpen: boolean;
|
|
268
|
+
onClose: () => void;
|
|
269
|
+
current?: NodeData;
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* Callbacks for action button clicks.
|
|
273
|
+
* Used for dependency injection of action handlers.
|
|
274
|
+
*/
|
|
275
|
+
interface NodeViewActionCallbacks {
|
|
276
|
+
/** Called when Query button is clicked */
|
|
277
|
+
onQueryClick?: () => void;
|
|
278
|
+
/** Called when Row Count button is clicked */
|
|
279
|
+
onRowCountClick?: () => void;
|
|
280
|
+
/** Called when Row Count Diff button is clicked */
|
|
281
|
+
onRowCountDiffClick?: () => void;
|
|
282
|
+
/** Called when Profile button is clicked */
|
|
283
|
+
onProfileClick?: () => void;
|
|
284
|
+
/** Called when Profile Diff button is clicked */
|
|
285
|
+
onProfileDiffClick?: () => void;
|
|
286
|
+
/** Called when Query Diff button is clicked */
|
|
287
|
+
onQueryDiffClick?: () => void;
|
|
288
|
+
/** Called when Value Diff button is clicked */
|
|
289
|
+
onValueDiffClick?: () => void;
|
|
290
|
+
/** Called when Top-K Diff button is clicked */
|
|
291
|
+
onTopKDiffClick?: () => void;
|
|
292
|
+
/** Called when Histogram Diff button is clicked */
|
|
293
|
+
onHistogramDiffClick?: () => void;
|
|
294
|
+
/** Called when Add Schema Diff button is clicked */
|
|
295
|
+
onAddSchemaDiffClick?: () => void;
|
|
296
|
+
/** Called when Sandbox button is clicked */
|
|
297
|
+
onSandboxClick?: () => void;
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* Props for NodeView component.
|
|
301
|
+
*
|
|
302
|
+
* Uses dependency injection for:
|
|
303
|
+
* - Schema view components (for different consumers)
|
|
304
|
+
* - SQL view component (NodeSqlView)
|
|
305
|
+
* - Action button icons
|
|
306
|
+
* - Notification components
|
|
307
|
+
* - Connection popover wrapper
|
|
308
|
+
*/
|
|
309
|
+
interface NodeViewProps<TNode extends NodeViewNodeData = NodeViewNodeData> {
|
|
310
|
+
/** The node to display */
|
|
311
|
+
node: TNode;
|
|
312
|
+
/** Callback when close button is clicked */
|
|
313
|
+
onCloseNode: () => void;
|
|
314
|
+
/** Whether in single environment mode */
|
|
315
|
+
isSingleEnv: boolean;
|
|
316
|
+
/** Feature toggles for conditional UI */
|
|
317
|
+
featureToggles?: {
|
|
318
|
+
mode?: string | null;
|
|
319
|
+
disableDatabaseQuery?: boolean;
|
|
320
|
+
};
|
|
321
|
+
/** Schema view component for diff mode */
|
|
322
|
+
SchemaView?: ComponentType<SchemaViewProps$1>;
|
|
323
|
+
/** Schema view component for single env mode */
|
|
324
|
+
SingleEnvSchemaView?: ComponentType<SingleEnvSchemaViewProps>;
|
|
325
|
+
/** Node SQL view component */
|
|
326
|
+
NodeSqlView?: ComponentType<{
|
|
327
|
+
node: TNode;
|
|
328
|
+
}>;
|
|
329
|
+
/** Row count diff tag component */
|
|
330
|
+
RowCountDiffTag?: ComponentType<{
|
|
331
|
+
node: TNode;
|
|
332
|
+
onRefresh?: () => void;
|
|
333
|
+
}>;
|
|
334
|
+
/** Row count tag component (single env) */
|
|
335
|
+
RowCountTag?: ComponentType<{
|
|
336
|
+
node: TNode;
|
|
337
|
+
onRefresh?: () => void;
|
|
338
|
+
}>;
|
|
339
|
+
/** Resource type tag component */
|
|
340
|
+
ResourceTypeTag?: ComponentType<{
|
|
341
|
+
node: TNode;
|
|
342
|
+
}>;
|
|
343
|
+
/** Notification component for single env mode */
|
|
344
|
+
NotificationComponent?: ComponentType<NotificationComponentProps>;
|
|
345
|
+
/** Wrapper component for buttons that need connection popover */
|
|
346
|
+
ConnectionPopoverWrapper?: ComponentType<ConnectionPopoverWrapperProps>;
|
|
347
|
+
/** Sandbox dialog component */
|
|
348
|
+
SandboxDialog?: ComponentType<SandboxDialogProps>;
|
|
349
|
+
/** Map of run type names to icon components */
|
|
350
|
+
runTypeIcons?: RunTypeIconMap;
|
|
351
|
+
/** Action callbacks for button clicks */
|
|
352
|
+
actionCallbacks?: NodeViewActionCallbacks;
|
|
353
|
+
/** Check if an action is available */
|
|
354
|
+
isActionAvailable?: (runType: string) => boolean;
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* NodeView Component
|
|
358
|
+
*
|
|
359
|
+
* Displays detailed information about a lineage node including:
|
|
360
|
+
* - Node name and metadata
|
|
361
|
+
* - Action buttons for various operations (Query, Profile, Diff, etc.)
|
|
362
|
+
* - Tabs for Columns and Code views
|
|
363
|
+
*
|
|
364
|
+
* Uses dependency injection for:
|
|
365
|
+
* - Schema view components (different for OSS vs Cloud)
|
|
366
|
+
* - Action button handlers
|
|
367
|
+
* - Icon components from run registry
|
|
368
|
+
* - Connection popover for database setup prompts
|
|
369
|
+
*
|
|
370
|
+
* @example
|
|
371
|
+
* ```tsx
|
|
372
|
+
* import { NodeView } from '@datarecce/ui/advanced';
|
|
373
|
+
*
|
|
374
|
+
* <NodeView
|
|
375
|
+
* node={selectedNode}
|
|
376
|
+
* onCloseNode={() => setSelectedNode(null)}
|
|
377
|
+
* isSingleEnv={false}
|
|
378
|
+
* SchemaView={MySchemaView}
|
|
379
|
+
* NodeSqlView={MyNodeSqlView}
|
|
380
|
+
* actionCallbacks={{
|
|
381
|
+
* onQueryClick: handleQuery,
|
|
382
|
+
* onProfileDiffClick: handleProfileDiff,
|
|
383
|
+
* }}
|
|
384
|
+
* />
|
|
385
|
+
* ```
|
|
386
|
+
*/
|
|
387
|
+
declare function NodeView<TNode extends NodeViewNodeData>({
|
|
388
|
+
node,
|
|
389
|
+
onCloseNode,
|
|
390
|
+
isSingleEnv,
|
|
391
|
+
featureToggles,
|
|
392
|
+
SchemaView,
|
|
393
|
+
SingleEnvSchemaView,
|
|
394
|
+
NodeSqlView,
|
|
395
|
+
RowCountDiffTag,
|
|
396
|
+
RowCountTag,
|
|
397
|
+
ResourceTypeTag,
|
|
398
|
+
NotificationComponent,
|
|
399
|
+
ConnectionPopoverWrapper,
|
|
400
|
+
SandboxDialog,
|
|
401
|
+
runTypeIcons,
|
|
402
|
+
actionCallbacks,
|
|
403
|
+
isActionAvailable
|
|
404
|
+
}: NodeViewProps<TNode>): _$react_jsx_runtime0.JSX.Element;
|
|
405
|
+
//#endregion
|
|
406
|
+
//#region src/components/lineage/styles.d.ts
|
|
407
|
+
/**
|
|
408
|
+
* Icon component type
|
|
409
|
+
*/
|
|
410
|
+
type IconComponent = ComponentType<SVGProps<SVGSVGElement>>;
|
|
411
|
+
//#endregion
|
|
412
|
+
//#region src/components/notifications/LineageViewNotification.d.ts
|
|
413
|
+
interface NotificationProps {
|
|
414
|
+
notification?: React$1.ReactNode;
|
|
415
|
+
type: "info" | "success" | "warning" | "error";
|
|
416
|
+
}
|
|
417
|
+
declare function LineageViewNotification({
|
|
418
|
+
notification,
|
|
419
|
+
type
|
|
420
|
+
}: NotificationProps): _$react_jsx_runtime0.JSX.Element | null;
|
|
421
|
+
//#endregion
|
|
422
|
+
//#region src/components/onboarding-guide/Notification.d.ts
|
|
423
|
+
declare const RecceNotification: (props: PropsWithChildren<{
|
|
424
|
+
onClose: () => void;
|
|
425
|
+
align?: string;
|
|
426
|
+
}>) => _$react_jsx_runtime0.JSX.Element;
|
|
427
|
+
declare const LearnHowLink: () => _$react_jsx_runtime0.JSX.Element;
|
|
428
|
+
//#endregion
|
|
429
|
+
//#region src/components/profile/ProfileDiffForm.d.ts
|
|
430
|
+
interface ProfileDiffFormParams {
|
|
431
|
+
model: string;
|
|
432
|
+
primary_key?: string | (string | undefined)[];
|
|
433
|
+
columns?: string[];
|
|
434
|
+
}
|
|
435
|
+
type ProfileDiffFormProp = RunFormProps<ProfileDiffFormParams>;
|
|
436
|
+
declare function ProfileDiffForm({
|
|
437
|
+
params,
|
|
438
|
+
onParamsChanged,
|
|
439
|
+
setIsReadyToExecute
|
|
440
|
+
}: ProfileDiffFormProp): _$react_jsx_runtime0.JSX.Element;
|
|
441
|
+
//#endregion
|
|
442
|
+
//#region src/components/profile/ProfileResultView.d.ts
|
|
443
|
+
/**
|
|
444
|
+
* Run type with profile result (single environment)
|
|
445
|
+
*/
|
|
446
|
+
type ProfileRun = Run & {
|
|
447
|
+
type: "profile";
|
|
448
|
+
result?: ProfileDiffResult;
|
|
449
|
+
};
|
|
450
|
+
/**
|
|
451
|
+
* Run type with profile_diff result
|
|
452
|
+
*/
|
|
453
|
+
type ProfileDiffRun = Run & {
|
|
454
|
+
type: "profile_diff";
|
|
455
|
+
result?: ProfileDiffResult;
|
|
456
|
+
};
|
|
457
|
+
/**
|
|
458
|
+
* Props for ProfileResultView components
|
|
459
|
+
*/
|
|
460
|
+
interface ProfileResultViewProps extends CreatedResultViewProps<ProfileDiffViewOptions> {
|
|
461
|
+
run: ProfileRun | ProfileDiffRun | unknown;
|
|
462
|
+
/**
|
|
463
|
+
* Optional header element to render above the grid.
|
|
464
|
+
* Use this to inject OSS-specific controls like RunToolbar.
|
|
465
|
+
*/
|
|
466
|
+
header?: ReactNode;
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* Result view for single environment profile stats
|
|
470
|
+
*
|
|
471
|
+
* Displays a grid with column metrics (count, distinct, null proportion, etc.)
|
|
472
|
+
* for a single dbt model.
|
|
473
|
+
*
|
|
474
|
+
* @example
|
|
475
|
+
* ```tsx
|
|
476
|
+
* <ProfileResultView run={profileRun} ref={gridRef} />
|
|
477
|
+
* ```
|
|
478
|
+
*/
|
|
479
|
+
declare const ProfileResultView: React$2.ForwardRefExoticComponent<Omit<CreatedResultViewProps<ProfileDiffViewOptions>, "ref"> & React$2.RefAttributes<DataGridHandle>>;
|
|
480
|
+
/**
|
|
481
|
+
* Result view for comparing profile stats between base and current environments
|
|
482
|
+
*
|
|
483
|
+
* Displays a grid with column metrics from both environments,
|
|
484
|
+
* styled to highlight differences.
|
|
485
|
+
*
|
|
486
|
+
* @example
|
|
487
|
+
* ```tsx
|
|
488
|
+
* <ProfileDiffResultView
|
|
489
|
+
* run={profileDiffRun}
|
|
490
|
+
* ref={gridRef}
|
|
491
|
+
* viewOptions={{ display_mode: "inline" }}
|
|
492
|
+
* onViewOptionsChanged={setViewOptions}
|
|
493
|
+
* />
|
|
494
|
+
* ```
|
|
495
|
+
*/
|
|
496
|
+
declare const ProfileDiffResultView: React$2.ForwardRefExoticComponent<Omit<CreatedResultViewProps<ProfileDiffViewOptions>, "ref"> & React$2.RefAttributes<DataGridHandle>>;
|
|
497
|
+
//#endregion
|
|
498
|
+
//#region src/components/query/QueryDiffResultView.d.ts
|
|
499
|
+
type QueryDiffRun = Extract<Run, {
|
|
500
|
+
type: "query_diff";
|
|
501
|
+
}>;
|
|
502
|
+
/**
|
|
503
|
+
* Props for QueryDiffResultView component
|
|
504
|
+
*/
|
|
505
|
+
interface QueryDiffResultViewProps extends CreatedResultViewProps<QueryDiffViewOptions> {
|
|
506
|
+
run: QueryDiffRun | unknown;
|
|
507
|
+
}
|
|
508
|
+
/**
|
|
509
|
+
* QueryDiffResultView component - displays query diff results in a data grid.
|
|
510
|
+
*
|
|
511
|
+
* Handles both JOIN and non-JOIN modes:
|
|
512
|
+
* - JOIN mode: Server computes the diff, result has `run.result.diff`
|
|
513
|
+
* - Non-JOIN mode: Client-side diff, result has `run.result.base` and `run.result.current`
|
|
514
|
+
*
|
|
515
|
+
* Key differences between modes:
|
|
516
|
+
* - Primary key handling: only in non-JOIN mode (server handles it in JOIN mode)
|
|
517
|
+
* - Warning sources: `diff.limit/more` vs `current.limit/more || base.more`
|
|
518
|
+
* - "No change" empty state: only in JOIN mode with changedOnly=true
|
|
519
|
+
*
|
|
520
|
+
* Features:
|
|
521
|
+
* - Displays row-level diff data with changed highlighting
|
|
522
|
+
* - "Changed only" filter to show only differing rows
|
|
523
|
+
* - Side-by-side vs inline display mode toggle
|
|
524
|
+
* - Column pinning support
|
|
525
|
+
* - Primary key selection (non-JOIN mode)
|
|
526
|
+
* - Warning for truncated results
|
|
527
|
+
* - Warning for non-unique primary keys (non-JOIN mode)
|
|
528
|
+
*
|
|
529
|
+
* @example
|
|
530
|
+
* ```tsx
|
|
531
|
+
* <QueryDiffResultView
|
|
532
|
+
* run={queryDiffRun}
|
|
533
|
+
* viewOptions={{ changed_only: true, display_mode: 'inline' }}
|
|
534
|
+
* onViewOptionsChanged={setViewOptions}
|
|
535
|
+
* />
|
|
536
|
+
* ```
|
|
537
|
+
*/
|
|
538
|
+
declare const QueryDiffResultView: ForwardRefExoticComponent<QueryDiffResultViewProps & RefAttributes<DataGridHandle>>;
|
|
539
|
+
//#endregion
|
|
540
|
+
//#region src/components/query/QueryForm.d.ts
|
|
541
|
+
interface QueryFormProps extends BoxProps {
|
|
542
|
+
defaultPrimaryKeys: string[] | undefined;
|
|
543
|
+
onPrimaryKeysChange: (primaryKeys: string[]) => void;
|
|
544
|
+
}
|
|
545
|
+
declare const QueryForm$1: ({
|
|
546
|
+
defaultPrimaryKeys,
|
|
547
|
+
onPrimaryKeysChange,
|
|
548
|
+
...props
|
|
549
|
+
}: QueryFormProps) => _$react_jsx_runtime0.JSX.Element;
|
|
550
|
+
//#endregion
|
|
551
|
+
//#region src/components/query/QueryPageOss.d.ts
|
|
552
|
+
declare const QueryPageOss: () => _$react_jsx_runtime0.JSX.Element;
|
|
553
|
+
//#endregion
|
|
554
|
+
//#region src/components/query/QueryResultView.d.ts
|
|
555
|
+
type QueryRun = Extract<Run, {
|
|
556
|
+
type: "query";
|
|
557
|
+
}>;
|
|
558
|
+
type QueryBaseRun = Extract<Run, {
|
|
559
|
+
type: "query_base";
|
|
560
|
+
}>;
|
|
561
|
+
/**
|
|
562
|
+
* Props for QueryResultView component
|
|
563
|
+
*/
|
|
564
|
+
interface QueryResultViewProps extends CreatedResultViewProps<QueryViewOptions> {
|
|
565
|
+
run: QueryRun | QueryBaseRun | unknown;
|
|
566
|
+
}
|
|
567
|
+
/**
|
|
568
|
+
* QueryResultView component - displays query results in a data grid.
|
|
569
|
+
*
|
|
570
|
+
* Features:
|
|
571
|
+
* - Displays query results with column pinning support
|
|
572
|
+
* - Shows amber warning when results are truncated (limit exceeded)
|
|
573
|
+
* - Optional "Add to Checklist" button in toolbar
|
|
574
|
+
* - Supports both "query" and "query_base" run types
|
|
575
|
+
*
|
|
576
|
+
* @example
|
|
577
|
+
* ```tsx
|
|
578
|
+
* <QueryResultView
|
|
579
|
+
* run={queryRun}
|
|
580
|
+
* viewOptions={{ pinned_columns: ['id'] }}
|
|
581
|
+
* onViewOptionsChanged={setViewOptions}
|
|
582
|
+
* onAddToChecklist={(run) => addToChecklist(run)}
|
|
583
|
+
* />
|
|
584
|
+
* ```
|
|
585
|
+
*/
|
|
586
|
+
declare const QueryResultView: ForwardRefExoticComponent<QueryResultViewProps & RefAttributes<DataGridHandle>>;
|
|
587
|
+
//#endregion
|
|
588
|
+
//#region src/components/query/SetupConnectionGuide.d.ts
|
|
589
|
+
interface SetupConnectionGuideProps {
|
|
590
|
+
/** URL for the support calendar booking (e.g., "https://cal.com/team/recce/chat") */
|
|
591
|
+
supportCalendarUrl?: string;
|
|
592
|
+
}
|
|
593
|
+
/**
|
|
594
|
+
* SetupConnectionGuide - displays guidance when data warehouse connection is not configured
|
|
595
|
+
*
|
|
596
|
+
* This component shows a guide to help users connect to a data warehouse
|
|
597
|
+
* when query functions are disabled due to missing connection.
|
|
598
|
+
*/
|
|
599
|
+
declare function SetupConnectionGuide({
|
|
600
|
+
supportCalendarUrl
|
|
601
|
+
}: SetupConnectionGuideProps): _$react_jsx_runtime0.JSX.Element;
|
|
602
|
+
//#endregion
|
|
603
|
+
//#region src/components/query/SqlEditor.d.ts
|
|
604
|
+
interface SqlEditorProps {
|
|
605
|
+
language?: string;
|
|
606
|
+
theme?: string;
|
|
607
|
+
value: string;
|
|
608
|
+
baseValue?: string;
|
|
609
|
+
onChange?: (value: string) => void;
|
|
610
|
+
onChangeBase?: (value: string) => void;
|
|
611
|
+
onRun?: () => void;
|
|
612
|
+
onRunBase?: () => void;
|
|
613
|
+
onRunDiff?: () => void;
|
|
614
|
+
options?: {
|
|
615
|
+
readOnly?: boolean;
|
|
616
|
+
fontSize?: number;
|
|
617
|
+
lineNumbers?: "on" | "off";
|
|
618
|
+
wordWrap?: "on" | "off";
|
|
619
|
+
};
|
|
620
|
+
manifestData?: ManifestMetadata;
|
|
621
|
+
schemas?: string;
|
|
622
|
+
label?: string;
|
|
623
|
+
CustomEditor?: React$1.ReactNode;
|
|
624
|
+
}
|
|
625
|
+
interface DualSqlEditorProps extends SqlEditorProps {
|
|
626
|
+
labels?: [string, string];
|
|
627
|
+
SetupGuide?: React$1.ReactNode;
|
|
628
|
+
}
|
|
629
|
+
declare function SqlEditor({
|
|
630
|
+
value,
|
|
631
|
+
onChange,
|
|
632
|
+
onRun,
|
|
633
|
+
onRunBase,
|
|
634
|
+
onRunDiff,
|
|
635
|
+
label,
|
|
636
|
+
CustomEditor,
|
|
637
|
+
options,
|
|
638
|
+
manifestData,
|
|
639
|
+
schemas,
|
|
640
|
+
...props
|
|
641
|
+
}: SqlEditorProps): _$react_jsx_runtime0.JSX.Element;
|
|
642
|
+
declare function DualSqlEditor({
|
|
643
|
+
value,
|
|
644
|
+
baseValue,
|
|
645
|
+
onChange,
|
|
646
|
+
onChangeBase,
|
|
647
|
+
onRun,
|
|
648
|
+
onRunBase,
|
|
649
|
+
onRunDiff,
|
|
650
|
+
options,
|
|
651
|
+
labels,
|
|
652
|
+
SetupGuide,
|
|
653
|
+
...props
|
|
654
|
+
}: DualSqlEditorProps): _$react_jsx_runtime0.JSX.Element;
|
|
655
|
+
//#endregion
|
|
656
|
+
//#region src/components/rowcount/RowCountResultView.d.ts
|
|
657
|
+
/**
|
|
658
|
+
* Run type with row_count result
|
|
659
|
+
*/
|
|
660
|
+
type RowCountRun = Run & {
|
|
661
|
+
type: "row_count";
|
|
662
|
+
result?: RowCountResult;
|
|
663
|
+
};
|
|
664
|
+
/**
|
|
665
|
+
* Run type with row_count_diff result
|
|
666
|
+
*/
|
|
667
|
+
type RowCountDiffRun = Run & {
|
|
668
|
+
type: "row_count_diff";
|
|
669
|
+
result?: RowCountDiffResult;
|
|
670
|
+
};
|
|
671
|
+
/**
|
|
672
|
+
* Props for RowCountResultView components
|
|
673
|
+
*/
|
|
674
|
+
interface RowCountResultViewProps extends CreatedResultViewProps<unknown> {
|
|
675
|
+
run: RowCountRun | RowCountDiffRun | unknown;
|
|
676
|
+
}
|
|
677
|
+
/**
|
|
678
|
+
* Result view for single environment row counts
|
|
679
|
+
*
|
|
680
|
+
* Displays a grid with model names and their row counts.
|
|
681
|
+
*
|
|
682
|
+
* @example
|
|
683
|
+
* ```tsx
|
|
684
|
+
* <RowCountResultView run={rowCountRun} ref={gridRef} />
|
|
685
|
+
* ```
|
|
686
|
+
*/
|
|
687
|
+
declare const RowCountResultView: ForwardRefExoticComponent<RowCountResultViewProps & RefAttributes<DataGridHandle>>;
|
|
688
|
+
/**
|
|
689
|
+
* Result view for comparing row counts between base and current environments
|
|
690
|
+
*
|
|
691
|
+
* Displays a grid with model names, base counts, current counts, and delta.
|
|
692
|
+
* Cells are styled to indicate added (green) or removed (red) rows.
|
|
693
|
+
*
|
|
694
|
+
* @example
|
|
695
|
+
* ```tsx
|
|
696
|
+
* <RowCountDiffResultView run={rowCountDiffRun} ref={gridRef} />
|
|
697
|
+
* ```
|
|
698
|
+
*/
|
|
699
|
+
declare const RowCountDiffResultView: ForwardRefExoticComponent<RowCountResultViewProps & RefAttributes<DataGridHandle>>;
|
|
700
|
+
//#endregion
|
|
701
|
+
//#region src/components/schema/ColumnNameCell.d.ts
|
|
702
|
+
/**
|
|
703
|
+
* Props for the ColumnNameCell component
|
|
704
|
+
*/
|
|
705
|
+
interface ColumnNameCellProps {
|
|
706
|
+
/** The model/node data containing column information */
|
|
707
|
+
model: NodeData;
|
|
708
|
+
/** The schema diff row data for this column */
|
|
709
|
+
row: SchemaDiffRow;
|
|
710
|
+
/** Whether viewing a single environment (disables diff menu) */
|
|
711
|
+
singleEnv?: boolean;
|
|
712
|
+
/** Whether column-level lineage is currently being computed */
|
|
713
|
+
cllRunning?: boolean;
|
|
714
|
+
/** Whether to show the context menu (defaults to true) */
|
|
715
|
+
showMenu?: boolean;
|
|
716
|
+
/** Callback when user clicks a definition-changed badge to view SQL diff */
|
|
717
|
+
onViewCode?: () => void;
|
|
718
|
+
}
|
|
719
|
+
/**
|
|
720
|
+
* ColumnNameCell - Renders a column name with optional diff action menu
|
|
721
|
+
*
|
|
722
|
+
* Displays the column name with:
|
|
723
|
+
* - A context menu for initiating diff operations (when applicable)
|
|
724
|
+
* - A loading spinner when column-level lineage is running
|
|
725
|
+
* - Tooltip indicating column lineage viewing capability
|
|
726
|
+
*
|
|
727
|
+
* The menu is hidden when:
|
|
728
|
+
* - showMenu is false
|
|
729
|
+
* - singleEnv is true (no comparison available)
|
|
730
|
+
* - The model is a source (sources don't support diff operations)
|
|
731
|
+
*/
|
|
732
|
+
declare function ColumnNameCell({
|
|
733
|
+
model,
|
|
734
|
+
row,
|
|
735
|
+
singleEnv,
|
|
736
|
+
cllRunning,
|
|
737
|
+
showMenu,
|
|
738
|
+
onViewCode
|
|
739
|
+
}: ColumnNameCellProps): _$react_jsx_runtime0.JSX.Element;
|
|
740
|
+
//#endregion
|
|
741
|
+
//#region src/components/schema/SchemaView.d.ts
|
|
742
|
+
declare function SchemaLegend(): _$react_jsx_runtime0.JSX.Element;
|
|
743
|
+
interface SchemaViewProps {
|
|
744
|
+
base?: NodeData;
|
|
745
|
+
current?: NodeData;
|
|
746
|
+
enableScreenshot?: boolean;
|
|
747
|
+
showMenu?: boolean;
|
|
748
|
+
/** Per-column change status from breaking change analysis */
|
|
749
|
+
columnChanges?: Record<string, "added" | "removed" | "modified"> | null;
|
|
750
|
+
/** Callback when user clicks a definition-changed badge to view SQL diff */
|
|
751
|
+
onViewCode?: () => void;
|
|
752
|
+
}
|
|
753
|
+
declare const SchemaView$1: React$2.ForwardRefExoticComponent<SchemaViewProps & React$2.RefAttributes<DataGridHandle>>;
|
|
754
|
+
declare const SingleEnvSchemaView$1: React$2.ForwardRefExoticComponent<{
|
|
755
|
+
current?: NodeData;
|
|
756
|
+
showMenu?: boolean;
|
|
757
|
+
} & React$2.RefAttributes<DataGridHandle>>;
|
|
758
|
+
//#endregion
|
|
759
|
+
//#region src/components/shared/HistoryToggle.d.ts
|
|
760
|
+
declare function HistoryToggle(): ReactNode;
|
|
761
|
+
//#endregion
|
|
762
|
+
//#region src/components/summary/types.d.ts
|
|
763
|
+
/**
|
|
764
|
+
* Change status for nodes and columns in a lineage graph
|
|
765
|
+
*
|
|
766
|
+
* Node changes:
|
|
767
|
+
* - added: New resource added to the graph
|
|
768
|
+
* - removed: Resource removed from the graph
|
|
769
|
+
* - modified: Resource code was modified
|
|
770
|
+
*
|
|
771
|
+
* Column changes:
|
|
772
|
+
* - col_added: New column added to a node
|
|
773
|
+
* - col_removed: Column removed from a node
|
|
774
|
+
* - col_changed: Column type or definition changed
|
|
775
|
+
*
|
|
776
|
+
* Folder changes:
|
|
777
|
+
* - folder_changed: Files in a folder were modified
|
|
778
|
+
*
|
|
779
|
+
* null: No change detected
|
|
780
|
+
*/
|
|
781
|
+
type ChangeStatus = "added" | "removed" | "modified" | "col_added" | "col_removed" | "col_changed" | "folder_changed" | null;
|
|
782
|
+
/**
|
|
783
|
+
* Labels for each change status
|
|
784
|
+
* Format: [shortLabel, longLabel]
|
|
785
|
+
*/
|
|
786
|
+
declare const NODE_CHANGE_STATUS_MSGS: Record<NonNullable<ChangeStatus>, [string, string]>;
|
|
787
|
+
/**
|
|
788
|
+
* Props for the ChangeSummary component
|
|
789
|
+
*/
|
|
790
|
+
interface ChangeSummaryProps {
|
|
791
|
+
lineageGraph: LineageGraph;
|
|
792
|
+
}
|
|
793
|
+
/**
|
|
794
|
+
* Result of calculating column changes between base and current
|
|
795
|
+
*/
|
|
796
|
+
interface ColumnChangeResult {
|
|
797
|
+
adds: number;
|
|
798
|
+
removes: number;
|
|
799
|
+
modifies: number;
|
|
800
|
+
}
|
|
801
|
+
/**
|
|
802
|
+
* Result of calculating all changes in a lineage graph
|
|
803
|
+
*/
|
|
804
|
+
interface ChangeSummaryResult {
|
|
805
|
+
adds: number;
|
|
806
|
+
removes: number;
|
|
807
|
+
modifies: number;
|
|
808
|
+
col_added: number;
|
|
809
|
+
col_removed: number;
|
|
810
|
+
col_changed: number;
|
|
811
|
+
}
|
|
812
|
+
//#endregion
|
|
813
|
+
//#region src/components/summary/ChangeSummary.d.ts
|
|
814
|
+
/**
|
|
815
|
+
* ChangeSummary component
|
|
816
|
+
*
|
|
817
|
+
* Displays a summary of all changes in a lineage graph, split into two sections:
|
|
818
|
+
* - Code Changes: Added, removed, and modified nodes
|
|
819
|
+
* - Column Changes: Added, removed, and modified columns
|
|
820
|
+
*
|
|
821
|
+
* @example
|
|
822
|
+
* ```tsx
|
|
823
|
+
* <ChangeSummary lineageGraph={lineageGraph} />
|
|
824
|
+
* ```
|
|
825
|
+
*/
|
|
826
|
+
declare function ChangeSummary({
|
|
827
|
+
lineageGraph
|
|
828
|
+
}: ChangeSummaryProps): _$react_jsx_runtime0.JSX.Element;
|
|
829
|
+
//#endregion
|
|
830
|
+
//#region src/components/summary/SchemaSummary.d.ts
|
|
831
|
+
interface SchemaSummaryProps {
|
|
832
|
+
lineageGraph: LineageGraph;
|
|
833
|
+
}
|
|
834
|
+
declare function SchemaSummary({
|
|
835
|
+
lineageGraph
|
|
836
|
+
}: SchemaSummaryProps): _$react_jsx_runtime0.JSX.Element;
|
|
837
|
+
//#endregion
|
|
838
|
+
//#region src/components/summary/utils.d.ts
|
|
839
|
+
/**
|
|
840
|
+
* Get icon and color for a given change status
|
|
841
|
+
*
|
|
842
|
+
* Maps change statuses to visual indicators (icons and colors) for
|
|
843
|
+
* consistent display across the UI.
|
|
844
|
+
*
|
|
845
|
+
* @param changeStatus - The change status to get icon for
|
|
846
|
+
* @returns Object with color and icon component
|
|
847
|
+
*/
|
|
848
|
+
declare function getIconForChangeStatus(changeStatus?: ChangeStatus): {
|
|
849
|
+
color: string;
|
|
850
|
+
icon: IconComponent | undefined;
|
|
851
|
+
};
|
|
852
|
+
/**
|
|
853
|
+
* Calculate column changes between base and current node data
|
|
854
|
+
*
|
|
855
|
+
* Compares the columns in base and current versions of a node to
|
|
856
|
+
* determine how many columns were added, removed, or modified.
|
|
857
|
+
*
|
|
858
|
+
* @param base - Base version node data
|
|
859
|
+
* @param current - Current version node data
|
|
860
|
+
* @returns Column change counts
|
|
861
|
+
*/
|
|
862
|
+
declare function calculateColumnChange(base: NodeData | undefined, current: NodeData | undefined): ColumnChangeResult;
|
|
863
|
+
/**
|
|
864
|
+
* Calculate all changes in a lineage graph
|
|
865
|
+
*
|
|
866
|
+
* Iterates through all modified nodes in the lineage graph and
|
|
867
|
+
* aggregates node-level and column-level changes.
|
|
868
|
+
*
|
|
869
|
+
* @param lineageGraph - The lineage graph to analyze
|
|
870
|
+
* @returns Aggregated change counts
|
|
871
|
+
*/
|
|
872
|
+
declare function calculateChangeSummary(lineageGraph: LineageGraph): ChangeSummaryResult;
|
|
873
|
+
//#endregion
|
|
874
|
+
//#region src/components/timeout/IdleTimeoutBadge.d.ts
|
|
875
|
+
/**
|
|
876
|
+
* Badge component that displays idle timeout warning countdown
|
|
877
|
+
* Only shows when remaining time is below the warning threshold
|
|
878
|
+
* Styled as a warning indicator to draw user attention
|
|
879
|
+
*/
|
|
880
|
+
declare function IdleTimeoutBadge(): _$react_jsx_runtime0.JSX.Element | null;
|
|
881
|
+
//#endregion
|
|
882
|
+
//#region src/components/top-k/TopKDiffForm.d.ts
|
|
883
|
+
type TopKDiffFormProps = RunFormProps<TopKDiffParams>;
|
|
884
|
+
declare function TopKDiffForm({
|
|
885
|
+
params,
|
|
886
|
+
onParamsChanged,
|
|
887
|
+
setIsReadyToExecute
|
|
888
|
+
}: TopKDiffFormProps): _$react_jsx_runtime0.JSX.Element;
|
|
889
|
+
//#endregion
|
|
890
|
+
//#region src/components/top-k/TopKDiffResultView.d.ts
|
|
891
|
+
/**
|
|
892
|
+
* Run type with top_k_diff result
|
|
893
|
+
*/
|
|
894
|
+
type TopKDiffRun = Run & {
|
|
895
|
+
type: "top_k_diff";
|
|
896
|
+
params?: TopKDiffParams;
|
|
897
|
+
result?: TopKDiffResult;
|
|
898
|
+
};
|
|
899
|
+
/**
|
|
900
|
+
* Props for TopKDiffResultView component
|
|
901
|
+
*/
|
|
902
|
+
interface TopKDiffResultViewProps extends CreatedResultViewProps<TopKViewOptions> {
|
|
903
|
+
run: TopKDiffRun | unknown;
|
|
904
|
+
}
|
|
905
|
+
/**
|
|
906
|
+
* TopKDiffResultView component - displays top-K value distribution comparison.
|
|
907
|
+
*
|
|
908
|
+
* Features:
|
|
909
|
+
* - Displays horizontal bar chart comparing base vs current top-K values
|
|
910
|
+
* - "View More Items" / "View Only Top-10" toggle when >10 items exist
|
|
911
|
+
* - Title shows model name and column name
|
|
912
|
+
* - Dark/light theme support
|
|
913
|
+
*
|
|
914
|
+
* @example
|
|
915
|
+
* ```tsx
|
|
916
|
+
* <TopKDiffResultView
|
|
917
|
+
* run={topKDiffRun}
|
|
918
|
+
* viewOptions={{ show_all: false }}
|
|
919
|
+
* onViewOptionsChanged={setViewOptions}
|
|
920
|
+
* />
|
|
921
|
+
* ```
|
|
922
|
+
*/
|
|
923
|
+
declare const TopKDiffResultView: ForwardRefExoticComponent<TopKDiffResultViewProps & RefAttributes<HTMLDivElement>>;
|
|
924
|
+
//#endregion
|
|
925
|
+
//#region src/components/ui/DataTypeIcon/classifyType.d.ts
|
|
926
|
+
type TypeCategory = "integer" | "number" | "text" | "boolean" | "date" | "datetime" | "time" | "binary" | "json" | "array" | "geography" | "unknown";
|
|
927
|
+
/**
|
|
928
|
+
* Classifies a raw database type string into a TypeCategory.
|
|
929
|
+
*
|
|
930
|
+
* - Case-insensitive
|
|
931
|
+
* - Strips parenthesized parameters before matching (e.g. VARCHAR(256) -> VARCHAR)
|
|
932
|
+
* - Special case: TINYINT(1) maps to "boolean", plain TINYINT maps to "integer"
|
|
933
|
+
*/
|
|
934
|
+
declare function classifyType(rawType: string): TypeCategory;
|
|
935
|
+
//#endregion
|
|
936
|
+
//#region src/components/ui/DataTypeIcon/tooltipText.d.ts
|
|
937
|
+
interface ColumnTooltipInput {
|
|
938
|
+
name: string;
|
|
939
|
+
status?: "added" | "removed" | "type_changed" | "definition_changed" | "unchanged";
|
|
940
|
+
baseType?: string;
|
|
941
|
+
currentType?: string;
|
|
942
|
+
cllAvailable?: boolean;
|
|
943
|
+
}
|
|
944
|
+
declare function buildColumnTooltip(input: ColumnTooltipInput): string;
|
|
945
|
+
//#endregion
|
|
946
|
+
//#region src/components/ui/DataTypeIcon/index.d.ts
|
|
947
|
+
interface DataTypeIconProps {
|
|
948
|
+
type: string;
|
|
949
|
+
size?: number | string;
|
|
950
|
+
style?: CSSProperties;
|
|
951
|
+
className?: string;
|
|
952
|
+
disableTooltip?: boolean;
|
|
953
|
+
}
|
|
954
|
+
declare function DataTypeIcon({
|
|
955
|
+
type,
|
|
956
|
+
size,
|
|
957
|
+
style,
|
|
958
|
+
className,
|
|
959
|
+
disableTooltip
|
|
960
|
+
}: DataTypeIconProps): _$react_jsx_runtime0.JSX.Element;
|
|
961
|
+
//#endregion
|
|
962
|
+
//#region src/components/ui/SquareIcon.d.ts
|
|
963
|
+
interface SquareIconProps {
|
|
964
|
+
/** The background color of the square icon */
|
|
965
|
+
color: string;
|
|
966
|
+
}
|
|
967
|
+
/**
|
|
968
|
+
* A small square icon used in chart legends
|
|
969
|
+
*/
|
|
970
|
+
declare function SquareIcon({
|
|
971
|
+
color
|
|
972
|
+
}: SquareIconProps): _$react_jsx_runtime0.JSX.Element;
|
|
973
|
+
//#endregion
|
|
974
|
+
//#region src/components/valuediff/ValueDiffDetailResultView.d.ts
|
|
975
|
+
/**
|
|
976
|
+
* Run type with value_diff_detail result
|
|
977
|
+
*/
|
|
978
|
+
type ValueDiffDetailRun = Run & {
|
|
979
|
+
type: "value_diff_detail";
|
|
980
|
+
};
|
|
981
|
+
/**
|
|
982
|
+
* Props for ValueDiffDetailResultView component
|
|
983
|
+
*/
|
|
984
|
+
interface ValueDiffDetailResultViewProps extends CreatedResultViewProps<ValueDiffDetailViewOptions> {
|
|
985
|
+
run: ValueDiffDetailRun | unknown;
|
|
986
|
+
}
|
|
987
|
+
/**
|
|
988
|
+
* ValueDiffDetailResultView component - displays value diff details in a data grid.
|
|
989
|
+
*
|
|
990
|
+
* Features:
|
|
991
|
+
* - Displays row-level diff data with changed highlighting
|
|
992
|
+
* - "Changed only" filter to show only differing rows
|
|
993
|
+
* - Side-by-side vs inline display mode toggle
|
|
994
|
+
* - Column pinning support
|
|
995
|
+
* - Shows amber warning when results are truncated
|
|
996
|
+
* - Toolbar-in-empty-state pattern: shows "No change" when changed_only=true but no changes
|
|
997
|
+
*
|
|
998
|
+
* @example
|
|
999
|
+
* ```tsx
|
|
1000
|
+
* <ValueDiffDetailResultView
|
|
1001
|
+
* run={valueDiffDetailRun}
|
|
1002
|
+
* viewOptions={{ changed_only: true, display_mode: 'inline' }}
|
|
1003
|
+
* onViewOptionsChanged={setViewOptions}
|
|
1004
|
+
* />
|
|
1005
|
+
* ```
|
|
1006
|
+
*/
|
|
1007
|
+
declare const ValueDiffDetailResultView: ForwardRefExoticComponent<ValueDiffDetailResultViewProps & RefAttributes<DataGridHandle>>;
|
|
1008
|
+
//#endregion
|
|
1009
|
+
//#region src/components/valuediff/ValueDiffForm.d.ts
|
|
1010
|
+
interface ValueDiffFormParams {
|
|
1011
|
+
model: string;
|
|
1012
|
+
primary_key?: string | (string | undefined)[];
|
|
1013
|
+
columns?: string[];
|
|
1014
|
+
}
|
|
1015
|
+
type ValueDiffFormProp = RunFormProps<ValueDiffFormParams>;
|
|
1016
|
+
declare function ValueDiffForm({
|
|
1017
|
+
params,
|
|
1018
|
+
onParamsChanged,
|
|
1019
|
+
setIsReadyToExecute
|
|
1020
|
+
}: ValueDiffFormProp): _$react_jsx_runtime0.JSX.Element;
|
|
1021
|
+
//#endregion
|
|
1022
|
+
//#region src/components/valuediff/ValueDiffResultView.d.ts
|
|
1023
|
+
/**
|
|
1024
|
+
* Run type with value_diff result
|
|
1025
|
+
*/
|
|
1026
|
+
type ValueDiffRun = Run & {
|
|
1027
|
+
type: "value_diff";
|
|
1028
|
+
result?: ValueDiffResult;
|
|
1029
|
+
params?: ValueDiffParams;
|
|
1030
|
+
};
|
|
1031
|
+
/**
|
|
1032
|
+
* Props for ValueDiffResultView component
|
|
1033
|
+
*/
|
|
1034
|
+
interface ValueDiffResultViewProps extends CreatedResultViewProps<unknown> {
|
|
1035
|
+
run: ValueDiffRun | unknown;
|
|
1036
|
+
}
|
|
1037
|
+
/**
|
|
1038
|
+
* ValueDiffResultView component - displays value diff summary in a data grid.
|
|
1039
|
+
*
|
|
1040
|
+
* Features:
|
|
1041
|
+
* - Displays column-level match statistics
|
|
1042
|
+
* - Summary header with model name and row counts (total, common, added, removed)
|
|
1043
|
+
* - Highlights columns with match percentage < 100%
|
|
1044
|
+
*
|
|
1045
|
+
* @example
|
|
1046
|
+
* ```tsx
|
|
1047
|
+
* <ValueDiffResultView run={valueDiffRun} />
|
|
1048
|
+
* ```
|
|
1049
|
+
*/
|
|
1050
|
+
declare const ValueDiffResultView: ForwardRefExoticComponent<ValueDiffResultViewProps & RefAttributes<DataGridHandle>>;
|
|
1051
|
+
//#endregion
|
|
1052
|
+
//#region src/components/views/ChecksView.d.ts
|
|
1053
|
+
/**
|
|
1054
|
+
* Props for the ChecksView component.
|
|
1055
|
+
* Defines options for viewing and managing checks.
|
|
1056
|
+
*/
|
|
1057
|
+
interface ChecksViewProps {
|
|
1058
|
+
/**
|
|
1059
|
+
* Optional checks data. If not provided, uses CheckContext.
|
|
1060
|
+
*/
|
|
1061
|
+
checks?: Check$1[];
|
|
1062
|
+
/**
|
|
1063
|
+
* Loading state. If not provided, uses CheckContext.
|
|
1064
|
+
*/
|
|
1065
|
+
isLoading?: boolean;
|
|
1066
|
+
/**
|
|
1067
|
+
* Error message. If not provided, uses CheckContext.
|
|
1068
|
+
*/
|
|
1069
|
+
error?: string;
|
|
1070
|
+
/**
|
|
1071
|
+
* Currently selected check ID. If not provided, uses CheckContext.
|
|
1072
|
+
*/
|
|
1073
|
+
selectedCheckId?: string;
|
|
1074
|
+
/**
|
|
1075
|
+
* Callback when a check is selected. If not provided, uses CheckContext.
|
|
1076
|
+
*/
|
|
1077
|
+
onCheckSelect?: (checkId: string) => void;
|
|
1078
|
+
/**
|
|
1079
|
+
* Callback when check approval status changes.
|
|
1080
|
+
*/
|
|
1081
|
+
onApprovalChange?: (checkId: string, isApproved: boolean) => void;
|
|
1082
|
+
/**
|
|
1083
|
+
* Callback when a check action is triggered.
|
|
1084
|
+
*/
|
|
1085
|
+
onAction?: (checkId: string, actionType: CheckActionType) => void;
|
|
1086
|
+
/**
|
|
1087
|
+
* Callback when checks are reordered.
|
|
1088
|
+
*/
|
|
1089
|
+
onReorder?: (sourceIndex: number, destinationIndex: number) => void;
|
|
1090
|
+
/**
|
|
1091
|
+
* Callback when description changes.
|
|
1092
|
+
*/
|
|
1093
|
+
onDescriptionChange?: (checkId: string, description?: string) => void;
|
|
1094
|
+
/**
|
|
1095
|
+
* Callback when name changes.
|
|
1096
|
+
*/
|
|
1097
|
+
onNameChange?: (checkId: string, name: string) => void;
|
|
1098
|
+
/**
|
|
1099
|
+
* Callback when create is clicked (in empty state).
|
|
1100
|
+
*/
|
|
1101
|
+
onCreateCheck?: () => void;
|
|
1102
|
+
/**
|
|
1103
|
+
* Function to generate tabs for a check detail view.
|
|
1104
|
+
*/
|
|
1105
|
+
getCheckTabs?: (check: Check$1) => CheckDetailTab[];
|
|
1106
|
+
/**
|
|
1107
|
+
* Function to generate primary actions for a check.
|
|
1108
|
+
*/
|
|
1109
|
+
getPrimaryActions?: (check: Check$1) => CheckAction[];
|
|
1110
|
+
/**
|
|
1111
|
+
* Function to generate secondary actions for a check.
|
|
1112
|
+
*/
|
|
1113
|
+
getSecondaryActions?: (check: Check$1) => CheckAction[];
|
|
1114
|
+
/**
|
|
1115
|
+
* Whether approval is disabled for all checks.
|
|
1116
|
+
*/
|
|
1117
|
+
disableApproval?: boolean;
|
|
1118
|
+
/**
|
|
1119
|
+
* Tooltip for disabled approval.
|
|
1120
|
+
*/
|
|
1121
|
+
disabledApprovalTooltip?: string;
|
|
1122
|
+
/**
|
|
1123
|
+
* Optional height for the view.
|
|
1124
|
+
* @default "100%"
|
|
1125
|
+
*/
|
|
1126
|
+
height?: number | string;
|
|
1127
|
+
/**
|
|
1128
|
+
* Initial split pane size (percentage for list).
|
|
1129
|
+
* @default 30
|
|
1130
|
+
*/
|
|
1131
|
+
listPaneSize?: number;
|
|
1132
|
+
/**
|
|
1133
|
+
* Minimum list pane size in pixels.
|
|
1134
|
+
* @default 200
|
|
1135
|
+
*/
|
|
1136
|
+
minListSize?: number;
|
|
1137
|
+
/**
|
|
1138
|
+
* Maximum list pane size in pixels.
|
|
1139
|
+
* @default 500
|
|
1140
|
+
*/
|
|
1141
|
+
maxListSize?: number;
|
|
1142
|
+
/**
|
|
1143
|
+
* Title for the check list.
|
|
1144
|
+
*/
|
|
1145
|
+
listTitle?: string;
|
|
1146
|
+
/**
|
|
1147
|
+
* Optional CSS class name.
|
|
1148
|
+
*/
|
|
1149
|
+
className?: string;
|
|
1150
|
+
}
|
|
1151
|
+
/**
|
|
1152
|
+
* ChecksView Component
|
|
1153
|
+
*
|
|
1154
|
+
* A high-level component for viewing and managing checks using a
|
|
1155
|
+
* split-pane layout with a list on the left and details on the right.
|
|
1156
|
+
*
|
|
1157
|
+
* Can receive data from:
|
|
1158
|
+
* 1. CheckContext (wrap with CheckProvider)
|
|
1159
|
+
* 2. Direct props (pass checks, selectedCheckId, etc.)
|
|
1160
|
+
*
|
|
1161
|
+
* @example Using with context
|
|
1162
|
+
* ```tsx
|
|
1163
|
+
* import { CheckProvider, ChecksView } from '@datarecce/ui';
|
|
1164
|
+
*
|
|
1165
|
+
* function App() {
|
|
1166
|
+
* const { checks, isLoading } = useChecksQuery();
|
|
1167
|
+
* const [selectedId, setSelectedId] = useState<string>();
|
|
1168
|
+
*
|
|
1169
|
+
* return (
|
|
1170
|
+
* <CheckProvider
|
|
1171
|
+
* checks={checks}
|
|
1172
|
+
* isLoading={isLoading}
|
|
1173
|
+
* selectedCheckId={selectedId}
|
|
1174
|
+
* onSelectCheck={setSelectedId}
|
|
1175
|
+
* >
|
|
1176
|
+
* <ChecksView
|
|
1177
|
+
* getCheckTabs={(check) => [
|
|
1178
|
+
* { id: 'result', label: 'Result', content: <ResultView check={check} /> },
|
|
1179
|
+
* ]}
|
|
1180
|
+
* />
|
|
1181
|
+
* </CheckProvider>
|
|
1182
|
+
* );
|
|
1183
|
+
* }
|
|
1184
|
+
* ```
|
|
1185
|
+
*
|
|
1186
|
+
* @example Using with direct props
|
|
1187
|
+
* ```tsx
|
|
1188
|
+
* import { ChecksView } from '@datarecce/ui';
|
|
1189
|
+
*
|
|
1190
|
+
* function App({ checks, selectedId, onSelect }) {
|
|
1191
|
+
* return (
|
|
1192
|
+
* <ChecksView
|
|
1193
|
+
* checks={checks}
|
|
1194
|
+
* selectedCheckId={selectedId}
|
|
1195
|
+
* onCheckSelect={onSelect}
|
|
1196
|
+
* onApprovalChange={(id, approved) => updateCheck(id, { is_checked: approved })}
|
|
1197
|
+
* />
|
|
1198
|
+
* );
|
|
1199
|
+
* }
|
|
1200
|
+
* ```
|
|
1201
|
+
*/
|
|
1202
|
+
declare function ChecksViewComponent({
|
|
1203
|
+
checks: propChecks,
|
|
1204
|
+
isLoading: propIsLoading,
|
|
1205
|
+
error: propError,
|
|
1206
|
+
selectedCheckId: propSelectedCheckId,
|
|
1207
|
+
onCheckSelect: propOnCheckSelect,
|
|
1208
|
+
onApprovalChange,
|
|
1209
|
+
onAction,
|
|
1210
|
+
onReorder,
|
|
1211
|
+
onDescriptionChange,
|
|
1212
|
+
onNameChange,
|
|
1213
|
+
onCreateCheck,
|
|
1214
|
+
getCheckTabs,
|
|
1215
|
+
getPrimaryActions,
|
|
1216
|
+
getSecondaryActions,
|
|
1217
|
+
disableApproval,
|
|
1218
|
+
disabledApprovalTooltip,
|
|
1219
|
+
height,
|
|
1220
|
+
listPaneSize,
|
|
1221
|
+
minListSize,
|
|
1222
|
+
maxListSize,
|
|
1223
|
+
listTitle,
|
|
1224
|
+
className
|
|
1225
|
+
}: ChecksViewProps): _$react_jsx_runtime0.JSX.Element;
|
|
1226
|
+
/**
|
|
1227
|
+
* Memoized ChecksView component for performance optimization.
|
|
1228
|
+
*/
|
|
1229
|
+
declare const ChecksView: React$2.MemoExoticComponent<typeof ChecksViewComponent>;
|
|
1230
|
+
//#endregion
|
|
1231
|
+
//#region src/providers/contexts/ThemeContext.d.ts
|
|
1232
|
+
/**
|
|
1233
|
+
* Theme mode selection for {@link ThemeProvider}.
|
|
1234
|
+
*/
|
|
1235
|
+
type ThemeMode = "light" | "dark" | "system";
|
|
1236
|
+
/**
|
|
1237
|
+
* Theme context values exposed by {@link useRecceTheme}.
|
|
1238
|
+
*/
|
|
1239
|
+
interface ThemeContextValue {
|
|
1240
|
+
mode: ThemeMode;
|
|
1241
|
+
resolvedMode: "light" | "dark";
|
|
1242
|
+
setMode: (mode: ThemeMode) => void;
|
|
1243
|
+
}
|
|
1244
|
+
/**
|
|
1245
|
+
* Access the theme context.
|
|
1246
|
+
*
|
|
1247
|
+
* @throws Error if used outside {@link RecceProvider}.
|
|
1248
|
+
*/
|
|
1249
|
+
declare function useRecceTheme(): ThemeContextValue;
|
|
1250
|
+
//#endregion
|
|
1251
|
+
//#region src/index.d.ts
|
|
1252
|
+
declare const VERSION = "0.2.0";
|
|
1253
|
+
//#endregion
|
|
1254
|
+
//#region src/components/lineage/lineage.d.ts
|
|
1255
|
+
/**
|
|
1256
|
+
* Convert a LineageGraph to React Flow nodes and edges with column-level lineage support
|
|
1257
|
+
*
|
|
1258
|
+
* This OSS-specific function extends the basic toReactFlow functionality with:
|
|
1259
|
+
* - Column-level lineage (CLL) visualization
|
|
1260
|
+
* - Dynamic node heights based on column count
|
|
1261
|
+
* - Column nodes as child nodes within parent model nodes
|
|
1262
|
+
*
|
|
1263
|
+
* @param lineageGraph - The lineage graph to convert
|
|
1264
|
+
* @param options - Conversion options
|
|
1265
|
+
* @param options.selectedNodes - Optional filter for which nodes to include
|
|
1266
|
+
* @param options.cll - Column-level lineage data for adding column nodes
|
|
1267
|
+
* @param options.existingPositions - Map of node IDs to their existing positions. If provided, nodes will preserve their positions and layout will be skipped if all nodes have positions.
|
|
1268
|
+
* @returns Tuple of [nodes, edges, nodeColumnSetMap] where nodeColumnSetMap tracks columns per node
|
|
1269
|
+
*
|
|
1270
|
+
* @example
|
|
1271
|
+
* ```tsx
|
|
1272
|
+
* const [nodes, edges, columnSetMap] = toReactFlow(lineageGraph, {
|
|
1273
|
+
* selectedNodes: ["model.project.orders"],
|
|
1274
|
+
* cll: columnLineageData,
|
|
1275
|
+
* });
|
|
1276
|
+
* ```
|
|
1277
|
+
*/
|
|
1278
|
+
declare function toReactFlow(lineageGraph: LineageGraph, options?: {
|
|
1279
|
+
selectedNodes?: string[];
|
|
1280
|
+
cll?: ColumnLineageData;
|
|
1281
|
+
existingPositions?: Map<string, {
|
|
1282
|
+
x: number;
|
|
1283
|
+
y: number;
|
|
1284
|
+
}>;
|
|
1285
|
+
}): [LineageGraphNodes[], LineageGraphEdge[], NodeColumnSetMap];
|
|
1286
|
+
/**
|
|
1287
|
+
* Apply dagre layout to lineage graph nodes and edges
|
|
1288
|
+
*
|
|
1289
|
+
* This is a thin wrapper around layoutWithDagre from @datarecce/ui
|
|
1290
|
+
* that provides the dagre library instance.
|
|
1291
|
+
*
|
|
1292
|
+
* @param nodes - Array of lineage graph nodes
|
|
1293
|
+
* @param edges - Array of lineage graph edges
|
|
1294
|
+
* @param direction - Layout direction ("LR" for left-to-right, "TB" for top-to-bottom)
|
|
1295
|
+
*/
|
|
1296
|
+
declare const layout: (nodes: LineageGraphNodes[], edges: LineageGraphEdge[], direction?: string) => void;
|
|
1297
|
+
//#endregion
|
|
1298
|
+
export { SetupConnectionGuide as $, getIconForChangeStatus as A, CheckPageLoadingOss as At, SchemaView$1 as B, FIT_VIEW_PADDING as Bt, TopKDiffResultView as C, LineagePageOss as Ct, IdleTimeoutBadge as D, HistogramDiffForm as Dt, TopKDiffForm as E, HistogramResultViewProps as Et, ChangeSummaryResult as F, Main as Ft, RowCountDiffRun as G, ColumnNameCell as H, ColumnChangeResult as I, MainLayout as It, RowCountRun as J, RowCountResultView as K, NODE_CHANGE_STATUS_MSGS as L, EnvInfo as Lt, ChangeSummary as M, CheckListOss as Mt, ChangeStatus as N, CheckEmptyStateOss as Nt, calculateChangeSummary as O, supportsHistogramDiff as Ot, ChangeSummaryProps as P, CheckDetailOss as Pt, SqlEditorProps as Q, HistoryToggle as R, DIM_FILTER as Rt, classifyType as S, SchemaViewProps$1 as St, TopKDiffRun as T, HistogramDiffRun as Tt, ColumnNameCellProps as U, SingleEnvSchemaView$1 as V, LEGIBLE_MIN_ZOOM as Vt, RowCountDiffResultView as W, DualSqlEditorProps as X, DualSqlEditor as Y, SqlEditor as Z, DataTypeIcon as _, LineageViewNotification as _t, ChecksView as a, QueryFormProps as at, buildColumnTooltip as b, NodeViewNodeData as bt, ValueDiffResultViewProps as c, ProfileDiffResultView as ct, ValueDiffFormParams as d, ProfileResultViewProps as dt, SetupConnectionGuideProps as et, ValueDiffDetailResultView as f, ProfileRun as ft, SquareIconProps as g, RecceNotification as gt, SquareIcon as h, LearnHowLink as ht, useRecceTheme as i, QueryForm$1 as it, SchemaSummary as j, CheckPageContentOss as jt, calculateColumnChange as k, ErrorBoundary$1 as kt, ValueDiffRun as l, ProfileDiffRun as lt, ValueDiffDetailRun as m, ProfileDiffFormParams as mt, toReactFlow as n, QueryResultViewProps as nt, ChecksViewProps as o, QueryDiffResultView as ot, ValueDiffDetailResultViewProps as p, ProfileDiffForm as pt, RowCountResultViewProps as q, VERSION as r, QueryPageOss as rt, ValueDiffResultView as s, QueryDiffResultViewProps as st, layout as t, QueryResultView as tt, ValueDiffForm as u, ProfileResultView as ut, DataTypeIconProps as v, NotificationProps as vt, TopKDiffResultViewProps as w, HistogramDiffResultView as wt, TypeCategory as x, NodeViewProps as xt, ColumnTooltipInput as y, NodeView as yt, SchemaLegend as z, EXPLORE_MIN_ZOOM as zt };
|
|
1299
|
+
//# sourceMappingURL=lineage-DsKqx9yh.d.ts.map
|