mage-ai 0.8.9__py3-none-any.whl → 0.8.11__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/FilePolicy.py +20 -2
- mage_ai/api/presenters/FilePresenter.py +6 -0
- mage_ai/api/resources/BlockResource.py +2 -2
- mage_ai/api/resources/FileResource.py +27 -1
- mage_ai/api/resources/PipelineResource.py +3 -0
- mage_ai/data_preparation/models/block/dbt/__init__.py +2 -1
- mage_ai/data_preparation/models/block/dbt/utils/__init__.py +46 -5
- mage_ai/data_preparation/models/file.py +5 -0
- 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/{hPU1Mni8edYXkEy_4mLHN → Bmwp0WdXRDJpCFVPOVdc9}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/{1830-cb1bbbf9a9c54649.js → 1830-c3f709c7ca7f32ab.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/2426-115f8871a2e28f8c.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{_app-0aed65f2e085822e.js → _app-44766f29c8c5b4ce.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{manage-54fd0434f4f5305c.js → manage-14c743a0e2549486.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-678569cf24a2e10d.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-f96da0174abb54b5.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{pipelines-12dc02ae431a6305.js → pipelines-1c0627627c21667f.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-6feb9848233a6c6e.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/test-85cf18ae78ff535c.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]/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/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 +2 -2
- mage_ai/server/frontend_dist/triggers.html +2 -2
- mage_ai/shared/strings.py +6 -0
- {mage_ai-0.8.9.dist-info → mage_ai-0.8.11.dist-info}/METADATA +1 -1
- {mage_ai-0.8.9.dist-info → mage_ai-0.8.11.dist-info}/RECORD +55 -55
- mage_ai/server/frontend_dist/_next/static/chunks/2426-be3e2bc6625de582.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-81e3c9ea75d7abb4.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-1b8b406222fae908.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-5d7c45bb058a3f20.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/test-f567bdfcc1276249.js +0 -1
- /mage_ai/server/frontend_dist/_next/static/{hPU1Mni8edYXkEy_4mLHN → Bmwp0WdXRDJpCFVPOVdc9}/_middlewareManifest.js +0 -0
- /mage_ai/server/frontend_dist/_next/static/{hPU1Mni8edYXkEy_4mLHN → Bmwp0WdXRDJpCFVPOVdc9}/_ssgManifest.js +0 -0
- {mage_ai-0.8.9.dist-info → mage_ai-0.8.11.dist-info}/LICENSE +0 -0
- {mage_ai-0.8.9.dist-info → mage_ai-0.8.11.dist-info}/WHEEL +0 -0
- {mage_ai-0.8.9.dist-info → mage_ai-0.8.11.dist-info}/entry_points.txt +0 -0
- {mage_ai-0.8.9.dist-info → mage_ai-0.8.11.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>Terminal | Mage</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-
|
|
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>Terminal | Mage</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-44766f29c8c5b4ce.js" defer=""></script><script src="/_next/static/chunks/3850-6395783d820def1c.js" defer=""></script><script src="/_next/static/chunks/9565-28e1c30511c95c2d.js" defer=""></script><script src="/_next/static/chunks/6085-692d2f784c0504f2.js" defer=""></script><script src="/_next/static/chunks/9767-3f852fd90cf7857f.js" defer=""></script><script src="/_next/static/chunks/6579-2b5d8d39472d85c0.js" defer=""></script><script src="/_next/static/chunks/434-69ddfacd3e93f2db.js" defer=""></script><script src="/_next/static/chunks/pages/terminal-6feb9848233a6c6e.js" defer=""></script><script src="/_next/static/Bmwp0WdXRDJpCFVPOVdc9/_buildManifest.js" defer=""></script><script src="/_next/static/Bmwp0WdXRDJpCFVPOVdc9/_ssgManifest.js" defer=""></script><script src="/_next/static/Bmwp0WdXRDJpCFVPOVdc9/_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*/
|
|
@@ -17,4 +17,4 @@ data-styled.g72[id="indexstyle__HeaderStyle-sc-1bk8irg-0"]{content:"gbXfes,"}/*!
|
|
|
17
17
|
data-styled.g74[id="indexstyle__ContainerStyle-sc-ecogjt-0"]{content:"ijwRXz,"}/*!sc*/
|
|
18
18
|
.jMqDRN{padding:16px;background-color:#232429;border-right:1px solid #1C1C1C;}/*!sc*/
|
|
19
19
|
data-styled.g75[id="indexstyle__VerticalNavigationStyle-sc-ecogjt-1"]{content:"jMqDRN,"}/*!sc*/
|
|
20
|
-
</style></head><body><div id="__next"><div class="" style="position:fixed;top:0;left:0;height:2px;background:transparent;z-index:99999999999;width:100%"><div class="" style="height:100%;background:#FF144D;transition:all 500ms ease;width:0%"><div style="box-shadow:0 0 10px #FF144D, 0 0 10px #FF144D;width:5%;opacity:1;position:absolute;height:100%;transition:all 500ms ease;transform:rotate(3deg) translate(0px, -4px);left:-10rem"></div></div></div><div class="indexstyle__HeaderStyle-sc-1bk8irg-0 gbXfes"><div></div></div><div class="indexstyle__ContainerStyle-sc-ecogjt-0 ijwRXz"><div class="indexstyle__VerticalNavigationStyle-sc-ecogjt-1 jMqDRN"><div></div></div><div class="Flex-sc-sgfnl9-0 dKQluW"><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":{"auth":{"decodedToken":{"expires":0,"token":null}}},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","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":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","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","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","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":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"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)","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":"/terminal","query":{},"buildId":"
|
|
20
|
+
</style></head><body><div id="__next"><div class="" style="position:fixed;top:0;left:0;height:2px;background:transparent;z-index:99999999999;width:100%"><div class="" style="height:100%;background:#FF144D;transition:all 500ms ease;width:0%"><div style="box-shadow:0 0 10px #FF144D, 0 0 10px #FF144D;width:5%;opacity:1;position:absolute;height:100%;transition:all 500ms ease;transform:rotate(3deg) translate(0px, -4px);left:-10rem"></div></div></div><div class="indexstyle__HeaderStyle-sc-1bk8irg-0 gbXfes"><div></div></div><div class="indexstyle__ContainerStyle-sc-ecogjt-0 ijwRXz"><div class="indexstyle__VerticalNavigationStyle-sc-ecogjt-1 jMqDRN"><div></div></div><div class="Flex-sc-sgfnl9-0 dKQluW"><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":{"auth":{"decodedToken":{"expires":0,"token":null}}},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","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":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","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","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","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":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"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)","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":"/terminal","query":{},"buildId":"Bmwp0WdXRDJpCFVPOVdc9","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"/><title>Mage</title><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><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-
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><title>Mage</title><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><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-44766f29c8c5b4ce.js" defer=""></script><script src="/_next/static/chunks/7011-81dd8269c4806d26.js" defer=""></script><script src="/_next/static/chunks/pages/test-85cf18ae78ff535c.js" defer=""></script><script src="/_next/static/Bmwp0WdXRDJpCFVPOVdc9/_buildManifest.js" defer=""></script><script src="/_next/static/Bmwp0WdXRDJpCFVPOVdc9/_ssgManifest.js" defer=""></script><script src="/_next/static/Bmwp0WdXRDJpCFVPOVdc9/_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*/
|
|
@@ -11,4 +11,4 @@ data-styled.g4[id="sc-global-czSCUT1"]{content:"sc-global-czSCUT1,"}/*!sc*/
|
|
|
11
11
|
data-styled.g5[id="ToastWrapper-sc-1a33ph1-0"]{content:"kOVcuR,"}/*!sc*/
|
|
12
12
|
.flrenm:hover{cursor:pointer;}/*!sc*/
|
|
13
13
|
data-styled.g134[id="MultiFileInput__DropzoneStyle-sc-1l6yd2y-0"]{content:"flrenm,"}/*!sc*/
|
|
14
|
-
</style></head><body><div id="__next"><div class="" style="position:fixed;top:0;left:0;height:2px;background:transparent;z-index:99999999999;width:100%"><div class="" style="height:100%;background:#FF144D;transition:all 500ms ease;width:0%"><div style="box-shadow:0 0 10px #FF144D, 0 0 10px #FF144D;width:5%;opacity:1;position:absolute;height:100%;transition:all 500ms ease;transform:rotate(3deg) translate(0px, -4px);left:-10rem"></div></div></div><div><div role="presentation" tabindex="0" class="MultiFileInput__DropzoneStyle-sc-1l6yd2y-0 flrenm"><input multiple="" style="display:none" tabindex="-1" type="file" directory="" webkitdirectory=""/></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":{},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","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":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","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","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","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":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"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)","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":"/test","query":{},"buildId":"
|
|
14
|
+
</style></head><body><div id="__next"><div class="" style="position:fixed;top:0;left:0;height:2px;background:transparent;z-index:99999999999;width:100%"><div class="" style="height:100%;background:#FF144D;transition:all 500ms ease;width:0%"><div style="box-shadow:0 0 10px #FF144D, 0 0 10px #FF144D;width:5%;opacity:1;position:absolute;height:100%;transition:all 500ms ease;transform:rotate(3deg) translate(0px, -4px);left:-10rem"></div></div></div><div><div role="presentation" tabindex="0" class="MultiFileInput__DropzoneStyle-sc-1l6yd2y-0 flrenm"><input multiple="" style="display:none" tabindex="-1" type="file" directory="" webkitdirectory=""/></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":{},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","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":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","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","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","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":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"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)","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":"/test","query":{},"buildId":"Bmwp0WdXRDJpCFVPOVdc9","nextExport":true,"isFallback":false,"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>Triggers | Mage</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-
|
|
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>Triggers | Mage</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-44766f29c8c5b4ce.js" defer=""></script><script src="/_next/static/chunks/3850-6395783d820def1c.js" defer=""></script><script src="/_next/static/chunks/9767-3f852fd90cf7857f.js" defer=""></script><script src="/_next/static/chunks/6579-2b5d8d39472d85c0.js" defer=""></script><script src="/_next/static/chunks/434-69ddfacd3e93f2db.js" defer=""></script><script src="/_next/static/chunks/9898-51ca6a904b7a2382.js" defer=""></script><script src="/_next/static/chunks/pages/triggers-e0172c422c95eda9.js" defer=""></script><script src="/_next/static/Bmwp0WdXRDJpCFVPOVdc9/_buildManifest.js" defer=""></script><script src="/_next/static/Bmwp0WdXRDJpCFVPOVdc9/_ssgManifest.js" defer=""></script><script src="/_next/static/Bmwp0WdXRDJpCFVPOVdc9/_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*/
|
|
@@ -17,4 +17,4 @@ data-styled.g72[id="indexstyle__HeaderStyle-sc-1bk8irg-0"]{content:"gbXfes,"}/*!
|
|
|
17
17
|
data-styled.g74[id="indexstyle__ContainerStyle-sc-ecogjt-0"]{content:"ijwRXz,"}/*!sc*/
|
|
18
18
|
.jMqDRN{padding:16px;background-color:#232429;border-right:1px solid #1C1C1C;}/*!sc*/
|
|
19
19
|
data-styled.g75[id="indexstyle__VerticalNavigationStyle-sc-ecogjt-1"]{content:"jMqDRN,"}/*!sc*/
|
|
20
|
-
</style></head><body><div id="__next"><div class="" style="position:fixed;top:0;left:0;height:2px;background:transparent;z-index:99999999999;width:100%"><div class="" style="height:100%;background:#FF144D;transition:all 500ms ease;width:0%"><div style="box-shadow:0 0 10px #FF144D, 0 0 10px #FF144D;width:5%;opacity:1;position:absolute;height:100%;transition:all 500ms ease;transform:rotate(3deg) translate(0px, -4px);left:-10rem"></div></div></div><div class="indexstyle__HeaderStyle-sc-1bk8irg-0 gbXfes"><div></div></div><div class="indexstyle__ContainerStyle-sc-ecogjt-0 ijwRXz"><div class="indexstyle__VerticalNavigationStyle-sc-ecogjt-1 jMqDRN"><div></div></div><div class="Flex-sc-sgfnl9-0 dKQluW"><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":{"auth":{"decodedToken":{"expires":0,"token":null}}},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","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":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","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","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","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":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"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)","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":"/triggers","query":{},"buildId":"
|
|
20
|
+
</style></head><body><div id="__next"><div class="" style="position:fixed;top:0;left:0;height:2px;background:transparent;z-index:99999999999;width:100%"><div class="" style="height:100%;background:#FF144D;transition:all 500ms ease;width:0%"><div style="box-shadow:0 0 10px #FF144D, 0 0 10px #FF144D;width:5%;opacity:1;position:absolute;height:100%;transition:all 500ms ease;transform:rotate(3deg) translate(0px, -4px);left:-10rem"></div></div></div><div class="indexstyle__HeaderStyle-sc-1bk8irg-0 gbXfes"><div></div></div><div class="indexstyle__ContainerStyle-sc-ecogjt-0 ijwRXz"><div class="indexstyle__VerticalNavigationStyle-sc-ecogjt-1 jMqDRN"><div></div></div><div class="Flex-sc-sgfnl9-0 dKQluW"><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":{"auth":{"decodedToken":{"expires":0,"token":null}}},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","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":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","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","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","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":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"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)","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":"/triggers","query":{},"buildId":"Bmwp0WdXRDJpCFVPOVdc9","nextExport":true,"isFallback":false,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
|
mage_ai/shared/strings.py
CHANGED
|
@@ -25,3 +25,9 @@ def replacer(s, newstring, index, nofail=False):
|
|
|
25
25
|
|
|
26
26
|
# insert the new string between 'slices' of the original
|
|
27
27
|
return s[:index] + newstring + s[index + 1:]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def remove_extension_from_filename(filename: str) -> str:
|
|
31
|
+
parts = filename.split('/')
|
|
32
|
+
fn = parts[-1].split('.')[0]
|
|
33
|
+
return '/'.join(parts[:-1] + [fn])
|
|
@@ -23,7 +23,7 @@ mage_ai/api/policies/ClusterPolicy.py,sha256=Lb81mWy_uSTtYOvfugxCR38jYBgve7txPI9
|
|
|
23
23
|
mage_ai/api/policies/DataProviderPolicy.py,sha256=Mm4-lluKwgh96Hus_fhN4uGUF9Ei4D4wetHydiXMjnI,654
|
|
24
24
|
mage_ai/api/policies/EventRulePolicy.py,sha256=2fYqoT856vHKNA0p9NHZuVYjbpObFYMFKkNEzP7Tw9s,640
|
|
25
25
|
mage_ai/api/policies/FileContentPolicy.py,sha256=4s-on962PuQqexSudbj_SiM4ptTPrKPym2T3J1NK708,992
|
|
26
|
-
mage_ai/api/policies/FilePolicy.py,sha256=
|
|
26
|
+
mage_ai/api/policies/FilePolicy.py,sha256=bJBWys8-akrIwWEHkkvIoLif-FOwbmh6oDsrZiGElXM,1490
|
|
27
27
|
mage_ai/api/policies/IntegrationDestinationPolicy.py,sha256=sUFgWlJP---3CGofsgyUjBgLSVlwLtVj_es26-l5C5E,1200
|
|
28
28
|
mage_ai/api/policies/IntegrationSourcePolicy.py,sha256=0AhZxvzfSdqv06soJo-fXS0jwcpsfSmttoOZe7DuXng,1788
|
|
29
29
|
mage_ai/api/policies/IntegrationSourceStreamPolicy.py,sha256=W0u_MeUVBL8zbWbfGcSAr19KTrVxfTvCxOdXeBK9S4A,725
|
|
@@ -50,7 +50,7 @@ mage_ai/api/presenters/ClusterPresenter.py,sha256=gxDmBHx8V0rmzdrJLn26ARnEak2pwV
|
|
|
50
50
|
mage_ai/api/presenters/DataProviderPresenter.py,sha256=pOQOA1BzyrJ5J3357BLAj5BR-Cy_DCoCLW6leGGrItI,193
|
|
51
51
|
mage_ai/api/presenters/EventRulePresenter.py,sha256=RznVyQmCWjfSW3NkFgkgiD_MKEiFx5YxPoc6NGcGEkA,156
|
|
52
52
|
mage_ai/api/presenters/FileContentPresenter.py,sha256=7bk6Qu4Pdrpf12Oj42QGa22XeuZCDk_SfHb4ADcipWs,282
|
|
53
|
-
mage_ai/api/presenters/FilePresenter.py,sha256=
|
|
53
|
+
mage_ai/api/presenters/FilePresenter.py,sha256=LsioBfvFDkJt-tJEngxT7kpQF-YZwFzoTNznNIgILB4,344
|
|
54
54
|
mage_ai/api/presenters/IntegrationDestinationPresenter.py,sha256=8IdvbODY2RgneAMp1fMtgtxYixpynjsokW5FE33q8Do,382
|
|
55
55
|
mage_ai/api/presenters/IntegrationSourcePresenter.py,sha256=mOZ5mLVnFS2ansoCZDwiODnBuiP9WQKNYM45D-Ad_Rw,1040
|
|
56
56
|
mage_ai/api/presenters/IntegrationSourceStreamPresenter.py,sha256=1oGkhGWN5IuiOolDaHo1rliSLzMIr5ckX0QB_naJIlc,438
|
|
@@ -73,14 +73,14 @@ mage_ai/api/presenters/mixins/users.py,sha256=43v1xVsUUqqBo8Uv0n12KFjVYxsPMA0xSB
|
|
|
73
73
|
mage_ai/api/resources/AutocompleteItemResource.py,sha256=9h_wI-mg51OSB1fWqzoj_AP2sb4xytk2fwKP_Hl3p0M,1631
|
|
74
74
|
mage_ai/api/resources/BackfillResource.py,sha256=Z2o5-0iiQjxwreBRykfkCp_gh2oDXMs_m9ffj2yyDj4,2053
|
|
75
75
|
mage_ai/api/resources/BaseResource.py,sha256=h4MYhiWgX0i0-olRbXpOa7yqH-8htZgniQjrnWvyo1o,9482
|
|
76
|
-
mage_ai/api/resources/BlockResource.py,sha256=
|
|
76
|
+
mage_ai/api/resources/BlockResource.py,sha256=pUSVSRozpf95PS6QvXrpFGkc9CsJSFgczwZnfQy-qUU,2789
|
|
77
77
|
mage_ai/api/resources/BlockRunResource.py,sha256=72yaR7PD5XeXot0JvhDrcZy5iSUV3JpltmgxN4qQcrI,3000
|
|
78
78
|
mage_ai/api/resources/ClusterResource.py,sha256=YdlzwRirpI0TlD07aNmG1nRGE898C2dU50-x1rIt63k,1665
|
|
79
79
|
mage_ai/api/resources/DataProviderResource.py,sha256=3jPdEsE6ykFbGB1ffOZZtz2mmALK6NwctEMrzj0Rp08,1082
|
|
80
80
|
mage_ai/api/resources/DatabaseResource.py,sha256=q4FeAfEzPylijJE6uSBfaAZA2KYWDfmfF67rsVKXChA,4973
|
|
81
81
|
mage_ai/api/resources/EventRuleResource.py,sha256=N2nhuvWHDutfOtuvt2i3yjSzBbcFpCw8umFZC6km3Mo,460
|
|
82
82
|
mage_ai/api/resources/FileContentResource.py,sha256=7yCUAOZyH7HNrHrvJhsTJ_zQmfIWyn9bRGQymKk-1Co,898
|
|
83
|
-
mage_ai/api/resources/FileResource.py,sha256=
|
|
83
|
+
mage_ai/api/resources/FileResource.py,sha256=9hElo4UHkDGhY1VtzP1iEYMXXDQXEbzKzYq2K9xccJE,2217
|
|
84
84
|
mage_ai/api/resources/GenericResource.py,sha256=ibnMefaR-7r743B5XJYVIoKGdu4oJ5LvsiAQijOH1vU,237
|
|
85
85
|
mage_ai/api/resources/IntegrationDestinationResource.py,sha256=V5qaVbhuDs1OyVOPlmQ-6eCn6suGwHeQ3wblRJbD0AE,1424
|
|
86
86
|
mage_ai/api/resources/IntegrationSourceResource.py,sha256=GIkvf93duaUk8FuMpSsQWMFSYv3a1hVxfhfXCDVruRI,2010
|
|
@@ -89,7 +89,7 @@ mage_ai/api/resources/KernelResource.py,sha256=FCWuRHoHuyv6x5Ursi4Zlzr3QOSO92BA5
|
|
|
89
89
|
mage_ai/api/resources/LogResource.py,sha256=nyrc2PMU9P7zYelSrbC83DjZr-W1sBGH7m6RwxIKST0,8969
|
|
90
90
|
mage_ai/api/resources/MonitorStatResource.py,sha256=dzsfNyomTkkESFynOOJW2hjllXuEFlG2Juj-is5rqRA,1397
|
|
91
91
|
mage_ai/api/resources/OutputResource.py,sha256=MBjMbJOikxVgvKhk25q3BE19eq3BQeILcbLmvKKM3ys,572
|
|
92
|
-
mage_ai/api/resources/PipelineResource.py,sha256=
|
|
92
|
+
mage_ai/api/resources/PipelineResource.py,sha256=vPmVoJlSTx8Ti3l5foJI3dJKZWuev8H9fJw3uo7AeSQ,5334
|
|
93
93
|
mage_ai/api/resources/PipelineRunResource.py,sha256=VzpYj4bNvcBqtsIUYOUYEWaXLijMovU-5EiG8wuL_MM,8278
|
|
94
94
|
mage_ai/api/resources/PipelineScheduleResource.py,sha256=8RqH3F91BG0N1XepeMjclrVO7tBco2Z8lmSloPnGifw,3524
|
|
95
95
|
mage_ai/api/resources/ProjectResource.py,sha256=NmRpJQ6b8YNXgy4Ixb15gb_8Eiz4luszrs_kOlMKVFM,1157
|
|
@@ -215,7 +215,7 @@ mage_ai/data_preparation/logging/s3_logger_manager.py,sha256=34Tpa5Hmhns0CuLVjVu
|
|
|
215
215
|
mage_ai/data_preparation/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
216
216
|
mage_ai/data_preparation/models/constants.py,sha256=WT2I4mMxucujwdZpO6wCY7OR7PA_Ogsm26QWPqYb62w,2115
|
|
217
217
|
mage_ai/data_preparation/models/errors.py,sha256=NAuStUn8neLBHNT8kmyfkhAAX4gdsW7a-3V0q2sYkK0,103
|
|
218
|
-
mage_ai/data_preparation/models/file.py,sha256=
|
|
218
|
+
mage_ai/data_preparation/models/file.py,sha256=jeXv7gAG3iNuET3-uVci0Oz262qrS3arZniRm4J5Uh8,4593
|
|
219
219
|
mage_ai/data_preparation/models/pipeline.py,sha256=66KyBAqV5k0SU-0xKHAhVC1ngzTMhsIswEyAd9Uu2EQ,34818
|
|
220
220
|
mage_ai/data_preparation/models/utils.py,sha256=ql9IVIyPkqkF2JV2PfMb_omDOFqDdcVpbdbiC37XGZA,1443
|
|
221
221
|
mage_ai/data_preparation/models/variable.py,sha256=SdXnW_bTceLiHxO9t_jbBQjpootXmaO5gZA0kuStsGs,19496
|
|
@@ -223,8 +223,8 @@ mage_ai/data_preparation/models/block/__init__.py,sha256=y8CPFUDOrA-YmLW-41Z4RRN
|
|
|
223
223
|
mage_ai/data_preparation/models/block/constants.py,sha256=YX-am0Cc-rIj8nkDq9pmVOvlp-65160CS1ItEbZW51k,525
|
|
224
224
|
mage_ai/data_preparation/models/block/errors.py,sha256=krgJKcS26hWaeLmVDcMzKXZpkcT2ukehmUGW5jhCyAA,119
|
|
225
225
|
mage_ai/data_preparation/models/block/utils.py,sha256=Ji8BvLg0C5zQajGth5DrVYx9fjBvld5StaTLEGRcmVE,14543
|
|
226
|
-
mage_ai/data_preparation/models/block/dbt/__init__.py,sha256=
|
|
227
|
-
mage_ai/data_preparation/models/block/dbt/utils/__init__.py,sha256=
|
|
226
|
+
mage_ai/data_preparation/models/block/dbt/__init__.py,sha256=571FMypjpIzJHVMrdF6st3-DoM5Cr8J7ERbecNsXfjQ,7066
|
|
227
|
+
mage_ai/data_preparation/models/block/dbt/utils/__init__.py,sha256=i5uEgx3zQdARcAlLVdlA8c_Mio5yi0-elIfLHj6HWFk,31512
|
|
228
228
|
mage_ai/data_preparation/models/block/integration/__init__.py,sha256=xWW1XS6S811Qyzq2nrm6TbzvMDsFcaGkfCVzslRnpNg,12306
|
|
229
229
|
mage_ai/data_preparation/models/block/r/__init__.py,sha256=-LGeoXPFPPkpJqBDVYimlfSMomSE5Ct3a3kiWX_uc-E,4572
|
|
230
230
|
mage_ai/data_preparation/models/block/r/templates/data_exporter.jinja,sha256=k5MCQgZ75LpcKMA_j9ABvbUIQpU_iDTTtLeiY9Spsio,228
|
|
@@ -435,7 +435,7 @@ mage_ai/sample_datasets/user_emails.csv,sha256=yokgn3bmkkrSZBFC-crJxPXFzKdgLaQbp
|
|
|
435
435
|
mage_ai/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
436
436
|
mage_ai/server/active_kernel.py,sha256=npf6A7NH2foSTwrJgJB8W1qaHX-46uigqsKxoubGgRY,2129
|
|
437
437
|
mage_ai/server/app.py,sha256=LjdwgFr3OduHaJOGGPhiGNUGZyYvfYz0OUUe56yfCM8,13229
|
|
438
|
-
mage_ai/server/constants.py,sha256=
|
|
438
|
+
mage_ai/server/constants.py,sha256=d47TSmLLY7VrwR8gsLAslCC557045ZAJSprcm8g4tvQ,421
|
|
439
439
|
mage_ai/server/docs_server.py,sha256=MxwLjAB0HpkOk-Jb1NSsLRhynIJM1vCiUIJXUqJ-38o,618
|
|
440
440
|
mage_ai/server/execution_manager.py,sha256=Acf-agMG1z86NYm6OhUNKZWRiUR-8VqnATk2E8BCYS4,2746
|
|
441
441
|
mage_ai/server/kernel_output_parser.py,sha256=FyiPHybVDoJLhvycPTrxXiKe45r00yl2vOggRS6nKfs,2113
|
|
@@ -460,29 +460,32 @@ mage_ai/server/client/mage.py,sha256=0aCiVpvR_D4yoqBns10Nw79oF8HrWgtgaoxB1rs7t1M
|
|
|
460
460
|
mage_ai/server/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
461
461
|
mage_ai/server/data/base.py,sha256=kxUyAhRIcIMjnXK_uQgLfRn5-OG2EBF0wgDVPlsHGFY,3827
|
|
462
462
|
mage_ai/server/data/models.py,sha256=AN8exOjYWL1Nk-zZZBiFLF6fFzmJd9PwJRvP2TgKmOY,9281
|
|
463
|
-
mage_ai/server/frontend_dist/404.html,sha256=
|
|
464
|
-
mage_ai/server/frontend_dist/404.html.html,sha256=
|
|
463
|
+
mage_ai/server/frontend_dist/404.html,sha256=jKYx3tJmqDvLFxePI5NDdCW2MzN7b2Cvdv-i9iTR4s8,8646
|
|
464
|
+
mage_ai/server/frontend_dist/404.html.html,sha256=jKYx3tJmqDvLFxePI5NDdCW2MzN7b2Cvdv-i9iTR4s8,8646
|
|
465
465
|
mage_ai/server/frontend_dist/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
|
|
466
|
-
mage_ai/server/frontend_dist/index.html,sha256=
|
|
467
|
-
mage_ai/server/frontend_dist/manage.html,sha256=
|
|
468
|
-
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=
|
|
469
|
-
mage_ai/server/frontend_dist/pipelines.html,sha256=
|
|
470
|
-
mage_ai/server/frontend_dist/settings.html,sha256=
|
|
471
|
-
mage_ai/server/frontend_dist/sign-in.html,sha256=
|
|
472
|
-
mage_ai/server/frontend_dist/terminal.html,sha256=
|
|
473
|
-
mage_ai/server/frontend_dist/test.html,sha256=
|
|
474
|
-
mage_ai/server/frontend_dist/triggers.html,sha256=
|
|
466
|
+
mage_ai/server/frontend_dist/index.html,sha256=esGWUSWv3_acSqiHCbjSSc7JdLkb6pgr8E1Jxsl51lw,7408
|
|
467
|
+
mage_ai/server/frontend_dist/manage.html,sha256=a5v8Zk3ISHqg9JbkThrD_a1-FHTBDwLYM0Y1K-ukyDw,9081
|
|
468
|
+
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=dwzmJtb1O6IpoHtq9AG1PbFX3VywGCqsIiCn1DnQo5o,9369
|
|
469
|
+
mage_ai/server/frontend_dist/pipelines.html,sha256=n7os-W3cL3YztlQWB0dRxtx-gm4JLUQRe0ykfisKVxQ,9201
|
|
470
|
+
mage_ai/server/frontend_dist/settings.html,sha256=Qz347CPxXrb0ZSW65fiXLq6PlRX1thjzTy9nNtctOF4,7480
|
|
471
|
+
mage_ai/server/frontend_dist/sign-in.html,sha256=nRi_ZMYiETpMaDNRxyLqzryNR0tFOgWNOGq3_mvF3js,18393
|
|
472
|
+
mage_ai/server/frontend_dist/terminal.html,sha256=TeNCnXLceirspL-Hceo6p71eoKfMb7b7Mf9LX8WrSk4,9276
|
|
473
|
+
mage_ai/server/frontend_dist/test.html,sha256=ySNVEh6mzsQIGnrd-voge0UaJQJZ9q2zsjZbPYgrkRs,7831
|
|
474
|
+
mage_ai/server/frontend_dist/triggers.html,sha256=b_orQKQNF3B_IDzrsjUwCeI9vGUqL4OCVY4bMO6lWls,9198
|
|
475
475
|
mage_ai/server/frontend_dist/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
|
|
476
|
+
mage_ai/server/frontend_dist/_next/static/Bmwp0WdXRDJpCFVPOVdc9/_buildManifest.js,sha256=Ar-JVtuDQ2hTUZ-oECayR4kGUcWcCGGJzplKeQgN_WI,5190
|
|
477
|
+
mage_ai/server/frontend_dist/_next/static/Bmwp0WdXRDJpCFVPOVdc9/_middlewareManifest.js,sha256=3lNBMTpNxdmCylCuSkkehLxegLD0Odh_Bfw5c8G35Zo,92
|
|
478
|
+
mage_ai/server/frontend_dist/_next/static/Bmwp0WdXRDJpCFVPOVdc9/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
476
479
|
mage_ai/server/frontend_dist/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
|
|
477
480
|
mage_ai/server/frontend_dist/_next/static/chunks/1240.0819f45820d22263.js,sha256=J0T6Hf6bUPCYwHY9ldwKtZyEe2sZjt7Z0JySRGK5Tno,6458
|
|
478
481
|
mage_ai/server/frontend_dist/_next/static/chunks/1286-a62050b3f897c6be.js,sha256=Ac0MHJsdkIV-vYFgdeYaJi95HbpQGGZ5VQIfdoJU6fw,32475
|
|
479
482
|
mage_ai/server/frontend_dist/_next/static/chunks/1450.d383f64c169d4278.js,sha256=Wta_dDXv2gjlzEgdcOzHlEzECgj6-0a4PCMqT9gaEck,5290
|
|
480
483
|
mage_ai/server/frontend_dist/_next/static/chunks/1774-aa51ef1da7217ff9.js,sha256=wuaRR85vM6iruElj1WdTsltMpISo9jg7SdQbs1Rw03U,8652
|
|
481
|
-
mage_ai/server/frontend_dist/_next/static/chunks/1830-
|
|
484
|
+
mage_ai/server/frontend_dist/_next/static/chunks/1830-c3f709c7ca7f32ab.js,sha256=FcobISRLRbCkTbuhE4Ua1nnXReW34JSeMvjuFfqQRpo,13459
|
|
482
485
|
mage_ai/server/frontend_dist/_next/static/chunks/2083-78a438dbdc57d1e4.js,sha256=Ak46_igooOuQf2MD4D0nKQPzMqGVXvWf-tQsXDWI-r8,60381
|
|
483
486
|
mage_ai/server/frontend_dist/_next/static/chunks/2125-0b537dc53fe71b18.js,sha256=y9Ssj2iuKJZgG2P_UH7zGWYc9hMoPaFCwUhsiGmdY7s,69805
|
|
484
487
|
mage_ai/server/frontend_dist/_next/static/chunks/2249-70929b8c547bbc18.js,sha256=tjP-fZrk_QS7SxKPDg-qIrjy9oQyDR9OBlgBd9kLp9o,14082
|
|
485
|
-
mage_ai/server/frontend_dist/_next/static/chunks/2426-
|
|
488
|
+
mage_ai/server/frontend_dist/_next/static/chunks/2426-115f8871a2e28f8c.js,sha256=dmwrlskQg1Bn8hR7NlcET-eLhp8PdxvQAv-CStnocN8,14477
|
|
486
489
|
mage_ai/server/frontend_dist/_next/static/chunks/2481.0454a0e25dc7e027.js,sha256=sdXmwsUwcOtd3zL9rTwWkitW4-5QGFjqoyiNvEcZ6V8,2942
|
|
487
490
|
mage_ai/server/frontend_dist/_next/static/chunks/2508.724531e7f9cf5f36.js,sha256=AHITXAvHRthYNLtGMXL_ThpWnXzRXyi_E89hb1h2D-Y,1649
|
|
488
491
|
mage_ai/server/frontend_dist/_next/static/chunks/2524-6aeb9419acf5d1b4.js,sha256=btP4Lxts2yDUuJaSVONeP0FKcUaXxcTy-d6Te01yFk0,791202
|
|
@@ -569,26 +572,26 @@ mage_ai/server/frontend_dist/_next/static/chunks/framework-7c365855dab1bf41.js,s
|
|
|
569
572
|
mage_ai/server/frontend_dist/_next/static/chunks/main-bb0dd5375146d7fd.js,sha256=D8WTELFsu6xl-FY23xblYecv7-mxB1cvXhS7LkWANy4,102188
|
|
570
573
|
mage_ai/server/frontend_dist/_next/static/chunks/polyfills-5cd94c89d3acac5f.js,sha256=fLWoemwNBaqyJFy_aiatrYDNMiVA1fY2Dd5iG_kidD8,91434
|
|
571
574
|
mage_ai/server/frontend_dist/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js,sha256=5XjqgzK5119xFRvyYU2XJosUqtKjpvPPNCXOhwZ24fs,5196
|
|
572
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-
|
|
575
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-44766f29c8c5b4ce.js,sha256=2TF2ivy5VabDzQI902MrCkrlJW3cdkA_mQ1hCW_U5AE,332661
|
|
573
576
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/_error-235304e5badb19eb.js,sha256=UnruNRSRVtmbfIswQ7oYMowKiJmeSublFaxDjRHcFGo,3190
|
|
574
577
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/index-e34a68d2f6fe16f2.js,sha256=i--GIi7Da8VYXDapdmoQaO9uRljiazEwCaaB39j4fog,636
|
|
575
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-
|
|
578
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-14c743a0e2549486.js,sha256=YPnHQbJqKQn6OmdkzRRgtOYc1Q1N24Eoa7v6EjIxRzw,43644
|
|
576
579
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-21fe37061bdaaaea.js,sha256=Tgt1UJsDa6tShrAPkFt0C-7OiWwe2RKc7TKRdUF_4Eo,9352
|
|
577
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-
|
|
580
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-1c0627627c21667f.js,sha256=UbvWES1dpTSPiwZKYg1gEsyQHHK0T1TorNXh5utAwFU,21656
|
|
578
581
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings-d594a66a568306da.js,sha256=aXMAMxjQm_15BZfSU0uQSrYnRy403cFcRZcSYEqEXBg,4347
|
|
579
582
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-b4e1eb529a184c60.js,sha256=NGxnMs7zQmjgV5u8f6aUz7AeAEEB0cJpKX_ZTS0Dj30,16326
|
|
580
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-
|
|
581
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/test-
|
|
583
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-6feb9848233a6c6e.js,sha256=RHi64jFcpX7gnFX35TE0NV8lLzPCEq1DxOQIC6XKgk0,11510
|
|
584
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/test-85cf18ae78ff535c.js,sha256=QLH5js5WbSXB0fSDudyybo4IHdPnR4DezfBOa3zDW_c,4435
|
|
582
585
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-e0172c422c95eda9.js,sha256=TzlYG8j3lvLJ9HpDLOzMzLCueEoxU7ctw2EZOhacS-I,19885
|
|
583
586
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]-ca9457e1a6bced4b.js,sha256=arFIXJ6FXE4wpSHaC9BqqNdLafoSrmjlrjmQBB1UR2U,4526
|
|
584
587
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-0ed0d70bc659c236.js,sha256=0sxsW67gXHJrWhg0In1BGDJ-6OFbT4WYNx4bibbhpGg,25680
|
|
585
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-
|
|
588
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-f96da0174abb54b5.js,sha256=Nv0zWDIylBTk4ut9QnS7koGMNfTReBNdHw_IORrcLV0,337873
|
|
586
589
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-5ccc75887776efb0.js,sha256=V9a3nGD6PMe-E3eRuj16jK5tXw153OcHqMadrfHU43g,34280
|
|
587
590
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-8b08ec1aef4af4f2.js,sha256=95aXwY6bHuwD7RkgV7Qj__Omnv6mrGmMo-YzyEBCgcI,345
|
|
588
591
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-67d23509a0c9a1b8.js,sha256=BYchu8h7qCXTgCPpMzQ3j3LZIb31_DsA43y-HKRjK2E,13088
|
|
589
592
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-4084a44baf91f30e.js,sha256=sXEJkacwjAx1EYXdQHwOIsl6H5cXeHaq0BLLJRXxPPY,44763
|
|
590
593
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-b0b91245d3299bdf.js,sha256=nx47SByEGHaPJFnCaVw9xEg2Ez0uxHaADP1wLY1IvMg,36826
|
|
591
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-
|
|
594
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-678569cf24a2e10d.js,sha256=tRDwaP-xCitVjfszJ7gpF5xKmQ4urbVd-IVafjZ4MV0,27500
|
|
592
595
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-8f23f7ca9efcb069.js,sha256=RVzbRhCEhcrXAky06R5efvRfFIybtOPbHyn_foax9ng,13594
|
|
593
596
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-f83ab9de4094e1b0.js,sha256=eo_XYueR3HMIN4Nmeo-LiMh5P1iBXsKkS-hD8dlE7B8,11953
|
|
594
597
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-73ced07cc98a4968.js,sha256=KXOjZpocsXQmab0635CEZvFk3m9rm5AWSd3bZp4Ja2E,17156
|
|
@@ -597,9 +600,6 @@ mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-
|
|
|
597
600
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-07bda506f68974fb.js,sha256=CsV4WhNxOLcfU-Slz6uxLwxfJ0WpYm-f62ed2eIhgB0,9191
|
|
598
601
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-c128672e053a4c30.js,sha256=FbxtiV3ebW-Qlaqi_S7sV9xd_laKQXbma7xv4zJ2vIA,10903
|
|
599
602
|
mage_ai/server/frontend_dist/_next/static/css/d1e8e64d0b07af2f.css,sha256=mdjfcNHDQ5vXWn5xHrFvRm2QTQUGZlPrrUb0ELexj2g,15565
|
|
600
|
-
mage_ai/server/frontend_dist/_next/static/hPU1Mni8edYXkEy_4mLHN/_buildManifest.js,sha256=akdK-7x3pItUyvDEnIRvmw324zoRtRccBxAp0EAruEQ,5190
|
|
601
|
-
mage_ai/server/frontend_dist/_next/static/hPU1Mni8edYXkEy_4mLHN/_middlewareManifest.js,sha256=3lNBMTpNxdmCylCuSkkehLxegLD0Odh_Bfw5c8G35Zo,92
|
|
602
|
-
mage_ai/server/frontend_dist/_next/static/hPU1Mni8edYXkEy_4mLHN/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
603
603
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
|
|
604
604
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
|
|
605
605
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Medium.ttf,sha256=lwkfkGI2YftPeXnBDRiPMPSAbYzjJrC8jRrMedzCDY8,283684
|
|
@@ -644,22 +644,22 @@ mage_ai/server/frontend_dist/images/extra.jpg,sha256=G1kQYM2sUxBqTZ_S78Ge2bJHscl
|
|
|
644
644
|
mage_ai/server/frontend_dist/images/monitor.jpg,sha256=tClQNcZveKZYKNggMv1WH5sfYMkLTgN9vopYc41vBN4,6969
|
|
645
645
|
mage_ai/server/frontend_dist/images/run B.jpg,sha256=XCcTHE0uxCnOUlaU1yBhxOc6yVxcDuLDq2AFZfsj_a0,6850
|
|
646
646
|
mage_ai/server/frontend_dist/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
|
|
647
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=
|
|
648
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=
|
|
649
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=
|
|
650
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=
|
|
651
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=
|
|
652
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=
|
|
653
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=
|
|
654
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=
|
|
655
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=
|
|
656
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=
|
|
657
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=
|
|
658
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256
|
|
659
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=
|
|
660
|
-
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=
|
|
661
|
-
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=
|
|
662
|
-
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=
|
|
647
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=2z-MIO54oo2e-lXqj8l-GsrRVXIRSthFy0lJ0mnKM1Y,7522
|
|
648
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=X__VqdGSgl6RFwgR0lf0AB40LXdRrSevMNKSiAGIlTo,9327
|
|
649
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=fj-3S_Jt8wcc3j7e1vDqM0-pcTn7xkf7W2UF99Nrl9k,9432
|
|
650
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=L9F81XgrNt_j-2l8DIzuT2xhvUpxO3NPFaBcxgmPuwA,9785
|
|
651
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=qVLSifHjB0uUkQjVnWVmHSkatThJhHLfqVfFXWobZ70,9637
|
|
652
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=d92_k5gmfPQr4FDqSoThZ5uZA4ObYRUrGIgubf5RKCA,9941
|
|
653
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=k7tA8D3-JvW5vhgM5M1EDRu9LhfD-xqSberdAgvEGiQ,9397
|
|
654
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=yA4hQx_wRdTEOnUhNB9x1BkiM5H9gcpGlTFooYRTqQI,9949
|
|
655
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=03SIxHsCdFyDhl2wzbWHU_QGqgpneS_EFJ-nNRVwPH0,10273
|
|
656
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=niqvmW3LxISwcfqtrIpzDvbpqIW9b7LxD6SCRMYTD0U,9737
|
|
657
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=L_TfPzBWtUT3WBI1w3I-IyF5uBt_BLMrpjpVJ2rCGDQ,9903
|
|
658
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=ioVbCD4KUde-yo8tV4_MMqtF9NEmVMP3U5keZztFqjU,10052
|
|
659
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=Qs9W8lyP3ul18P9Hi9Oa2kBNBErh19QGVgAnnuk7ERE,10349
|
|
660
|
+
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=Eub2EOSo6Dnw3WA0XJY8aEkePRq_VsjaB2X51N4jkts,9308
|
|
661
|
+
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=ox-UTyEpDdz8a-xVyIwCAJAV_QS7Udp0H1RyFDinkXw,9164
|
|
662
|
+
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=WgT5zVCrhg-9uL1aIKneHrgltovoCozaHvIQ3SDMntU,9308
|
|
663
663
|
mage_ai/server/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
664
664
|
mage_ai/server/utils/frontend_renderer.py,sha256=GK-iw_sfiKYg13wUREBTh-qDhYBwuuSYAU3xrPWAICA,3295
|
|
665
665
|
mage_ai/server/utils/output_display.py,sha256=5Qud8UcTCbDOvXUedE6yJVlPFC2QfM9pX9mMGfdONgg,11417
|
|
@@ -737,7 +737,7 @@ mage_ai/shared/logger.py,sha256=8KOZzqvQrzfxEi1zi18g9sTXEeEynVAJgIEnf_xM_uM,2993
|
|
|
737
737
|
mage_ai/shared/multi.py,sha256=lWzkueWt3RjMNhIykkGCj_iF6jRhOmzO2lS1tfPhF_E,1315
|
|
738
738
|
mage_ai/shared/parsers.py,sha256=VY3b3klewHeQCgLWUBoICU1UsmbaNi8tNFEv01hMCIk,2153
|
|
739
739
|
mage_ai/shared/retry.py,sha256=12Z7SfRM4SI5E3HN6qXksVeo9OAalMFMlD3rJyzYdbU,1471
|
|
740
|
-
mage_ai/shared/strings.py,sha256=
|
|
740
|
+
mage_ai/shared/strings.py,sha256=UO5J_wPA14g1EB2PPORfCgUJcU5f1liaymaMZqDzWDw,998
|
|
741
741
|
mage_ai/shared/urls.py,sha256=o--i55wvE4T-yaYVo9aite4ZL0phbJJ3IqyC0_ULeJU,251
|
|
742
742
|
mage_ai/shared/utils.py,sha256=tbkkd6E5AZG-hcxrgR9J_TZ35lthuItox4ZHSoGgXTk,2628
|
|
743
743
|
mage_ai/streaming/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -837,9 +837,9 @@ mage_ai/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
837
837
|
mage_ai/utils/code.py,sha256=C2LVX5mmJk45_qrU_mQDjd8q4N6pAbbZWAMJB0ECLc8,665
|
|
838
838
|
mage_ai/utils/logger/__init__.py,sha256=o-e5hogCtTW0caELRmvMbeaztks5hwPO7xYUggx2hAQ,2518
|
|
839
839
|
mage_ai/utils/logger/constants.py,sha256=k0Lnkz4X36AhSEGvKb5K2sI1iDacv2jXav8AC4JWPD0,271
|
|
840
|
-
mage_ai-0.8.
|
|
841
|
-
mage_ai-0.8.
|
|
842
|
-
mage_ai-0.8.
|
|
843
|
-
mage_ai-0.8.
|
|
844
|
-
mage_ai-0.8.
|
|
845
|
-
mage_ai-0.8.
|
|
840
|
+
mage_ai-0.8.11.dist-info/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
|
|
841
|
+
mage_ai-0.8.11.dist-info/METADATA,sha256=daWTAUvHb2ccXdvClWNJRMfyYpFedvJ-tHBkBxBDhmU,19508
|
|
842
|
+
mage_ai-0.8.11.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
843
|
+
mage_ai-0.8.11.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
|
|
844
|
+
mage_ai-0.8.11.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
|
|
845
|
+
mage_ai-0.8.11.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2426],{28358:function(e,n,t){t.d(n,{Z:function(){return g}});var r=t(82684),o=t(60328),c=t(10919),i=t(86673),a=t(19711),l=t(10503),s=t(9518),u=t(23831),d=t(73942),p=t(49125),f=t(37391),h=s.default.div.withConfig({displayName:"indexstyle__ErrorPopupStyle",componentId:"sc-aqfw6f-0"})(["top:50%;left:50%;transform:translate(-50%,-50%);max-height:95vh;max-width:95vw;overflow:auto;padding:","px;position:fixed;z-index:9999;border-radius:","px;"," ",""],p.iI*p.cd,d.n_,(function(e){return"\n background-color: ".concat((e.theme||u.Z).background.page,";\n border: 1px solid ").concat((e.theme||u.Z).accent.negative,";\n box-shadow: ").concat((e.theme||u.Z).shadow.window,";\n ")}),f.w5),b=s.default.div.withConfig({displayName:"indexstyle__CloseButtonContainerStyle",componentId:"sc-aqfw6f-1"})(["display:flex;justify-content:flex-end;position:sticky;top:0;"]),m=t(28598);var g=function(e){var n,t,s=e.displayMessage,u=e.errors,d=e.links,p=e.onClose,f=e.response,g=(0,r.useState)(!1),x=g[0],v=g[1],j=(0,r.useState)(!1),y=j[0],k=j[1],w=(u||{}).messages,O=(null===f||void 0===f?void 0:f.error)||{},Z=O.errors,C=O.exception,P=O.message,I=s,S=w;return P&&(S=P.split("\n")),!I&&null!==(n=S)&&void 0!==n&&n[0]&&(I=S[0],S=null),console.log(P),(0,m.jsxs)(h,{children:[(0,m.jsx)(b,{children:(0,m.jsx)(o.Z,{iconOnly:!0,noBackground:!0,noBorder:!0,noPadding:!0,onClick:p,title:"Close errors",children:(0,m.jsx)(l.x8,{})})}),(0,m.jsx)(a.ZP,{bold:!0,large:!0,children:"Error"}),I&&(0,m.jsx)(i.Z,{mt:1,children:(0,m.jsx)(a.ZP,{default:!0,children:I})}),C&&(0,m.jsx)(i.Z,{mt:1,children:(0,m.jsx)(a.ZP,{default:!0,disableWordBreak:!0,monospace:!0,children:C})}),(null===(t=S)||void 0===t?void 0:t.length)>0&&(0,m.jsxs)(i.Z,{mt:2,children:[(0,m.jsxs)(a.ZP,{bold:!0,large:!0,children:["Traceback (",(0,m.jsxs)(c.Z,{onClick:function(){return k((function(e){return!e}))},preventDefault:!0,warning:!0,children:[y?"hide":"show"," traceback"]}),")"]}),y&&(0,m.jsx)(i.Z,{mt:1,children:S.map((function(e){return(0,m.jsx)(a.ZP,{dangerouslySetInnerHTML:{__html:e.replaceAll(" "," ")},default:!0,disableWordBreak:!0,monospace:!0},e)}))})]}),Z&&(0,m.jsxs)(i.Z,{mt:2,children:[(0,m.jsxs)(a.ZP,{bold:!0,large:!0,children:["Stack trace (",(0,m.jsxs)(c.Z,{onClick:function(){return v((function(e){return!e}))},preventDefault:!0,warning:!0,children:[x?"hide":"show"," stack trace"]}),")"]}),x&&(0,m.jsx)(i.Z,{mt:1,children:Z.map((function(e){return(0,m.jsx)(a.ZP,{dangerouslySetInnerHTML:{__html:e.replaceAll(" "," ")},default:!0,disableWordBreak:!0,monospace:!0},e)}))})]}),null===d||void 0===d?void 0:d.map((function(e,n){var t=e.label,r=e.onClick;return(0,m.jsx)(i.Z,{mt:2,children:(0,m.jsx)(c.Z,{large:!0,onClick:r,underline:!0,warning:!0,children:t})},t)}))]})}},70543:function(e,n,t){t.d(n,{b:function(){return r}});var r="edit"},58122:function(e,n,t){t.d(n,{CL:function(){return f},FS:function(){return h},JZ:function(){return m},e7:function(){return g},v0:function(){return p},wx:function(){return b}});var r=t(75582),o=t(82394),c=t(43313),i=t(93348),a=t(1286),l=t(90211),s=t(84779);function u(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 d(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?u(Object(t),!0).forEach((function(n){(0,o.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):u(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function p(e){var n=e.statistics,t=Object.keys(n),r=Array(c.Dy.length).fill(0);return 0===t.length?null:(t.forEach((function(e){if(c.Dy.includes(e)){var t=c.CC[e],o=n[e],i=o,a=!1,l=[2,3],u=c.Ub[e],d=c.oH[e],p=c.OD[e];if(c.y_.includes(e))a=!0,l=[2,1,2];else if(e in c.Sq){o=(0,s.Jw)(o,0);var f=c.Sq[e];i=n[f]}var h={columnFlexNumbers:l,name:t,progress:a,rate:i,successDirection:d,warning:p};c.y_.includes(e)||(h.value=o),r[u]=h}})),r)}function f(e){var n=e.columnTypes,t=void 0===n?{}:n,r=e.statistics,o=Object.keys(r);if(0===o.length)return null;var i=Object.values(t),s=i.length,u=[];u.push({name:"Column count",successDirection:c.oH.column_count,value:(0,l.x6)(s)}),o.forEach((function(e){if(c.Zu.includes(e)){var n=c.CC[e],t=r[e],o=c.OD[e];u.push({name:n,successDirection:c.oH[e],value:(0,l.x6)(t),warning:o})}}));var d=(0,a.QO)(i),p=d.countCategory,f=d.countDatetime,h=d.countNumerical;return u.push({name:"Categorical Features",rate:p/s,value:(0,l.x6)(p)},{name:"Numerical Features",rate:h/s,value:(0,l.x6)(h)},{name:"Datetime Features",rate:f/s,value:(0,l.x6)(f)}),u}function h(e){return"string"===typeof e?e:JSON.stringify(e)}function b(e,n){var t,r;return null===e||void 0===e||null===(t=e.find((function(e){var t=e.block;return n(t)})))||void 0===t||null===(r=t.variables)||void 0===r?void 0:r.map((function(e){var n=e.value;return d(d({},e),{},{value:h(n)})}))}function m(e,n){return n===i.Xm.TIME?e.push({uuid:"execution_date",value:"<run datetime>"}):n===i.Xm.EVENT&&e.push({uuid:"event",value:"<trigger event>"}),e}function g(e){return e?Object.entries(e).reduce((function(e,n){var t=(0,r.Z)(n,2),c=t[0],i=t[1],a=i;try{a=JSON.parse(i)}catch(l){}return d(d({},e),{},(0,o.Z)({},c,a))}),{}):e}},22673:function(e,n,t){var r=t(82684),o=t(73199),c=t.n(o),i=t(71593),a=t(9518),l=t(65292),s=t(23831),u=t(2005),d=t(49125),p=t(28598);n.Z=function(e){var n=e.language,t=e.maxWidth,o=e.showLineNumbers,f=e.small,h=e.source,b=e.wrapLines,m=(0,r.useContext)(a.ThemeContext);return(0,p.jsx)(c(),{source:h,renderers:{code:function(e){var r=e.value;return(0,p.jsx)(i.Z,{customStyle:{backgroundColor:(m.background||s.Z.background).popup,border:"none",borderRadius:"none",boxShadow:"none",fontFamily:u.Vp,fontSize:f?12:14,marginBottom:0,marginTop:0,paddingBottom:2*d.iI,paddingTop:2*d.iI,maxWidth:t},lineNumberStyle:{color:(m.content||s.Z.content).muted},language:n,showLineNumbers:o,style:l._4,useInlineStyles:!0,wrapLines:b,children:r})}}})}},65730:function(e,n,t){var r,o=t(82394),c=(t(82684),t(64866)),i=t(21764),a=t(67971),l=t(10919),s=t(86673),u=t(19711),d=t(46261),p=t(10503),f=t(49125),h=t(28598);function b(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 m(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?b(Object(t),!0).forEach((function(n){(0,o.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):b(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}!function(e){e.LEFT="left",e.RIGHT="right"}(r||(r={})),n.Z=function(e){var n,t=e.children,o=e.copiedText,b=e.iconPosition,g=void 0===b?r.LEFT:b,x=e.inverted,v=e.linkProps,j=e.linkText,y=e.monospace,k=e.muted,w=e.small,O=e.toastMessage,Z=e.withCopyIcon;return t?n=(0,h.jsx)("span",{children:t}):Z&&(n=(0,h.jsx)(l.Z,m(m({href:"#",inline:!0,muted:k,preventDefault:!0,sameColorAsText:!0,small:w},v),{},{children:(0,h.jsxs)(a.Z,{alignItems:"center",children:[g===r.LEFT&&(0,h.jsx)(s.Z,{mr:j?1:0,children:(0,h.jsx)(a.Z,{alignItems:"center",children:(0,h.jsx)(p.CK,{inverted:x,muted:k,size:2*f.iI})})}),j&&(0,h.jsx)(u.ZP,{inverted:x,monospace:y,muted:k,small:w,children:j}),g===r.RIGHT&&(0,h.jsx)(s.Z,{ml:j?1:0,children:(0,h.jsx)(a.Z,{alignItems:"center",children:(0,h.jsx)(p.CK,{inverted:x,muted:k})})})]})}))),(0,h.jsx)(d.Z,{block:!0,label:"Copy",size:null,widthFitContent:!0,children:(0,h.jsx)(c.CopyToClipboard,{onCopy:function(){return i.Am.success(O||"Successfully copied to clipboard.",{position:i.Am.POSITION.BOTTOM_RIGHT,toastId:o})},text:o,children:n})})}},38341:function(e,n,t){var r=t(21831),o=t(82394),c=t(26304),i=(t(82684),t(9518)),a=t(67971),l=t(86673),s=t(19711),u=t(23831),d=t(10503),p=t(73942),f=t(49125),h=t(28598),b=["beforeIcon","checked","disabled","errorMessage","label","labelDescription","large","meta","monospace","onClick","required","small","warning","xsmall"];function m(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 g(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?m(Object(t),!0).forEach((function(n){(0,o.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):m(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var x=i.default.div.withConfig({displayName:"Checkbox__CheckboxContainer",componentId:"sc-ujqx42-0"})(["display:inline-block;vertical-align:middle;cursor:pointer;"]),v=i.default.div.withConfig({displayName:"Checkbox__ErrorContainer",componentId:"sc-ujqx42-1"})(["margin-top:4px;"]),j=i.default.input.withConfig({displayName:"Checkbox__HiddenCheckbox",componentId:"sc-ujqx42-2"})(["border:0;clip:rect(0 0 0 0);clippath:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px;",""],(function(e){return e.notClickable&&"\n background-color: ".concat((e.theme.content||u.Z.content).disabled,"\n border-color: ").concat((e.theme.content||u.Z.content).disabled,"\n\n &:hover {\n cursor: not-allowed;\n }\n ")})),y=i.default.div.withConfig({displayName:"Checkbox__StyledCheckbox",componentId:"sc-ujqx42-3"})(["border-radius:","px;height:","px;transition:all 150ms;width:","px;svg{position:relative;visibility:",";}"," "," "," "," input[disabled]{cursor:default;}"," ",""],.5*f.iI,2*f.iI,2*f.iI,(function(e){return e.checked||e.required?"visible":"hidden"}),(function(e){return e.large&&"\n svg {\n left: -4px;\n top: -8px;\n }\n "}),(function(e){return!e.checked&&"\n background-color: ".concat((e.theme.background||u.Z.background).popup,";\n border: ").concat(p.PV,"px ").concat(p.M8," ").concat((e.theme.content||u.Z.content).muted,";\n ")}),(function(e){return e.checked&&"\n background-color: ".concat((e.theme.interactive||u.Z.interactive).checked,";\n border: ").concat(p.YF,"px ").concat(p.M8," transparent;\n ")}),(function(e){return e.required&&"\n background-color: ".concat((e.theme.content||u.Z.content).disabled,";\n border: ").concat(p.YF,"px ").concat(p.M8," transparent;\n ")}),(function(e){return e.disabled&&"\n background-color: ".concat((e.theme.content||u.Z.content).disabled,";\n border-color: ").concat((e.theme.content||u.Z.content).disabled,";\n\n &:hover {\n cursor: not-allowed;\n }\n ")}),(function(e){return e.warning&&"\n background-color: ".concat((e.theme.accent||u.Z.accent).warning,";\n border-color: ").concat((e.theme.interactive||u.Z.interactive).defaultBorder,"\n ")})),k=i.default.label.withConfig({displayName:"Checkbox__LabelStyle",componentId:"sc-ujqx42-4"})(["-ms-flex-direction:column;align-items:center;display:flex;flex-direction:column;flex-direction:row;&:hover{cursor:pointer;}"]);n.Z=function(e){var n=e.beforeIcon,t=e.checked,o=e.disabled,i=e.errorMessage,u=e.label,p=e.labelDescription,m=e.large,w=e.meta,O=e.monospace,Z=void 0!==O&&O,C=e.onClick,P=e.required,I=e.small,S=void 0!==I&&I,D=e.warning,_=e.xsmall,T=void 0!==_&&_,E=(0,c.Z)(e,b),N=D||!!(i||w&&w.touched&&w.error);return(0,h.jsxs)(h.Fragment,{children:[(0,h.jsxs)(k,{onClick:function(e){e.preventDefault(),C&&C(e)},children:[(0,h.jsxs)(x,{children:[(0,h.jsx)(j,g(g({},E),{},{disabled:o?"disabled":void 0,notClickable:o})),(0,h.jsx)(y,{checked:t,disabled:o,large:m,required:P,warning:N,children:(0,h.jsx)(d.Jr,{size:f.iI*(m?3:2)})})]}),n&&(0,h.jsx)(l.Z,{ml:1,children:(0,h.jsx)(a.Z,{children:n})}),u&&(0,h.jsxs)(l.Z,{pl:1,children:["string"===typeof u&&(0,h.jsx)(s.ZP,{disabled:o,lineThrough:o,monospace:Z,small:S,xsmall:T,children:u}),"string"!==typeof u&&u,p&&(0,h.jsx)(s.ZP,{muted:!0,small:!0,children:p})]})]}),(i||w&&w.touched&&w.error)&&(0,h.jsx)(v,{children:(0,h.jsx)(s.ZP,{small:!0,warning:!0,children:i?(0,r.Z)(i):w.error})})]})}},70902:function(e,n,t){var r=t(82394),o=t(26304),c=t(82684),i=t(9518),a=t(69898),l=t(23831),s=t(28598),u=["checked","onCheck"];function d(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 p(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?d(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):d(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var f=i.default.label.withConfig({displayName:"ToggleSwitch__ToggleSwitchStyle",componentId:"sc-179r5zs-0"})([""," position:relative;display:inline-block;width:","px;min-width:","px;height:",'px;& input[type="checkbox"]{display:none;}& span{position:absolute;cursor:',";background-color:",";border-radius:13px;",';top:0;right:0;bottom:0;left:0;transition:background-color 0.2s ease;}& span::before{position:absolute;content:"";left:2px;top:2px;width:22px;height:22px;background-color:#787A85;border-radius:50%;transition:transform 0.3s ease;}& input[type="checkbox"]:checked + span::before{transform:translateX(20px);}',""],a.p,46,46,26,(function(e){return e.disabled?"not-allowed":"pointer"}),(function(e){return e.disabled?l.Z.monotone.white:l.Z.monotone.black}),(function(e){return e.disabled&&"border: 1px solid ".concat(l.Z.monotone.grey200)}),(function(e){return!e.disabled&&'\n & input[type="checkbox"]:checked + span {\n background-color: #6AA1E0;\n }\n\n & input[type="checkbox"]:checked + span::before {\n background-color: '.concat(l.Z.monotone.white,";\n }\n ")})),h=function(e,n){var t=e.checked,r=e.onCheck,c=(0,o.Z)(e,u);return(0,s.jsx)(a.Z,p(p({},c),{},{input:(0,s.jsxs)(f,p(p({},c),{},{noBackground:!0,noBorder:!0,children:[(0,s.jsx)("input",{checked:t,type:"checkbox"}),(0,s.jsx)("span",{onClick:function(){return r((function(e){return!e}))}})]})),noBackground:!0,ref:n}))};n.Z=c.forwardRef(h)}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6780],{28358:function(e,n,t){"use strict";t.d(n,{Z:function(){return m}});var i=t(82684),r=t(60328),l=t(10919),s=t(86673),a=t(19711),c=t(10503),u=t(9518),o=t(23831),d=t(73942),p=t(49125),f=t(37391),v=u.default.div.withConfig({displayName:"indexstyle__ErrorPopupStyle",componentId:"sc-aqfw6f-0"})(["top:50%;left:50%;transform:translate(-50%,-50%);max-height:95vh;max-width:95vw;overflow:auto;padding:","px;position:fixed;z-index:9999;border-radius:","px;"," ",""],p.iI*p.cd,d.n_,(function(e){return"\n background-color: ".concat((e.theme||o.Z).background.page,";\n border: 1px solid ").concat((e.theme||o.Z).accent.negative,";\n box-shadow: ").concat((e.theme||o.Z).shadow.window,";\n ")}),f.w5),h=u.default.div.withConfig({displayName:"indexstyle__CloseButtonContainerStyle",componentId:"sc-aqfw6f-1"})(["display:flex;justify-content:flex-end;position:sticky;top:0;"]),b=t(28598);var m=function(e){var n,t,u=e.displayMessage,o=e.errors,d=e.links,p=e.onClose,f=e.response,m=(0,i.useState)(!1),j=m[0],x=m[1],g=(0,i.useState)(!1),Z=g[0],y=g[1],k=(o||{}).messages,O=(null===f||void 0===f?void 0:f.error)||{},_=O.errors,P=O.exception,w=O.message,I=u,S=k;return w&&(S=w.split("\n")),!I&&null!==(n=S)&&void 0!==n&&n[0]&&(I=S[0],S=null),console.log(w),(0,b.jsxs)(v,{children:[(0,b.jsx)(h,{children:(0,b.jsx)(r.Z,{iconOnly:!0,noBackground:!0,noBorder:!0,noPadding:!0,onClick:p,title:"Close errors",children:(0,b.jsx)(c.x8,{})})}),(0,b.jsx)(a.ZP,{bold:!0,large:!0,children:"Error"}),I&&(0,b.jsx)(s.Z,{mt:1,children:(0,b.jsx)(a.ZP,{default:!0,children:I})}),P&&(0,b.jsx)(s.Z,{mt:1,children:(0,b.jsx)(a.ZP,{default:!0,disableWordBreak:!0,monospace:!0,children:P})}),(null===(t=S)||void 0===t?void 0:t.length)>0&&(0,b.jsxs)(s.Z,{mt:2,children:[(0,b.jsxs)(a.ZP,{bold:!0,large:!0,children:["Traceback (",(0,b.jsxs)(l.Z,{onClick:function(){return y((function(e){return!e}))},preventDefault:!0,warning:!0,children:[Z?"hide":"show"," traceback"]}),")"]}),Z&&(0,b.jsx)(s.Z,{mt:1,children:S.map((function(e){return(0,b.jsx)(a.ZP,{dangerouslySetInnerHTML:{__html:e.replaceAll(" "," ")},default:!0,disableWordBreak:!0,monospace:!0},e)}))})]}),_&&(0,b.jsxs)(s.Z,{mt:2,children:[(0,b.jsxs)(a.ZP,{bold:!0,large:!0,children:["Stack trace (",(0,b.jsxs)(l.Z,{onClick:function(){return x((function(e){return!e}))},preventDefault:!0,warning:!0,children:[j?"hide":"show"," stack trace"]}),")"]}),j&&(0,b.jsx)(s.Z,{mt:1,children:_.map((function(e){return(0,b.jsx)(a.ZP,{dangerouslySetInnerHTML:{__html:e.replaceAll(" "," ")},default:!0,disableWordBreak:!0,monospace:!0},e)}))})]}),null===d||void 0===d?void 0:d.map((function(e,n){var t=e.label,i=e.onClick;return(0,b.jsx)(s.Z,{mt:2,children:(0,b.jsx)(l.Z,{large:!0,onClick:i,underline:!0,warning:!0,children:t})},t)}))]})}},56681:function(e,n,t){"use strict";t.d(n,{G:function(){return g},Z:function(){return Z}});var i=t(75582),r=t(82394),l=t(26304),s=t(32316),a=t(22673),c=t(86532),u=t(86673),o=t(19711),d=t(87815),p=t(49125),f=t(19395),v=t(28598),h=["height","heightOffset","pipeline","selectedRun","selectedTab","setSelectedTab"];function b(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function m(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?b(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):b(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var j={uuid:"Run details"},x={uuid:"Dependency tree"},g=[x,j];function Z(e){var n=e.height,t=e.heightOffset,r=e.pipeline,b=e.selectedRun,Z=e.selectedTab,y=e.setSelectedTab,k=m({},(0,l.Z)(e,h));b?k.blockStatus=(0,f.IJ)(null===b||void 0===b?void 0:b.block_runs):k.noStatus=!0;var O=(null===b||void 0===b?void 0:b.variables)||{};null!==b&&void 0!==b&&b.event_variables&&(O.event=b.event_variables);var _=[];O&&JSON.stringify(O,null,2).split("\n").forEach((function(e){_.push(" ".concat(e))}));var P=b&&[["Run ID",null===b||void 0===b?void 0:b.id],["Variables",(0,v.jsx)(a.Z,{language:"json",small:!0,source:_.join("\n")})]],w=b&&(0,v.jsx)(u.Z,{pb:p.cd,px:p.cd,children:(0,v.jsx)(d.Z,{alignTop:!0,columnFlex:[null,1],columnMaxWidth:function(e){return 1===e?"100px":null},rows:P.map((function(e){var n=(0,i.Z)(e,2),t=n[0],r=n[1];return[(0,v.jsx)(o.ZP,{monospace:!0,muted:!0,children:t}),(0,v.jsx)(o.ZP,{monospace:!0,textOverflow:!0,children:r})]})),uuid:"LogDetail"})}),I=Z&&y;return(0,v.jsxs)(v.Fragment,{children:[I&&(0,v.jsx)(u.Z,{py:p.cd,children:(0,v.jsx)(s.Z,{onClickTab:y,selectedTabUUID:null===Z||void 0===Z?void 0:Z.uuid,tabs:g})}),(!I||x.uuid===(null===Z||void 0===Z?void 0:Z.uuid))&&(0,v.jsx)(c.Z,m(m({},k),{},{height:n,heightOffset:(t||0)+(I?76:0),pipeline:r})),j.uuid===(null===Z||void 0===Z?void 0:Z.uuid)&&w]})}},58122:function(e,n,t){"use strict";t.d(n,{CL:function(){return f},FS:function(){return v},JZ:function(){return b},e7:function(){return m},v0:function(){return p},wx:function(){return h}});var i=t(75582),r=t(82394),l=t(43313),s=t(93348),a=t(1286),c=t(90211),u=t(84779);function o(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function d(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?o(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):o(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function p(e){var n=e.statistics,t=Object.keys(n),i=Array(l.Dy.length).fill(0);return 0===t.length?null:(t.forEach((function(e){if(l.Dy.includes(e)){var t=l.CC[e],r=n[e],s=r,a=!1,c=[2,3],o=l.Ub[e],d=l.oH[e],p=l.OD[e];if(l.y_.includes(e))a=!0,c=[2,1,2];else if(e in l.Sq){r=(0,u.Jw)(r,0);var f=l.Sq[e];s=n[f]}var v={columnFlexNumbers:c,name:t,progress:a,rate:s,successDirection:d,warning:p};l.y_.includes(e)||(v.value=r),i[o]=v}})),i)}function f(e){var n=e.columnTypes,t=void 0===n?{}:n,i=e.statistics,r=Object.keys(i);if(0===r.length)return null;var s=Object.values(t),u=s.length,o=[];o.push({name:"Column count",successDirection:l.oH.column_count,value:(0,c.x6)(u)}),r.forEach((function(e){if(l.Zu.includes(e)){var n=l.CC[e],t=i[e],r=l.OD[e];o.push({name:n,successDirection:l.oH[e],value:(0,c.x6)(t),warning:r})}}));var d=(0,a.QO)(s),p=d.countCategory,f=d.countDatetime,v=d.countNumerical;return o.push({name:"Categorical Features",rate:p/u,value:(0,c.x6)(p)},{name:"Numerical Features",rate:v/u,value:(0,c.x6)(v)},{name:"Datetime Features",rate:f/u,value:(0,c.x6)(f)}),o}function v(e){return"string"===typeof e?e:JSON.stringify(e)}function h(e,n){var t,i;return null===e||void 0===e||null===(t=e.find((function(e){var t=e.block;return n(t)})))||void 0===t||null===(i=t.variables)||void 0===i?void 0:i.map((function(e){var n=e.value;return d(d({},e),{},{value:v(n)})}))}function b(e,n){return n===s.Xm.TIME?e.push({uuid:"execution_date",value:"<run datetime>"}):n===s.Xm.EVENT&&e.push({uuid:"event",value:"<trigger event>"}),e}function m(e){return e?Object.entries(e).reduce((function(e,n){var t=(0,i.Z)(n,2),l=t[0],s=t[1],a=s;try{a=JSON.parse(s)}catch(c){}return d(d({},e),{},(0,r.Z)({},l,a))}),{}):e}},43526:function(e,n,t){"use strict";t.d(n,{I7:function(){return i},IB:function(){return c},VV:function(){return l},_7:function(){return s},rn:function(){return a}});var i,r=t(66050),l="datetime",s="code",a=r.V;!function(e){e.SECOND="second",e.MINUTE="minute",e.HOUR="hour",e.DAY="day",e.WEEK="week",e.MONTH="month",e.YEAR="year",e.CUSTOM="custom"}(i||(i={}));var c=[i.SECOND,i.MINUTE,i.HOUR,i.DAY,i.WEEK,i.MONTH,i.YEAR,i.CUSTOM]},22673:function(e,n,t){"use strict";var i=t(82684),r=t(73199),l=t.n(r),s=t(71593),a=t(9518),c=t(65292),u=t(23831),o=t(2005),d=t(49125),p=t(28598);n.Z=function(e){var n=e.language,t=e.maxWidth,r=e.showLineNumbers,f=e.small,v=e.source,h=e.wrapLines,b=(0,i.useContext)(a.ThemeContext);return(0,p.jsx)(l(),{source:v,renderers:{code:function(e){var i=e.value;return(0,p.jsx)(s.Z,{customStyle:{backgroundColor:(b.background||u.Z.background).popup,border:"none",borderRadius:"none",boxShadow:"none",fontFamily:o.Vp,fontSize:f?12:14,marginBottom:0,marginTop:0,paddingBottom:2*d.iI,paddingTop:2*d.iI,maxWidth:t},lineNumberStyle:{color:(b.content||u.Z.content).muted},language:n,showLineNumbers:r,style:c._4,useInlineStyles:!0,wrapLines:h,children:i})}}})}},12625:function(e,n,t){"use strict";t.r(n),t.d(n,{default:function(){return te}});var i=t(75582),r=t(77837),l=t(82394),s=t(38860),a=t.n(s),c=t(82684),u=t(83455),o=t(34376),d=t(43526),p=t(60328),f=t(34744),v=t(67971),h=t(87372),b=t(51099),m=t(2626),j=t(97496),x=t(47409),g=t(55378),Z=t(86673),y=t(87815),k=t(19711),O=t(82531),_=t(56681),P=t(10503),w=t(2850),I=t(49125),S=t(59920),D=t(90211),C=t(58122),E=t(33766),N=t(7715),T=t(96510),M=t(66653),L=t(59e3),A=t(28598);function F(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function B(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?F(Object(t),!0).forEach((function(n){(0,l.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):F(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var U=function(e){var n=e.backfill,t=e.fetchBackfill,r=e.pipeline,l=e.variables,s=(0,o.useRouter)(),a=n||{},F=a.block_uuid,U=a.end_datetime,R=a.id,H=a.interval_type,V=a.interval_units,z=a.name,Y=a.pipeline_run_dates,W=a.start_datetime,q=a.status,J=a.total_run_count,G=a.variables,K=void 0===G?{}:G,X=r.uuid,Q=(0,L.iV)(),$={_limit:40,_offset:40*(null!==Q&&void 0!==Q&&Q.page?Q.page:0)};null!==Q&&void 0!==Q&&Q.status&&($.status=Q.status);var ee=O.ZP.pipeline_runs.list(B(B({},$),{},{backfill_id:R,order_by:["id DESC"]}),{refreshInterval:3e3,revalidateOnFocus:!0},{pauseFetch:!R}),ne=ee.data,te=ee.mutate,ie=!(W&&U&&H&&V),re=!q,le=(0,c.useMemo)((function(){return(re?Y:null===ne||void 0===ne?void 0:ne.pipeline_runs)||[]}),[ne,Y,re]),se=(0,c.useMemo)((function(){var e;return(null===ne||void 0===ne||null===(e=ne.metadata)||void 0===e?void 0:e.count)||[]}),[ne]),ae=(0,c.useState)(null),ce=ae[0],ue=ae[1],oe=(0,c.useMemo)((function(){var e=null!==Q&&void 0!==Q&&Q.page?Q.page:0;return(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(j.Z,{disableRowSelect:re,emptyMessage:null!==Q&&void 0!==Q&&Q.status?"No runs available":'No runs available. Please complete backfill configuration by clicking "Edit backfill" above.',fetchPipelineRuns:te,onClickRow:function(e){return ue((function(n){var t=le[e];return(null===n||void 0===n?void 0:n.id)!==t.id?t:null}))},pipelineRuns:le,selectedRun:ce}),(0,A.jsx)(Z.Z,{p:2,children:(0,A.jsx)(b.Z,{page:Number(e),maxPages:9,onUpdate:function(e){var n=Number(e),t=B(B({},Q),{},{page:n>=0?n:0});s.push("/pipelines/[pipeline]/triggers/[...slug]","/pipelines/".concat(X,"/triggers/").concat(R,"?").concat((0,L.uM)(t)))},totalPages:Math.ceil(se/40)})})]})}),[te,r,le,ce]),de=(0,c.useState)(_.G[0]),pe=de[0],fe=de[1],ve=(0,u.Db)(O.ZP.backfills.useUpdate(R),{onSuccess:function(e){return(0,T.wD)(e,{callback:function(){t(),te()},onErrorCallback:function(e,n){return console.log(n,e)}})}}),he=(0,i.Z)(ve,2),be=he[0],me=he[1].isLoading,je=(0,c.useMemo)((function(){return!!q&&(d.rn.CANCELLED!==q&&d.rn.FAILED!==q)}),[q]),xe=(0,c.useMemo)((function(){return q&&d.rn.CANCELLED!==q&&d.rn.FAILED!==q&&d.rn.INITIAL!==q&&d.rn.RUNNING!==q}),[q]),ge=(0,c.useMemo)((function(){var e={default:!0,size:1.5*I.iI},n=[[(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(P.VW,B({},e)),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(k.ZP,{default:!0,children:"Backfill type"})]},"backfill_type_label"),(0,A.jsx)(k.ZP,{monospace:!0,children:F?d._7:d.VV},"backfill_type")],[(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(P.rs,B({},e)),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(k.ZP,{default:!0,children:"Status"})]},"backfill_status_label"),(0,A.jsx)(k.ZP,{danger:d.rn.CANCELLED===q||d.rn.FAILED==q,default:d.rn.INITIAL===q,monospace:!0,muted:!q,success:d.rn.RUNNING===q||d.rn.COMPLETED===q,children:q||"inactive"},"backfill_status")]];return F||n.push.apply(n,[[(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(P.aw,B({},e)),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(k.ZP,{default:!0,children:"Start date and time"})]},"backfill_start_date_label"),(0,A.jsx)(k.ZP,{monospace:!0,children:W},"backfill_start_date")],[(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(P.aw,B({},e)),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(k.ZP,{default:!0,children:"End date and time"})]},"backfill_end_date_label"),(0,A.jsx)(k.ZP,{monospace:!0,children:U},"backfill_end_date")],[(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(P.Pf,B({},e)),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(k.ZP,{default:!0,children:"Interval type"})]},"interval_type_label"),(0,A.jsx)(k.ZP,{monospace:!0,children:H&&(0,D.kC)(H)},"interval_type")],[(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(P.Pf,B({},e)),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(k.ZP,{default:!0,children:"Interval units"})]},"interval_units_label"),(0,A.jsx)(k.ZP,{monospace:!0,children:V},"interval_units")],[(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(P.qZ,B({},e)),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(k.ZP,{default:!0,children:"Total runs"})]},"total_runs_label"),(0,A.jsx)(k.ZP,{monospace:!0,children:J},"total_runs")]]),(0,A.jsx)(y.Z,{columnFlex:[null,1],rows:n})}),[F,U,H,V,je,W,q]),Ze=(0,c.useMemo)((function(){return K||{}}),[K]),ye=(0,c.useMemo)((function(){var e,n=[];return(0,N.Qr)(Ze)?n=(0,C.wx)(l,(function(e){return"global"===e.uuid})):Object.entries(Ze).forEach((function(e){var t=(0,i.Z)(e,2),r=t[0],l=t[1];n.push({uuid:r,value:(0,C.FS)(l)})})),"undefined"!==typeof n&&null!==(e=n)&&void 0!==e&&e.length?(0,A.jsx)(y.Z,{columnFlex:[null,1],rows:n.map((function(e){var n=e.uuid,t=e.value;return[(0,A.jsx)(k.ZP,{default:!0,monospace:!0,small:!0,children:n},"settings_variable_label_".concat(n)),(0,A.jsx)(k.ZP,{monospace:!0,small:!0,children:t},"settings_variable_".concat(n))]}))}):null}),[Ze,l]);return(0,A.jsx)(A.Fragment,{children:(0,A.jsxs)(m.Z,{afterHidden:!ce,before:(0,A.jsxs)(w.M,{children:[(0,A.jsxs)(Z.Z,{mb:I.HN,pt:I.cd,px:I.cd,children:[(0,A.jsx)(Z.Z,{mb:I.cd,children:(0,A.jsx)(P.yg,{size:5*I.iI})}),(0,A.jsx)(h.Z,{children:z})]}),(0,A.jsx)(Z.Z,{px:I.cd,children:(0,A.jsx)(h.Z,{level:5,children:"Settings"})}),(0,A.jsx)(f.Z,{light:!0,mt:1,short:!0}),ge,ye&&(0,A.jsxs)(Z.Z,{my:I.HN,children:[(0,A.jsx)(Z.Z,{px:I.cd,children:(0,A.jsx)(h.Z,{level:5,children:"Runtime variables"})}),(0,A.jsx)(f.Z,{light:!0,mt:1,short:!0}),ye]})]}),beforeWidth:34*I.iI,breadcrumbs:[{label:function(){return"Backfills"},linkProps:{as:"/pipelines/".concat(X,"/backfills"),href:"/pipelines/[pipeline]/backfills"}},{label:function(){return z},linkProps:{as:"/pipelines/".concat(X,"/backfills/").concat(R),href:"/pipelines/[pipeline]/backfills/[...slug]"}}],buildSidekick:function(e){return(0,_.Z)(B(B({},e),{},{selectedRun:ce,selectedTab:pe,setSelectedTab:fe}))},pageName:S.M.BACKFILLS,pipeline:r,subheader:(0,A.jsxs)(v.Z,{alignItems:"center",children:[!xe&&(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(p.Z,{beforeIcon:je?(0,A.jsx)(P.dz,{size:2*I.iI}):(0,A.jsx)(P.Py,{inverted:!(d.rn.CANCELLED===q||d.rn.FAILED===q),size:2*I.iI}),danger:je,disabled:ie,loading:me,onClick:function(e){(0,M.j)(e),be({backfill:{status:je?d.rn.CANCELLED:d.rn.INITIAL}})},outline:!0,success:!je&&!(d.rn.CANCELLED===q||d.rn.FAILED===q)&&!ie,children:je?"Cancel backfill":d.rn.CANCELLED===q||d.rn.FAILED===q?"Retry backfill":"Start backfill"}),(0,A.jsx)(Z.Z,{mr:I.cd})]}),q===x.V.COMPLETED?(0,A.jsx)(k.ZP,{bold:!0,default:!0,large:!0,children:"Filter runs by status:"}):(0,A.jsx)(p.Z,{linkProps:{as:"/pipelines/".concat(X,"/backfills/").concat(R,"/edit"),href:"/pipelines/[pipeline]/backfills/[...slug]"},noHoverUnderline:!0,outline:!0,sameColorAsText:!0,children:"Edit backfill"}),(0,A.jsx)(Z.Z,{mr:I.cd}),!re&&(0,A.jsxs)(g.Z,{compact:!0,defaultColor:!0,onChange:function(e){e.preventDefault(),"all"===e.target.value?s.push("/pipelines/[pipeline]/backfills/[...slug]","/pipelines/".concat(X,"/backfills/").concat(R)):(0,E.u)({page:0,status:e.target.value})},paddingRight:4*I.iI,placeholder:"Select run status",value:(null===Q||void 0===Q?void 0:Q.status)||"all",children:[(0,A.jsx)("option",{value:"all",children:"All statuses"},"all_statuses"),Object.values(x.V).map((function(e){return(0,A.jsx)("option",{value:e,children:x.D[e]},e)}))]})]}),title:function(){return z},uuid:"backfill/detail",children:[(0,A.jsx)(Z.Z,{mt:I.cd,px:I.cd,children:(0,A.jsx)(h.Z,{level:5,children:"Runs for this backfill"})}),(0,A.jsx)(f.Z,{light:!0,mt:I.cd,short:!0}),oe]})})},R=t(2713),H=t(47999),V=t(28358),z=t(93461),Y=t(82944),W=[{label:function(){return"Date and time window"},description:function(){return"Backfill between a date and time range."},uuid:d.VV}],q=t(18025),J=t(19395);function G(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function K(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?G(Object(t),!0).forEach((function(n){(0,l.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):G(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var X=function(e){var n=e.backfill,t=e.fetchBackfill,r=e.pipeline,l=(e.variables,(0,o.useRouter)()),s=(0,c.useState)(),a=s[0],b=s[1],j=a||{},x=j.block_uuid,_=j.id,w=j.interval_type,E=j.interval_units,M=(j.end_datetime,j.start_datetime,j.name),L=r.uuid,F=(0,c.useState)(null),B=F[0],U=F[1],G=(0,c.useState)({}),X=G[0],Q=(G[1],(0,c.useState)(x?d._7:d.VV)),$=Q[0],ee=Q[1],ne=(0,c.useState)(!1),te=ne[0],ie=ne[1],re=(0,c.useState)(!1),le=re[0],se=re[1],ae=(0,c.useState)(null),ce=ae[0],ue=ae[1],oe=(0,c.useState)(null),de=oe[0],pe=oe[1],fe=(0,c.useState)({hour:"00",minute:"00"}),ve=fe[0],he=fe[1],be=(0,c.useState)({hour:"00",minute:"00"}),me=be[0],je=be[1];(0,c.useEffect)((function(){if(n){b(n);var e=n.start_datetime;if(e){var t=e.split(" ")[1];pe((0,J.eI)(e)),je({hour:t.substring(0,2),minute:t.substring(3,5)})}var i=n.end_datetime;if(i){var r=i.split(" ")[1];ue((0,J.eI)(i)),he({hour:r.substring(0,2),minute:r.substring(3,5)})}}}),[n]);var xe=(0,c.useMemo)((function(){var e=[[(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(P.KJ,{default:!0,size:1.5*I.iI}),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(k.ZP,{default:!0,children:"Backfill name"})]},"model_name_detail"),(0,A.jsx)(Y.Z,{monospace:!0,onChange:function(e){e.preventDefault(),b((function(n){return K(K({},n),{},{name:e.target.value})}))},placeholder:"Name this backfill",value:M},"model_name_input_detail")]];return d.VV===$&&e.push.apply(e,[[(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(P.aw,{default:!0,size:1.5*I.iI}),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(k.ZP,{default:!0,children:"Start date and time"})]},"start_time"),(0,A.jsxs)("div",{style:{minHeight:"".concat(5.75*I.iI,"px")},children:[!te&&(0,A.jsx)(Y.Z,{monospace:!0,onClick:function(){return ie((function(e){return!e}))},onFocus:function(){return ie(!0)},placeholder:"YYYY-MM-DD HH:MM",value:de?"".concat(de.toISOString().split("T")[0]," ").concat(null===me||void 0===me?void 0:me.hour,":").concat(null===me||void 0===me?void 0:me.minute):""}),(0,A.jsx)("div",{style:{width:"400px"},children:(0,A.jsx)(H.Z,{disableEscape:!0,onClickOutside:function(){return ie(!1)},open:te,style:{position:"relative"},children:(0,A.jsx)(R.Z,{selectedDate:de,selectedTime:me,setSelectedDate:pe,setSelectedTime:je,topPosition:!0})})})]},"start_time_input")],[(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(P.aw,{default:!0,size:1.5*I.iI}),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(k.ZP,{default:!0,children:"End date and time"})]},"end_time"),(0,A.jsxs)("div",{style:{minHeight:"".concat(5.75*I.iI,"px")},children:[!le&&(0,A.jsx)(Y.Z,{monospace:!0,onClick:function(){return se((function(e){return!e}))},onFocus:function(){return se(!0)},placeholder:"YYYY-MM-DD HH:MM",value:ce?"".concat(ce.toISOString().split("T")[0]," ").concat(null===ve||void 0===ve?void 0:ve.hour,":").concat(null===ve||void 0===ve?void 0:ve.minute):""}),(0,A.jsx)("div",{style:{width:"400px"},children:(0,A.jsx)(H.Z,{disableEscape:!0,onClickOutside:function(){return se(!1)},open:le,style:{position:"relative"},children:(0,A.jsx)(R.Z,{selectedDate:ce,selectedTime:ve,setSelectedDate:ue,setSelectedTime:he,topPosition:!0})})})]},"end_time_input")],[(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(P.Pf,{default:!0,size:1.5*I.iI}),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(k.ZP,{default:!0,children:"Interval type"})]},"interval_type"),(0,A.jsxs)(g.Z,{monospace:!0,onChange:function(e){e.preventDefault(),b((function(n){return K(K({},n),{},{interval_type:e.target.value})}))},placeholder:"Time spacing between each backfill",value:w,children:[!w&&(0,A.jsx)("option",{value:""}),d.IB.map((function(e){return(0,A.jsx)("option",{value:e,children:(0,D.kC)(e)},e)}))]},"interval_type_input")],[(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(P.Pf,{default:!0,size:1.5*I.iI}),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(k.ZP,{default:!0,children:"Interval units"})]},"interval_units"),(0,A.jsx)(Y.Z,{disabled:!w,monospace:!0,onChange:function(e){e.preventDefault(),b((function(n){return K(K({},n),{},{interval_units:e.target.value})}))},placeholder:w?"Number of ".concat(w).concat(w!==d.I7.CUSTOM?"s":""," between each backfill"):"Interval type is required",type:"number",value:E},"interval_unit_input")]]),(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(Z.Z,{mb:2,px:I.cd,children:(0,A.jsx)(h.Z,{children:"Settings"})}),(0,A.jsx)(f.Z,{light:!0,short:!0}),(0,A.jsx)(y.Z,{columnFlex:[null,1],rows:e})]})}),[ce,de,w,E,M,$,te,le,ve,me]),ge=(0,u.Db)(O.ZP.backfills.useUpdate(_),{onSuccess:function(e){return(0,T.wD)(e,{callback:function(){t(),l.push("/pipelines/[pipeline]/backfills/[...slug]","/pipelines/".concat(L,"/backfills/").concat(_))},onErrorCallback:function(e,n){return U({errors:n,response:e})}})}}),Ze=(0,i.Z)(ge,2),ye=Ze[0],ke=Ze[1].isLoading,Oe=(0,c.useCallback)((function(){var e=K(K({},(0,N.GL)(a,["name"])),{},{end_datetime:null,interval_type:null,interval_units:null,start_datetime:null,variables:(0,C.e7)(X)});return d._7===$||(e.interval_type=w,e.interval_units=E,e.end_datetime=ce&&null!==ve&&void 0!==ve&&ve.hour&&null!==ve&&void 0!==ve&&ve.minute?"".concat(ce.toISOString().split("T")[0]," ").concat(null===ve||void 0===ve?void 0:ve.hour,":").concat(null===ve||void 0===ve?void 0:ve.minute,":00"):null,e.start_datetime=de&&null!==me&&void 0!==me&&me.hour&&null!==me&&void 0!==me&&me.minute?"".concat(de.toISOString().split("T")[0]," ").concat(null===me||void 0===me?void 0:me.hour,":").concat(null===me||void 0===me?void 0:me.minute,":00"):null),ye({backfill:e})}),[ce,de,w,E,a,X,$,ve,me]),_e=(0,c.useMemo)((function(){return d._7===$?!x:!(ce&&de&&w&&E)}),[x,ce,de,w,E,$,ve,me]);return(0,A.jsxs)(A.Fragment,{children:[(0,A.jsxs)(m.Z,{breadcrumbs:[{label:function(){return"Backfills"},linkProps:{as:"/pipelines/".concat(L,"/backfills"),href:"/pipelines/[pipeline]/backfills"}},{label:function(){return null===a||void 0===a?void 0:a.name},linkProps:{as:"/pipelines/".concat(L,"/backfills/").concat(_),href:"/pipelines/[pipeline]/backfills/[...slug]"}}],pageName:S.M.BACKFILLS,pipeline:r,subheader:(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(p.Z,{disabled:_e,loading:ke,onClick:Oe,outline:!0,primary:!0,children:"Save changes"}),(0,A.jsx)(Z.Z,{mr:1}),(0,A.jsx)(p.Z,{linkProps:{href:"/pipelines/[pipeline]/backfills/[...slug]",as:"/pipelines/".concat(L,"/backfills/").concat(_)},noHoverUnderline:!0,outline:!0,sameColorAsText:!0,children:"Cancel"})]}),title:function(){return"Edit ".concat(null===a||void 0===a?void 0:a.name)},uuid:"backfill/edit",children:[(0,A.jsxs)(Z.Z,{p:I.cd,children:[(0,A.jsxs)(Z.Z,{mb:2,children:[(0,A.jsx)(h.Z,{children:"Backfill type"}),(0,A.jsx)(k.ZP,{muted:!0,children:"How would you like this pipeline to be backfilled?"})]}),(0,A.jsx)(v.Z,{children:W.map((function(e){var n=e.label,t=e.description,i=e.uuid,r=$===i,l=$&&!r;return(0,A.jsx)(p.Z,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){ee(i)},children:(0,A.jsx)(q.U,{selected:r,children:(0,A.jsxs)(v.Z,{alignItems:"center",children:[(0,A.jsx)(z.Z,{children:(0,A.jsx)("input",{checked:r,type:"radio"})}),(0,A.jsx)(Z.Z,{mr:I.cd}),(0,A.jsxs)(z.Z,{alignItems:"flex-start",flexDirection:"column",children:[(0,A.jsx)(h.Z,{bold:!0,default:!r&&!l,level:5,muted:!r&&l,children:n()}),(0,A.jsx)(k.ZP,{default:!r&&!l,leftAligned:!0,muted:l,children:t()})]})]})})},i)}))})]}),(0,A.jsx)(Z.Z,{mt:5,children:xe})]}),B&&(0,A.jsx)(H.Z,{disableClickOutside:!0,isOpen:!0,onClickOutside:function(){return U(null)},children:(0,A.jsx)(V.Z,K(K({},B),{},{onClose:function(){return U(null)}}))})]})},Q=t(41788);function $(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function ee(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?$(Object(t),!0).forEach((function(n){(0,l.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):$(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function ne(e){var n=e.backfillId,t=e.pipelineUUID,i=e.subpath,r=O.ZP.variables.pipelines.list(t).data,l=(0,c.useMemo)((function(){return null===r||void 0===r?void 0:r.variables}),[r]),s=O.ZP.pipelines.detail(t,{includes_content:!1,includes_outputs:!1},{revalidateOnFocus:!1}).data,a=(0,c.useMemo)((function(){return ee(ee({},null===s||void 0===s?void 0:s.pipeline),{},{uuid:t})}),[s,t]),u=O.ZP.backfills.detail(n,{include_preview_runs:!0}),o=u.data,d=u.mutate,p=(0,c.useMemo)((function(){return null===o||void 0===o?void 0:o.backfill}),[o]);return"edit"===i?(0,A.jsx)(X,{backfill:p,fetchBackfill:d,pipeline:a,variables:l}):(0,A.jsx)(U,{backfill:p,fetchBackfill:d,pipeline:a,variables:l})}ne.getInitialProps=function(){var e=(0,r.Z)(a().mark((function e(n){var t,r,l,s,c,u;return a().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=n.query,r=t.pipeline,l=t.slug,!Array.isArray(l)){e.next=4;break}return s=(0,i.Z)(l,2),c=s[0],u=s[1],e.abrupt("return",{backfillId:c,pipelineUUID:r,subpath:u});case 4:return e.abrupt("return",{pipelineUUID:r});case 5:case"end":return e.stop()}}),e)})));return function(n){return e.apply(this,arguments)}}();var te=(0,Q.Z)(ne)},53664:function(e,n,t){(window.__NEXT_P=window.__NEXT_P||[]).push(["/pipelines/[pipeline]/backfills/[...slug]",function(){return t(12625)}])}},function(e){e.O(0,[3850,2083,5896,4804,1774,5872,2524,4495,9767,6579,434,9898,1830,4463,6532,1286,4846,8961,9774,2888,179],(function(){return n=53664,e(e.s=n);var n}));var n=e.O();_N_E=n}]);
|