mage-ai 0.8.78__py3-none-any.whl → 0.8.80__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mage-ai might be problematic. Click here for more details.
- mage_ai/api/policies/PipelineRunPolicy.py +1 -0
- mage_ai/api/policies/StatusPolicy.py +4 -2
- mage_ai/api/presenters/StatusPresenter.py +1 -0
- mage_ai/api/resources/LogResource.py +12 -3
- mage_ai/api/resources/StatusResource.py +2 -0
- mage_ai/data_preparation/executors/streaming_pipeline_executor.py +73 -57
- mage_ai/data_preparation/models/block/__init__.py +30 -7
- mage_ai/data_preparation/models/constants.py +2 -0
- mage_ai/data_preparation/models/widget/charts.py +23 -4
- mage_ai/orchestration/db/models/schedules.py +2 -0
- mage_ai/orchestration/notification/sender.py +18 -5
- mage_ai/orchestration/pipeline_scheduler.py +26 -9
- mage_ai/server/constants.py +1 -1
- mage_ai/server/frontend_dist/404.html +2 -2
- mage_ai/server/frontend_dist/404.html.html +2 -2
- mage_ai/server/frontend_dist/_next/static/{m8Ltx9sPofwrShNBHkhe- → K62oaHK5x3k16vVxdvIWf}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/5682-c0d87b28bf381aae.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/8312-71137409aea5d028.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/8957-6edafc5a2521efdf.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-d90d32812b2be89e.js +1 -0
- mage_ai/server/frontend_dist/index.html +2 -2
- mage_ai/server/frontend_dist/manage.html +2 -2
- mage_ai/server/frontend_dist/pipeline-runs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
- mage_ai/server/frontend_dist/pipelines.html +2 -2
- mage_ai/server/frontend_dist/settings/account/profile.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/preferences.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/sync-data.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/users.html +2 -2
- mage_ai/server/frontend_dist/settings.html +2 -2
- mage_ai/server/frontend_dist/sign-in.html +2 -2
- mage_ai/server/frontend_dist/terminal.html +2 -2
- mage_ai/server/frontend_dist/test.html +3 -3
- mage_ai/server/frontend_dist/triggers.html +2 -2
- mage_ai/server/kernel_output_parser.py +5 -0
- mage_ai/services/gcp/cloud_run/cloud_run.py +37 -18
- mage_ai/services/gcp/cloud_run/config.py +2 -1
- mage_ai/tests/orchestration/db/test_models.py +21 -10
- mage_ai/tests/orchestration/notification/test_sender.py +6 -4
- mage_ai/usage_statistics/logger.py +2 -0
- {mage_ai-0.8.78.dist-info → mage_ai-0.8.80.dist-info}/METADATA +1 -1
- {mage_ai-0.8.78.dist-info → mage_ai-0.8.80.dist-info}/RECORD +61 -61
- mage_ai/server/frontend_dist/_next/static/chunks/5682-83f92c7d6ec974f5.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/8312-3bb169298804c401.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/8957-0c39a705c8215858.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-22d76e8fa386ba37.js +0 -1
- /mage_ai/server/frontend_dist/_next/static/{m8Ltx9sPofwrShNBHkhe- → K62oaHK5x3k16vVxdvIWf}/_middlewareManifest.js +0 -0
- /mage_ai/server/frontend_dist/_next/static/{m8Ltx9sPofwrShNBHkhe- → K62oaHK5x3k16vVxdvIWf}/_ssgManifest.js +0 -0
- {mage_ai-0.8.78.dist-info → mage_ai-0.8.80.dist-info}/LICENSE +0 -0
- {mage_ai-0.8.78.dist-info → mage_ai-0.8.80.dist-info}/WHEEL +0 -0
- {mage_ai-0.8.78.dist-info → mage_ai-0.8.80.dist-info}/entry_points.txt +0 -0
- {mage_ai-0.8.78.dist-info → mage_ai-0.8.80.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link href="/favicon.ico" rel="icon"/><link rel="preload" href="/_next/static/css/d1e8e64d0b07af2f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d1e8e64d0b07af2f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js" defer=""></script><script src="/_next/static/chunks/framework-7c365855dab1bf41.js" defer=""></script><script src="/_next/static/chunks/main-bb0dd5375146d7fd.js" defer=""></script><script src="/_next/static/chunks/pages/_app-b25383366d854e8e.js" defer=""></script><script src="/_next/static/chunks/pages/_error-235304e5badb19eb.js" defer=""></script><script src="/_next/static/
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link href="/favicon.ico" rel="icon"/><link rel="preload" href="/_next/static/css/d1e8e64d0b07af2f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d1e8e64d0b07af2f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js" defer=""></script><script src="/_next/static/chunks/framework-7c365855dab1bf41.js" defer=""></script><script src="/_next/static/chunks/main-bb0dd5375146d7fd.js" defer=""></script><script src="/_next/static/chunks/pages/_app-b25383366d854e8e.js" defer=""></script><script src="/_next/static/chunks/pages/_error-235304e5badb19eb.js" defer=""></script><script src="/_next/static/K62oaHK5x3k16vVxdvIWf/_buildManifest.js" defer=""></script><script src="/_next/static/K62oaHK5x3k16vVxdvIWf/_ssgManifest.js" defer=""></script><script src="/_next/static/K62oaHK5x3k16vVxdvIWf/_middlewareManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.6">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
|
|
2
2
|
*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit;}/*!sc*/
|
|
3
3
|
data-styled.g4[id="sc-global-czSCUT1"]{content:"sc-global-czSCUT1,"}/*!sc*/
|
|
4
4
|
.kOVcuR .Toastify__toast-container{margin-top:24px;padding:0 !important;width:500px !important;}/*!sc*/
|
|
@@ -19,4 +19,4 @@ data-styled.g5[id="ToastWrapper-sc-1a33ph1-0"]{content:"kOVcuR,"}/*!sc*/
|
|
|
19
19
|
.next-error-h1 {
|
|
20
20
|
border-right: 1px solid rgba(255, 255, 255, .3);
|
|
21
21
|
}
|
|
22
|
-
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404<!-- --></h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.<!-- --></h2></div></div></div><div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 kOVcuR"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanLight":"rgba(101, 227, 255, 0.3)","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"rgb(255, 79, 248, 0.5)","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","rose":"#D1A2AB","roseLight":"rgba(209, 162, 171, 0.5)","sky":"#6AA1E0","skyLight":"rgba(106, 161, 224, 0.05)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","successLight":"rgb(138, 222, 0, 0.3)","table":"#292A2F"},"borders":{"button":"#454850","contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","medium2":"#141414","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBorder":"#2E3036","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkPrimaryLight":"#5982ff","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","linkText":"#6AA1E0","rowHoverBackground":"rgba(0, 0, 0, 0.1)","transparent":"rgba(255, 255, 255, 0)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(106, 117, 139, 0.4)","frame":"0px 10px 40px rgba(0, 0, 0, 0.26)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/_error","query":{},"buildId":"
|
|
22
|
+
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404<!-- --></h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.<!-- --></h2></div></div></div><div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 kOVcuR"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanLight":"rgba(101, 227, 255, 0.3)","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"rgb(255, 79, 248, 0.5)","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","rose":"#D1A2AB","roseLight":"rgba(209, 162, 171, 0.5)","sky":"#6AA1E0","skyLight":"rgba(106, 161, 224, 0.05)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","successLight":"rgb(138, 222, 0, 0.3)","table":"#292A2F"},"borders":{"button":"#454850","contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","medium2":"#141414","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBorder":"#2E3036","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkPrimaryLight":"#5982ff","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","linkText":"#6AA1E0","rowHoverBackground":"rgba(0, 0, 0, 0.1)","transparent":"rgba(255, 255, 255, 0)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(106, 117, 139, 0.4)","frame":"0px 10px 40px rgba(0, 0, 0, 0.26)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/_error","query":{},"buildId":"K62oaHK5x3k16vVxdvIWf","nextExport":true,"isFallback":false,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link href="/favicon.ico" rel="icon"/><link rel="preload" href="/_next/static/css/d1e8e64d0b07af2f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d1e8e64d0b07af2f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js" defer=""></script><script src="/_next/static/chunks/framework-7c365855dab1bf41.js" defer=""></script><script src="/_next/static/chunks/main-bb0dd5375146d7fd.js" defer=""></script><script src="/_next/static/chunks/pages/_app-b25383366d854e8e.js" defer=""></script><script src="/_next/static/chunks/pages/_error-235304e5badb19eb.js" defer=""></script><script src="/_next/static/
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link href="/favicon.ico" rel="icon"/><link rel="preload" href="/_next/static/css/d1e8e64d0b07af2f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d1e8e64d0b07af2f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js" defer=""></script><script src="/_next/static/chunks/framework-7c365855dab1bf41.js" defer=""></script><script src="/_next/static/chunks/main-bb0dd5375146d7fd.js" defer=""></script><script src="/_next/static/chunks/pages/_app-b25383366d854e8e.js" defer=""></script><script src="/_next/static/chunks/pages/_error-235304e5badb19eb.js" defer=""></script><script src="/_next/static/K62oaHK5x3k16vVxdvIWf/_buildManifest.js" defer=""></script><script src="/_next/static/K62oaHK5x3k16vVxdvIWf/_ssgManifest.js" defer=""></script><script src="/_next/static/K62oaHK5x3k16vVxdvIWf/_middlewareManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.6">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
|
|
2
2
|
*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit;}/*!sc*/
|
|
3
3
|
data-styled.g4[id="sc-global-czSCUT1"]{content:"sc-global-czSCUT1,"}/*!sc*/
|
|
4
4
|
.kOVcuR .Toastify__toast-container{margin-top:24px;padding:0 !important;width:500px !important;}/*!sc*/
|
|
@@ -19,4 +19,4 @@ data-styled.g5[id="ToastWrapper-sc-1a33ph1-0"]{content:"kOVcuR,"}/*!sc*/
|
|
|
19
19
|
.next-error-h1 {
|
|
20
20
|
border-right: 1px solid rgba(255, 255, 255, .3);
|
|
21
21
|
}
|
|
22
|
-
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404<!-- --></h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.<!-- --></h2></div></div></div><div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 kOVcuR"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanLight":"rgba(101, 227, 255, 0.3)","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"rgb(255, 79, 248, 0.5)","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","rose":"#D1A2AB","roseLight":"rgba(209, 162, 171, 0.5)","sky":"#6AA1E0","skyLight":"rgba(106, 161, 224, 0.05)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","successLight":"rgb(138, 222, 0, 0.3)","table":"#292A2F"},"borders":{"button":"#454850","contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","medium2":"#141414","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBorder":"#2E3036","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkPrimaryLight":"#5982ff","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","linkText":"#6AA1E0","rowHoverBackground":"rgba(0, 0, 0, 0.1)","transparent":"rgba(255, 255, 255, 0)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(106, 117, 139, 0.4)","frame":"0px 10px 40px rgba(0, 0, 0, 0.26)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/_error","query":{},"buildId":"
|
|
22
|
+
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404<!-- --></h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.<!-- --></h2></div></div></div><div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 kOVcuR"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanLight":"rgba(101, 227, 255, 0.3)","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"rgb(255, 79, 248, 0.5)","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","rose":"#D1A2AB","roseLight":"rgba(209, 162, 171, 0.5)","sky":"#6AA1E0","skyLight":"rgba(106, 161, 224, 0.05)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","successLight":"rgb(138, 222, 0, 0.3)","table":"#292A2F"},"borders":{"button":"#454850","contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","medium2":"#141414","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBorder":"#2E3036","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkPrimaryLight":"#5982ff","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","linkText":"#6AA1E0","rowHoverBackground":"rgba(0, 0, 0, 0.1)","transparent":"rgba(255, 255, 255, 0)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(106, 117, 139, 0.4)","frame":"0px 10px 40px rgba(0, 0, 0, 0.26)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/_error","query":{},"buildId":"K62oaHK5x3k16vVxdvIWf","nextExport":true,"isFallback":false,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__BUILD_MANIFEST=function(s,e,i,p,n,t,c,a,l,u,d,r,g,
|
|
1
|
+
self.__BUILD_MANIFEST=function(s,e,i,p,n,t,c,a,l,u,d,r,f,g,k,b,h,j,o,_,m,E,w,O,A,B){return{__rewrites:{beforeFiles:[],afterFiles:[{source:"/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/datasets",destination:j},{source:"/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_",destination:j}],fallback:[]},"/":["static/chunks/pages/index-b6cd94a079629572.js"],"/_error":["static/chunks/pages/_error-235304e5badb19eb.js"],"/manage":[s,p,o,e,i,n,_,"static/chunks/pages/manage-eba67ac0edfdea1b.js"],"/pipeline-runs":[s,p,e,i,n,g,"static/chunks/pages/pipeline-runs-128dd171c6fff7ac.js"],"/pipelines":[s,p,e,i,n,"static/chunks/pages/pipelines-c73dab1d63317556.js"],"/pipelines/[pipeline]":["static/chunks/pages/pipelines/[pipeline]-ca9457e1a6bced4b.js"],"/pipelines/[pipeline]/backfills":[s,p,e,i,n,t,"static/chunks/pages/pipelines/[pipeline]/backfills-f08b51d9dc56eab5.js"],"/pipelines/[pipeline]/backfills/[...slug]":[s,p,c,a,l,d,r,h,e,i,n,t,u,f,g,"static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-9e519ad50f639e00.js"],"/pipelines/[pipeline]/edit":[m,s,p,c,a,l,d,r,k,E,w,o,"static/chunks/7107-b89772bb2a2669df.js",e,i,n,u,f,_,O,A,"static/chunks/pages/pipelines/[pipeline]/edit-d90d32812b2be89e.js"],"/pipelines/[pipeline]/logs":[s,p,a,h,e,i,n,t,"static/chunks/pages/pipelines/[pipeline]/logs-0751190c3f720f8c.js"],"/pipelines/[pipeline]/monitors":[s,p,c,k,e,i,t,B,"static/chunks/pages/pipelines/[pipeline]/monitors-5244d6c5d80af010.js"],"/pipelines/[pipeline]/monitors/block-runs":[s,p,c,k,e,i,t,B,"static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-302e1bd9fbf39994.js"],"/pipelines/[pipeline]/monitors/block-runtime":[m,s,p,c,k,"static/chunks/9832-f97919376d52e3bf.js",e,i,t,A,"static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-7635e7031335de0f.js"],"/pipelines/[pipeline]/runs":[s,p,a,l,d,e,i,n,t,u,g,"static/chunks/pages/pipelines/[pipeline]/runs-88994d0bcf41cf9e.js"],"/pipelines/[pipeline]/runs/[run]":[s,p,c,a,l,d,r,E,e,i,n,t,u,f,O,"static/chunks/pages/pipelines/[pipeline]/runs/[run]-90170de1e6fe8f04.js"],"/pipelines/[pipeline]/settings":[s,p,e,i,t,"static/chunks/pages/pipelines/[pipeline]/settings-3c42f05001416811.js"],"/pipelines/[pipeline]/syncs":[s,p,e,i,n,t,"static/chunks/pages/pipelines/[pipeline]/syncs-891c3d3f7a2b634b.js"],"/pipelines/[pipeline]/triggers":[s,p,c,a,l,r,e,i,n,t,u,f,"static/chunks/pages/pipelines/[pipeline]/triggers-05f43f9eaf6528db.js"],"/pipelines/[pipeline]/triggers/[...slug]":[s,p,c,a,l,d,r,h,e,i,n,t,u,f,g,"static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-456d84426ffe5025.js"],"/settings":["static/chunks/pages/settings-d594a66a568306da.js"],"/settings/account/profile":[s,e,i,b,"static/chunks/pages/settings/account/profile-f5626eb662337ad5.js"],"/settings/workspace/preferences":[s,e,i,b,"static/chunks/pages/settings/workspace/preferences-292e840e9386335e.js"],"/settings/workspace/sync-data":[s,e,i,b,"static/chunks/pages/settings/workspace/sync-data-353dc1ef2fadf70b.js"],"/settings/workspace/users":[s,p,e,i,n,b,"static/chunks/pages/settings/workspace/users-cd838435ed1b8383.js"],"/sign-in":[s,e,"static/chunks/pages/sign-in-56fb21d1b7d55ca9.js"],"/terminal":[s,e,i,"static/chunks/pages/terminal-d15ea617ef145b32.js"],"/test":[w,"static/chunks/pages/test-bd801bde63db7c9e.js"],"/triggers":[s,p,e,i,n,"static/chunks/pages/triggers-df30a0006fd775b8.js"],sortedPages:["/","/_app","/_error","/manage","/pipeline-runs","/pipelines","/pipelines/[pipeline]","/pipelines/[pipeline]/backfills","/pipelines/[pipeline]/backfills/[...slug]","/pipelines/[pipeline]/edit","/pipelines/[pipeline]/logs","/pipelines/[pipeline]/monitors","/pipelines/[pipeline]/monitors/block-runs","/pipelines/[pipeline]/monitors/block-runtime","/pipelines/[pipeline]/runs","/pipelines/[pipeline]/runs/[run]","/pipelines/[pipeline]/settings","/pipelines/[pipeline]/syncs","/pipelines/[pipeline]/triggers","/pipelines/[pipeline]/triggers/[...slug]","/settings","/settings/account/profile","/settings/workspace/preferences","/settings/workspace/sync-data","/settings/workspace/users","/sign-in","/terminal","/test","/triggers"]}}("static/chunks/844-1e171f361e63b36d.js","static/chunks/1424-fbc7f741303c0aa0.js","static/chunks/1005-38fa861ca54679db.js","static/chunks/7607-324c3a1e4e7d0628.js","static/chunks/8180-325d712ecbed97ce.js","static/chunks/547-833b70469e82cb2b.js","static/chunks/5896-10a676bcc86978cc.js","static/chunks/4804-01a10103ebe26ca8.js","static/chunks/1774-aa51ef1da7217ff9.js","static/chunks/8957-6edafc5a2521efdf.js","static/chunks/9350-1ff50f1d7b9ee754.js","static/chunks/5872-1767c45ee6690ae5.js","static/chunks/1286-a62050b3f897c6be.js","static/chunks/8312-71137409aea5d028.js","static/chunks/2714-1e79e9f2e998b544.js","static/chunks/3077-187a4db6073d95df.js","static/chunks/4495-4f0340aa82e0c623.js","/datasets","static/chunks/8789-4f858e520d46973b.js","static/chunks/5540-1025c6b3e65558b3.js","static/chunks/29107295-989a0767a635d9d5.js","static/chunks/2125-0b537dc53fe71b18.js","static/chunks/7011-81dd8269c4806d26.js","static/chunks/5682-c0d87b28bf381aae.js","static/chunks/6567-2488118bb39a9d99.js","static/chunks/9129-8ae88897c3817909.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5682],{62976:function(e,n,t){t.d(n,{Z:function(){return M}});var r=t(82394),o=t(21831),i=t(82684),a=t(10919),d=t(12691),l=t.n(d),c=t(9518),u=t(63068),s=t(44628),h=t(6508),m=t(67971),f=t(19711),p=t(23831),g=t(31969),v=function(){var e=document.createElement("div");e.setAttribute("style","width: 100px; height: 100px; overflow: scroll; position:absolute; top:-9999px;"),document.body.appendChild(e);var n=e.offsetWidth-e.clientWidth;return document.body.removeChild(e),n},b=t(2005),x=t(31012),y=t(37391),w=t(6753),j=t(49125),k=t(20567),I=t(24224),S=t(28598);function Z(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function C(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Z(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Z(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var H=2*j.iI+x.dN,O=20*j.iI,P=c.default.div.withConfig({displayName:"DataTable__Styles",componentId:"sc-1arr863-0"})([""," "," "," .body > div{","}.table{border-spacing:0;display:inline-block;"," "," "," "," .tr{.td.td-index-column{","}}.th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;","}.th,.td{"," font-family:",";margin:0;","}.td{padding:","px;}&.sticky{overflow:auto;}.header{overflow:hidden;}}"],(function(e){return e.disableScrolling&&"\n overflow: hidden;\n "}),(function(e){return e.height&&"\n height: ".concat(e.height,"px;\n ")}),(function(e){return e.maxHeight&&"\n max-height: ".concat(e.maxHeight,"px;\n ")}),y.w5,(function(e){return!e.noBorderBottom&&"\n border-bottom: 1px solid ".concat((e.theme.borders||g.Z.borders).medium,";\n ")}),(function(e){return!e.noBorderLeft&&"\n border-left: 1px solid ".concat((e.theme.borders||g.Z.borders).medium,";\n ")}),(function(e){return!e.noBorderRight&&"\n border-right: 1px solid ".concat((e.theme.borders||g.Z.borders).medium,";\n ")}),(function(e){return!e.noBorderTop&&"\n border-top: 1px solid ".concat((e.theme.borders||g.Z.borders).medium,";\n ")}),(function(e){return"\n color: ".concat((e.theme.content||g.Z.content).default,";\n ")}),(function(e){return"\n height: ".concat(e.columnHeaderHeight||H,"px;\n ")}),x.iD,b.ry,(function(e){return"\n background-color: ".concat((e.theme.background||g.Z.background).table,";\n border-bottom: 1px solid ").concat((e.theme.borders||g.Z.borders).medium,";\n border-right: 1px solid ").concat((e.theme.borders||g.Z.borders).medium,";\n ")}),1*j.iI);function B(e){var n=e.original,t=8.5*Math.max.apply(Math,(0,o.Z)(n.map((function(e){return(null===e||void 0===e?void 0:e.length)||0})))),r=Math.ceil(t/(O-2*j.iI));return Math.max(r,1)*x.dN+2*j.iI}function N(e){var n=e.columnHeaderHeight,t=e.columns,r=e.data,d=e.disableScrolling,y=e.height,Z=e.index,P=e.invalidValues,N=e.maxHeight,M=e.numberOfIndexes,E=e.previewIndexes,_=e.renderColumnHeader,L=e.width,T=(0,i.useContext)(c.ThemeContext),R=(0,i.useRef)(null),A=(0,i.useRef)(null);(0,i.useEffect)((function(){var e=function(e){var n;null===R||void 0===R||null===(n=R.current)||void 0===n||n.scroll(e.target.scrollLeft,0)};return A&&A.current.addEventListener("scroll",e),function(){var n;null===A||void 0===A||null===(n=A.current)||void 0===n||n.removeEventListener("scroll",e)}}),[R,A]);var W=(0,i.useMemo)((function(){return Z&&r&&Z.length===r.length}),[r,Z]),D=(0,i.useMemo)((function(){var e=[];return(0,I.w6)(M).forEach((function(n,t){var i=8.7*String(null===r||void 0===r?void 0:r.length).length;if(W){var a=Z.map((function(e){return M>=2?String(e[t]).length:String(e).length}));i=8.7*Math.max.apply(Math,(0,o.Z)(a))}e.push(i+2*j.iI)})),e}),[r,Z,M,W]),V=t.map((function(e){return null===e||void 0===e?void 0:e.Header})).slice(1),z=(0,i.useMemo)((function(){return v()}),[]),F=(0,i.useMemo)((function(){var e=L-(Math.max.apply(Math,(0,o.Z)(D))+1.5*j.iI+z),n=t.length-1,r=O;return r*n<e&&(r=e/n),{width:r}}),[t,D,z,L]),U=(0,s.useTable)({columns:t,data:r,defaultColumn:F},s.useBlockLayout,h.useSticky),G=U.getTableBodyProps,J=U.getTableProps,X=U.headerGroups,$=U.prepareRow,q=U.rows,K=new Set((null===E||void 0===E?void 0:E.removedRows)||[]),Q=(0,i.useCallback)((function(e){var n=e.index,t=e.style,r=q[n];$(r);var o=r.original,d=K.has(n);return(0,S.jsx)("div",C(C({},r.getRowProps({style:C(C({},t),{},{width:"auto"})})),{},{className:"tr",children:r.cells.map((function(e,t){var r,c=t<=M-1,u=e.getCellProps(),s=e.column.id,h=null===P||void 0===P||null===(r=P[s])||void 0===r?void 0:r.includes(n),p=C({},u.style);c&&(p.fontFamily=b.Vp,p.left=0,p.position="sticky",p.textAlign=Z?"right":"center",p.width=D[t]);var v,x=o[t-M],y=V.indexOf(s);if(h&&(p.color=g.Z.interactive.dangerBorder),d&&(p.backgroundColor=g.Z.background.danger),Array.isArray(x)||"object"===typeof x)try{x=JSON.stringify(x)}catch(j){x="Error: cannot display value"}return c&&(W?(v=Z[n],Array.isArray(v)&&(v=v[t])):v=e.render("Cell")),(0,i.createElement)("div",C(C({},u),{},{className:"td ".concat(c?"td-index-column":""),key:"".concat(t,"-").concat(x),style:p}),v,!c&&(0,S.jsxs)(m.Z,{justifyContent:"space-between",children:[(0,S.jsxs)(f.ZP,{danger:h,default:!0,wordBreak:!0,children:[!0===x&&"true",!1===x&&"false",(null===x||"null"===x)&&"null",!0!==x&&!1!==x&&null!==x&&"null"!==x&&x]}),h&&(0,S.jsx)(l(),{as:(0,k.o_)(w.mW,y),href:"/datasets/[...slug]",passHref:!0,children:(0,S.jsx)(a.Z,{danger:!0,children:"View all"})})]}))}))}))}),[V,Z,P,D,M,$,q,W]),Y=(0,i.useMemo)((function(){var e;return N?(e=(0,I.Sm)(q.map(B)),e+=n||H-x.dN):(e=y,e-=n||H),e}),[n,y,N,q]),ee=(0,i.useMemo)((function(){return(0,S.jsx)(u.S_,{estimatedItemSize:H,height:Y,itemCount:null===q||void 0===q?void 0:q.length,itemSize:function(e){return B(q[e])},outerRef:A,style:{maxHeight:N,pointerEvents:d?"none":null},children:Q})}),[d,Y,N,Q,q]);return(0,S.jsx)("div",C(C({},J()),{},{className:"table sticky",style:{width:L},children:(0,S.jsxs)("div",C(C({},G()),{},{className:"body",children:[(0,S.jsx)("div",{className:"header",ref:R,children:X.map((function(e,n){return(0,i.createElement)("div",C(C({},e.getHeaderGroupProps()),{},{className:"tr",key:"".concat(e.id,"_").concat(n)}),e.headers.map((function(e,n){var t,r=n<=M-1,o=e.getHeaderProps(),a=C({},o.style);return r?(a.fontFamily=b.Vp,a.left=0,a.position="sticky",a.textAlign="center",a.width=D[n],a.minWidth=D[n]):_?t=_(e,n-M,{width:F.width}):(t=e.render("Header"),a.color=(T||p.Z).content.default,a.padding=1*j.iI,a.minWidth=F.width),(0,i.createElement)("div",C(C({},o),{},{className:"th",key:e.id,style:a,title:r?"Row number":void 0}),t)})))}))}),ee]}))}))}var M=function(e){var n=e.columnHeaderHeight,t=e.columns,r=e.disableScrolling,o=e.height,a=e.index,d=e.invalidValues,l=e.maxHeight,c=e.noBorderBottom,u=e.noBorderLeft,s=e.noBorderRight,h=e.noBorderTop,m=e.previewIndexes,f=e.renderColumnHeader,p=e.rows,g=e.width,v=(0,i.useMemo)((function(){return null!==a&&void 0!==a&&a.length&&Array.isArray(a[0])?a[0].length:1}),[a]),b=(0,i.useMemo)((function(){return(0,I.w6)(v).map((function(e,n){return{Header:(0,I.w6)(n+1).map((function(){return" "})).join(" "),accessor:function(e,n){return n},sticky:"left"}})).concat(null===t||void 0===t?void 0:t.map((function(e){return{Header:String(e),accessor:String(e)}})))}),[t,v]);return(0,S.jsx)(P,{columnHeaderHeight:n,disableScrolling:r,height:o,maxHeight:(l||0)+37,noBorderBottom:c,noBorderLeft:u,noBorderRight:s,noBorderTop:h,children:(0,S.jsx)(N,{columnHeaderHeight:n,columns:b,data:p,disableScrolling:r,height:o,index:a,invalidValues:d,maxHeight:l,numberOfIndexes:v,previewIndexes:m,renderColumnHeader:f,width:g})})}},64155:function(e,n,t){t.d(n,{Eh:function(){return c},ht:function(){return s},t0:function(){return u}});var r=t(9518),o=t(82386),i=t(1286),a=t(31012),d=t(37391),l=t(49125),c=(l.iI,i.O$+3*l.iI+a.dN),u=r.default.div.withConfig({displayName:"indexstyle__SidekickContainerStyle",componentId:"sc-15ofupc-0"})([""," overflow:auto;position:absolute;width:100%;",""],d.w5,(function(e){return"\n height: calc(100vh - ".concat(o.uX,"px - ").concat(e.heightOffset,"px);\n ")})),s=r.default.div.withConfig({displayName:"indexstyle__PaddingContainerStyle",componentId:"sc-15ofupc-1"})(["padding:","px;",""],2*l.iI,(function(e){return e.noPadding&&"\n padding: 0;\n "}))},22673:function(e,n,t){var r=t(82684),o=t(68792),i=t(31811),a=t(9518),d=t(65292),l=t(23831),c=t(2005),u=t(49125),s=t(28598);n.Z=function(e){var n=e.language,t=e.maxWidth,h=e.showLineNumbers,m=e.small,f=e.source,p=e.wrapLines,g=(0,r.useContext)(a.ThemeContext);function v(e){var r=e.value;return(0,s.jsx)(i.Z,{customStyle:{backgroundColor:(g.background||l.Z.background).popup,border:"none",borderRadius:"none",boxShadow:"none",fontFamily:c.Vp,fontSize:m?12:14,marginBottom:0,marginTop:0,maxWidth:t,paddingBottom:2*u.iI,paddingTop:2*u.iI},language:n,lineNumberStyle:{color:(g.content||l.Z.content).muted},showLineNumbers:h,style:d._4,useInlineStyles:!0,wrapLines:p,children:r})}return(0,s.jsx)(o.D,{components:{code:function(e){var n=e.children;return(0,s.jsx)(v,{value:n})}},children:f})}},32316:function(e,n,t){t.d(n,{Z:function(){return g}});var r=t(82684),o=t(60328),i=t(67971),a=t(882),d=t(86673),l=t(19711),c=t(99994),u=t(9518),s=t(49125),h=t(37391),m=u.default.div.withConfig({displayName:"indexstyle__TabsContainerStyle",componentId:"sc-segf7l-0"})(["padding-left:","px;padding-right:","px;"," "," ",""],s.cd*s.iI,s.cd*s.iI,(function(e){return e.noPadding&&"\n padding: 0;\n "}),(function(e){return e.allowScroll&&"\n overflow: auto;\n "}),h.w5),f=t(66653),p=t(28598);var g=function(e){var n=e.allowScroll,t=e.contained,u=e.noPadding,h=e.onClickTab,g=e.selectedTabUUID,v=e.small,b=e.tabs,x=(0,r.useMemo)((function(){var e=b.length,n=[];return b.forEach((function(t,r){var u=t.Icon,m=t.IconSelected,b=t.label,x=t.uuid,y=x===g,w=y&&m||u,j=b?b():x,k=(0,p.jsxs)(i.Z,{alignItems:"center",children:[w&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(w,{default:!y,size:2*s.iI}),(0,p.jsx)(d.Z,{mr:1})]}),(0,p.jsx)(l.ZP,{bold:!0,default:!y,noWrapping:!0,small:!0,children:j})]});r>=1&&e>=2&&n.push((0,p.jsx)("div",{style:{marginLeft:1.5*s.iI}},"spacing-".concat(x))),y?n.push((0,p.jsx)(a.Z,{backgroundGradient:c.yr,backgroundPanel:!0,borderLess:!0,borderWidth:2,compact:v,onClick:function(e){(0,f.j)(e),h(t)},paddingUnitsHorizontal:2,paddingUnitsVertical:1.25,small:v,children:k},x)):n.push((0,p.jsx)("div",{style:{padding:2},children:(0,p.jsx)(o.Z,{borderLess:!0,compact:v,default:!0,onClick:function(e){(0,f.j)(e),h(t)},outline:!0,small:v,children:k})},"button-tab-".concat(x)))})),n}),[h,g,v,b]),y=(0,p.jsx)(i.Z,{alignItems:"center",children:x});return t?y:(0,p.jsx)(m,{allowScroll:n,noPadding:u,children:y})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8312],{65597:function(e,n,i){i.d(n,{f:function(){return l}});var t=i(9518),r=i(23831),o=i(49125),u=i(73942),l=t.default.div.withConfig({displayName:"Tablestyle__PopupContainerStyle",componentId:"sc-8ammqd-0"})(["position:absolute;max-height:","px;z-index:10;border-radius:","px;padding:","px;"," "," "," ",""],58*o.iI,u.TR,2*o.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||r.Z.shadow).popup,";\n background-color: ").concat((e.theme.interactive||r.Z.interactive).defaultBackground,";\n ")}),(function(e){return e.leftOffset&&"\n left: ".concat(e.leftOffset,"px;\n ")}),(function(e){return e.topOffset&&"\n top: ".concat(e.topOffset,"px;\n ")}),(function(e){return e.width&&"\n width: ".concat(e.width,"px;\n ")}))},97496:function(e,n,i){var t=i(82394),r=i(75582),o=i(12691),u=i.n(o),l=i(34376),c=i.n(l),s=i(82684),d=i(83455),a=i(60328),p=i(38341),f=i(47999),h=i(93461),x=i(67971),j=i(10919),g=i(47409),b=i(86673),Z=i(54283),m=i(58180),_=i(19711),v=i(82531),C=i(23831),O=i(73942),E=i(10503),I=i(65597),k=i(93348),P=i(45838),w=i(49125),y=i(19395),N=i(24224),D=i(9736),A=i(96510),L=i(28598);function R(e,n){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),i.push.apply(i,t)}return i}function T(e){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?R(Object(i),!0).forEach((function(n){(0,t.Z)(e,n,i[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):R(Object(i)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(i,n))}))}return e}function S(e){var n=e.cancelingRunId,i=e.disabled,t=e.isLoadingCancelPipeline,o=e.onCancel,u=e.onSuccess,l=e.pipelineRun,c=e.setCancelingRunId,p=e.setErrors,h=e.setShowConfirmationId,j=e.showConfirmationId,m=(0,D.Ct)(),P=l||{},y=P.id,N=P.pipeline_schedule_id,R=P.pipeline_schedule_token,T=P.pipeline_schedule_type,S=P.status,V=t&&y===n&&g.VO.RUNNING===S,U=(0,d.Db)(k.Xm.API===T&&R?v.ZP.pipeline_runs.pipeline_schedules.useCreateWithParent(N,R):v.ZP.pipeline_runs.pipeline_schedules.useCreate(N),{onSuccess:function(e){return(0,A.wD)(e,{callback:function(){u()},onErrorCallback:function(e,n){return null===p||void 0===p?void 0:p({errors:n,response:e})}})}}),F=(0,r.Z)(U,1)[0],M=(0,s.useCallback)((function(){h(null),F({pipeline_run:{backfill_id:null===l||void 0===l?void 0:l.backfill_id,event_variables:(null===l||void 0===l?void 0:l.event_variables)||{},execution_date:null===l||void 0===l?void 0:l.execution_date,pipeline_schedule_id:null===l||void 0===l?void 0:l.pipeline_schedule_id,pipeline_uuid:null===l||void 0===l?void 0:l.pipeline_uuid,variables:(null===l||void 0===l?void 0:l.variables)||{}}})}),[F,l,h]),B=(0,s.useCallback)((function(){h(null),c(y),o({id:y,status:g.VO.CANCELLED})}),[o,y,c,h]);return(0,L.jsxs)("div",{style:{position:"relative"},children:[(0,L.jsx)(a.Z,{backgroundColor:V&&C.Z.accent.yellow,beforeIcon:g.VO.INITIAL!==S&&!i&&(0,L.jsxs)(L.Fragment,{children:[g.VO.COMPLETED===S&&(0,L.jsx)(E.Jr,{size:2*w.iI}),[g.VO.FAILED,g.VO.CANCELLED].includes(S)&&(0,L.jsx)(E.Py,{inverted:g.VO.CANCELLED===S&&!m,size:2*w.iI}),[g.VO.RUNNING].includes(S)&&(0,L.jsx)(Z.Z,{color:V?C.Z.status.negative:C.Z.monotone.white,small:!0})]}),borderRadius:O.D7,danger:g.VO.FAILED===S&&!m,default:g.VO.INITIAL===S,disabled:i||m,loading:!l,onClick:function(){return h(y)},padding:"6px",primary:g.VO.RUNNING===S&&!V&&!m,warning:g.VO.CANCELLED===S&&!m,children:i?"Ready":V?"Canceling":g.Do[S]}),(0,L.jsx)(f.Z,{onClickOutside:function(){return h(null)},open:j===y,children:(0,L.jsxs)(I.f,{children:[[g.VO.RUNNING,g.VO.INITIAL].includes(S)&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(_.ZP,{bold:!0,color:"#9ECBFF",children:"Run is in progress"}),(0,L.jsx)(b.Z,{mb:1}),(0,L.jsxs)(_.ZP,{children:["This pipeline run is currently ongoing. Retrying will cancel",(0,L.jsx)("br",{}),"the current pipeline run."]}),(0,L.jsx)(_.ZP,{}),(0,L.jsx)(b.Z,{mt:1,children:(0,L.jsxs)(x.Z,{children:[(0,L.jsx)(a.Z,{onClick:function(){B(),M()},children:"Retry run"}),(0,L.jsx)(b.Z,{ml:1}),(0,L.jsx)(a.Z,{onClick:B,children:"Cancel run"})]})})]}),[g.VO.CANCELLED,g.VO.FAILED,g.VO.COMPLETED].includes(S)&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(_.ZP,{bold:!0,color:"#9ECBFF",children:["Run ",S]}),(0,L.jsx)(b.Z,{mb:1}),(0,L.jsx)(_.ZP,{children:"Retry the run with changes you have made to the pipeline."}),(0,L.jsx)(b.Z,{mb:1}),(0,L.jsx)(a.Z,{onClick:M,children:"Retry run"})]})]})})]})}n.Z=function(e){var n=e.allowBulkSelect,i=e.disableRowSelect,o=e.emptyMessage,l=void 0===o?"No runs available":o,f=e.fetchPipelineRuns,Z=e.onClickRow,C=e.pipelineRuns,I=e.selectedRun,k=e.selectedRuns,D=e.setSelectedRuns,R=e.setErrors,V=(0,s.useState)(null),U=V[0],F=V[1],M=(0,s.useState)(null),B=M[0],H=M[1],z=(0,d.Db)((function(e){var n=e.id,i=e.status;return v.ZP.pipeline_runs.useUpdate(n)({pipeline_run:{status:i}})}),{onSuccess:function(e){return(0,A.wD)(e,{callback:function(){F(null),f()},onErrorCallback:function(e,n){F(null),null===R||void 0===R||R({errors:n,response:e})}})}}),Y=(0,r.Z)(z,2),G=Y[0],J=Y[1].isLoading,K=[null,1,2,1,1,null],q=[{uuid:"Status"},{uuid:"Pipeline UUID"},{uuid:"Date"},{uuid:"Trigger"},{uuid:"Block runs"},{uuid:"Completed"},{uuid:"Logs"}],Q=(0,s.useMemo)((function(){return C.every((function(e){var n=e.id;return!(null===k||void 0===k||!k[n])}))}),[C,k]);return n&&(K.unshift(null),q.unshift({label:function(){return(0,L.jsx)(p.Z,{checked:Q,onClick:function(){var e=(0,N.HK)(C||[],(function(e){return e.id}));D(Q?{}:e)}})},uuid:"Selected"})),!i&&Z&&(K.push(null),q.push({label:function(){return""},uuid:"action"})),(0,L.jsx)(P.cl,{minHeight:30*w.iI,overflowVisible:!!B,children:0===(null===C||void 0===C?void 0:C.length)?(0,L.jsx)(b.Z,{px:3,py:1,children:(0,L.jsx)(_.ZP,{bold:!0,default:!0,monospace:!0,muted:!0,children:l})}):(0,L.jsx)(m.Z,{columnFlex:K,columns:q,isSelectedRow:function(e){return!i&&C[e].id===(null===I||void 0===I?void 0:I.id)},onClickRow:i?null:Z,rowVerticalPadding:6,rows:null===C||void 0===C?void 0:C.map((function(e,r){var o=e.block_runs_count,l=e.completed_at,s=e.execution_date,d=e.id,m=e.pipeline_schedule_id,v=e.pipeline_schedule_name,I=e.pipeline_uuid,P=e.status,N=!d&&!P,A=[];if(A=r>0&&C[r-1].execution_date===e.execution_date&&C[r-1].pipeline_schedule_id===e.pipeline_schedule_id?[(0,L.jsx)(b.Z,{ml:1,children:(0,L.jsxs)(x.Z,{alignItems:"center",children:[(0,L.jsx)(E.TT,{size:2*w.iI,useStroke:!0}),(0,L.jsx)(a.Z,{borderRadius:O.D7,notClickable:!0,padding:"6px",children:(0,L.jsx)(_.ZP,{muted:!0,children:g.Do[P]})})]})},"row_status"),(0,L.jsx)(_.ZP,{default:!0,monospace:!0,muted:!0,children:I},"row_pipeline_uuid"),(0,L.jsx)(_.ZP,{default:!0,monospace:!0,muted:!0,children:"-"},"row_date_retry"),(0,L.jsx)(_.ZP,{default:!0,monospace:!0,muted:!0,children:"-"},"row_trigger_retry"),(0,L.jsx)(u(),{as:"/pipelines/".concat(I,"/runs/").concat(d),href:"/pipelines/[pipeline]/runs/[run]",passHref:!0,children:(0,L.jsx)(j.Z,{bold:!0,muted:!0,children:"See block runs (".concat(o,")")})},"row_block_runs"),(0,L.jsx)(_.ZP,{monospace:!0,muted:!0,children:l&&(0,y.Vx)(l)||"-"},"row_completed"),(0,L.jsx)(a.Z,{default:!0,iconOnly:!0,noBackground:!0,onClick:function(){return c().push("/pipelines/".concat(I,"/logs?pipeline_run_id[]=").concat(d))},children:(0,L.jsx)(E.B4,{default:!0,size:2*w.iI})},"row_logs")]:[(0,L.jsx)(S,{cancelingRunId:U,disabled:N,isLoadingCancelPipeline:J,onCancel:G,onSuccess:f,pipelineRun:e,setCancelingRunId:F,setErrors:R,setShowConfirmationId:H,showConfirmationId:B},"row_retry_button"),(0,L.jsx)(_.ZP,{default:!0,monospace:!0,children:I},"row_pipeline_uuid"),(0,L.jsx)(_.ZP,{default:!0,monospace:!0,children:s&&(0,y.Vx)(s)||"-"},"row_date"),(0,L.jsx)(u(),{as:"/pipelines/".concat(I,"/triggers/").concat(m),href:"/pipelines/[pipeline]/triggers/[...slug]",passHref:!0,children:(0,L.jsx)(j.Z,{bold:!0,sameColorAsText:!0,children:v})},"row_trigger"),(0,L.jsx)(u(),{as:"/pipelines/".concat(I,"/runs/").concat(d),href:"/pipelines/[pipeline]/runs/[run]",passHref:!0,children:(0,L.jsx)(j.Z,{bold:!0,disabled:N,sameColorAsText:!0,children:N?"":"See block runs (".concat(o,")")})},"row_block_runs"),(0,L.jsx)(_.ZP,{default:!0,monospace:!0,children:l&&(0,y.Vx)(l)||"-"},"row_completed"),(0,L.jsx)(a.Z,{default:!0,disabled:N,iconOnly:!0,noBackground:!0,onClick:function(){return c().push("/pipelines/".concat(I,"/logs?pipeline_run_id[]=").concat(d))},children:(0,L.jsx)(E.B4,{default:!0,size:2*w.iI})},"row_item_13")],n){var V=!(null===k||void 0===k||!k[d]);A.unshift((0,L.jsx)(p.Z,{checked:V,onClick:function(){D((function(n){return T(T({},n),{},(0,t.Z)({},d,V?null:e))}))}},"selected-pipeline-run-".concat(d)))}return!i&&Z&&A.push((0,L.jsx)(h.Z,{flex:1,justifyContent:"flex-end",children:(0,L.jsx)(E._Q,{default:!0,size:2*w.iI})})),A})),uuid:"pipeline-runs"})})}},19395:function(e,n,i){i.d(n,{IJ:function(){return d},Vx:function(){return p},eI:function(){return a},gU:function(){return h},tL:function(){return f},vJ:function(){return x}});var t,r,o=i(82394),u=i(92083),l=i.n(u);function c(e,n){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),i.push.apply(i,t)}return i}function s(e){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?c(Object(i),!0).forEach((function(n){(0,o.Z)(e,n,i[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):c(Object(i)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(i,n))}))}return e}function d(e){return null===e||void 0===e?void 0:e.reduce((function(e,n){var i=n.block_uuid,t=n.completed_at,r=n.started_at,u=n.status,c=null;r&&t&&(c=l()(t).valueOf()-l()(r).valueOf());return s(s({},e),{},(0,o.Z)({},i,{runtime:c,status:u}))}),{})}function a(e){if(!e)return null;var n=new Date(l()(e).valueOf()),i=Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds());return new Date(i)}function p(e){return"string"!==typeof e?e:a(e.split("+")[0]).toISOString().split(".")[0]}!function(e){e.DAY="day",e.HOUR="hour",e.MINUTE="minute",e.SECOND="second"}(r||(r={}));var f=(t={},(0,o.Z)(t,r.DAY,86400),(0,o.Z)(t,r.HOUR,3600),(0,o.Z)(t,r.MINUTE,60),(0,o.Z)(t,r.SECOND,1),t);function h(e){var n=r.SECOND,i=e;return e%86400===0?(i/=86400,n=r.DAY):e%3600===0?(i/=3600,n=r.HOUR):e%60===0&&(i/=60,n=r.MINUTE),{time:i,unit:n}}function x(e,n){return e*f[n]}},51099:function(e,n,i){i.d(n,{Q:function(){return d}});i(82684);var t=i(60328),r=i(67971),o=i(86673),u=i(10503),l=i(73899),c=i(49125),s=i(28598),d=22;n.Z=function(e){var n=e.page,i=e.maxPages,d=e.onUpdate,a=e.totalPages,p=[],f=i;if(f>a)p=Array.from({length:a},(function(e,n){return n}));else{var h=Math.floor(f/2),x=n-h;n+h>=a?(x=a-f+2,f-=2):n-h<=0?(x=0,f-=2):(f-=4,x=n-Math.floor(f/2)),p=Array.from({length:f},(function(e,n){return n+x}))}return(0,s.jsx)(s.Fragment,{children:a>0&&(0,s.jsxs)(r.Z,{alignItems:"center",children:[(0,s.jsx)(t.Z,{disabled:0===n,onClick:function(){return d(n-1)},children:(0,s.jsx)(u.Hd,{size:1.5*c.iI,stroke:"#AEAEAE"})}),!p.includes(0)&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(t.Z,{onClick:function(){return d(0)},borderLess:!0,noBackground:!0,children:1})},0),!p.includes(1)&&(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(t.Z,{notClickable:!0,noBackground:!0,noPadding:!0,children:"..."})},0)]}),p.map((function(e){return(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(t.Z,{onClick:function(){e!==n&&d(e)},notClickable:e===n,backgroundColor:e===n&&l.a$,borderLess:!0,noBackground:!0,children:e+1})},e)})),!p.includes(a-1)&&(0,s.jsxs)(s.Fragment,{children:[!p.includes(a-2)&&(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(t.Z,{notClickable:!0,noBackground:!0,noPadding:!0,children:"..."})},0),(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(t.Z,{onClick:function(){return d(a-1)},borderLess:!0,noBackground:!0,children:a})},a-1)]}),(0,s.jsx)(o.Z,{ml:1}),(0,s.jsx)(t.Z,{disabled:n===a-1,onClick:function(){return d(n+1)},children:(0,s.jsx)(u.Kw,{size:1.5*c.iI,stroke:"#AEAEAE"})})]})})}},47409:function(e,n,i){i.d(n,{Az:function(){return l},BF:function(){return u},Do:function(){return s},VO:function(){return o},sZ:function(){return c}});var t,r=i(82394),o=i(66050).V,u=[o.INITIAL,o.RUNNING],l=[o.CANCELLED,o.COMPLETED,o.FAILED],c="__mage_variables",s=(t={},(0,r.Z)(t,o.CANCELLED,"Cancelled"),(0,r.Z)(t,o.COMPLETED,"Done"),(0,r.Z)(t,o.FAILED,"Failed"),(0,r.Z)(t,o.INITIAL,"Ready"),(0,r.Z)(t,o.RUNNING,"Running"),t)},93348:function(e,n,i){i.d(n,{TR:function(){return a},U5:function(){return c},Xm:function(){return o},Z4:function(){return d},fq:function(){return l},kJ:function(){return s}});var t,r,o,u=i(82394);!function(e){e.API="api",e.EVENT="event",e.TIME="time"}(o||(o={}));var l,c,s,d=(t={},(0,u.Z)(t,o.API,(function(){return"API"})),(0,u.Z)(t,o.EVENT,(function(){return"event"})),(0,u.Z)(t,o.TIME,(function(){return"schedule"})),t);!function(e){e.ACTIVE="active",e.INACTIVE="inactive"}(l||(l={})),function(e){e.ONCE="@once",e.HOURLY="@hourly",e.DAILY="@daily",e.WEEKLY="@weekly",e.MONTHLY="@monthly"}(c||(c={})),function(e){e.CREATED_AT="created_at",e.NAME="name",e.PIPELINE="pipeline_uuid",e.STATUS="status",e.TYPE="schedule_type"}(s||(s={}));var a=(r={},(0,u.Z)(r,s.CREATED_AT,"Created at"),(0,u.Z)(r,s.NAME,"Name"),(0,u.Z)(r,s.PIPELINE,"Pipeline"),(0,u.Z)(r,s.STATUS,"Status"),(0,u.Z)(r,s.TYPE,"Type"),r)}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8957],{44162:function(n,e,t){t.d(e,{HC:function(){return g},Kf:function(){return s},Nk:function(){return f},PY:function(){return p},gE:function(){return m},jv:function(){return b},nz:function(){return v},oh:function(){return d},qn:function(){return a},t1:function(){return h},y9:function(){return k}});var o=t(9518),r=t(23831),i=t(86422),c=t(73942),u=t(49125),l=t(90880),d=68;function a(n,e){var t,o,c=((null===e||void 0===e||null===(t=e.theme)||void 0===t?void 0:t.borders)||r.Z.borders).light,u=((null===e||void 0===e||null===(o=e.theme)||void 0===o?void 0:o.monotone)||r.Z.monotone).grey500,l=e||{},d=l.blockColor,a=l.isSelected,s=l.theme;return a?c=(s||r.Z).content.active:i.tf.TRANSFORMER===n||d===i.Lq.PURPLE?(c=(s||r.Z).accent.purple,u=(s||r.Z).accent.purpleLight):i.tf.DATA_EXPORTER===n||d===i.Lq.YELLOW?(c=(s||r.Z).accent.yellow,u=(s||r.Z).accent.yellowLight):i.tf.DATA_LOADER===n||d===i.Lq.BLUE?(c=(s||r.Z).accent.blue,u=(s||r.Z).accent.blueLight):i.tf.MARKDOWN===n?(c=(s||r.Z).accent.sky,u=(s||r.Z).accent.skyLight):i.tf.SENSOR===n||d===i.Lq.PINK?(c=(s||r.Z).accent.pink,u=(s||r.Z).accent.pinkLight):i.tf.DBT===n?(c=(s||r.Z).accent.dbt,u=(s||r.Z).accent.dbtLight):i.tf.EXTENSION===n||d===i.Lq.TEAL?(c=((null===s||void 0===s?void 0:s.accent)||r.Z.accent).teal,u=((null===s||void 0===s?void 0:s.accent)||r.Z.accent).tealLight):i.tf.CALLBACK===n?(c=((null===s||void 0===s?void 0:s.accent)||r.Z.accent).rose,u=((null===s||void 0===s?void 0:s.accent)||r.Z.accent).roseLight):(i.tf.SCRATCHPAD===n||d===i.Lq.GREY||i.tf.CUSTOM===n&&!d)&&(c=(s||r.Z).content.default,u=(s||r.Z).accent.contentDefaultTransparent),{accent:c,accentLight:u}}var s=(0,o.css)([""," "," "," "," "," "," ",""],(0,l.eR)(),(function(n){return!n.selected&&!n.hasError&&"\n border-color: ".concat(a(n.blockType,n).accentLight,";\n ")}),(function(n){return n.selected&&!n.hasError&&"\n border-color: ".concat(a(n.blockType,n).accent,";\n ")}),(function(n){return!n.selected&&n.hasError&&"\n border-color: ".concat((n.theme.accent||r.Z.accent).negativeTransparent,";\n ")}),(function(n){return n.selected&&n.hasError&&"\n border-color: ".concat((n.theme.borders||r.Z.borders).danger,";\n ")}),(function(n){return n.dynamicBlock&&"\n border-style: dashed !important;\n "}),(function(n){return n.dynamicChildBlock&&"\n border-style: dotted !important;\n "})),f=o.default.div.withConfig({displayName:"indexstyle__ContainerStyle",componentId:"sc-s5rj34-0"})(["border-radius:","px;position:relative;"],c.n_),p=o.default.div.withConfig({displayName:"indexstyle__HiddenBlockContainerStyle",componentId:"sc-s5rj34-1"})([""," border-radius:","px;border-style:",";border-width:","px;",""],s,c.n_,c.M8,c.mP,(function(n){return"\n background-color: ".concat((n.theme||r.Z).background.content,";\n\n &:hover {\n border-color: ").concat(a(n.blockType,n).accent,";\n }\n ")})),v=o.default.div.withConfig({displayName:"indexstyle__BlockHeaderStyle",componentId:"sc-s5rj34-2"})([""," border-top-left-radius:","px;border-top-right-radius:","px;border-top-style:",";border-top-width:","px;border-left-style:",";border-left-width:","px;border-right-style:",";border-right-width:","px;padding:","px;position:sticky;top:-5px;"," "," ",""],s,c.n_,c.n_,c.M8,c.mP,c.M8,c.mP,c.M8,c.mP,u.iI,(function(n){return"\n background-color: ".concat((n.theme||r.Z).background.content,";\n ")}),(function(n){return n.bottomBorder&&"\n border-bottom: ".concat(c.YF,"px ").concat(c.M8," ").concat((n.theme||r.Z).borders.medium2,";\n ")}),(function(n){return n.zIndex&&"\n z-index: ".concat(6+(n.zIndex||0),";\n ")})),b=o.default.div.withConfig({displayName:"indexstyle__CodeContainerStyle",componentId:"sc-s5rj34-3"})([""," border-left-style:",";border-left-width:","px;border-right-style:",";border-right-width:","px;padding-bottom:","px;padding-top:","px;position:relative;"," "," "," .line-numbers{opacity:0;}&.selected{.line-numbers{opacity:1 !important;}}"],s,c.M8,c.mP,c.M8,c.mP,u.iI,u.iI,(function(n){return"\n background-color: ".concat((n.theme.background||r.Z.background).codeTextarea,";\n ")}),(function(n){return n.lightBackground&&"\n background-color: ".concat((n.theme||r.Z).background.content,";\n ")}),(function(n){return!n.hasOutput&&"\n border-bottom-left-radius: ".concat(c.n_,"px;\n border-bottom-right-radius: ").concat(c.n_,"px;\n border-bottom-style: ").concat(c.M8,";\n border-bottom-width: ").concat(c.mP,"px;\n ")})),m=o.default.div.withConfig({displayName:"indexstyle__BlockDivider",componentId:"sc-s5rj34-4"})(["align-items:center;display:flex;height:","px;justify-content:center;position:relative;z-index:8;bottom:","px;&:hover{"," .block-divider-inner{","}}"],2*u.iI,.5*u.iI,(function(n){return n.additionalZIndex>0&&"\n z-index: ".concat(8+n.additionalZIndex,";\n ")}),(function(n){return"\n background-color: ".concat((n.theme.text||r.Z.text).fileBrowser,";\n ")})),h=o.default.div.withConfig({displayName:"indexstyle__BlockDividerInner",componentId:"sc-s5rj34-5"})(["height 1px;width:100%;position:absolute;z-index:-1;top:","px;"],1.5*u.iI),k=o.default.div.withConfig({displayName:"indexstyle__CodeHelperStyle",componentId:"sc-s5rj34-6"})(["margin-bottom:","px;padding-bottom:","px;",""],u.cd*u.iI,u.iI,(function(n){return"\n border-bottom: 1px solid ".concat((n.theme.borders||r.Z.borders).medium,";\n padding-left: ").concat(n.normalPadding?u.iI:d,"px;\n ")})),g=o.default.div.withConfig({displayName:"indexstyle__TimeTrackerStyle",componentId:"sc-s5rj34-7"})(["bottom:","px;left:","px;position:absolute;"],1*u.iI,d)},75968:function(n,e,t){t.d(e,{J8:function(){return p},MS:function(){return v},Ts:function(){return f},_o:function(){return b},eY:function(){return a},fA:function(){return s}});var o=t(82394),r=t(86422),i=t(90211),c=t(33766),u=t(60701);function l(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,o)}return t}function d(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?l(Object(t),!0).forEach((function(e){(0,o.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):l(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var a=function(n,e){var t=(null===e||void 0===e?void 0:e.upstream_blocks)||[];return r.iZ.includes(null===n||void 0===n?void 0:n.type)||r.iZ.includes(null===e||void 0===e?void 0:e.type)||r.tf.DATA_LOADER===(null===e||void 0===e?void 0:e.type)&&r.tf.SENSOR!==n.type||t.push(n.uuid),t},s=function(n,e){var t=[];return r.iZ.includes(null===n||void 0===n?void 0:n.type)||r.iZ.includes(null===e||void 0===e?void 0:e.type)||(t=t.concat((null===n||void 0===n?void 0:n.downstream_blocks)||[])),t},f=function(n,e,t,o){for(var c,u=[],l=e.findIndex((function(e){return e.uuid===n.uuid}));!c&&l>=0;){var d;c=e[l-1],r.tf.SCRATCHPAD===(null===(d=c)||void 0===d?void 0:d.type)&&(c=null),l-=1}return c&&u.push(c.uuid),r.Ut.map((function(e){return{label:function(){return"Convert to ".concat((0,i.wX)(r.V4[e]))},onClick:function(){return o({converted_from_type:e,converted_from_uuid:n.uuid,type:e,upstream_blocks:u})},uuid:"".concat(t,"/convert_to/").concat(e)}}))},p=function(n,e,t,o,i,l){var a=n||{},s=a.configuration,f=a.downstream_blocks,p=a.has_callback,v=a.language,b=a.upstream_blocks,m=s||{},h=m.dynamic,k=m.reduce_output,g=r.tf.DBT===(null===n||void 0===n?void 0:n.type),y=[];if(![r.tf.CALLBACK,r.tf.EXTENSION,r.tf.MARKDOWN].includes(n.type)){y.push({label:function(){return g?"Execute and run upstream blocks":"Execute with upstream blocks"},onClick:function(){return e({block:n,runUpstream:!0})},uuid:"execute_upstream"}),g||y.push({label:function(){return"Execute block and run tests"},onClick:function(){return e({block:n,runTests:!0})},uuid:"run_tests"});var E=l||{},A=E.blocksMapping,O=E.fetchFileTree,T=E.fetchPipeline,R=E.savePipelineContent,x=E.updatePipeline,C=[];if(f.forEach((function(n){var e=null===A||void 0===A?void 0:A[n];e&&e.upstream_blocks.forEach((function(n){var e,t;null!==A&&void 0!==A&&null!==(e=A[n])&&void 0!==e&&null!==(t=e.configuration)&&void 0!==t&&t.dynamic&&C.push(A[n])}))})),g){var S=[{label:function(){return"Run model"},onClick:function(){return e({block:n,runSettings:{run_model:!0}})},tooltip:function(){return"Execute command dbt run."},uuid:"run_model"},{label:function(){return"Test model"},onClick:function(){return e({block:n,runSettings:{test_model:!0}})},tooltip:function(){return"Execute command dbt test."},uuid:"test_model"},{label:function(){return"Build model"},onClick:function(){return e({block:n,runSettings:{build_model:!0}})},tooltip:function(){return"Execute command dbt build."},uuid:"build_model"}];r.t6.SQL===v&&S.push({label:function(){return"Add upstream models"},onClick:function(){x({pipeline:{add_upstream_for_block_uuid:null===n||void 0===n?void 0:n.uuid}})},tooltip:function(){return"Add upstream models for this model to the pipeline."},uuid:"add_upstream_models"}),y.unshift.apply(y,S)}if(g||!R||!h&&0!==C.length||y.push({label:function(){return h?"Disable block as dynamic":"Set block as dynamic"},onClick:function(){return R({block:d(d({},n),{},{configuration:d(d({},s),{},{dynamic:!h})})})},uuid:"dynamic"}),A)(null===b||void 0===b?void 0:b.find((function(n){var e,t;return null===A||void 0===A||null===(e=A[n])||void 0===e||null===(t=e.configuration)||void 0===t?void 0:t.dynamic})))&&y.push({label:function(){return k?"Don\u2019t reduce output":"Reduce output"},onClick:function(){return R({block:d(d({},n),{},{configuration:d(d({},s),{},{reduce_output:!k})})})},uuid:"reduce_output"});y.push({label:function(){return p?"Remove callback":"Add callback"},onClick:function(){if(p)return R({block:d(d({},n),{},{has_callback:!p})}).then((function(){O(),T()}));(0,c.u7)({sideview:u.cH.CALLBACKS})},uuid:"has_callback"})}return y.push({label:function(){return"Delete block"},onClick:function(){t(n),o(!1)},uuid:"delete_block"}),i?[y.pop()]:y};function v(n){var e=n.tags,t=[];return null===e||void 0===e||e.forEach((function(n){r.L8.DYNAMIC===n?t.push({description:"This block will create N blocks for each of its downstream blocks.",title:(0,i.vg)(r.L8.DYNAMIC)}):r.L8.DYNAMIC_CHILD===n?t.push({description:"This block is dynamically created by its upstream parent block that is dynamic.",title:(0,i.vg)(r.L8.DYNAMIC_CHILD)}):r.L8.REDUCE_OUTPUT===n?t.push({description:"Reduce output from all dynamically created blocks into a single array output.",title:(0,i.vg)(r.L8.REDUCE_OUTPUT)}):t.push({title:n})})),t}function b(n){var e=n.block,t=n.dynamic,o=n.dynamicUpstreamBlock,r=n.hasError,i=(n.reduceOutput,n.reduceOutputUpstreamBlock),c=n.selected,u=o&&!i;return{borderColorShareProps:{blockColor:null===e||void 0===e?void 0:e.color,blockType:null===e||void 0===e?void 0:e.type,dynamicBlock:t,dynamicChildBlock:u,hasError:r,selected:c},tags:v(e)}}},35438:function(n,e,t){t.d(e,{Ai:function(){return c},BT:function(){return l},Jo:function(){return i},X8:function(){return d},bJ:function(){return u},rl:function(){return o}});var o,r=t(86422),i=(t(49125).iI,1e4),c={compact:!0},u={height:10,width:10},l=[r.tf.DATA_EXPORTER,r.tf.SENSOR],d=[r.Lq.GREY,r.Lq.PINK,r.Lq.TEAL,r.Lq.YELLOW];!function(n){n.NORTH="NORTH",n.SOUTH="SOUTH"}(o||(o={}))},48957:function(n,e,t){t.d(e,{Z:function(){return nn}});var o=t(21831),r=t(75582),i=t(82394),c=t(26304),u=t(77837),l=t(38860),d=t.n(l),a=t(51774),s=t.n(a),f=t(9518),p=t(4804),v=t(82684),b=t(83455),m=t(86422),h=t(67971),k=t(18283),g=t(16634),y=t(86673),E=t(54283),A=t(19711),O=t(23831),T=t(10503),R=t(35438),x=t(73942),C=t(37391),S=t(49125),D=f.default.div.withConfig({displayName:"indexstyle__GraphContainerStyle",componentId:"sc-bc2ei5-0"})(["div{","}",""],C.w5,(function(n){return n.height&&"\n height: ".concat(n.height,"px;\n ")})),Z=f.default.div.withConfig({displayName:"indexstyle__NodeStyle",componentId:"sc-bc2ei5-1"})(["border-radius:","px;border:1px solid transparent;min-width:fit-content;"," "," "," "," ",""],x.BG,(function(n){return n.selected&&"\n border-color: ".concat((n.theme.content||O.Z.content).active,";\n ")}),(function(n){return n.backgroundColor&&"\n background-color: ".concat(n.backgroundColor,";\n ")}),(function(n){return(n.isCancelled||n.disabled)&&"\n // opacity doesn\u2019t work on Safari\n border-color: ".concat((n.theme.content||O.Z.content).active,";\n border-style: dashed;\n cursor: not-allowed;\n ")}),(function(n){return n.disabled&&"\n &:hover {\n cursor: not-allowed;\n }\n "}),(function(n){return n.height&&"\n height: ".concat(n.height,"px;\n ")})),_=f.default.div.withConfig({displayName:"indexstyle__RuntimeStyle",componentId:"sc-bc2ei5-2"})(["margin-right:","px;padding:12px 4px;height:100%;width:50px;background:rgba(0,0,0,0.2);background-blend-mode:soft-light;"],2*S.iI),P=t(75968),L=t(44162),N=t(25958),j=t(90211),w=function(n){var e=n/1e3,t=4-Math.floor(e).toString().length,o=(0,j.QV)(e,t>=0?t:0),r="s";return o>1e3&&(o=(0,j.QV)(o/60,0),r="m"),"".concat(o).concat(r)},I=function(n,e){var t=n||{},o=t.id,r=t.side,i=null===e||void 0===e?void 0:e.id;return r===R.rl.NORTH?null===o||void 0===o?void 0:o.endsWith("".concat(i,"-to")):r===R.rl.SOUTH&&(null===o||void 0===o?void 0:o.startsWith(i))},B=t(28598);var M=function(n){var e=n.block,t=n.bodyText,o=n.children,r=n.disabled,i=n.hasFailed,c=n.height,u=n.hideStatus,l=n.isCancelled,d=n.isInProgress,a=n.isQueued,s=n.isSuccessful,p=(n.onClick,n.runtime),b=n.selected,x=(0,v.useContext)(f.ThemeContext),C=e.color,D=e.type,j=e.uuid,I=(0,P.MS)(e),M=!(d||a||i||s||l),U=s&&!(d||a),H=i&&!(d||a),K="";M?K="No status":U?K="Successful execution":H?K="Failed execution":d?K="Currently executiing":l&&(K="Cancelled execution");var X,F=R.BT.includes(D)||R.X8.includes(C);return m.tf.DBT===D&&(X=(0,N.IU)(e).project),(0,B.jsx)(Z,{backgroundColor:(0,L.qn)(D,{blockColor:C,theme:x}).accent,disabled:r,height:c,isCancelled:l,selected:b,children:(0,B.jsxs)(h.Z,{alignItems:"center",fullHeight:!0,children:[p&&(0,B.jsx)(_,{backgroundColor:(0,L.qn)(D,{blockColor:C,theme:x}).accent,children:(0,B.jsx)(h.Z,{justifyContent:"center",children:(0,B.jsx)(A.ZP,{inverted:R.BT.includes(D)||R.X8.includes(C),xsmall:!0,children:w(p)})})}),!p&&(0,B.jsx)(y.Z,{ml:2}),!u&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(h.Z,{alignItems:"center",justifyContent:"center",style:{height:2*S.iI,width:2*S.iI},title:K,children:[d&&(0,B.jsx)(E.Z,{color:(x||O.Z).content.active,small:!0}),U&&(0,B.jsx)(T.Jr,{size:2*S.iI,success:!0}),H&&(0,B.jsx)(T.x8,{danger:!0,size:1.5*S.iI}),M&&(0,B.jsx)(g.Z,{borderSize:1,size:1*S.iI})]}),(0,B.jsx)(y.Z,{ml:1})]}),(0,B.jsxs)(h.Z,{flexDirection:"column",justifyContent:"center",style:{height:"100%",padding:"8px 0"},children:[X&&(0,B.jsx)(A.ZP,{bold:!0,inverted:F,monospace:!0,xsmall:!0,children:X}),t&&(0,B.jsx)(A.ZP,{inverted:F,monospace:!0,small:!0,children:t}),o,(null===I||void 0===I?void 0:I.length)>=1&&(0,B.jsx)(h.Z,{alignItems:"center",children:I.reduce((function(n,e,t){var o=e.title;return t>=1&&n.push((0,B.jsx)("div",{children:"\xa0"},"space-".concat(o))),n.push((0,B.jsx)(k.Z,{inverted:!F,xxsmall:!0,children:o},"badge-".concat(o))),n}),[])})]})]})},j)},U=t(11135),H=t(98781),K=t(82531),X=t(66050),F=t(24224),q=t(96510),V=t(87323),G=["forwardedRef"];function Y(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,o)}return t}function W(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?Y(Object(t),!0).forEach((function(e){(0,i.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):Y(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var Q=s()((0,u.Z)(d().mark((function n(){var e,o;return d().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Promise.all([t.e(4434),t.e(5987),t.e(3873)]).then(t.t.bind(t,74529,23));case 2:return e=n.sent,o=e.Canvas,n.abrupt("return",(function(n){var e=n.forwardedRef,t=(0,c.Z)(n,G);return(0,B.jsx)(o,W({ref:e},t))}));case 5:case"end":return n.stop()}}),n)}))),{ssr:!1,loadableGenerated:{webpack:function(){return[74529]}}}),z=s()((0,u.Z)(d().mark((function n(){var e;return d().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Promise.all([t.e(4434),t.e(5987),t.e(3873)]).then(t.t.bind(t,74529,23));case 2:return e=n.sent,n.abrupt("return",e.Node);case 4:case"end":return n.stop()}}),n)}))),{ssr:!1,loadableGenerated:{webpack:function(){return[74529]}}}),J=s()((0,u.Z)(d().mark((function n(){var e;return d().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Promise.all([t.e(4434),t.e(5987),t.e(3873)]).then(t.t.bind(t,74529,23));case 2:return e=n.sent,n.abrupt("return",e.Edge);case 4:case"end":return n.stop()}}),n)}))),{ssr:!1,loadableGenerated:{webpack:function(){return[74529]}}}),$=s()((0,u.Z)(d().mark((function n(){var e;return d().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Promise.all([t.e(4434),t.e(5987),t.e(3873)]).then(t.t.bind(t,74529,23));case 2:return e=n.sent,n.abrupt("return",e.Port);case 4:case"end":return n.stop()}}),n)}))),{ssr:!1,loadableGenerated:{webpack:function(){return[74529]}}});var nn=function(n){var e=n.blockRefs,t=n.blockStatus,i=n.disabled,c=n.editingBlock,u=n.enablePorts,l=void 0!==u&&u,d=n.fetchPipeline,a=n.height,s=n.heightOffset,k=void 0===s?10*S.iI:s,g=n.noStatus,E=n.onClickNode,O=n.pannable,T=void 0===O||O,x=n.pipeline,C=n.runningBlocks,Z=void 0===C?[]:C,_=n.selectedBlock,P=n.setEditingBlock,j=n.setErrors,w=n.setSelectedBlock,G=n.setZoom,Y=n.showDynamicBlocks,nn=void 0!==Y&&Y,en=n.treeRef,tn=n.zoomable,on=void 0===tn||tn,rn=(0,v.useContext)(f.ThemeContext),cn=(0,v.useRef)(null),un=en||cn,ln=(0,v.useState)([]),dn=ln[0],an=ln[1],sn=(0,v.useState)(!1),fn=sn[0],pn=sn[1],vn=(0,v.useState)(null),bn=vn[0],mn=vn[1],hn=l&&fn,kn=(null===c||void 0===c?void 0:c.upstreamBlocks)||{},gn=kn.block,yn=kn.values,En=void 0===yn?[]:yn,An=(0,v.useMemo)((function(){return En.length}),[En]),On=(0,v.useMemo)((function(){var n;return(null===x||void 0===x||null===(n=x.blocks)||void 0===n?void 0:n.filter((function(n){var e=n.type;return!m.iZ.includes(e)})))||[]}),[null===x||void 0===x?void 0:x.blocks]),Tn=((0,F.HK)((0,V.cU)(On,On),(function(n){return n.block.uuid})),(0,v.useMemo)((function(){return On}),[On,nn])),Rn=(0,v.useMemo)((function(){return(0,F.HK)(Tn,(function(n){return n.uuid}))}),[Tn]),xn=(0,v.useMemo)((function(){return(0,F.HK)(Z,(function(n){return n.uuid}))}),[Z]),Cn=(0,b.Db)(K.ZP.blocks.pipelines.useUpdate(null===x||void 0===x?void 0:x.uuid,encodeURIComponent(null===gn||void 0===gn?void 0:gn.uuid)),{onSuccess:function(n){return(0,q.wD)(n,{callback:function(){P({upstreamBlocks:null}),null===d||void 0===d||d()},onErrorCallback:function(n,e){return null===j||void 0===j?void 0:j({errors:e,response:n})}})}}),Sn=(0,r.Z)(Cn,2),Dn=Sn[0],Zn=Sn[1].isLoading,_n=(0,b.Db)((function(n){var e=n.fromBlock,t=n.portSide,o=n.toBlock,r=n.removeDependency,i=o,c=o.upstream_blocks.concat(e.uuid);return r||t!==R.rl.NORTH||(i=e,c=e.upstream_blocks.concat(o.uuid)),K.ZP.blocks.pipelines.useUpdate(null===x||void 0===x?void 0:x.uuid,encodeURIComponent(i.uuid))({block:W(W({},i),{},{upstream_blocks:r?o.upstream_blocks.filter((function(n){return n!==e.uuid})):c})})}),{onSuccess:function(n){return(0,q.wD)(n,{callback:function(){null===d||void 0===d||d()},onErrorCallback:function(n,e){return null===j||void 0===j?void 0:j({errors:e,response:n})}})}}),Pn=(0,r.Z)(_n,1)[0],Ln=(0,v.useCallback)((function(n){var t=n.type,o=n.uuid;if(null===w||void 0===w||w(n),an([]),null!==e&&void 0!==e&&e.current){var r,i=e.current["".concat(t,"s/").concat(o,".py")];null===i||void 0===i||null===(r=i.current)||void 0===r||r.scrollIntoView()}}),[e,w]),Nn=(0,v.useCallback)((function(n){an([]),P((function(e){var t=e.upstreamBlocks.values||[],o=t.findIndex((function(e){var t=e.uuid;return n.uuid===t}));return W(W({},e),{},{upstreamBlocks:W(W({},e.upstreamBlocks),{},{values:o>=0?(0,F.oM)(t,o):t.concat(n)})})}))}),[P]),jn=(0,v.useMemo)((function(){var n={};return Tn.forEach((function(e){e.upstream_blocks.forEach((function(t){n[t]||(n[t]=[]),n[t].push(e)}))})),n}),[Tn]),wn=(0,v.useCallback)((function(n){var e,t;if(H.qL.INTEGRATION===(null===x||void 0===x?void 0:x.type)&&m.tf.TRANSFORMER!==n.type){var o,r={};if(m.t6.YAML===n.language&&(r=(0,p.Qc)(n.content)),m.tf.DATA_LOADER===n.type)e="".concat(n.uuid,": ").concat(null===(o=r)||void 0===o?void 0:o.source);else if(m.tf.DATA_EXPORTER===n.type){var i;e="".concat(n.uuid,": ").concat(null===(i=r)||void 0===i?void 0:i.destination)}}else if(m.tf.DBT===n.type&&m.t6.SQL===n.language){var c=(0,N.IU)(n);e=c.name,t=c.project}return e||(e=n.uuid),{displayText:e,kicker:t,subtitle:undefined}}),[x]),In=(0,v.useMemo)((function(){var n=[],e=[];return Tn.forEach((function(r){var c,u=wn(r),l=u.displayText,d=u.kicker,a=u.subtitle,s=r.tags,f=void 0===s?[]:s,p=r.upstream_blocks,v=void 0===p?[]:p,b=r.uuid,m=jn[b],h=[];m?h.push.apply(h,(0,o.Z)(m.map((function(n){return W(W({},R.bJ),{},{id:"".concat(b,"-").concat(n.uuid,"-from"),side:R.rl.SOUTH})})))):h.push(W(W({},R.bJ),{},{id:"".concat(b,"-from"),side:R.rl.SOUTH})),0===v.length&&h.push(W(W({},R.bJ),{},{id:"".concat(b,"-to"),side:R.rl.NORTH})),null===v||void 0===v||v.forEach((function(n){h.push(W(W({},R.bJ),{},{id:"".concat(n,"-").concat(b,"-to"),side:R.rl.NORTH})),e.push({from:n,fromPort:"".concat(n,"-").concat(b,"-from"),id:"".concat(n,"-").concat(b),to:b,toPort:"".concat(n,"-").concat(b,"-to")})}));var k=37;(null===f||void 0===f?void 0:f.length)>=1&&(k+=26),d&&(k+=26),a&&(k+=26);var g=l;[d,a].forEach((function(n){n&&n.length>g.length&&(g=n)})),n.push({data:{block:r},height:k,id:b,ports:h,width:g.length*S.KF+(i?0:5*S.iI)+((null===gn||void 0===gn?void 0:gn.uuid)===r.uuid?19*S.KF:0)+(null!==t&&void 0!==t&&null!==(c=t[r.uuid])&&void 0!==c&&c.runtime?50:0)})})),{edges:e,nodes:n}}),[null===gn||void 0===gn?void 0:gn.uuid,t,Tn,i,wn,jn]),Bn=In.edges,Mn=In.nodes,Un=(0,v.useCallback)((function(n){if(g)return{};if(t){var e=t[n.uuid]||{},o=e.status,r=e.runtime;return{hasFailed:X.V.FAILED===o,isCancelled:X.V.CANCELLED===o,isInProgress:X.V.RUNNING===o,isQueued:X.V.INITIAL===o,isSuccessful:X.V.COMPLETED===o,runtime:r}}var i;return{hasFailed:m.DA.FAILED===n.status,isInProgress:xn[n.uuid],isQueued:xn[n.uuid]&&(null===(i=Z[0])||void 0===i?void 0:i.uuid)!==n.uuid,isSuccessful:m.DA.EXECUTED===n.status}}),[t,g,Z,xn]),Hn=(0,v.useMemo)((function(){var n=0;return a&&(n+=a),k&&(n-=k),Math.max(0,n)}),[a,k]);return(0,B.jsxs)(B.Fragment,{children:[gn&&(0,B.jsxs)(y.Z,{my:3,px:S.cd,children:[(0,B.jsxs)(y.Z,{mb:S.cd,children:[(0,B.jsxs)(A.ZP,{children:["Select parent block(s) for ",(0,B.jsx)(A.ZP,{color:(0,L.qn)(gn.type,{blockColor:gn.color,theme:rn}).accent,inline:!0,monospace:!0,children:gn.uuid}),":"]}),(0,B.jsx)(y.Z,{mt:1,children:En.map((function(n,e){var t,o,r=n.uuid;return(0,B.jsxs)(A.ZP,{color:(0,L.qn)(null===(t=Rn[r])||void 0===t?void 0:t.type,{blockColor:null===(o=Rn[r])||void 0===o?void 0:o.type,theme:rn}).accent,inline:!0,monospace:!0,children:[r,An>=2&&e<=An-2?(0,B.jsx)(A.ZP,{inline:!0,children:",\xa0"}):null]},r)}))})]}),(0,B.jsxs)(h.Z,{alignItems:"center",children:[(0,B.jsx)(U.ZP,{compact:!0,inline:!0,loading:Zn,onClick:function(){return Dn({block:W(W({},gn),{},{upstream_blocks:En.map((function(n){return n.uuid}))})})},uuid:"DependencyGraph/save_parents",children:"Save dependencies"}),(0,B.jsx)(y.Z,{ml:1}),(0,B.jsx)(U.ZP,{compact:!0,inline:!0,noBackground:!0,onClick:function(){an([]),P({upstreamBlocks:null})},uuid:"DependencyGraph/cancel_save_parents",children:"Cancel"})]})]}),(0,B.jsx)(D,{height:Hn,onDoubleClick:function(){var n,e;return null===un||void 0===un||null===(n=un.current)||void 0===n||null===(e=n.fitCanvas)||void 0===e?void 0:e.call(n)},children:(0,B.jsx)(Q,{arrow:null,disabled:i,edge:function(n){var e,t=Rn[n.source];return(0,B.jsx)(J,W(W({},n),{},{onClick:function(n,e){mn(null),an([e.id])},onRemove:function(n,e){var t=Rn[e.from],o=Rn[e.to];Pn({fromBlock:t,removeDependency:!0,toBlock:o}),an([])},removable:l&&!(null!==c&&void 0!==c&&c.upstreamBlocks),style:{stroke:null===(e=(0,L.qn)(null===t||void 0===t?void 0:t.type,{blockColor:null===t||void 0===t?void 0:t.color,theme:rn}))||void 0===e?void 0:e.accent}}))},edges:Bn,fit:!0,forwardedRef:un,maxHeight:R.Jo,maxWidth:R.Jo,maxZoom:1,minZoom:-.7,node:function(n){var e,t,o,r,u,l;return(0,B.jsx)(z,W(W({},n),{},{dragType:"port",linkable:!0,onClick:function(n,e){var t=e.data.block;mn(null),(null===gn||void 0===gn?void 0:gn.uuid)===t.uuid||(gn?Nn(t):(null===E||void 0===E||E({block:t}),setTimeout((function(){Ln(t)}),1)))},onEnter:function(){null!==c&&void 0!==c&&c.upstreamBlocks||pn(!0)},onLeave:function(){return pn(!1)},port:hn&&(null===bn||I(bn,n))?(0,B.jsx)($,{onDrag:function(){return pn(!0)},onDragEnd:function(){pn(!1),mn(null)},onDragStart:function(n,e,t){var o=null===t||void 0===t?void 0:t.side;mn({id:null===t||void 0===t?void 0:t.id,side:o})},onEnter:function(){return pn(!0)},rx:10,ry:10,style:{fill:(0,L.qn)(null===n||void 0===n||null===(e=n.properties)||void 0===e||null===(t=e.data)||void 0===t||null===(o=t.block)||void 0===o?void 0:o.type,{blockColor:null===n||void 0===n||null===(r=n.properties)||void 0===r||null===(u=r.data)||void 0===u||null===(l=u.block)||void 0===l?void 0:l.color,theme:rn}).accent,stroke:"white",strokeWidth:"1px"}}):null,style:{fill:"transparent",stroke:"transparent",strokeWidth:0},children:function(n){var e=n.height,t=n.node.data.block,o=Un(t),r=wn(t).displayText;return(0,B.jsx)("foreignObject",{height:e,style:{pointerEvents:"none"},width:n.width,x:0,y:0,children:(0,B.jsx)(M,W({block:t,bodyText:"".concat(r).concat((null===gn||void 0===gn?void 0:gn.uuid)===t.uuid?" (editing)":""),disabled:(null===gn||void 0===gn?void 0:gn.uuid)===t.uuid,height:e,hideStatus:i,selected:gn?!!(0,F.sE)(En,(function(n){return n.uuid===t.uuid})):(null===_||void 0===_?void 0:_.uuid)===t.uuid},o),t.uuid)})}}))},nodes:Mn,onNodeLink:function(n,e,t,o){var r,i=Rn[e.id],c=Rn[t.id],u=(null===x||void 0===x?void 0:x.type)===H.qL.INTEGRATION&&((null===i||void 0===i?void 0:i.type)===m.tf.DATA_EXPORTER||(null===i||void 0===i?void 0:i.type)===m.tf.DATA_LOADER&&(null===c||void 0===c?void 0:c.type)===m.tf.DATA_EXPORTER);if(!(null!==i&&void 0!==i&&null!==(r=i.upstream_blocks)&&void 0!==r&&r.includes(c.uuid)||e.id===t.id||u)){var l=null===o||void 0===o?void 0:o.side;Pn({fromBlock:i,portSide:l||R.rl.SOUTH,toBlock:c})}},onNodeLinkCheck:function(n,e,t){return!Bn.some((function(n){return n.from===e.id&&n.to===t.id}))},onZoomChange:function(n){return null===G||void 0===G?void 0:G(n)},pannable:T,selections:dn,zoomable:on})})]})}},60701:function(n,e,t){t.d(e,{Qq:function(){return f},Z7:function(){return p},cH:function(){return r},du:function(){return a},fp:function(){return d},j5:function(){return s},uM:function(){return l}});var o,r,i=t(82394),c=t(10503),u=t(24224),l="sideview",d=90;!function(n){n.CALLBACKS="callbacks",n.CHARTS="charts",n.DATA="data",n.EXTENSIONS="power_ups",n.FILE_VERSIONS="file_versions",n.GRAPHS="graphs",n.REPORTS="reports",n.SECRETS="secrets",n.SETTINGS="settings",n.TERMINAL="terminal",n.TREE="tree",n.VARIABLES="variables"}(r||(r={}));r.CALLBACKS,r.CHARTS,r.DATA,r.EXTENSIONS,r.REPORTS,r.TREE;var a=[r.DATA,r.REPORTS,r.GRAPHS],s=[{key:r.TREE,label:"Tree"},{buildLabel:function(n){var e=(n.pipeline||{}).widgets,t=void 0===e?[]:e;return(null===t||void 0===t?void 0:t.length)>=1?"Charts (".concat(t.length,")"):"Charts"},key:r.CHARTS},{buildLabel:function(n){var e=n.variables;return(null===e||void 0===e?void 0:e.length)>=1?"Variables (".concat(e.length,")"):"Variables"},key:r.VARIABLES},{buildLabel:function(n){var e=n.secrets;return(null===e||void 0===e?void 0:e.length)>=1?"Secrets (".concat(e.length,")"):"Secrets"},key:r.SECRETS},{buildLabel:function(n){var e=(n.pipeline||{}).callbacks,t=void 0===e?[]:e;return(null===t||void 0===t?void 0:t.length)>=1?"Callbacks (".concat(t.length,")"):"Callbacks"},key:r.CALLBACKS},{buildLabel:function(n){var e=(n.pipeline||{}).extensions,t=void 0===e?{}:e,o=0;return Object.values(t).forEach((function(n){var e=n.blocks;o+=(null===e||void 0===e?void 0:e.length)||0})),o>=1?"Power ups (".concat(o,")"):"Power ups"},key:r.EXTENSIONS},{key:r.DATA,label:"Data"},{key:r.TERMINAL,label:"Terminal"}],f=(0,u.HK)(s,(function(n){return n.key})),p=(o={},(0,i.Z)(o,r.CALLBACKS,c.AQ),(0,i.Z)(o,r.CHARTS,c.GQ),(0,i.Z)(o,r.DATA,c.iA),(0,i.Z)(o,r.EXTENSIONS,c.Bf),(0,i.Z)(o,r.GRAPHS,c.GQ),(0,i.Z)(o,r.REPORTS,c.Do),(0,i.Z)(o,r.SECRETS,c.Yo),(0,i.Z)(o,r.SETTINGS,c.Zr),(0,i.Z)(o,r.TERMINAL,c.oI),(0,i.Z)(o,r.TREE,c.mp),(0,i.Z)(o,r.VARIABLES,c.LO),o)},66050:function(n,e,t){var o;t.d(e,{V:function(){return o}}),function(n){n.CANCELLED="cancelled",n.COMPLETED="completed",n.FAILED="failed",n.INITIAL="initial",n.RUNNING="running"}(o||(o={}))},86422:function(n,e,t){t.d(e,{$W:function(){return p},DA:function(){return f},HX:function(){return m},J8:function(){return b},L8:function(){return c},Lq:function(){return a},Qj:function(){return h},Ut:function(){return E},V4:function(){return y},VZ:function(){return v},dO:function(){return s},f2:function(){return g},iZ:function(){return k},t6:function(){return u},tf:function(){return d}});var o,r,i,c,u,l=t(82394);!function(n){n.DYNAMIC="dynamic",n.DYNAMIC_CHILD="dynamic_child",n.REDUCE_OUTPUT="reduce_output"}(c||(c={})),function(n){n.MARKDOWN="markdown",n.PYTHON="python",n.R="r",n.SQL="sql",n.YAML="yaml"}(u||(u={}));var d,a,s=(o={},(0,l.Z)(o,u.MARKDOWN,"MD"),(0,l.Z)(o,u.PYTHON,"PY"),(0,l.Z)(o,u.R,"R"),(0,l.Z)(o,u.SQL,"SQL"),(0,l.Z)(o,u.YAML,"YAML"),o);!function(n){n.CALLBACK="callback",n.CHART="chart",n.CUSTOM="custom",n.DATA_EXPORTER="data_exporter",n.DATA_LOADER="data_loader",n.DBT="dbt",n.EXTENSION="extension",n.SCRATCHPAD="scratchpad",n.SENSOR="sensor",n.MARKDOWN="markdown",n.TRANSFORMER="transformer"}(d||(d={})),function(n){n.BLUE="blue",n.GREY="grey",n.PINK="pink",n.PURPLE="purple",n.TEAL="teal",n.YELLOW="yellow"}(a||(a={}));var f,p=[d.CHART,d.CUSTOM,d.DATA_EXPORTER,d.DATA_LOADER,d.SCRATCHPAD,d.SENSOR,d.MARKDOWN,d.TRANSFORMER],v=[d.DATA_EXPORTER,d.DATA_LOADER],b=[d.DATA_EXPORTER,d.DATA_LOADER,d.TRANSFORMER],m=[d.DATA_EXPORTER,d.DATA_LOADER,d.DBT,d.TRANSFORMER],h=[d.CHART,d.SCRATCHPAD,d.SENSOR,d.MARKDOWN],k=[d.CALLBACK,d.CHART,d.EXTENSION,d.SCRATCHPAD,d.MARKDOWN];!function(n){n.EXECUTED="executed",n.FAILED="failed",n.NOT_EXECUTED="not_executed",n.UPDATED="updated"}(f||(f={}));var g=[d.CUSTOM,d.DATA_EXPORTER,d.DATA_LOADER,d.TRANSFORMER],y=(r={},(0,l.Z)(r,d.EXTENSION,"Callback"),(0,l.Z)(r,d.CUSTOM,"Custom"),(0,l.Z)(r,d.DATA_EXPORTER,"Data exporter"),(0,l.Z)(r,d.DATA_LOADER,"Data loader"),(0,l.Z)(r,d.EXTENSION,"Extension"),(0,l.Z)(r,d.SCRATCHPAD,"Scratchpad"),(0,l.Z)(r,d.SENSOR,"Sensor"),(0,l.Z)(r,d.MARKDOWN,"Markdown"),(0,l.Z)(r,d.TRANSFORMER,"Transformer"),r),E=[d.DATA_LOADER,d.TRANSFORMER,d.DATA_EXPORTER,d.SENSOR];i={},(0,l.Z)(i,d.DATA_EXPORTER,"DE"),(0,l.Z)(i,d.DATA_LOADER,"DL"),(0,l.Z)(i,d.SCRATCHPAD,"SP"),(0,l.Z)(i,d.SENSOR,"SR"),(0,l.Z)(i,d.MARKDOWN,"MD"),(0,l.Z)(i,d.TRANSFORMER,"TF")},18283:function(n,e,t){var o=t(82394),r=t(26304),i=(t(82684),t(9518)),c=t(23831),u=t(73942),l=t(2005),d=t(49125),a=t(31012),s=t(28598),f=["children"];function p(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,o)}return t}function v(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?p(Object(t),!0).forEach((function(e){(0,o.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):p(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var b=i.default.p.withConfig({displayName:"Badge__BadgeStyle",componentId:"sc-tfqsp0-0"})(["border-radius:","px;display:inline;font-family:",";margin:0;",";"," "," ",";",";"," "," "," "," "," "," ",""],u.BG,l.ry,a.iD,(function(n){return n.small&&"\n ".concat(a.HC,";\n ")}),(function(n){return n.xxsmall&&"\n font-size: ".concat(a.VK,"px;\n line-height: ").concat(a.VK,"px;\n ")}),(function(n){return!n.regular&&"\n padding: 2px 4px;\n "}),(function(n){return n.regular&&"\n padding: ".concat(1*d.iI,"px ").concat(1.25*d.iI,"px;\n ")}),(function(n){return n.noVerticalPadding&&"\n padding-bottom: 0;\n padding-top: 0;\n "}),(function(n){return!n.disabled&&!n.inverted&&"\n background-color: ".concat((n.theme||c.Z).background.row,";\n color: ").concat((n.theme||c.Z).content.default,";\n ")}),(function(n){return!n.disabled&&n.inverted&&"\n background-color: ".concat((n.theme||c.Z).background.dark,";\n color: ").concat((n.theme||c.Z).content.inverted,";\n ")}),(function(n){return n.cyan&&"\n background-color: ".concat((n.theme||c.Z).accent.cyan,";\n color: ").concat((n.theme||c.Z).monotone.black,";\n ")}),(function(n){return n.disabled&&"\n background-color: ".concat((n.theme||c.Z).feature.disabled,";\n color: ").concat((n.theme||c.Z).content.disabled,";\n ")}),(function(n){return n.quantifier&&"\n border-radius: 34px;\n line-height: 10px;\n padding: 4px 6px;\n "}),(function(n){return n.monospace&&"\n font-family: ".concat(l.Vp,";\n word-break: break-all;\n ")}));e.Z=function(n){var e=n.children,t=(0,r.Z)(n,f);return(0,s.jsx)(b,v(v({},t),{},{children:e}))}},87323:function(n,e,t){t.d(e,{cU:function(){return c}});var o=t(82684),r=t(24224);function i(n,e){return function(n,e,t){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{includeAllNodes:!1},i=(0,r.HK)(t,(function(n){return n.uuid})),c=(o||{}).includeAllNodes,u=[];function l(t){if(t){var o=(t[e]||[]).reduce((function(e,t){return n.uuid===t?e:e.concat(i[t])}),[]);(0===o.length||c&&n.uuid!==t.uuid)&&u.push(t),o.forEach((function(n){l(n)}))}}return l(n),u}(n,"upstream_blocks",e,{includeAllNodes:!0})}function c(n,e){return(0,o.useMemo)((function(){return n.map((function(t){var o=function(n,e){var t=i(n,e),o=t.filter((function(e){var t=e.configuration,o=e.uuid;return(null===t||void 0===t?void 0:t.dynamic)&&o!==(null===n||void 0===n?void 0:n.uuid)})),r=t.filter((function(e){var t=e.configuration,o=e.uuid;return(null===t||void 0===t?void 0:t.reduce_output)&&o!==(null===n||void 0===n?void 0:n.uuid)}));return{dynamicUpstreamBlock:o[0],dynamicUpstreamBlocks:o,reduceOutputUpstreamBlock:r[0],reduceOutputUpstreamBlocks:r}}(t,e),r=o.dynamicUpstreamBlock,c=o.dynamicUpstreamBlocks,u=o.reduceOutputUpstreamBlock,l=o.reduceOutputUpstreamBlocks,d=(t||{}).configuration||{},a=d.dynamic,s=d.reduce_output;return{block:t,blocksToUse:n,dynamic:!!a,dynamicUpstreamBlock:r,dynamicUpstreamBlocks:c,reduceOutput:!!s,reduceOutputUpstreamBlock:u,reduceOutputUpstreamBlocks:l}}))}),[e,null===e||void 0===e?void 0:e.map((function(n){var e=n.configuration;return null===e||void 0===e?void 0:e.dynamic})),null===e||void 0===e?void 0:e.map((function(n){var e=n.configuration;return null===e||void 0===e?void 0:e.reduce_output})),null===e||void 0===e?void 0:e.map((function(n){return n.upstream_blocks}))])}},25958:function(n,e,t){t.d(e,{$1:function(){return i},Dy:function(){return r},IU:function(){return c}});var o=t(17717),r="--full-refresh";function i(n,e){var t,r=null===e||void 0===e?void 0:e.fullPath,i=null===n||void 0===n||null===(t=n.configuration)||void 0===t?void 0:t.file_path;if(r)return null===n||void 0===n?void 0:n.uuid;if(i){var c=i.split(o.sep),u=c[c.length-1].split(".");return u.pop(),u.join(".")}}function c(n){var e,t=null===n||void 0===n||null===(e=n.configuration)||void 0===e?void 0:e.file_path;if(t){var r=t.split(o.sep),i=r[0],c=r[r.length-1].split(".");return c.pop(),{directory:r.slice(1,r.length-1).join(o.sep),filePath:t,name:c.join("."),project:i}}return{filePath:t}}},33766:function(n,e,t){t.d(e,{O2:function(){return s},g_:function(){return p},u7:function(){return f}});var o=t(75582),r=t(82394),i=t(34376),c=t.n(i),u=t(59e3),l=t(24224);function d(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,o)}return t}function a(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?d(Object(t),!0).forEach((function(e){(0,r.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):d(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var s="_offset";function f(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=e.preserveParams,r=e.pushHistory,i=e.replaceParams,l=(0,u.iV)(),d={};t&&t.forEach((function(n){l[n]&&(d[n]=l[n])}));var s,f=i?d:l;s=window.location.pathname;var p=r?c().push:c().replace,v=a(a({},f),n);Object.entries(n).forEach((function(n){var e=(0,o.Z)(n,2),t=e[0],r=e[1];"undefined"!==typeof r&&null!==r||delete v[t]}));var b=(0,u.uM)(v);b.length>=1&&(b="?".concat(b));var m="".concat(s.split("?")[0]).concat(b);return p(c().router.pathname,m,{shallow:!0})}function p(n,e,t){var r=t.addingMultipleValues,i=t.isList,c=t.itemsPerPage,u=t.pushHistory,d=void 0!==u&&u,p=t.resetLimitParams,v=a({},n);r?Object.entries(e).forEach((function(n){var e=(0,o.Z)(n,2),t=e[0],r=e[1];if(Array.isArray(r)){var i="".concat(t,"[]");v[i]=r.map(String)}})):i?Object.entries(e).forEach((function(n){var e=(0,o.Z)(n,2),t=e[0],r=e[1],i=String(r),c="".concat(t,"[]"),u=v[c];u&&Array.isArray(u)?(u=u.map(String)).includes(i)?v[c]=(0,l.Od)(u,(function(n){return n===i})):v[c]=u.concat(i):v[c]=[i]})):v=a(a({},v),e),p&&(v._limit=c||20,v[s]=0),f(v,{pushHistory:d})}}}]);
|