mage-ai 0.8.12__py3-none-any.whl → 0.8.13__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.

Files changed (98) hide show
  1. mage_ai/api/policies/BackfillPolicy.py +4 -1
  2. mage_ai/io/export_utils.py +1 -0
  3. mage_ai/io/postgres.py +46 -4
  4. mage_ai/server/constants.py +1 -1
  5. mage_ai/server/frontend_dist/404.html +2 -2
  6. mage_ai/server/frontend_dist/404.html.html +2 -2
  7. mage_ai/server/frontend_dist/_next/static/UuQKenirO2LDcepWvj6S9/_buildManifest.js +1 -0
  8. mage_ai/server/frontend_dist/_next/static/chunks/{1830-c3f709c7ca7f32ab.js → 1830-fbc03130dc8507d5.js} +1 -1
  9. mage_ai/server/frontend_dist/_next/static/chunks/2626-74904ade5b462127.js +1 -0
  10. mage_ai/server/frontend_dist/_next/static/chunks/3573-9b7b57411a327efa.js +1 -0
  11. mage_ai/server/frontend_dist/_next/static/chunks/434-b1cbc39e987f22cd.js +1 -0
  12. mage_ai/server/frontend_dist/_next/static/chunks/4846-688b5f0a015a543a.js +1 -0
  13. mage_ai/server/frontend_dist/_next/static/chunks/5477-4d9bab807c386355.js +1 -0
  14. mage_ai/server/frontend_dist/_next/static/chunks/7281-99f836e410857a68.js +1 -0
  15. mage_ai/server/frontend_dist/_next/static/chunks/7400-26ce25ec46728ef7.js +1 -0
  16. mage_ai/server/frontend_dist/_next/static/chunks/9767-30e239ed26aa848a.js +1 -0
  17. mage_ai/server/frontend_dist/_next/static/chunks/pages/{_app-77b4b367fdb247d6.js → _app-169f9cc923ae39a5.js} +1 -1
  18. mage_ai/server/frontend_dist/_next/static/chunks/pages/{manage-14c743a0e2549486.js → manage-91c4fd203b4ac0e2.js} +1 -1
  19. mage_ai/server/frontend_dist/_next/static/chunks/pages/{pipeline-runs-21fe37061bdaaaea.js → pipeline-runs-10d54d54bfd9b39c.js} +1 -1
  20. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-971ea5bb26d66155.js +1 -0
  21. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-393cec015b843dd8.js +1 -0
  22. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-2963c971fdefd159.js +1 -0
  23. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-d1490dc3ea4f2e61.js +1 -0
  24. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/{block-runs-8f23f7ca9efcb069.js → block-runs-f513df1d43ba48f0.js} +1 -1
  25. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-393fa626a8873f74.js +1 -0
  26. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/{monitors-8b08ec1aef4af4f2.js → monitors-d45f982e19978552.js} +1 -1
  27. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-463347405cafa133.js +1 -0
  28. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-a33f6fd5d91cd123.js +1 -0
  29. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-d4df695d51e01232.js +1 -0
  30. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-d83cf90749c8cd56.js +1 -0
  31. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-f6ee40bebf427cfa.js +1 -0
  32. mage_ai/server/frontend_dist/_next/static/chunks/pages/{pipelines-1c0627627c21667f.js → pipelines-db2903bdeeeae791.js} +1 -1
  33. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-19a5aa2de681b54a.js +1 -0
  34. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-e1b34b9a44fc4688.js +1 -0
  35. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync_data-4ae244876881cfe1.js +1 -0
  36. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{users-439adeb06fca8436.js → users-b8aeca222449e041.js} +1 -1
  37. mage_ai/server/frontend_dist/_next/static/chunks/pages/{terminal-6feb9848233a6c6e.js → terminal-482bd79cb26b8f73.js} +1 -1
  38. mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-81b7327ed8e015a4.js +1 -0
  39. mage_ai/server/frontend_dist/index.html +2 -2
  40. mage_ai/server/frontend_dist/manage.html +4 -4
  41. mage_ai/server/frontend_dist/pipeline-runs.html +5 -5
  42. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +5 -5
  43. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +5 -5
  44. mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
  45. mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +5 -5
  46. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +5 -5
  47. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +5 -5
  48. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +5 -5
  49. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +5 -5
  50. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +5 -5
  51. mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +5 -5
  52. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +5 -5
  53. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +5 -5
  54. mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
  55. mage_ai/server/frontend_dist/pipelines.html +5 -5
  56. mage_ai/server/frontend_dist/settings/account/profile.html +5 -5
  57. mage_ai/server/frontend_dist/settings/workspace/preferences.html +5 -5
  58. mage_ai/server/frontend_dist/settings/workspace/sync_data.html +5 -5
  59. mage_ai/server/frontend_dist/settings/workspace/users.html +5 -5
  60. mage_ai/server/frontend_dist/settings.html +2 -2
  61. mage_ai/server/frontend_dist/sign-in.html +4 -4
  62. mage_ai/server/frontend_dist/terminal.html +5 -5
  63. mage_ai/server/frontend_dist/test.html +3 -3
  64. mage_ai/server/frontend_dist/triggers.html +5 -5
  65. mage_ai/server/websocket_server.py +1 -1
  66. {mage_ai-0.8.12.dist-info → mage_ai-0.8.13.dist-info}/METADATA +1 -1
  67. {mage_ai-0.8.12.dist-info → mage_ai-0.8.13.dist-info}/RECORD +73 -75
  68. mage_ai/server/frontend_dist/_next/static/BJSgpMeWTfdkZw_YRDpOz/_buildManifest.js +0 -1
  69. mage_ai/server/frontend_dist/_next/static/chunks/2249-70929b8c547bbc18.js +0 -1
  70. mage_ai/server/frontend_dist/_next/static/chunks/2426-115f8871a2e28f8c.js +0 -1
  71. mage_ai/server/frontend_dist/_next/static/chunks/434-69ddfacd3e93f2db.js +0 -1
  72. mage_ai/server/frontend_dist/_next/static/chunks/4846-b4ced91dc0e9fba9.js +0 -1
  73. mage_ai/server/frontend_dist/_next/static/chunks/5477-d76f7f4b9d329116.js +0 -1
  74. mage_ai/server/frontend_dist/_next/static/chunks/5944-757b7898608a65e1.js +0 -1
  75. mage_ai/server/frontend_dist/_next/static/chunks/6579-2b5d8d39472d85c0.js +0 -1
  76. mage_ai/server/frontend_dist/_next/static/chunks/7400-1430ec3874c1fdee.js +0 -1
  77. mage_ai/server/frontend_dist/_next/static/chunks/8961-697fe5d4db44d909.js +0 -1
  78. mage_ai/server/frontend_dist/_next/static/chunks/9767-e89f3e19764e4f24.js +0 -1
  79. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-678569cf24a2e10d.js +0 -1
  80. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-0ed0d70bc659c236.js +0 -1
  81. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-51fe31916670195c.js +0 -1
  82. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-5ccc75887776efb0.js +0 -1
  83. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-f83ab9de4094e1b0.js +0 -1
  84. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-73ced07cc98a4968.js +0 -1
  85. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-67d23509a0c9a1b8.js +0 -1
  86. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-4084a44baf91f30e.js +0 -1
  87. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-ae970171cfe98c51.js +0 -1
  88. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-b0b91245d3299bdf.js +0 -1
  89. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-88bc8c5e21f7e493.js +0 -1
  90. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-4c05a269e02f2208.js +0 -1
  91. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync_data-f1f47e503c490758.js +0 -1
  92. mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-e0172c422c95eda9.js +0 -1
  93. /mage_ai/server/frontend_dist/_next/static/{BJSgpMeWTfdkZw_YRDpOz → UuQKenirO2LDcepWvj6S9}/_middlewareManifest.js +0 -0
  94. /mage_ai/server/frontend_dist/_next/static/{BJSgpMeWTfdkZw_YRDpOz → UuQKenirO2LDcepWvj6S9}/_ssgManifest.js +0 -0
  95. {mage_ai-0.8.12.dist-info → mage_ai-0.8.13.dist-info}/LICENSE +0 -0
  96. {mage_ai-0.8.12.dist-info → mage_ai-0.8.13.dist-info}/WHEEL +0 -0
  97. {mage_ai-0.8.12.dist-info → mage_ai-0.8.13.dist-info}/entry_points.txt +0 -0
  98. {mage_ai-0.8.12.dist-info → mage_ai-0.8.13.dist-info}/top_level.txt +0 -0
@@ -15,7 +15,7 @@ mage_ai/api/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
15
15
  mage_ai/api/operations/base.py,sha256=PNrxJl5pemBLFuOq61JRTtWhQuA4jIV40jTTYZ_ldKI,11251
16
16
  mage_ai/api/operations/constants.py,sha256=YTKDWfkLf9t0XAg38SXTeHWhlnoR9rbNddyY9z9Tlds,224
17
17
  mage_ai/api/policies/AutocompleteItemPolicy.py,sha256=8-lB0afo5k8VaK6ev_KaPNeLTAgeN4B1Jwi3sYkxtOU,678
18
- mage_ai/api/policies/BackfillPolicy.py,sha256=_hwSjogOkWvlYGq7O6hwQmLoYgbH33ujPBKr1IZvkTo,2010
18
+ mage_ai/api/policies/BackfillPolicy.py,sha256=4O_K8z0rW0xqxOwLnYv38x9NIwaSIwn0qXnkf_FEc64,2060
19
19
  mage_ai/api/policies/BasePolicy.py,sha256=0XvH8yvdE0VCnArE8eN7ffVHONy_z0XD-FLSSdFlQiA,10953
20
20
  mage_ai/api/policies/BlockPolicy.py,sha256=US_jx4WLQzKGcoCtcEl5W_vRp-NIs6RJ8A6KjfNTz3E,2441
21
21
  mage_ai/api/policies/BlockRunPolicy.py,sha256=sYp5naAFstYcTpJN93xLfV5FhCJIowRI1dSoJjJDm48,810
@@ -367,12 +367,12 @@ mage_ai/io/azure_blob_storage.py,sha256=nfjG41-jsqMVrv2VZMuZWtNEHUkQwKjsN6uo5wWE
367
367
  mage_ai/io/base.py,sha256=ojA0tHRA1qBS8XsedEXbpJ5dUBdw1wwE8mYGqrH-un8,10680
368
368
  mage_ai/io/bigquery.py,sha256=UacabJyYdX1RZ5hYvh7P7holAnYBkJF7NXRX7nRXlpI,14957
369
369
  mage_ai/io/config.py,sha256=JJ-xJUXuS3Tu19iWyAVCj3ujKO-K-x0uL28QRaVgNBM,14862
370
- mage_ai/io/export_utils.py,sha256=m7VJLLLiQJn0EoNgNszRIlrU7JMV5In71yLp6dQhCnw,3272
370
+ mage_ai/io/export_utils.py,sha256=0FNwT6jdKAEhcfZpOYdD3r061ILxKutoVXd4B7fo6tM,3294
371
371
  mage_ai/io/file.py,sha256=utjld3NWJ6AoTXJQP03SWxPQIEJpIQAUKtrftb1tZxk,2564
372
372
  mage_ai/io/google_cloud_storage.py,sha256=ij1TeN395izC1eKLz0zQ_4HFT6PzAiQc5apd9i98DuM,6636
373
373
  mage_ai/io/io_config.py,sha256=IVx8cSnbmp6NK0Z6XSCPU6HO83K5L5-_mK6CGritt28,1302
374
374
  mage_ai/io/mysql.py,sha256=DDzPf3qNp6xjfEYiAl2qPgyI0tEGZlVHYvv-aGb3BLc,4585
375
- mage_ai/io/postgres.py,sha256=Wye8hdo9_qfPf7wK1qF2gbdQ4Etq0mZhzVPK-06HQKo,7513
375
+ mage_ai/io/postgres.py,sha256=uccTkThL489N_bLv5nW-Dcq4W0EMj1G3ggvnmppLaKc,8711
376
376
  mage_ai/io/redshift.py,sha256=XbyMTyfK9NPsw9I1B1B2xH08FnCf4xdUVX_KCTcbk8s,13408
377
377
  mage_ai/io/s3.py,sha256=75gyS_6UDTzR4uRf18uMEMeAZogn-LOLatdOBdpsrOk,5800
378
378
  mage_ai/io/snowflake.py,sha256=nP2ocM4i_dkaSH15McYijShaCVyLD8MTx8ukfaQQJ8w,10665
@@ -442,7 +442,7 @@ mage_ai/sample_datasets/user_emails.csv,sha256=yokgn3bmkkrSZBFC-crJxPXFzKdgLaQbp
442
442
  mage_ai/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
443
443
  mage_ai/server/active_kernel.py,sha256=npf6A7NH2foSTwrJgJB8W1qaHX-46uigqsKxoubGgRY,2129
444
444
  mage_ai/server/app.py,sha256=LjdwgFr3OduHaJOGGPhiGNUGZyYvfYz0OUUe56yfCM8,13229
445
- mage_ai/server/constants.py,sha256=TLZVPkwDhyZtCp5DP1EsAccvxK9eU2OBqC4u2QIJWGs,421
445
+ mage_ai/server/constants.py,sha256=Pj7MMmUfwqiHM2bByItPAzrM0yEMFW9U219dKdfuRYE,421
446
446
  mage_ai/server/docs_server.py,sha256=MxwLjAB0HpkOk-Jb1NSsLRhynIJM1vCiUIJXUqJ-38o,618
447
447
  mage_ai/server/execution_manager.py,sha256=Acf-agMG1z86NYm6OhUNKZWRiUR-8VqnATk2E8BCYS4,2746
448
448
  mage_ai/server/kernel_output_parser.py,sha256=FyiPHybVDoJLhvycPTrxXiKe45r00yl2vOggRS6nKfs,2113
@@ -450,7 +450,7 @@ mage_ai/server/kernels.py,sha256=Bk_NHLjI05SHVJG91VrUVJqul9VdBFNezWLx6gyyr7w,787
450
450
  mage_ai/server/scheduler_manager.py,sha256=h8JIQTMtMNMVmFPp4KYi_MiK5YcTxvQh7-osviAQs2c,2030
451
451
  mage_ai/server/server.py,sha256=vNumq21oeZL4tD756vsto1RAyqk0lgnSBKePQcXA6o8,12439
452
452
  mage_ai/server/subscriber.py,sha256=zY2YuDlL6qonVJI50xsdbb_5VIbaxBOxHsD0_-s_NqE,659
453
- mage_ai/server/websocket_server.py,sha256=Ed2TJBC22jx7QR22ipxUxJkL4qhgcY32a3nZSfCdidI,16870
453
+ mage_ai/server/websocket_server.py,sha256=jeXXoe-Z0ay7qp6_YzdJBsmIaNWd19vyczU0kfeMRmU,16893
454
454
  mage_ai/server/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
455
455
  mage_ai/server/api/base.py,sha256=ZQ7-VDzmCumU1t2ml4TSwb_XFBLPOTqg6Y-UURfIe_o,3660
456
456
  mage_ai/server/api/blocks.py,sha256=k09ztVrzTWUY9yrSg5hQJ3ca0iosrFipdyfloKofn9w,1697
@@ -467,49 +467,49 @@ mage_ai/server/client/mage.py,sha256=0aCiVpvR_D4yoqBns10Nw79oF8HrWgtgaoxB1rs7t1M
467
467
  mage_ai/server/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
468
468
  mage_ai/server/data/base.py,sha256=kxUyAhRIcIMjnXK_uQgLfRn5-OG2EBF0wgDVPlsHGFY,3827
469
469
  mage_ai/server/data/models.py,sha256=AN8exOjYWL1Nk-zZZBiFLF6fFzmJd9PwJRvP2TgKmOY,9281
470
- mage_ai/server/frontend_dist/404.html,sha256=78igwwlYYwVnPPPHHKrhHf4KVwgTjRMv3Id5aJleDEM,8646
471
- mage_ai/server/frontend_dist/404.html.html,sha256=78igwwlYYwVnPPPHHKrhHf4KVwgTjRMv3Id5aJleDEM,8646
470
+ mage_ai/server/frontend_dist/404.html,sha256=JbFKxxVj4LKynsac48Ad_dftLGY_q7klUx3dS9ZwPiw,8646
471
+ mage_ai/server/frontend_dist/404.html.html,sha256=JbFKxxVj4LKynsac48Ad_dftLGY_q7klUx3dS9ZwPiw,8646
472
472
  mage_ai/server/frontend_dist/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
473
- mage_ai/server/frontend_dist/index.html,sha256=GWoeFIJ8LeCujSkteZKq3GdzDjQyTugJHzKYOVdDtkA,7408
474
- mage_ai/server/frontend_dist/manage.html,sha256=RxFpdNoo3t1UpZ5x4sNTX4-MtX2h6O2G_XWvukjS9cM,9081
475
- mage_ai/server/frontend_dist/pipeline-runs.html,sha256=tpKy4TmTy1vr7kECqtEpe1uNEqgT4ckDQRFkrl3Frcg,9369
476
- mage_ai/server/frontend_dist/pipelines.html,sha256=sFrNxYGll3N_EEZ4uLdN3SKLGLbo23JVyuYDnQh1cTg,9201
477
- mage_ai/server/frontend_dist/settings.html,sha256=kv9Vds7eHGPhTxdobvprmnt8nCOWnYeNMuhY7tPts_4,7480
478
- mage_ai/server/frontend_dist/sign-in.html,sha256=zpk-Jlj1dGinVsDxj5JUHkz7rXEl21uaMsi6nGg9smI,18393
479
- mage_ai/server/frontend_dist/terminal.html,sha256=k_pcPRZkVobMGkimiMyMlwMKx1E2ARZlKsQYC95dz4I,9276
480
- mage_ai/server/frontend_dist/test.html,sha256=lp01drBTf6GXJ7VLlKp01jLqQ0yL5JVs8q_09qqEOxY,7831
481
- mage_ai/server/frontend_dist/triggers.html,sha256=apkq0YlTtIhzoTnMntiF9XdQMZl9Q0YE3-9ABhFq2_A,9198
473
+ mage_ai/server/frontend_dist/index.html,sha256=VdMKYfSPv1CY6JlgjazG-CPfblzKU0wX4o3IPVlLUoE,7408
474
+ mage_ai/server/frontend_dist/manage.html,sha256=bKMbGAyMJarSGNyWo6aFQiZ1c1N6ST7yE3Pzc106pXs,9081
475
+ mage_ai/server/frontend_dist/pipeline-runs.html,sha256=ZD_18ZhX24mgZD5MG3zZQea4r9GoAdCvUz9b59cgAzc,9369
476
+ mage_ai/server/frontend_dist/pipelines.html,sha256=FPjwY1PPuxt_fiIPFu_qXU3XV4EASGCcsyGeHO-YwB4,9201
477
+ mage_ai/server/frontend_dist/settings.html,sha256=5L62NHJGR0qdm_3yomjdQBuGgP_fhOTo8Q1_wXlTXmI,7480
478
+ mage_ai/server/frontend_dist/sign-in.html,sha256=HZv68vCJwGoVLpnMQROmV-rlpvR9Wgk8hCgop3Lftz8,18393
479
+ mage_ai/server/frontend_dist/terminal.html,sha256=2v3gqlfblOeGXJQ_HR7soliM6z_OTr37I4-OIdGPzhk,9276
480
+ mage_ai/server/frontend_dist/test.html,sha256=1oC4nXZgx5W4KcLja1bA7U-g5Al9ob0lMHOOcaa-E8I,7831
481
+ mage_ai/server/frontend_dist/triggers.html,sha256=dNwt6ixy0xOHSm6Z5cZlmcf7R3qd7hpkm0gk8wwgwaw,9198
482
482
  mage_ai/server/frontend_dist/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
483
- mage_ai/server/frontend_dist/_next/static/BJSgpMeWTfdkZw_YRDpOz/_buildManifest.js,sha256=5IXME_oaANtgn4U6H5Dfqq8-M_zZYa5QyMfxQwexuic,5337
484
- mage_ai/server/frontend_dist/_next/static/BJSgpMeWTfdkZw_YRDpOz/_middlewareManifest.js,sha256=3lNBMTpNxdmCylCuSkkehLxegLD0Odh_Bfw5c8G35Zo,92
485
- mage_ai/server/frontend_dist/_next/static/BJSgpMeWTfdkZw_YRDpOz/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
483
+ mage_ai/server/frontend_dist/_next/static/UuQKenirO2LDcepWvj6S9/_buildManifest.js,sha256=2po6UcdZOM6_tPlu6NHf9IPJfdz4bCwTspd6WBqER10,5257
484
+ mage_ai/server/frontend_dist/_next/static/UuQKenirO2LDcepWvj6S9/_middlewareManifest.js,sha256=3lNBMTpNxdmCylCuSkkehLxegLD0Odh_Bfw5c8G35Zo,92
485
+ mage_ai/server/frontend_dist/_next/static/UuQKenirO2LDcepWvj6S9/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
486
486
  mage_ai/server/frontend_dist/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
487
487
  mage_ai/server/frontend_dist/_next/static/chunks/1240.0819f45820d22263.js,sha256=J0T6Hf6bUPCYwHY9ldwKtZyEe2sZjt7Z0JySRGK5Tno,6458
488
488
  mage_ai/server/frontend_dist/_next/static/chunks/1286-a62050b3f897c6be.js,sha256=Ac0MHJsdkIV-vYFgdeYaJi95HbpQGGZ5VQIfdoJU6fw,32475
489
489
  mage_ai/server/frontend_dist/_next/static/chunks/1450.d383f64c169d4278.js,sha256=Wta_dDXv2gjlzEgdcOzHlEzECgj6-0a4PCMqT9gaEck,5290
490
490
  mage_ai/server/frontend_dist/_next/static/chunks/1774-aa51ef1da7217ff9.js,sha256=wuaRR85vM6iruElj1WdTsltMpISo9jg7SdQbs1Rw03U,8652
491
- mage_ai/server/frontend_dist/_next/static/chunks/1830-c3f709c7ca7f32ab.js,sha256=FcobISRLRbCkTbuhE4Ua1nnXReW34JSeMvjuFfqQRpo,13459
491
+ mage_ai/server/frontend_dist/_next/static/chunks/1830-fbc03130dc8507d5.js,sha256=zGnGr2Bvo7gQ47VDqS6Of4scqgMRDWVyXsPjK_wswtA,13474
492
492
  mage_ai/server/frontend_dist/_next/static/chunks/2083-78a438dbdc57d1e4.js,sha256=Ak46_igooOuQf2MD4D0nKQPzMqGVXvWf-tQsXDWI-r8,60381
493
493
  mage_ai/server/frontend_dist/_next/static/chunks/2125-0b537dc53fe71b18.js,sha256=y9Ssj2iuKJZgG2P_UH7zGWYc9hMoPaFCwUhsiGmdY7s,69805
494
- mage_ai/server/frontend_dist/_next/static/chunks/2249-70929b8c547bbc18.js,sha256=tjP-fZrk_QS7SxKPDg-qIrjy9oQyDR9OBlgBd9kLp9o,14082
495
- mage_ai/server/frontend_dist/_next/static/chunks/2426-115f8871a2e28f8c.js,sha256=dmwrlskQg1Bn8hR7NlcET-eLhp8PdxvQAv-CStnocN8,14477
496
494
  mage_ai/server/frontend_dist/_next/static/chunks/2481.0454a0e25dc7e027.js,sha256=sdXmwsUwcOtd3zL9rTwWkitW4-5QGFjqoyiNvEcZ6V8,2942
497
495
  mage_ai/server/frontend_dist/_next/static/chunks/2508.724531e7f9cf5f36.js,sha256=AHITXAvHRthYNLtGMXL_ThpWnXzRXyi_E89hb1h2D-Y,1649
498
496
  mage_ai/server/frontend_dist/_next/static/chunks/2524-6aeb9419acf5d1b4.js,sha256=btP4Lxts2yDUuJaSVONeP0FKcUaXxcTy-d6Te01yFk0,791202
499
497
  mage_ai/server/frontend_dist/_next/static/chunks/2545.8371b39c898ae92b.js,sha256=AaYWK0zkB1ZimRGCf1uC1aaYmw9FDek3vJ4o1j2OXpU,3432
500
498
  mage_ai/server/frontend_dist/_next/static/chunks/261.0a24b4ece1d29aa1.js,sha256=r4nrqe_UqAeacSU7R5eNrt1pLpaq5emR24u4YCScmdc,10519
499
+ mage_ai/server/frontend_dist/_next/static/chunks/2626-74904ade5b462127.js,sha256=OF0jhiL0X63B3aMTvCxt5w45tLWGVf60q1ySJtBxcA8,12178
501
500
  mage_ai/server/frontend_dist/_next/static/chunks/266.e301071d22592682.js,sha256=iP7r9afOmCfCOErl59zVuDXUrXy3rU1T-l9hMcOeW0o,2226
502
501
  mage_ai/server/frontend_dist/_next/static/chunks/2714-1e79e9f2e998b544.js,sha256=05020XrbnuhL8gtBtnmoWlxA9r837LD2I8SBiDSRW30,9689
503
502
  mage_ai/server/frontend_dist/_next/static/chunks/29107295-989a0767a635d9d5.js,sha256=uFc2UgaKJ9q_NXBLc5d8rBJfHVQWwr4Vh0F6AcCsVMI,71691
504
503
  mage_ai/server/frontend_dist/_next/static/chunks/3453.992f4b1667e9882c.js,sha256=PYm5SZCBWpX2kOafRCgG3R9I0Wo8KIW6R0jJ_5-XFCI,3524
505
504
  mage_ai/server/frontend_dist/_next/static/chunks/3467.38cd0654ba6f788f.js,sha256=GSh5dCIP7HWFJuchJzpPUJ6TyI3coksbiZwKftDZms8,1618
505
+ mage_ai/server/frontend_dist/_next/static/chunks/3573-9b7b57411a327efa.js,sha256=sKolpvPqRSXp6T3pR6aQTKzKBNnOca_UWdJPMj3qrSk,20797
506
506
  mage_ai/server/frontend_dist/_next/static/chunks/3835.df296b4e4078e985.js,sha256=kD2QFPxjs1XDTi-3diXwSlgCno80VqrgU6OL80IHC6M,30652
507
507
  mage_ai/server/frontend_dist/_next/static/chunks/3850-6395783d820def1c.js,sha256=4Y904BYCAQwXU9WtyAwY_gscFMoJdGtt8iKIpZsAkio,46702
508
508
  mage_ai/server/frontend_dist/_next/static/chunks/3873.4b3eace753998412.js,sha256=ESeQK_hjQPmYl8BuExGzFU2q9leFZ3TRrMNl8EU7Byc,243728
509
509
  mage_ai/server/frontend_dist/_next/static/chunks/3898.880191695bb05845.js,sha256=3scwZ0YVM7CplF4jtmWmwhXngTGOQeJj45hSg4S5_iU,4171
510
510
  mage_ai/server/frontend_dist/_next/static/chunks/4042.5e16d36209052351.js,sha256=8drOxrHSNVg8YuiNpWFQhGqqM4n3Iy9drl93C7OG98A,1428
511
511
  mage_ai/server/frontend_dist/_next/static/chunks/4092.536ee541241f4538.js,sha256=BMxm3pvmB9EvPdf0Q5Cl64z6TpoPwqhnfuIn3v4rlaM,3421
512
- mage_ai/server/frontend_dist/_next/static/chunks/434-69ddfacd3e93f2db.js,sha256=CQVRBelDyEUw7nk4TLVeiBm5Sh73c9VOJd8Suc5iXqk,12971
512
+ mage_ai/server/frontend_dist/_next/static/chunks/434-b1cbc39e987f22cd.js,sha256=e9TNyAW7HV-lddySH6uhQ_i0TkWei4j29u275Mpsb3g,13856
513
513
  mage_ai/server/frontend_dist/_next/static/chunks/4388.04098706f32e69e7.js,sha256=hSWgdI2LGG3MEcWBzVDAlXGTgQhxPoBKjqrsKiD3e2M,6457
514
514
  mage_ai/server/frontend_dist/_next/static/chunks/440.3ab77942f659ea0c.js,sha256=mSA4AlBfChpnBO4G0EEAg32vnyd488I3pC545tlnRX4,1122
515
515
  mage_ai/server/frontend_dist/_next/static/chunks/4450.79f14f763d55c63e.js,sha256=BGSKp5uPmDbUN0OYEFv4gsjl-azzkJutmQPASRDHOxw,1455
@@ -518,17 +518,16 @@ mage_ai/server/frontend_dist/_next/static/chunks/4463-1b9ce74c6e1bb14e.js,sha256
518
518
  mage_ai/server/frontend_dist/_next/static/chunks/4495-4f0340aa82e0c623.js,sha256=BOcfpF4OA38Chwk53n4e1eJEdO9o0Yh0WzXGL93qFWM,57586
519
519
  mage_ai/server/frontend_dist/_next/static/chunks/4776.753ad29fa0a29a4a.js,sha256=29FQVF2uUs7tgv6itLoCQIjYCJV5EqAgricKEBmza0A,2720
520
520
  mage_ai/server/frontend_dist/_next/static/chunks/4804-01a10103ebe26ca8.js,sha256=itBhkyqGWlMJRtOa8-GTuqDx2Ihsz0zSenW5l4lzLFQ,95131
521
- mage_ai/server/frontend_dist/_next/static/chunks/4846-b4ced91dc0e9fba9.js,sha256=e5MhIxMLaqGG8jn2qLTfuh37Tzsfpi_d7bPKUMUpYOg,15512
521
+ mage_ai/server/frontend_dist/_next/static/chunks/4846-688b5f0a015a543a.js,sha256=VJOJJz9NSAWIjDuDk8KFvbv2x2QoFHGyxIKLGYNdhQw,15547
522
522
  mage_ai/server/frontend_dist/_next/static/chunks/4883.a5bb0edbf8f3cc8f.js,sha256=wNfWClZ94XWi37nieV8LVHpR-CN8rMkiuf6vO5adWOM,2310
523
523
  mage_ai/server/frontend_dist/_next/static/chunks/5008.29c2662ecc2b04c7.js,sha256=XO3DVXGW2EB9Vym5YB2wkcnygKQdr9Ye3A93oxm5G3M,17422
524
524
  mage_ai/server/frontend_dist/_next/static/chunks/5104.1edcf4437c471dd4.js,sha256=H4STccgI3k17-3eLNOVRxcMfv4jHa3UNG7rFRAp1qwo,2135
525
525
  mage_ai/server/frontend_dist/_next/static/chunks/5164.857023e800905b6f.js,sha256=_DxYuUjZCsoKG4CtEnm17Hv2dvGfeXWCvgwC1SU74ik,1816
526
- mage_ai/server/frontend_dist/_next/static/chunks/5477-d76f7f4b9d329116.js,sha256=t9C_6o7vzD6jh6xH0ftAN0VCMUjw71QE_vXrxlhahO8,17628
526
+ mage_ai/server/frontend_dist/_next/static/chunks/5477-4d9bab807c386355.js,sha256=oEr0EfhLbh--NprAFYgbh0fTXG5KGAPieGeiKSdLTuY,17283
527
527
  mage_ai/server/frontend_dist/_next/static/chunks/5729.0f2748e9e6dab951.js,sha256=kcbxoOOAieSjZdSqTLl5o_1OaTA4cdH5IEnjSA0RRMc,3490
528
528
  mage_ai/server/frontend_dist/_next/static/chunks/5824.628653557e904674.js,sha256=zuOmz6CGILYNmrxJRyawt4dJA8x-omSDXdMhDgA0H0I,3479
529
529
  mage_ai/server/frontend_dist/_next/static/chunks/5872-103815a4a043489b.js,sha256=r0ARjGlfN_L39iMUu0FoUrTzbFkNP44TLheamque7_k,105056
530
530
  mage_ai/server/frontend_dist/_next/static/chunks/5896-f84e336fb8877027.js,sha256=jKWoDzVor3A61DG-ysGaQobnoJm5PpFvt4wyYXGn_5I,91825
531
- mage_ai/server/frontend_dist/_next/static/chunks/5944-757b7898608a65e1.js,sha256=9UgqFTOV3CWLh7cTpM5qcWQGWzwfv56a1PCSi-JmmZ4,13407
532
531
  mage_ai/server/frontend_dist/_next/static/chunks/6042.c59010de9e699437.js,sha256=-NvZDftMpENw_cI5W1mFWKELuvdwk0C7GOthSVzyK-4,1867
533
532
  mage_ai/server/frontend_dist/_next/static/chunks/6085-692d2f784c0504f2.js,sha256=hugvImZFlLD1by5NU7xCN1DrAlC4DSnXHzgDZsirh3k,18793
534
533
  mage_ai/server/frontend_dist/_next/static/chunks/6115.0c85e507543394ea.js,sha256=bx0LipgCs8t7iiLta6IKf6uQtCa08tljnDkkfT5etXQ,2203
@@ -537,14 +536,14 @@ mage_ai/server/frontend_dist/_next/static/chunks/6434.10380ee0968636ba.js,sha256
537
536
  mage_ai/server/frontend_dist/_next/static/chunks/6443.7b6d2b4e51018184.js,sha256=sEFAlLLjeX71zwLBY-FEq9UP4jjUsNOODO8rz3nHOjc,2315
538
537
  mage_ai/server/frontend_dist/_next/static/chunks/6507.d3a17777d2c294e6.js,sha256=jQl4JSyal_O0JSiD2wcQBCkDTQyT7RVgorahAs1wQYo,24930
539
538
  mage_ai/server/frontend_dist/_next/static/chunks/6532-a614f9e1f9434872.js,sha256=7IjmEpLHfMAH1vWFlIi83sZTtQVHJrihyX3vlc8e-rM,16709
540
- mage_ai/server/frontend_dist/_next/static/chunks/6579-2b5d8d39472d85c0.js,sha256=NzZRaYKHWkHhIHs-yH8oTc_WAcAjLoT3uu_62iueg3s,18067
541
539
  mage_ai/server/frontend_dist/_next/static/chunks/6641-a0ed2bd8f5dc777b.js,sha256=6ICc8oK_CJ46DaVFNCE9Dlb0G0fdheFcXzEDxjPPnZk,11627
542
540
  mage_ai/server/frontend_dist/_next/static/chunks/6958.8f39c585d36737a7.js,sha256=K_KQZaTdVvt_1WIBVKO5-_zRDSXTWo2J8BoVKgoyW8U,2766
543
541
  mage_ai/server/frontend_dist/_next/static/chunks/7011-81dd8269c4806d26.js,sha256=wq9OocQMGMRAB8j-7wDEfyckMzrjFKK-anU50QG1p2w,23228
544
542
  mage_ai/server/frontend_dist/_next/static/chunks/704-4de8946d753a578a.js,sha256=IGVNykzYDiMSLTsCgcvAqyZCpVfYN7uBmbnxOYo1w5Y,16617
543
+ mage_ai/server/frontend_dist/_next/static/chunks/7281-99f836e410857a68.js,sha256=lVrmF88o3HW6THATYrlyASUaMZxlWqZKwTd2BznT9BY,14288
545
544
  mage_ai/server/frontend_dist/_next/static/chunks/72fdc299.2d5ec188af5d0049.js,sha256=-PtOMTGLTIR4EbLGpjPy9qcEZ6EgWfTVNFI_lJHdFCw,1409747
546
545
  mage_ai/server/frontend_dist/_next/static/chunks/739.3d24945544b37e52.js,sha256=0hHH3YUwHMf_QXqImKNGmk0APmITTmotAht-myKuSLY,3506
547
- mage_ai/server/frontend_dist/_next/static/chunks/7400-1430ec3874c1fdee.js,sha256=sYZGoTw7GdVenV_yX8fXDI9qVZ8nqXK5bxKfkm5_BYs,16874
546
+ mage_ai/server/frontend_dist/_next/static/chunks/7400-26ce25ec46728ef7.js,sha256=mLT_-MKP84A7ZimsbnvSdUhYmpGzT6XzlCGQEclfQKI,19863
548
547
  mage_ai/server/frontend_dist/_next/static/chunks/792.010ca00d79b2112f.js,sha256=iKH6f5zTT86af5rNSQaJbFd_btMzycM5rm71ZqUXlUg,5292
549
548
  mage_ai/server/frontend_dist/_next/static/chunks/7947.77be4bec4d47774e.js,sha256=0O7JEIR4I9ZMro0tjtspP8XH0hfBru4kqcCVTwbAXtE,1129
550
549
  mage_ai/server/frontend_dist/_next/static/chunks/7951.fee8b6c27c9ef777.js,sha256=bOJg3yZIt5XaxFeMBlgt8m54gNxOIpa2H4PxvSZXFP8,1867
@@ -559,7 +558,6 @@ mage_ai/server/frontend_dist/_next/static/chunks/8807.a68c69c8fe0a8c01.js,sha256
559
558
  mage_ai/server/frontend_dist/_next/static/chunks/8849.db0d50b4d84b09a6.js,sha256=iSCB9o5hd-_P0fsbwlTyekDkkTOwdyzBPtskoUSUpbc,3020
560
559
  mage_ai/server/frontend_dist/_next/static/chunks/8901.21d26d5a1ee473fe.js,sha256=X4nOLltfBeh8tQ_X5YRS9SB43r857SG1kBuJjNrKOh8,4240
561
560
  mage_ai/server/frontend_dist/_next/static/chunks/8920.5700e380a2999098.js,sha256=RGvPzExXEFaDQYehD5SQTf1r9XRwqfkf5bIUaZ-l7q8,9937
562
- mage_ai/server/frontend_dist/_next/static/chunks/8961-697fe5d4db44d909.js,sha256=Qg7P5nckbakVzV89myZCUfWXM0zeWW2jma6wxc6c2Bg,16976
563
561
  mage_ai/server/frontend_dist/_next/static/chunks/9258.6c6ef544c701a011.js,sha256=Sd-pfR7PFDVoiqfxr5sl61hVIm2qxz5rYYpJ3GGLI4k,8406
564
562
  mage_ai/server/frontend_dist/_next/static/chunks/9307.d4baf7aebbcef1f0.js,sha256=XcyG4VF1oJ4zaD2bX8-MQ8r4cfeDmkaIj60zLyAjUkk,2131
565
563
  mage_ai/server/frontend_dist/_next/static/chunks/9361.a0820e3069f5ef74.js,sha256=zaf_GLX8tS5ektbln-27JQT7nzS3Z3V57ZP-mg2H1d8,1867
@@ -568,7 +566,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/9437.a3c32f45cf9ef69b.js,sha256
568
566
  mage_ai/server/frontend_dist/_next/static/chunks/9565-28e1c30511c95c2d.js,sha256=2K3VWusYsr2fBL4plKx2U65FRLImhDYV27m1cCCExGs,8443
569
567
  mage_ai/server/frontend_dist/_next/static/chunks/9566.f8bd24768ed14ecb.js,sha256=pAqGV5kPouj_0KzWBivKGBEFobLIBTSrZKfUkkWW6G0,1963
570
568
  mage_ai/server/frontend_dist/_next/static/chunks/9633.40e5056ca1e2b22a.js,sha256=l3eB2vxSznwceaADgJcllaCAlPPxbpxZmXJdijIyGS8,3826
571
- mage_ai/server/frontend_dist/_next/static/chunks/9767-e89f3e19764e4f24.js,sha256=uDkW38iug-KXE4W9zEpy6Kut-3mJWxaOPSTCXBMj_Kw,66709
569
+ mage_ai/server/frontend_dist/_next/static/chunks/9767-30e239ed26aa848a.js,sha256=v2dEKtZwKJA5eEF_rtIb6yC71Rk4k-hyyZ6Htiz1cnY,66826
572
570
  mage_ai/server/frontend_dist/_next/static/chunks/9785.5ff26cb26d84d6a1.js,sha256=QnustHrope1ywzpuSb1cjyNZVVyAnckRZIjy69i1mw0,1428
573
571
  mage_ai/server/frontend_dist/_next/static/chunks/9832-c8b8970bb522f302.js,sha256=zRXD5yDS3Ao-D1fbkNyxpW2Ge16GGBhq1cAgHETYngE,12357
574
572
  mage_ai/server/frontend_dist/_next/static/chunks/9855.c4394a68322be9f8.js,sha256=onaKYV-BmOzBmZD_XErY6mN85RN44kegIthhmGew1ag,3480
@@ -579,34 +577,34 @@ mage_ai/server/frontend_dist/_next/static/chunks/framework-7c365855dab1bf41.js,s
579
577
  mage_ai/server/frontend_dist/_next/static/chunks/main-bb0dd5375146d7fd.js,sha256=D8WTELFsu6xl-FY23xblYecv7-mxB1cvXhS7LkWANy4,102188
580
578
  mage_ai/server/frontend_dist/_next/static/chunks/polyfills-5cd94c89d3acac5f.js,sha256=fLWoemwNBaqyJFy_aiatrYDNMiVA1fY2Dd5iG_kidD8,91434
581
579
  mage_ai/server/frontend_dist/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js,sha256=5XjqgzK5119xFRvyYU2XJosUqtKjpvPPNCXOhwZ24fs,5196
582
- mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-77b4b367fdb247d6.js,sha256=cwSbXI3qDR1tDipYPF38YR7EPrF4dECniTxDNG_RYiI,332671
580
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-169f9cc923ae39a5.js,sha256=r3lWmsDcGbFiwkgeedRMFiwhlhp6wZjKT_XUCAuNahc,333113
583
581
  mage_ai/server/frontend_dist/_next/static/chunks/pages/_error-235304e5badb19eb.js,sha256=UnruNRSRVtmbfIswQ7oYMowKiJmeSublFaxDjRHcFGo,3190
584
582
  mage_ai/server/frontend_dist/_next/static/chunks/pages/index-e34a68d2f6fe16f2.js,sha256=i--GIi7Da8VYXDapdmoQaO9uRljiazEwCaaB39j4fog,636
585
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-14c743a0e2549486.js,sha256=YPnHQbJqKQn6OmdkzRRgtOYc1Q1N24Eoa7v6EjIxRzw,43644
586
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-21fe37061bdaaaea.js,sha256=Tgt1UJsDa6tShrAPkFt0C-7OiWwe2RKc7TKRdUF_4Eo,9352
587
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-1c0627627c21667f.js,sha256=UbvWES1dpTSPiwZKYg1gEsyQHHK0T1TorNXh5utAwFU,21656
583
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-91c4fd203b4ac0e2.js,sha256=9BA4hnAvn-Jnpl77-XI3kuxH235baOSeKSKUHV7qyXA,43740
584
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-10d54d54bfd9b39c.js,sha256=TgOwHH0eau9FRbAW3GOpugxzvBxK7EpF56nD4PA7nLY,9352
585
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-db2903bdeeeae791.js,sha256=ozxHRntN9Ul51lzj-zdcdehJj23DA-jTGsf2aUIIodM,21689
588
586
  mage_ai/server/frontend_dist/_next/static/chunks/pages/settings-d594a66a568306da.js,sha256=aXMAMxjQm_15BZfSU0uQSrYnRy403cFcRZcSYEqEXBg,4347
589
587
  mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-b4e1eb529a184c60.js,sha256=NGxnMs7zQmjgV5u8f6aUz7AeAEEB0cJpKX_ZTS0Dj30,16326
590
- mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-6feb9848233a6c6e.js,sha256=RHi64jFcpX7gnFX35TE0NV8lLzPCEq1DxOQIC6XKgk0,11510
588
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-482bd79cb26b8f73.js,sha256=PxRhQw_KG2zK8aQ-rQtO9bES2CrKxjmhRZyyMoNA37c,11510
591
589
  mage_ai/server/frontend_dist/_next/static/chunks/pages/test-85cf18ae78ff535c.js,sha256=QLH5js5WbSXB0fSDudyybo4IHdPnR4DezfBOa3zDW_c,4435
592
- mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-e0172c422c95eda9.js,sha256=TzlYG8j3lvLJ9HpDLOzMzLCueEoxU7ctw2EZOhacS-I,19885
590
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-81b7327ed8e015a4.js,sha256=gcgMVP5_28DtsdyUWcLTJwo1qmacO5qWkevDXILZqVg,19995
593
591
  mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]-ca9457e1a6bced4b.js,sha256=arFIXJ6FXE4wpSHaC9BqqNdLafoSrmjlrjmQBB1UR2U,4526
594
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-0ed0d70bc659c236.js,sha256=0sxsW67gXHJrWhg0In1BGDJ-6OFbT4WYNx4bibbhpGg,25680
595
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-51fe31916670195c.js,sha256=RHofUPCZ7FzcaT6ujQCZYFfoql_XWOvGRaXSvhMd_fc,338308
596
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-5ccc75887776efb0.js,sha256=V9a3nGD6PMe-E3eRuj16jK5tXw153OcHqMadrfHU43g,34280
597
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-8b08ec1aef4af4f2.js,sha256=95aXwY6bHuwD7RkgV7Qj__Omnv6mrGmMo-YzyEBCgcI,345
598
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-67d23509a0c9a1b8.js,sha256=BYchu8h7qCXTgCPpMzQ3j3LZIb31_DsA43y-HKRjK2E,13088
599
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-4084a44baf91f30e.js,sha256=sXEJkacwjAx1EYXdQHwOIsl6H5cXeHaq0BLLJRXxPPY,44763
600
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-b0b91245d3299bdf.js,sha256=nx47SByEGHaPJFnCaVw9xEg2Ez0uxHaADP1wLY1IvMg,36826
601
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-678569cf24a2e10d.js,sha256=tRDwaP-xCitVjfszJ7gpF5xKmQ4urbVd-IVafjZ4MV0,27500
602
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-8f23f7ca9efcb069.js,sha256=RVzbRhCEhcrXAky06R5efvRfFIybtOPbHyn_foax9ng,13594
603
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-f83ab9de4094e1b0.js,sha256=eo_XYueR3HMIN4Nmeo-LiMh5P1iBXsKkS-hD8dlE7B8,11953
604
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-73ced07cc98a4968.js,sha256=KXOjZpocsXQmab0635CEZvFk3m9rm5AWSd3bZp4Ja2E,17156
605
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-ae970171cfe98c51.js,sha256=zFblX4v1kqTsDzuQoOljOtXyUOEliKyM4PVj1TtfW9Q,39151
606
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-88bc8c5e21f7e493.js,sha256=A8aqxptTEKuBopUDMaP3GisvQMSNe25uMVBIJJeNirY,4003
607
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-4c05a269e02f2208.js,sha256=3ccDSTKy8Qp9n1NbrkXPoRyOpkN7VSNJ5TvurIK89hM,9689
608
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync_data-f1f47e503c490758.js,sha256=kkGn9BTuQJPsuMWTgPMPAoSCQ2vBeM1LoR_PiJUzYcw,18710
609
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-439adeb06fca8436.js,sha256=9YZQZ3T7Oc3YxcqggrsWANffEITNUquzSLe28t72SQ4,10903
592
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-393cec015b843dd8.js,sha256=DvJzCQOJa_Tgxf7ThoULP31eEaz9708YXjYuiGs_pOg,14744
593
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-2963c971fdefd159.js,sha256=5DeAD-oAaMk3Mf9jXjQQ2_vpy8gBvI7I8DWzOHMJC5A,339811
594
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-d1490dc3ea4f2e61.js,sha256=IL73FiMEthjA4PVKwwO7Kqgoly7s7Rm7eqEYaFObgbQ,40228
595
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-d45f982e19978552.js,sha256=0A2dX3PJ0GWMO9jiO8Cj0d1efM7duzfW5ty5IR4JbHs,345
596
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-a33f6fd5d91cd123.js,sha256=DnQ9BKhTihUTP5l7FclmMsfy6V6rLPJFi1H1Abz3hGc,15495
597
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-d4df695d51e01232.js,sha256=K1DuYaPjf_Q2rL6yyv57Q_YBhxgf9-x4Jv5ztaIh4Ic,33716
598
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-f6ee40bebf427cfa.js,sha256=NHNY1FhiVXmyZhLz2o-GNppeML8v8BNuZWIfbaZrUSk,26286
599
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-971ea5bb26d66155.js,sha256=dNF7nsKBggG3NNGFdDn9dBo2j12x7ojpKvQ2_2SVAlU,30667
600
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-f513df1d43ba48f0.js,sha256=cWcVqI0jM-Ur4Lx3YSBW0faRLZ2DFwuv9bdONK251dM,13594
601
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-393fa626a8873f74.js,sha256=iRgJFQD0PzDQtltQURwGHTYYyvKlVI-Bmgb09tpjGq4,15007
602
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-463347405cafa133.js,sha256=IVGDPcxQNGBt9f4ggDpfcTIobHXnmRKkInF0oX6FnzM,19530
603
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-d83cf90749c8cd56.js,sha256=U2RhIQnC9NjD4MvBcSIMlbQKJSLwM0MYd-f-VoUcPvg,42574
604
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-19a5aa2de681b54a.js,sha256=JGTHSGD6tRdAu88ZoSnLLVEKjR11CbGLHTAcmh22QkA,4227
605
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-e1b34b9a44fc4688.js,sha256=ZiZCNhU21f93whHtuEltdLaXqwyvz0lzkh4g4lBWkfw,9331
606
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync_data-4ae244876881cfe1.js,sha256=Ow6BjaKv46H-SkjuzkNW2PswIvo7kDh0VyMluBL7200,18352
607
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-b8aeca222449e041.js,sha256=oSJK_Yw4-vj5TISAPM3a3MONtJgnTdwZucy3TdCTt2o,10903
610
608
  mage_ai/server/frontend_dist/_next/static/css/d1e8e64d0b07af2f.css,sha256=mdjfcNHDQ5vXWn5xHrFvRm2QTQUGZlPrrUb0ELexj2g,15565
611
609
  mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
612
610
  mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
@@ -652,23 +650,23 @@ mage_ai/server/frontend_dist/images/extra.jpg,sha256=G1kQYM2sUxBqTZ_S78Ge2bJHscl
652
650
  mage_ai/server/frontend_dist/images/monitor.jpg,sha256=tClQNcZveKZYKNggMv1WH5sfYMkLTgN9vopYc41vBN4,6969
653
651
  mage_ai/server/frontend_dist/images/run B.jpg,sha256=XCcTHE0uxCnOUlaU1yBhxOc6yVxcDuLDq2AFZfsj_a0,6850
654
652
  mage_ai/server/frontend_dist/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
655
- mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=4eT-WH5nWVW_LdR4rgmA761_50-RSTNLQ5TbCH1ThRE,7522
656
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=Dz56hffWbiKI8hbvwWvO7ZjSaQNiJ43IsoWoJ2pd0aM,9327
657
- mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=In69bD98W3B8kepdy26w_F8xTZt1KXz840-OM7ij2UY,9432
658
- mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=vsV2JJYn-rTyQ7kOobFGvFgEC7jUMge3BjzWCa_beFg,9785
659
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=eaz43ctV6yhdGYTTUUL2E4DLMRV7N1lnlD_WuEVT23s,9637
660
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=CS-8TipuF0-z3K_E-dtQdyHtkK4ZhZpvnkSaXSUvCYE,9941
661
- mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=5N4cTPR7D1D1mjkvhjNwccgmSFY5ihEoRQDIQLRmY0U,9397
662
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=j8uvY6IdsnmhcKNj6nmWF4QJaePAn1laj9_eyjB9MOA,9949
663
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=XDxdHOVmZjdf1-sFB7XrC9yRielNt7DtkQGllNh3NRA,10273
664
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=le3j7gE_jB7FdV1837K4Vy_p702Jcg7zJFuu1wFJ5fI,9737
665
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=lE35jHcWAHYHVOH5uj_GAsVhpGK2Gm87nO34Gs5WUUY,9903
666
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=H-zglEkhn3dEFs-pVWuJSwGSvRehYcAcuWm0L380RM8,10052
667
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=k4fA0_VfdNwYKwjo9HGo-7VfQVc4iw25xb5UP82WgbQ,10349
668
- mage_ai/server/frontend_dist/settings/account/profile.html,sha256=dEshaNRbrnIkObYk8lL_D6SvP1wI36wGTyNTQpkf4IA,9308
669
- mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=32jLKY3cXL0Ksdv-EhHuFYZKbTP4FTzUJ5nsa5C4UvA,9164
670
- mage_ai/server/frontend_dist/settings/workspace/sync_data.html,sha256=SpKDyGoBazNBer3tpjM-GMVt2BOXBMk8_xqhttU-Bwo,9238
671
- mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=MR4XpWWQ0QK-jHITb9G6ITTy43LsK5vB2OEI_tHQpHI,9308
653
+ mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=C7o2iqPEkmYgwZPPlC0hBGGj0i4fp8vBL-8Z6ypADxE,7522
654
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=2OQrlXB5oXUf914yhGYrjVo-dGG-10CmZGPs5yYuVaY,9405
655
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=L1H4gHnOS547xwJ3mqV7pg5awQkTBomrq1yww4432OQ,9432
656
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=oWngyCkRRpcENTZJPZ50RLF7hatqeSPTNw84BzOTMwg,9785
657
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=H0COp2e5HQHx-WSL-lI64psufQzJbbyHrdlWurtehMw,9637
658
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=qHf4G_HQnBWDhtJBJvfu7Wi7lPardCdHo1TGAp_WTXQ,9941
659
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=z__QDH6CriBB6gUwlTFsh5M0Nj9O8C5XM8rUok7Y8DE,9475
660
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=QlG7TzAHuxcmB4wihpMUfuEhJIYSTsgu64RVF-BMYRI,10027
661
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=4-tx44ieUBfzyQZjMB9mlR4Xg0YvHC1HqPgGV-POR6o,10273
662
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=m779kiatGqCU7F-9L0kImn-vi3QlVrkuQ7KIY5-R2kw,9737
663
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=eMI5DgrxaXyjvKbzZ3b0U3cwAIeujyIWT3lWr1jgjhE,9903
664
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=r0lN4fA1Qi9WyndZfBseG4nap8jJ8FHJsJ96cMk9L8c,10052
665
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=KBXfgd-kc1yh2PVkSj_fnA_8HdIl2o2UQKqKkcF4Muw,10349
666
+ mage_ai/server/frontend_dist/settings/account/profile.html,sha256=LPukDgn2H3gJYm6OhWf0OuMUDRmaCmbZ-M6fqWn1RgA,9308
667
+ mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=LWBa6F1_K9YRB2PKr7UfPfl-OURqUypCcDt7x7jurCM,9164
668
+ mage_ai/server/frontend_dist/settings/workspace/sync_data.html,sha256=_ylpstSWAcKxU92VxoknjBprjTOdIOGG7JwcFkmIRlw,9238
669
+ mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=R8-G8QcRJYMZvI7qX6Gmghev9r7_NqAFYLvGq69Dtos,9308
672
670
  mage_ai/server/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
673
671
  mage_ai/server/utils/frontend_renderer.py,sha256=GK-iw_sfiKYg13wUREBTh-qDhYBwuuSYAU3xrPWAICA,3295
674
672
  mage_ai/server/utils/output_display.py,sha256=5Qud8UcTCbDOvXUedE6yJVlPFC2QfM9pX9mMGfdONgg,11417
@@ -846,9 +844,9 @@ mage_ai/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
846
844
  mage_ai/utils/code.py,sha256=C2LVX5mmJk45_qrU_mQDjd8q4N6pAbbZWAMJB0ECLc8,665
847
845
  mage_ai/utils/logger/__init__.py,sha256=o-e5hogCtTW0caELRmvMbeaztks5hwPO7xYUggx2hAQ,2518
848
846
  mage_ai/utils/logger/constants.py,sha256=k0Lnkz4X36AhSEGvKb5K2sI1iDacv2jXav8AC4JWPD0,271
849
- mage_ai-0.8.12.dist-info/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
850
- mage_ai-0.8.12.dist-info/METADATA,sha256=njd0KGWToCSsSJkLsZLKG672NIVzrcvnugs8CVuTTpA,19568
851
- mage_ai-0.8.12.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
852
- mage_ai-0.8.12.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
853
- mage_ai-0.8.12.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
854
- mage_ai-0.8.12.dist-info/RECORD,,
847
+ mage_ai-0.8.13.dist-info/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
848
+ mage_ai-0.8.13.dist-info/METADATA,sha256=3-Bq_rzsfGAZKI9d8eUnUHLzHLnuu-Hj8ih3N5-ECs0,19568
849
+ mage_ai-0.8.13.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
850
+ mage_ai-0.8.13.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
851
+ mage_ai-0.8.13.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
852
+ mage_ai-0.8.13.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- self.__BUILD_MANIFEST=function(s,e,i,n,p,t,c,a,l,u,r,f,k,g,b,d,h,j,o,_,m,E,w,O,A,B,L,D,T,y,C,I){return{__rewrites:{beforeFiles:[],afterFiles:[{source:"/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/datasets",destination:E},{source:"/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_",destination:E}],fallback:[]},"/":["static/chunks/pages/index-e34a68d2f6fe16f2.js"],"/_error":["static/chunks/pages/_error-235304e5badb19eb.js"],"/manage":[s,p,w,e,i,n,t,"static/chunks/pages/manage-14c743a0e2549486.js"],"/pipeline-runs":[s,p,e,i,n,t,b,"static/chunks/pages/pipeline-runs-21fe37061bdaaaea.js"],"/pipelines":[s,p,e,i,n,"static/chunks/pages/pipelines-1c0627627c21667f.js"],"/pipelines/[pipeline]":["static/chunks/pages/pipelines/[pipeline]-ca9457e1a6bced4b.js"],"/pipelines/[pipeline]/backfills":[s,p,e,i,n,c,"static/chunks/pages/pipelines/[pipeline]/backfills-0ed0d70bc659c236.js"],"/pipelines/[pipeline]/backfills/[...slug]":[s,p,a,l,r,k,d,o,e,i,n,t,c,u,f,g,b,_,"static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-678569cf24a2e10d.js"],"/pipelines/[pipeline]/edit":[O,s,p,a,l,r,k,d,h,j,A,B,L,w,"static/chunks/704-4de8946d753a578a.js",e,i,t,c,u,f,g,D,T,"static/chunks/pages/pipelines/[pipeline]/edit-51fe31916670195c.js"],"/pipelines/[pipeline]/logs":[s,p,l,h,o,e,i,n,t,c,u,_,"static/chunks/pages/pipelines/[pipeline]/logs-5ccc75887776efb0.js"],"/pipelines/[pipeline]/monitors":[s,p,a,j,e,i,n,c,m,y,"static/chunks/pages/pipelines/[pipeline]/monitors-8b08ec1aef4af4f2.js"],"/pipelines/[pipeline]/monitors/block-runs":[s,p,a,j,e,i,n,t,c,m,y,"static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-8f23f7ca9efcb069.js"],"/pipelines/[pipeline]/monitors/block-runtime":[O,s,p,a,j,"static/chunks/9832-c8b8970bb522f302.js",e,i,n,t,c,m,T,"static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-f83ab9de4094e1b0.js"],"/pipelines/[pipeline]/runs":[s,p,l,r,d,e,i,n,t,c,u,f,b,C,"static/chunks/pages/pipelines/[pipeline]/runs-67d23509a0c9a1b8.js"],"/pipelines/[pipeline]/runs/[run]":[s,p,a,l,r,k,A,e,i,n,c,u,f,g,C,"static/chunks/pages/pipelines/[pipeline]/runs/[run]-73ced07cc98a4968.js"],"/pipelines/[pipeline]/syncs":[s,p,h,e,i,n,c,"static/chunks/pages/pipelines/[pipeline]/syncs-4084a44baf91f30e.js"],"/pipelines/[pipeline]/triggers":[s,p,a,l,r,k,e,i,n,t,c,u,f,g,"static/chunks/pages/pipelines/[pipeline]/triggers-b0b91245d3299bdf.js"],"/pipelines/[pipeline]/triggers/[...slug]":[s,p,a,l,r,k,d,o,e,i,n,t,c,u,f,g,b,_,D,"static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-ae970171cfe98c51.js"],"/settings":["static/chunks/pages/settings-d594a66a568306da.js"],"/settings/account/profile":[s,e,i,n,t,I,"static/chunks/pages/settings/account/profile-88bc8c5e21f7e493.js"],"/settings/workspace/preferences":[s,e,i,n,"static/chunks/pages/settings/workspace/preferences-4c05a269e02f2208.js"],"/settings/workspace/sync_data":[s,e,i,n,t,"static/chunks/pages/settings/workspace/sync_data-f1f47e503c490758.js"],"/settings/workspace/users":[s,e,i,n,t,I,"static/chunks/pages/settings/workspace/users-439adeb06fca8436.js"],"/sign-in":[s,e,t,"static/chunks/pages/sign-in-b4e1eb529a184c60.js"],"/terminal":[s,h,L,e,i,n,"static/chunks/pages/terminal-6feb9848233a6c6e.js"],"/test":[B,"static/chunks/pages/test-85cf18ae78ff535c.js"],"/triggers":[s,e,i,n,t,"static/chunks/pages/triggers-e0172c422c95eda9.js"],sortedPages:["/","/_app","/_error","/manage","/pipeline-runs","/pipelines","/pipelines/[pipeline]","/pipelines/[pipeline]/backfills","/pipelines/[pipeline]/backfills/[...slug]","/pipelines/[pipeline]/edit","/pipelines/[pipeline]/logs","/pipelines/[pipeline]/monitors","/pipelines/[pipeline]/monitors/block-runs","/pipelines/[pipeline]/monitors/block-runtime","/pipelines/[pipeline]/runs","/pipelines/[pipeline]/runs/[run]","/pipelines/[pipeline]/syncs","/pipelines/[pipeline]/triggers","/pipelines/[pipeline]/triggers/[...slug]","/settings","/settings/account/profile","/settings/workspace/preferences","/settings/workspace/sync_data","/settings/workspace/users","/sign-in","/terminal","/test","/triggers"]}}("static/chunks/3850-6395783d820def1c.js","static/chunks/9767-e89f3e19764e4f24.js","static/chunks/6579-2b5d8d39472d85c0.js","static/chunks/434-69ddfacd3e93f2db.js","static/chunks/2083-78a438dbdc57d1e4.js","static/chunks/9898-51ca6a904b7a2382.js","static/chunks/1830-c3f709c7ca7f32ab.js","static/chunks/5896-f84e336fb8877027.js","static/chunks/4804-01a10103ebe26ca8.js","static/chunks/4463-1b9ce74c6e1bb14e.js","static/chunks/1774-aa51ef1da7217ff9.js","static/chunks/6532-a614f9e1f9434872.js","static/chunks/5872-103815a4a043489b.js","static/chunks/1286-a62050b3f897c6be.js","static/chunks/4846-b4ced91dc0e9fba9.js","static/chunks/2524-6aeb9419acf5d1b4.js","static/chunks/9565-28e1c30511c95c2d.js","static/chunks/2714-1e79e9f2e998b544.js","static/chunks/4495-4f0340aa82e0c623.js","static/chunks/8961-697fe5d4db44d909.js","static/chunks/2249-70929b8c547bbc18.js","/datasets","static/chunks/8789-4f858e520d46973b.js","static/chunks/29107295-989a0767a635d9d5.js","static/chunks/2125-0b537dc53fe71b18.js","static/chunks/7011-81dd8269c4806d26.js","static/chunks/6085-692d2f784c0504f2.js","static/chunks/2426-115f8871a2e28f8c.js","static/chunks/6641-a0ed2bd8f5dc777b.js","static/chunks/7400-1430ec3874c1fdee.js","static/chunks/5944-757b7898608a65e1.js","static/chunks/5477-d76f7f4b9d329116.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2249],{92953:function(e,n,i){var t;i.d(n,{a:function(){return t}}),function(e){e.BLOCK_RUNS="block_runs",e.BLOCK_RUNTIME="block_runtime",e.PIPELINE_RUNS="pipeline_runs"}(t||(t={}))},87465:function(e,n,i){i.d(n,{Z:function(){return g}});i(82684);var t=i(34376),r=i(87372),l=i(2626),o=i(86673),s=i(19711),c=i(2850),u=i(9518),d=i(23831),p=i(49125),a=u.default.div.withConfig({displayName:"indexstyle__LinkStyle",componentId:"sc-1in9sst-0"})(["padding:","px ","px;"," ",""],p.iI,p.tr,(function(e){return e.selected&&"\n background-color: ".concat((e.theme.interactive||d.Z.interactive).checked,";\n ")}),(function(e){return!e.selected&&"\n cursor: pointer;\n "})),f=i(92953),h=i(59920),C=i(28598);var g=function(e){var n=e.breadcrumbs,i=e.children,u=e.monitorType,d=e.pipeline,g=e.subheader,m=(0,t.useRouter)();return(0,C.jsx)(l.Z,{before:(0,C.jsxs)(c.M,{children:[(0,C.jsx)(o.Z,{p:p.cd,children:(0,C.jsx)(r.Z,{level:4,muted:!0,children:"Insights"})}),(0,C.jsx)(a,{onClick:function(e){e.preventDefault(),m.push("/pipelines/[pipeline]/monitors","/pipelines/".concat(null===d||void 0===d?void 0:d.uuid,"/monitors"))},selected:f.a.PIPELINE_RUNS==u,children:(0,C.jsx)(s.ZP,{children:"Pipeline runs"})}),(0,C.jsx)(a,{onClick:function(e){e.preventDefault(),m.push("/pipelines/[pipeline]/monitors/block-runs","/pipelines/".concat(null===d||void 0===d?void 0:d.uuid,"/monitors/block-runs"))},selected:f.a.BLOCK_RUNS==u,children:(0,C.jsx)(s.ZP,{children:"Block runs"})}),(0,C.jsx)(a,{onClick:function(e){e.preventDefault(),m.push("/pipelines/[pipeline]/monitors/block-runtime","/pipelines/".concat(null===d||void 0===d?void 0:d.uuid,"/monitors/block-runtime"))},selected:f.a.BLOCK_RUNTIME==u,children:(0,C.jsx)(s.ZP,{children:"Block runtime"})})]}),breadcrumbs:n,pageName:h.M.MONITOR,pipeline:d,subheader:g,uuid:"pipeline/monitor",children:i})}},2850:function(e,n,i){i.d(n,{M:function(){return s},W:function(){return o}});var t=i(9518),r=i(23831),l=i(3055),o=34*i(49125).iI,s=t.default.div.withConfig({displayName:"indexstyle__BeforeStyle",componentId:"sc-12ee2ib-0"})(["min-height:calc(100vh - ","px);",""],l.Mz,(function(e){return"\n border-left: 1px solid ".concat((e.theme.borders||r.Z.borders).medium,";\n ")}))},59920:function(e,n,i){var t;i.d(n,{M:function(){return t}}),function(e){e.BACKFILLS="backfills",e.BLOCK_RUNS="block_runs",e.EDIT="edit",e.MONITOR="monitor",e.PIPELINE_LOGS="pipeline_logs",e.PIPELINE_RUNS="pipeline_runs",e.RUNS="runs",e.SYNCS="syncs",e.TRIGGERS="triggers"}(t||(t={}))},2626:function(e,n,i){i.d(n,{Z:function(){return E}});var t=i(21831),r=i(75582),l=i(82684),o=i(83455),s=i(34376),c=i(28598);var u=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("g",{clipPath:"url(#clip0_7525_68660)",children:(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.67625 7.82429C8.48671 8.13404 8.61933 8.53116 8.9436 8.69464C9.26787 8.85812 9.6606 8.72561 9.85513 8.41896C10.5416 7.33682 11.5276 6.47056 12.6997 5.92987C14.0715 5.29701 15.6173 5.14749 17.085 5.50568C18.5526 5.86388 19.8557 6.70866 20.7818 7.90233C21.7079 9.096 22.2023 10.5682 22.1845 12.0788C22.1667 13.5895 21.6377 15.0496 20.6837 16.2211C19.7298 17.3926 18.4071 18.2064 16.9314 18.5299C15.4557 18.8534 13.9139 18.6675 12.5573 18.0024C11.3984 17.4343 10.433 16.545 9.77227 15.447C9.58502 15.1358 9.19553 14.9941 8.86749 15.1499C8.53946 15.3057 8.39751 15.6995 8.5797 16.0137C9.37152 17.379 10.5525 18.4842 11.9785 19.1832C13.6018 19.9791 15.4469 20.2016 17.213 19.8145C18.979 19.4273 20.5619 18.4534 21.7035 17.0514C22.8451 15.6495 23.4781 13.9022 23.4994 12.0943C23.5208 10.2865 22.9291 8.52472 21.8208 7.09623C20.7126 5.66774 19.1532 4.65677 17.3968 4.22811C15.6403 3.79945 13.7905 3.97839 12.1488 4.73574C10.7068 5.40099 9.50004 6.47805 8.67625 7.82429ZM0.219185 12.5303C-0.0737079 12.2375 -0.0737079 11.7626 0.219185 11.4697L4.71918 6.96968C5.01208 6.67679 5.48695 6.67679 5.77985 6.96968C6.07274 7.26258 6.07274 7.73745 5.77985 8.03034L2.56017 11.25L15.7495 11.25C16.1637 11.25 16.4995 11.5858 16.4995 12C16.4995 12.4142 16.1637 12.75 15.7495 12.75L2.56017 12.75L5.77985 15.9697C6.07274 16.2626 6.07274 16.7375 5.77985 17.0303C5.48695 17.3232 5.01208 17.3232 4.71918 17.0303L0.219185 12.5303Z",fill:"url(#paint0_linear_7525_68660)"})}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_7525_68660",x1:"11.7498",y1:"4",x2:"11.7498",y2:"20",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},d=i(16953),p=i(61519);var a=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.25 1C23.25 0.585786 22.9142 0.25 22.5 0.25C22.0858 0.25 21.75 0.585786 21.75 1V15.5C21.75 15.9142 22.0858 16.25 22.5 16.25C22.9142 16.25 23.25 15.9142 23.25 15.5V1ZM5 4.25C5.41421 4.25 5.75 4.58579 5.75 5V15.5C5.75 15.9142 5.41421 16.25 5 16.25C4.58579 16.25 4.25 15.9142 4.25 15.5V5C4.25 4.58579 4.58579 4.25 5 4.25ZM1.5 7.25C1.91421 7.25 2.25 7.58579 2.25 8V15.5C2.25 15.9142 1.91421 16.25 1.5 16.25C1.08579 16.25 0.75 15.9142 0.75 15.5V8C0.75 7.58579 1.08579 7.25 1.5 7.25ZM9.25 7C9.25 6.58579 8.91421 6.25 8.5 6.25C8.08579 6.25 7.75 6.58579 7.75 7V15.5C7.75 15.9142 8.08579 16.25 8.5 16.25C8.91421 16.25 9.25 15.9142 9.25 15.5V7ZM12 8.75C12.4142 8.75 12.75 9.08579 12.75 9.5V15.5C12.75 15.9142 12.4142 16.25 12 16.25C11.5858 16.25 11.25 15.9142 11.25 15.5V9.5C11.25 9.08579 11.5858 8.75 12 8.75ZM16.25 11.5C16.25 11.0858 15.9142 10.75 15.5 10.75C15.0858 10.75 14.75 11.0858 14.75 11.5V15.5C14.75 15.9142 15.0858 16.25 15.5 16.25C15.9142 16.25 16.25 15.9142 16.25 15.5V11.5ZM19 9.25C19.4142 9.25 19.75 9.58579 19.75 10V15.5C19.75 15.9142 19.4142 16.25 19 16.25C18.5858 16.25 18.25 15.9142 18.25 15.5V10C18.25 9.58579 18.5858 9.25 19 9.25Z",fill:"url(#paint0_linear_2919_69883)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},f=i(70434),h=i(34744),C=i(67971),g=i(87372),m=i(98781),b=i(29664),x=i(86673);var v=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 17c0 1.1046-.89543 2-2 2s-2-.8954-2-2 .89543-2 2-2 2 .8954 2 2zm1.5 0c0 1.933-1.567 3.5-3.5 3.5S1.5 18.933 1.5 17s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5zm2.25-.5c0-.4142.3358-.75.75-.75H22c.4142 0 .75.3358.75.75s-.3358.75-.75.75H11.5c-.4142 0-.75-.3358-.75-.75zM8.68946 4.29563c.16317-.38072-.0132-.82163-.39392-.9848-.38072-.16316-.82163.0132-.9848.39392L5.06418 8.94674c-.07952.18554-.3348.2052-.44179.03402L3.1361 6.60269c-.21953-.35125-.68225-.45803-1.0335-.2385-.35125.21954-.45803.68225-.2385 1.0335l1.48629 2.37807c.74892 1.19824 2.53587 1.06064 3.0925-.23814l2.24657-5.24199zM11.5 6.75c-.4142 0-.75.33579-.75.75s.3358.75.75.75H22c.4142 0 .75-.33579.75-.75s-.3358-.75-.75-.75H11.5z",fill:"url(#paint0_linear_2919_69883)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},I=i(82531),_=i(10503),k=i(9518),S=i(23831),M=i(73942),j=i(49125),Z=k.default.div.withConfig({displayName:"indexstyle__BannerStyle",componentId:"sc-1te3pmf-0"})(["border-radius:","px;padding:","px;"," "," ",""],M.n_,3*j.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||S.Z.shadow).small,";\n ")}),(function(e){return e.background&&"\n background: ".concat(e.background,";\n ")}),(function(e){return e.backgroundImage&&'\n background-image: url("'.concat(e.backgroundImage,'");\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n ')})),w=i(3055),N=i(59920),P=i(96510),R=i(90211),y=i(24141);var E=function(e){var n=e.after,i=e.afterHidden,k=e.afterWidth,S=e.before,M=e.beforeWidth,E=e.breadcrumbs,L=e.buildSidekick,V=e.children,B=e.headline,H=e.pageName,O=e.pipeline,D=e.subheader,U=e.subheaderBackground,T=e.subheaderBackgroundImage,G=e.subheaderButton,z=e.subheaderText,A=e.title,F=e.uuid,K=(0,s.useRouter)(),Y=(0,y.i)().height,W=O.uuid,q=I.ZP.pipelines.detail(W,{includes_outputs:!1},{revalidateOnFocus:!1}).data,J=null===q||void 0===q?void 0:q.pipeline,Q=(0,o.Db)(I.ZP.pipelines.useCreate(),{onSuccess:function(e){return(0,P.wD)(e,{callback:function(e){var n=e.pipeline.uuid;K.push("/pipelines/[pipeline]/edit","/pipelines/".concat(n,"/edit"))}})}}),X=(0,r.Z)(Q,1)[0],$=(0,o.Db)((function(e){return I.ZP.pipelines.useDelete(e)()}),{onSuccess:function(e){return(0,P.wD)(e,{callback:function(){K.push("/pipelines")}})}}),ee=(0,r.Z)($,1)[0],ne=[{label:function(){return"New standard pipeline"},onClick:function(){return X({pipeline:{name:(0,R.Y6)()}})},uuid:"PipelineDetail/Header/new_standard_pipeline"},{label:function(){return"New streaming pipeline"},onClick:function(){return X({pipeline:{name:(0,R.Y6)(),type:m.q.STREAMING}})},uuid:"PipelineDetail/Header/new_streaming_pipeline"},{label:function(){return"Delete current pipeline"},onClick:function(){return ee(W)},openConfirmationDialogue:!0,uuid:"PipelineDetail/Header/delete_pipeline"}],ie=(0,l.useMemo)((function(){return n||(L?L({height:Y,heightOffset:w.Mz,pipeline:J}):null)}),[n,L,Y,J]),te=k||(ie?50*j.iI:null),re=(0,l.useMemo)((function(){var e=[];return J&&(e.push.apply(e,[{label:function(){return"Pipelines"},linkProps:{href:"/pipelines"}}]),E?(e.push({label:function(){return J.uuid},linkProps:{as:"/pipelines/".concat(W,"/triggers"),href:"/pipelines/[pipeline]/triggers"}}),e.push.apply(e,(0,t.Z)(E)),e[e.length-1].bold=!0):e.push({bold:!0,label:function(){return J.name}})),e}),[E,J,W]),le=[{Icon:_.Pf,IconSelected:b.Z,id:N.M.TRIGGERS,isSelected:function(){return N.M.TRIGGERS===H},label:function(){return"Triggers"},linkProps:{as:"/pipelines/".concat(W,"/triggers"),href:"/pipelines/[pipeline]/triggers"}},{Icon:_.pd,IconSelected:p.Z,id:N.M.RUNS,isSelected:function(){return N.M.RUNS===H},label:function(){return"Runs"},linkProps:{as:"/pipelines/".concat(W,"/runs"),href:"/pipelines/[pipeline]/runs"}},{Icon:_.yg,IconSelected:u,id:N.M.BACKFILLS,isSelected:function(){return N.M.BACKFILLS===H},label:function(){return"Backfills"},linkProps:{as:"/pipelines/".concat(W,"/backfills"),href:"/pipelines/[pipeline]/backfills"}},{Icon:_.B4,IconSelected:v,id:N.M.PIPELINE_LOGS,isSelected:function(){return N.M.PIPELINE_LOGS===H},label:function(){return"Logs"},linkProps:{as:"/pipelines/".concat(W,"/logs"),href:"/pipelines/[pipeline]/logs"}},{Icon:_.kL,IconSelected:a,id:N.M.MONITOR,isSelected:function(){return N.M.MONITOR===H},label:function(){return"Monitor"},linkProps:{as:"/pipelines/".concat(W,"/monitors"),href:"/pipelines/[pipeline]/monitors"}}];return m.q.INTEGRATION===(null===J||void 0===J?void 0:J.type)&&le.unshift({Icon:_.Re,IconSelected:d.Z,id:N.M.SYNCS,isSelected:function(){return N.M.SYNCS===H},label:function(){return"Syncs"},linkProps:{as:"/pipelines/".concat(W,"/syncs"),href:"/pipelines/[pipeline]/syncs"}}),le.unshift({Icon:null,IconSelected:null,id:N.M.EDIT,label:function(){return"Edit pipeline"},linkProps:{as:"/pipelines/".concat(W,"/edit"),href:"/pipelines/[pipeline]/edit"}}),(0,c.jsxs)(f.Z,{after:ie,afterHidden:i,afterWidth:te,before:S,beforeWidth:M,breadcrumbs:re,headerMenuItems:ne,navigationItems:le,subheaderChildren:"undefined"!==typeof D&&D,title:J?A?A(J):J.name:null,uuid:F,children:[(G||z)&&(0,c.jsx)(x.Z,{mb:j.Mq,mt:j.cd,mx:j.cd,children:(0,c.jsx)(Z,{background:U,backgroundImage:T,children:(0,c.jsxs)(C.Z,{alignItems:"center",children:[G,z&&(0,c.jsx)(x.Z,{ml:3}),z]})})}),B&&(0,c.jsx)(x.Z,{p:j.cd,children:(0,c.jsxs)(x.Z,{mt:j.cd,px:j.cd,children:[(0,c.jsx)(g.Z,{level:5,children:B}),(0,c.jsx)(h.Z,{light:!0,mt:j.cd,short:!0})]})}),V]})}},52359:function(e,n,i){var t=i(9518).default.div.withConfig({displayName:"YAxisLabelContainer",componentId:"sc-qwp21x-0"})(["-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);white-space:nowrap;"]);n.Z=t},344:function(e,n,i){i.d(n,{P5:function(){return r},Vs:function(){return l}});i(90211);var t=Intl.NumberFormat("en-US",{notation:"compact",maximumFractionDigits:2});function r(e){return"number"!==typeof e?e:e>=1e4?t.format(e):e.toString()}function l(e,n,i){var t,r;if("undefined"===typeof e||"undefined"===typeof n)return 0;var l=null===e||void 0===e||null===(t=e(n,i))||void 0===t||null===(r=t.props)||void 0===r?void 0:r.children;return(Array.isArray(l)?l:[l]).join("").length}},16953:function(e,n,i){var t=i(28598);n.Z=function(e){var n=e.size;return(0,t.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5 8.5H15.5V3.5H20.5V8.5ZM14 9V3C14 2.44772 14.4477 2 15 2H21C21.5523 2 22 2.44772 22 3V9C22 9.55229 21.5523 10 21 10H15C14.4477 10 14 9.55229 14 9ZM2 5V12.5V14V21.5C2 22.0523 2.44772 22.5 3 22.5H10.5H12H19.5C20.0523 22.5 20.5 22.0523 20.5 21.5V13.5C20.5 12.9477 20.0523 12.5 19.5 12.5H12V5C12 4.44772 11.5523 4 11 4H3C2.44772 4 2 4.44772 2 5ZM10.5 14V21H3.5V14H10.5ZM19 14V21H12V14H19ZM10.5 5.5V12.5H3.5V5.5H10.5Z",fill:"url(#paint0_linear_2842_55048)"}),(0,t.jsx)("defs",{children:(0,t.jsxs)("linearGradient",{id:"paint0_linear_2842_55048",x1:"2",y1:"12.25",x2:"22",y2:"12.25",gradientUnits:"userSpaceOnUse",children:[(0,t.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,t.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})}}}]);
@@ -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")),C||I||null===(n=S)||void 0===n||!n[0]||(I=S[0],S=null),(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(" ","&nbsp;")},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(" ","&nbsp;")},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
- "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[434],{72454:function(e,n,t){t.d(n,{E7:function(){return p},HS:function(){return h},Nk:function(){return u},k1:function(){return a},lm:function(){return f}});var i=t(9518),r=t(23831),o=t(73942),l=t(3055),s=t(49125),d=t(37391),c=t(90880),a=s.cd*s.iI+5*s.iI+s.cd*s.iI,u=i.default.div.withConfig({displayName:"indexstyle__ContainerStyle",componentId:"sc-ecogjt-0"})(["display:flex;flex-direction:row;height:calc(100vh - ","px);position:fixed;top:","px;width:100%;",""],l.Mz,l.Mz,(function(e){return"\n background-color: ".concat((e.theme.background||r.Z.background).page,";\n ")})),f=i.default.div.withConfig({displayName:"indexstyle__VerticalNavigationStyle",componentId:"sc-ecogjt-1"})(["padding:","px;",""],s.cd*s.iI,(function(e){return"\n background-color: ".concat((e.theme.background||r.Z.background).panel,";\n border-right: 1px solid ").concat((e.theme.borders||r.Z.borders).medium,";\n ")})),h=i.default.div.withConfig({displayName:"indexstyle__SubheaderStyle",componentId:"sc-ecogjt-2"})(["width:fit-content;padding:","px;position:relative;z-index:2;",""],s.cd*s.iI,(function(e){return"\n border-bottom: 1px solid ".concat((e.theme.borders||r.Z.borders).medium,";\n ")})),p=(i.default.div.withConfig({displayName:"indexstyle__ContentStyle",componentId:"sc-ecogjt-3"})([""," overflow:auto;",""],d.w5,(function(e){return"\n height: calc(100vh - ".concat(l.Mz+(e.heightOffset||0),"px);\n ")})),i.default.div.withConfig({displayName:"indexstyle__NavigationItemStyle",componentId:"sc-ecogjt-4"})(["display:flex;align-items:center;justify-content:center;padding:","px;border-radius:","px;",""],s.iI,o.n_,(function(e){return e.primary&&"\n ".concat((0,c.eR)(),"\n background: ").concat((e.theme||r.Z).chart.backgroundPrimary,";\n border: 1px solid ").concat((e.theme||r.Z).feature.active,";\n\n &:hover {\n background-color: ").concat((e.theme||r.Z).interactive.linkSecondary,";\n }\n ")})))},70434:function(e,n,t){t.d(n,{Z:function(){return z}});var i=t(21831),r=t(82684),o=t(93461),l=t(57384),s=t(19767),d=t(72454),c=t(28598);function a(e,n){var t=e.children;return(0,c.jsx)(d.HS,{ref:n,children:t})}var u=r.forwardRef(a),f=t(32063),h=t(34376),p=t(61519),x=t(57639),C=t(882),v=t(11135);var g=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.86364 2.5H4.13636C3.68449 2.5 3.31818 2.94772 3.31818 3.5V7.5C3.31818 8.05228 3.68449 8.5 4.13636 8.5H9.86364C10.3155 8.5 10.6818 8.05228 10.6818 7.5V3.5C10.6818 2.94772 10.3155 2.5 9.86364 2.5ZM4.13636 1.5C3.23263 1.5 2.5 2.39543 2.5 3.5V7.5C2.5 8.60457 3.23263 9.5 4.13636 9.5H5.5V16.1667V16.5H4.13636C3.23263 16.5 2.5 17.3954 2.5 18.5V22.5C2.5 23.6046 3.23263 24.5 4.13636 24.5H9.86364C10.7674 24.5 11.5 23.6046 11.5 22.5V18.5C11.5 17.3954 10.7674 16.5 9.86364 16.5H6.5V16.1667C6.5 14.9394 7.61929 13.9444 9 13.9444H16C17.933 13.9444 19.5 12.5516 19.5 10.8333V9.5H21.8636C22.7674 9.5 23.5 8.60457 23.5 7.5V3.5C23.5 2.39543 22.7674 1.5 21.8636 1.5H16.1364C15.2326 1.5 14.5 2.39543 14.5 3.5V7.5C14.5 8.60457 15.2326 9.5 16.1364 9.5H18.5V10.8333C18.5 12.0606 17.3807 13.0556 16 13.0556H9C8.02066 13.0556 7.13526 13.4131 6.5 13.9893V9.5H9.86364C10.7674 9.5 11.5 8.60457 11.5 7.5V3.5C11.5 2.39543 10.7674 1.5 9.86364 1.5H4.13636ZM9.86364 17.5H6.5H5.5H4.13636C3.68449 17.5 3.31818 17.9477 3.31818 18.5V22.5C3.31818 23.0523 3.68449 23.5 4.13636 23.5H9.86364C10.3155 23.5 10.6818 23.0523 10.6818 22.5V18.5C10.6818 17.9477 10.3155 17.5 9.86364 17.5ZM16.1364 2.5H21.8636C22.3155 2.5 22.6818 2.94772 22.6818 3.5V7.5C22.6818 8.05228 22.3155 8.5 21.8636 8.5H16.1364C15.6845 8.5 15.3182 8.05228 15.3182 7.5V3.5C15.3182 2.94772 15.6845 2.5 16.1364 2.5Z",fill:"url(#paint0_linear_2738_141228)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2738_141228",x1:"2.5",y1:"13",x2:"23.5",y2:"13",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},j=t(29664);var m=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.65256 15.8011L4.68226 20.7714C4.14193 21.3117 3.26588 21.3117 2.72556 20.7714C2.18523 20.231 2.18523 19.355 2.72556 18.8147L7.60553 13.9347C9.03 12.5102 9.91996 10.6383 10.1255 8.6343L10.3663 6.28587C10.4455 5.51385 10.7884 4.7927 11.3371 4.24393L11.9728 3.60825C13.233 2.34803 15.1222 2.10014 16.6299 2.86457L13.621 5.87349C12.7214 6.77304 12.7214 8.23149 13.621 9.13104L13.9934 9.50349C14.893 10.403 16.3514 10.403 17.251 9.50349L20.2599 6.49457C21.0243 8.00224 20.7764 9.89143 19.5162 11.1516L18.786 11.8818C18.2751 12.3928 17.6175 12.7318 16.9049 12.8515L14.634 13.2332C12.7469 13.5504 11.0056 14.448 9.65256 15.8011ZM11.0889 2.72437C12.8414 0.971949 15.5214 0.712489 17.5485 1.94599C17.9008 2.16036 18.2333 2.41982 18.5379 2.72436L14.5049 6.75738C14.0935 7.16877 14.0935 7.83577 14.5049 8.24716L14.8773 8.61961C15.2887 9.031 15.9557 9.031 16.3671 8.61961L20.4001 4.5866C20.7046 4.89114 20.9641 5.22371 21.1785 5.57599C22.412 7.60309 22.1525 10.2831 20.4001 12.0355L19.6699 12.7657C18.9751 13.4605 18.081 13.9214 17.1121 14.0842L14.8412 14.4659C13.2104 14.74 11.7057 15.5157 10.5364 16.6849L5.56614 21.6552C4.53766 22.6837 2.87016 22.6837 1.84167 21.6552C0.81319 20.6268 0.813193 18.9593 1.84168 17.9308L6.72165 13.0508C7.94285 11.8296 8.70581 10.2248 8.88201 8.50678L9.12286 6.15835C9.23136 5.10035 9.70121 4.11209 10.4533 3.36005L11.0889 2.72437ZM4.88014 19.3535C5.0754 19.1582 5.0754 18.8417 4.88014 18.6464C4.68488 18.4511 4.3683 18.4511 4.17303 18.6464L3.64631 19.1731C3.45105 19.3684 3.45105 19.685 3.64631 19.8802C3.84158 20.0755 4.15816 20.0755 4.35342 19.8802L4.88014 19.3535Z",fill:"url(#paint0_linear_7839_33197)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_7839_33197",x1:"1.07031",y1:"11.8041",x2:"21.9428",y2:"11.8041",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})};var w=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 18V6c0-1.38071 1.11929-2.5 2.5-2.5h12c1.3807 0 2.5 1.11929 2.5 2.5v12c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5zM2 18V6c0-2.20914 1.79086-4 4-4h12c2.2091 0 4 1.79086 4 4v12c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4zm9.0935-8.41432c.3235-.25876.3759-.73073.1172-1.05417-.2588-.32345-.7308-.37589-1.0542-.11713L7.03148 10.9144c-.17791.1423-.28148.3578-.28148.5856 0 .2279.10357.4433.28148.5857l3.12502 2.5c.3234.2587.7954.2063 1.0542-.1172.2587-.3234.2063-.7954-.1172-1.0541L8.70058 11.5l2.39292-1.91432zM14.5 13.25c-.4142 0-.75.3358-.75.75s.3358.75.75.75H17c.4142 0 .75-.3358.75-.75s-.3358-.75-.75-.75h-2.5z",fill:"url(#paint0_linear_1244_32583)"}),(0,c.jsxs)("defs",{children:[(0,c.jsx)("clipPath",{id:"clip0_5247_222548",children:(0,c.jsx)("rect",{width:"24",height:"24",fill:"white"})}),(0,c.jsxs)("linearGradient",{id:"paint0_linear_1244_32583",x1:"1.07031",y1:"11.8041",x2:"21.9428",y2:"11.8041",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})]})]})},_=t(86673),b=t(19711),H=t(46261),V=t(10503),Z=t(99994),y=t(49125),I=3*y.iI;var M=function(e){var n=e.navigationItems,t=(0,h.useRouter)().pathname,i=(0,r.useMemo)((function(){var e=[{Icon:V.rV,IconSelected:g,id:"pipelines",label:function(){return"Pipelines"},linkProps:{href:"/pipelines"}},{Icon:V.Pf,IconSelected:j.Z,id:"triggers",label:function(){return"Triggers"},linkProps:{href:"/triggers"}},{Icon:V.pd,IconSelected:p.Z,id:"pipeline-runs",label:function(){return"Pipelines runs"},linkProps:{href:"/pipeline-runs"}},{Icon:V.oI,IconSelected:w,id:"terminal",label:function(){return"Terminal"},linkProps:{href:"/terminal"}},{Icon:V.Zr,IconSelected:m,id:"settings",label:function(){return"Settings"},linkProps:{href:"/settings"}}];return(n||e).map((function(e,n){var i=e.Icon,r=e.IconSelected,o=e.id,l=e.isSelected,s=e.label,a=e.linkProps,u=l?l(t):!!t.match(new RegExp("^/".concat(o,"[/]*"))),f=u&&r?r:i;return(0,c.jsx)(_.Z,{mt:n>=1?y.cd:0,children:(0,c.jsxs)(H.Z,{height:5*y.iI,label:s(),size:null,widthFitContent:!0,children:[u&&r&&(0,c.jsx)(C.Z,{backgroundGradient:Z.yr,backgroundPanel:!0,basic:!0,borderWidth:2,linkProps:a,paddingUnits:1,children:(0,c.jsx)("div",{style:{height:I,width:I},children:(0,c.jsx)(f,{muted:!0,size:I})})}),!u&&(0,c.jsx)(v.ZP,{block:!0,noHoverUnderline:!0,noPadding:!0,linkProps:a,sameColorAsText:!0,uuid:"VerticalNavigation/".concat(o),children:(0,c.jsx)(d.E7,{primary:!f,children:f?(0,c.jsx)(f,{muted:!0,size:I}):(0,c.jsx)(b.ZP,{children:"Edit"})})})]})},"button-".concat(o))}))}),[n,t]);return(0,c.jsx)(x.Z,{children:i})},k=t(82531),S=t(66166),L=t(3055),E=t(91427),P=t(24141);var z=function(e){var n,t=e.after,a=e.afterHidden,h=e.afterWidth,p=e.afterWidthOverride,x=e.before,C=e.beforeWidth,v=e.breadcrumbs,g=e.children,j=e.headerMenuItems,m=e.navigationItems,w=e.subheaderChildren,_=e.title,b=e.uuid,H=(0,P.i)().width,V="dashboard_after_width_".concat(b),Z="dashboard_before_width_".concat(b),I=(0,r.useRef)(null),z=(0,r.useState)(p?h:(0,E.U2)(V,h)),R=z[0],U=z[1],A=(0,r.useState)(!1),B=A[0],N=A[1],O=(0,r.useState)(x?Math.max((0,E.U2)(Z,C),13*y.iI):null),F=O[0],W=O[1],D=(0,r.useState)(!1),G=D[0],T=D[1],q=(0,r.useState)(null)[1],J=k.ZP.projects.list({},{revalidateOnFocus:!1}).data,K=null===J||void 0===J?void 0:J.projects,Q=[];v?Q.push.apply(Q,(0,i.Z)(v)):(null===K||void 0===K?void 0:K.length)>=1&&Q.push.apply(Q,[{label:function(){var e;return null===(e=K[0])||void 0===e?void 0:e.name},linkProps:{href:"/"}},{bold:!0,label:function(){return _}}]),(0,r.useEffect)((function(){null===I||void 0===I||!I.current||B||G||null===q||void 0===q||q(I.current.getBoundingClientRect().width)}),[B,R,G,F,I,q,H]),(0,r.useEffect)((function(){B||(0,E.t8)(V,R)}),[a,B,R,V]),(0,r.useEffect)((function(){G||(0,E.t8)(Z,F)}),[G,F,Z]);var X=(0,S.Z)(h);return(0,r.useEffect)((function(){p&&X!==h&&U(h)}),[p,h,X]),(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(l.Z,{title:_}),(0,c.jsx)(s.Z,{breadcrumbs:Q,menuItems:j,project:null===K||void 0===K?void 0:K[0],version:null===K||void 0===K||null===(n=K[0])||void 0===n?void 0:n.version}),(0,c.jsxs)(d.Nk,{children:[0!==(null===m||void 0===m?void 0:m.length)&&(0,c.jsx)(d.lm,{children:(0,c.jsx)(M,{navigationItems:m})}),(0,c.jsx)(o.Z,{flex:1,flexDirection:"column",children:(0,c.jsxs)(f.Z,{after:t,afterHeightOffset:L.Mz,afterHidden:a,afterMousedownActive:B,afterWidth:R,before:x,beforeHeightOffset:L.Mz,beforeMousedownActive:G,beforeWidth:d.k1+(x?F:0),hideAfterCompletely:!0,leftOffset:x?d.k1:null,mainContainerRef:I,setAfterMousedownActive:N,setAfterWidth:U,setBeforeMousedownActive:T,setBeforeWidth:W,children:[w&&(0,c.jsx)(u,{children:w}),g]})})]})]})}},61519:function(e,n,t){var i=t(28598);n.Z=function(e){var n=e.size;return(0,i.jsxs)("svg",{width:n,height:n,viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3H9V9H3V3ZM10 2V9H17V16H24V24H17H16H10H9H2V17V16V10V9V2H10ZM16 23V17H10V23H16ZM17 23H23V17H17V23ZM16 16V10H10V16H16ZM9 10V16H3V10H9ZM9 17V23H3V17H9Z",fill:"url(#paint0_linear_2738_140355)"}),(0,i.jsx)("defs",{children:(0,i.jsxs)("linearGradient",{id:"paint0_linear_2738_140355",x1:"2",y1:"13",x2:"24",y2:"13",gradientUnits:"userSpaceOnUse",children:[(0,i.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,i.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})}},29664:function(e,n,t){var i=t(28598);n.Z=function(e){var n=e.size;return(0,i.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM12.75 7C12.75 6.58579 12.4142 6.25 12 6.25C11.5858 6.25 11.25 6.58579 11.25 7V13C11.25 13.4142 11.5858 13.75 12 13.75H16C16.4142 13.75 16.75 13.4142 16.75 13C16.75 12.5858 16.4142 12.25 16 12.25H12.75V7Z",fill:"url(#paint0_linear_2798_59379)"}),(0,i.jsx)("defs",{children:(0,i.jsxs)("linearGradient",{id:"paint0_linear_2798_59379",x1:"1",y1:"12",x2:"23",y2:"12",gradientUnits:"userSpaceOnUse",children:[(0,i.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,i.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4846],{65597:function(e,n,t){t.d(n,{f:function(){return l}});var r=t(9518),i=t(23831),o=t(49125),c=t(73942),l=r.default.div.withConfig({displayName:"Tablestyle__PopupContainerStyle",componentId:"sc-8ammqd-0"})(["position:absolute;max-height:","px;z-index:10;border-radius:","px;padding:","px;"," "," "," ",""],58*o.iI,c.TR,2*o.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||i.Z.shadow).popup,";\n background-color: ").concat((e.theme.interactive||i.Z.interactive).defaultBackground,";\n ")}),(function(e){return e.leftOffset&&"\n left: ".concat(e.leftOffset,"px;\n ")}),(function(e){return e.topOffset&&"\n top: ".concat(e.topOffset,"px;\n ")}),(function(e){return e.width&&"\n width: ".concat(e.width,"px;\n ")}))},97496:function(e,n,t){var r=t(75582),i=t(12691),o=t.n(i),c=t(34376),l=t.n(c),u=t(82684),s=t(83455),a=t(60328),d=t(47999),p=t(93461),f=t(67971),h=t(10919),g=t(47409),b=t(86673),j=t(54283),x=t(87815),m=t(19711),Z=t(82531),v=t(23831),C=t(73942),O=t(10503),_=t(65597),w=t(93348),I=t(45838),y=t(49125),E=t(19395),P=t(96510),k=t(28598);function D(e){var n=e.cancelingRunId,t=e.disabled,i=e.isLoadingCancelPipeline,o=e.onCancel,c=e.onSuccess,l=e.pipelineRun,p=e.setCancelingRunId,h=e.setShowConfirmationId,x=e.showConfirmationId,I=l||{},E=I.id,D=I.pipeline_schedule_id,N=I.pipeline_schedule_token,L=I.pipeline_schedule_type,A=I.status,S=i&&E===n&&g.V.RUNNING===A,R=(0,s.Db)(w.Xm.API===L&&N?Z.ZP.pipeline_runs.pipeline_schedules.useCreateWithParent(D,N):Z.ZP.pipeline_runs.pipeline_schedules.useCreate(D),{onSuccess:function(e){return(0,P.wD)(e,{callback:function(){c()},onErrorCallback:function(e){var n=e.error,t=n.errors,r=n.message;console.log(t,r)}})}}),T=(0,r.Z)(R,1)[0],V=(0,u.useCallback)((function(){h(null),T({pipeline_run:{execution_date:null===l||void 0===l?void 0:l.execution_date,pipeline_schedule_id:null===l||void 0===l?void 0:l.pipeline_schedule_id,pipeline_uuid:null===l||void 0===l?void 0:l.pipeline_uuid,variables:null===l||void 0===l?void 0:l.variables}})}),[T,l,h]),U=(0,u.useCallback)((function(){h(null),p(E),o({id:E,status:g.V.CANCELLED})}),[o,E,p,h]);return(0,k.jsxs)("div",{style:{position:"relative"},children:[(0,k.jsx)(a.Z,{backgroundColor:S&&v.Z.accent.yellow,beforeIcon:g.V.INITIAL!==A&&(0,k.jsxs)(k.Fragment,{children:[g.V.COMPLETED===A&&(0,k.jsx)(O.Jr,{size:2*y.iI}),[g.V.FAILED,g.V.CANCELLED].includes(A)&&(0,k.jsx)(O.Py,{inverted:g.V.CANCELLED===A,size:2*y.iI}),[g.V.RUNNING].includes(A)&&(0,k.jsx)(j.Z,{color:S?v.Z.status.negative:v.Z.monotone.white,small:!0})]}),borderRadius:C.D7,danger:g.V.FAILED===A,default:g.V.INITIAL===A,disabled:t,loading:!l,onClick:function(){return h(E)},padding:"6px",primary:g.V.RUNNING===A&&!S,warning:g.V.CANCELLED===A,children:t?"Ready":S?"Canceling":g.D[A]}),(0,k.jsx)(d.Z,{onClickOutside:function(){return h(null)},open:x===E,children:(0,k.jsxs)(_.f,{children:[[g.V.RUNNING,g.V.INITIAL].includes(A)&&(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)(m.ZP,{bold:!0,color:"#9ECBFF",children:"Run is in progress"}),(0,k.jsx)(b.Z,{mb:1}),(0,k.jsxs)(m.ZP,{children:["This pipeline run is currently ongoing. Retrying will cancel",(0,k.jsx)("br",{}),"the current pipeline run."]}),(0,k.jsx)(m.ZP,{}),(0,k.jsx)(b.Z,{mt:1,children:(0,k.jsxs)(f.Z,{children:[(0,k.jsx)(a.Z,{onClick:function(){U(),V()},children:"Retry run"}),(0,k.jsx)(b.Z,{ml:1}),(0,k.jsx)(a.Z,{onClick:U,children:"Cancel run"})]})})]}),[g.V.CANCELLED,g.V.FAILED,g.V.COMPLETED].includes(A)&&(0,k.jsxs)(k.Fragment,{children:[(0,k.jsxs)(m.ZP,{bold:!0,color:"#9ECBFF",children:["Run ",A]}),(0,k.jsx)(b.Z,{mb:1}),(0,k.jsx)(m.ZP,{children:"Retry the run with changes you have made to the pipeline."}),(0,k.jsx)(b.Z,{mb:1}),(0,k.jsx)(a.Z,{onClick:V,children:"Retry run"})]})]})})]})}n.Z=function(e){var n=e.disableRowSelect,t=e.emptyMessage,i=void 0===t?"No runs available":t,c=e.fetchPipelineRuns,d=e.onClickRow,j=e.pipelineRuns,v=e.selectedRun,_=(0,u.useState)(null),w=_[0],N=_[1],L=(0,u.useState)(null),A=L[0],S=L[1],R=(0,s.Db)((function(e){var n=e.id,t=e.status;return Z.ZP.pipeline_runs.useUpdate(n)({pipeline_run:{status:t}})}),{onSuccess:function(e){return(0,P.wD)(e,{callback:function(){N(null),c()},onErrorCallback:function(e){var n=e.error,t=n.errors,r=n.message;N(null),console.log(t,r)}})}}),T=(0,r.Z)(R,2),V=T[0],U=T[1].isLoading,M=[null,1,2,1,1,null],F=[{uuid:"Status"},{uuid:"Pipeline UUID"},{uuid:"Date"},{uuid:"Trigger"},{uuid:"Block runs"},{uuid:"Completed"},{uuid:"Logs"}];return!n&&d&&(M.push(null),F.push({label:function(){return""},uuid:"action"})),(0,k.jsx)(I.cl,{minHeight:30*y.iI,overflowVisible:!!A,children:0===(null===j||void 0===j?void 0:j.length)?(0,k.jsx)(b.Z,{px:3,py:1,children:(0,k.jsx)(m.ZP,{bold:!0,default:!0,monospace:!0,muted:!0,children:i})}):(0,k.jsx)(x.Z,{columnFlex:M,columns:F,isSelectedRow:function(e){return!n&&j[e].id===(null===v||void 0===v?void 0:v.id)},onClickRow:n?null:d,rowVerticalPadding:6,rows:null===j||void 0===j?void 0:j.map((function(e,t){var r=e.block_runs_count,i=e.completed_at,u=e.execution_date,s=e.id,x=e.pipeline_schedule_id,Z=e.pipeline_schedule_name,v=e.pipeline_uuid,_=e.status,I=!s&&!_,P=[];return P=t>0&&j[t-1].execution_date===e.execution_date&&j[t-1].pipeline_schedule_id===e.pipeline_schedule_id?[(0,k.jsx)(b.Z,{ml:1,children:(0,k.jsxs)(f.Z,{alignItems:"center",children:[(0,k.jsx)(O.TT,{size:2*y.iI,useStroke:!0}),(0,k.jsx)(a.Z,{borderRadius:C.D7,notClickable:!0,padding:"6px",children:(0,k.jsx)(m.ZP,{muted:!0,children:g.D[_]})})]})},"row_status"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,muted:!0,children:v},"row_pipeline_uuid"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,muted:!0,children:"-"},"row_date_retry"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,muted:!0,children:"-"},"row_trigger_retry"),(0,k.jsx)(o(),{as:"/pipelines/".concat(v,"/runs/").concat(s),href:"/pipelines/[pipeline]/runs/[run]",passHref:!0,children:(0,k.jsx)(h.Z,{bold:!0,muted:!0,children:"See block runs (".concat(r,")")})},"row_block_runs"),(0,k.jsx)(m.ZP,{monospace:!0,muted:!0,children:i&&(0,E.eI)(i).toISOString().split(".")[0]||"-"},"row_completed"),(0,k.jsx)(a.Z,{default:!0,iconOnly:!0,noBackground:!0,onClick:function(){return l().push("/pipelines/".concat(v,"/logs?pipeline_run_id[]=").concat(s))},children:(0,k.jsx)(O.B4,{default:!0,size:2*y.iI})},"row_logs")]:[(0,k.jsx)(D,{cancelingRunId:w,disabled:I,isLoadingCancelPipeline:U,onCancel:V,onSuccess:c,pipelineRun:e,setCancelingRunId:N,setShowConfirmationId:S,showConfirmationId:A},"row_retry_button"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,children:v},"row_pipeline_uuid"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,children:u&&(0,E.eI)(u).toISOString().split(".")[0]||"-"},"row_date"),(0,k.jsx)(o(),{as:"/pipelines/".concat(v,"/triggers/").concat(x),href:"/pipelines/[pipeline]/triggers/[...slug]",passHref:!0,children:(0,k.jsx)(h.Z,{bold:!0,sameColorAsText:!0,children:Z})},"row_trigger"),(0,k.jsx)(o(),{as:"/pipelines/".concat(v,"/runs/").concat(s),href:"/pipelines/[pipeline]/runs/[run]",passHref:!0,children:(0,k.jsx)(h.Z,{bold:!0,disabled:I,sameColorAsText:!0,children:I?"":"See block runs (".concat(r,")")})},"row_block_runs"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,children:i&&(0,E.eI)(i).toISOString().split(".")[0]||"-"},"row_completed"),(0,k.jsx)(a.Z,{default:!0,disabled:I,iconOnly:!0,noBackground:!0,onClick:function(){return l().push("/pipelines/".concat(v,"/logs?pipeline_run_id[]=").concat(s))},children:(0,k.jsx)(O.B4,{default:!0,size:2*y.iI})},"row_item_13")],!n&&d&&P.push((0,k.jsx)(p.Z,{flex:1,justifyContent:"flex-end",children:(0,k.jsx)(O._Q,{default:!0,size:2*y.iI})})),P})),uuid:"pipeline-runs"})})}},19395:function(e,n,t){t.d(n,{IJ:function(){return a},Vx:function(){return p},eI:function(){return d},gU:function(){return h},tL:function(){return f},vJ:function(){return g}});var r,i,o=t(82394),c=t(92083),l=t.n(c);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 s(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 a(e){return null===e||void 0===e?void 0:e.reduce((function(e,n){var t=n.block_uuid,r=n.completed_at,i=n.started_at,c=n.status,u=null;i&&r&&(u=l()(r).valueOf()-l()(i).valueOf());return s(s({},e),{},(0,o.Z)({},t,{runtime:u,status:c}))}),{})}function d(e){if(!e)return null;var n=new Date(l()(e).valueOf()),t=Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds());return new Date(t)}function p(e){return d(e).toISOString().split(".")[0]}!function(e){e.DAY="day",e.HOUR="hour",e.MINUTE="minute",e.SECOND="second"}(i||(i={}));var f=(r={},(0,o.Z)(r,i.DAY,86400),(0,o.Z)(r,i.HOUR,3600),(0,o.Z)(r,i.MINUTE,60),(0,o.Z)(r,i.SECOND,1),r);function h(e){var n=i.SECOND,t=e;return e%86400===0?(t/=86400,n=i.DAY):e%3600===0?(t/=3600,n=i.HOUR):e%60===0&&(t/=60,n=i.MINUTE),{time:t,unit:n}}function g(e,n){return e*f[n]}},51099:function(e,n,t){t.d(n,{Q:function(){return a}});t(82684);var r=t(60328),i=t(67971),o=t(86673),c=t(10503),l=t(73899),u=t(49125),s=t(28598),a=22;n.Z=function(e){var n=e.page,t=e.maxPages,a=e.onUpdate,d=e.totalPages,p=[],f=t;if(f>d)p=Array.from({length:d},(function(e,n){return n}));else{var h=Math.floor(f/2),g=n-h;n+h>=d?(g=d-f+2,f-=2):n-h<=0?(g=0,f-=2):(f-=4,g=n-Math.floor(f/2)),p=Array.from({length:f},(function(e,n){return n+g}))}return(0,s.jsx)(s.Fragment,{children:d>0&&(0,s.jsxs)(i.Z,{alignItems:"center",children:[(0,s.jsx)(r.Z,{disabled:0===n,onClick:function(){return a(n-1)},children:(0,s.jsx)(c.Hd,{size:1.5*u.iI,stroke:"#AEAEAE"})}),!p.includes(0)&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{onClick:function(){return a(0)},borderLess:!0,noBackground:!0,children:1})},0),!p.includes(1)&&(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{notClickable:!0,noBackground:!0,noPadding:!0,children:"..."})},0)]}),p.map((function(e){return(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{onClick:function(){e!==n&&a(e)},notClickable:e===n,backgroundColor:e===n&&l.a$,borderLess:!0,noBackground:!0,children:e+1})},e)})),!p.includes(d-1)&&(0,s.jsxs)(s.Fragment,{children:[!p.includes(d-2)&&(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{notClickable:!0,noBackground:!0,noPadding:!0,children:"..."})},0),(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{onClick:function(){return a(d-1)},borderLess:!0,noBackground:!0,children:d})},d-1)]}),(0,s.jsx)(o.Z,{ml:1}),(0,s.jsx)(r.Z,{disabled:n===d-1,onClick:function(){return a(n+1)},children:(0,s.jsx)(c.Kw,{size:1.5*u.iI,stroke:"#AEAEAE"})})]})})}},47409:function(e,n,t){t.d(n,{D:function(){return c},V:function(){return o}});var r,i=t(82394),o=t(66050).V,c=(r={},(0,i.Z)(r,o.CANCELLED,"Cancelled"),(0,i.Z)(r,o.COMPLETED,"Done"),(0,i.Z)(r,o.FAILED,"Failed"),(0,i.Z)(r,o.INITIAL,"Ready"),(0,i.Z)(r,o.RUNNING,"Running"),r)},93348:function(e,n,t){t.d(n,{TR:function(){return d},U5:function(){return u},Xm:function(){return o},Z4:function(){return a},fq:function(){return l},kJ:function(){return s}});var r,i,o,c=t(82394);!function(e){e.API="api",e.EVENT="event",e.TIME="time"}(o||(o={}));var l,u,s,a=(r={},(0,c.Z)(r,o.API,(function(){return"API"})),(0,c.Z)(r,o.EVENT,(function(){return"event"})),(0,c.Z)(r,o.TIME,(function(){return"schedule"})),r);!function(e){e.ACTIVE="active",e.INACTIVE="inactive"}(l||(l={})),function(e){e.ONCE="@once",e.HOURLY="@hourly",e.DAILY="@daily",e.WEEKLY="@weekly",e.MONTHLY="@monthly"}(u||(u={})),function(e){e.CREATED_AT="created_at",e.NAME="name",e.PIPELINE="pipeline_uuid",e.STATUS="status",e.TYPE="schedule_type"}(s||(s={}));var d=(i={},(0,c.Z)(i,s.CREATED_AT,"Created at"),(0,c.Z)(i,s.NAME,"Name"),(0,c.Z)(i,s.PIPELINE,"Pipeline"),(0,c.Z)(i,s.STATUS,"Status"),(0,c.Z)(i,s.TYPE,"Type"),i)},55378:function(e,n,t){var r=t(82394),i=t(26304),o=t(82684),c=t(9518),l=t(69898),u=t(31969),s=t(49125),a=t(28598),d=["beforeIcon","children","label","multiple","placeholder"];function p(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 f(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?p(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):p(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var h=c.default.select.withConfig({displayName:"Select__SelectStyle",componentId:"sc-q6ezu2-0"})(["",' background-image:url("data:image/svg+xml;utf8,','");background-repeat:no-repeat;background-position:-webkit-calc(100% - ',"px) center;background-position:calc(100% - ","px) center;padding-right:","px;&:hover{cursor:pointer;}"," "," "," ",""],l.p,"\n <svg width='12' height='12' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'>\n <path\n clip-rule='evenodd'\n d='M8.0015 11.7109L14.0022 5.71017L12.588 4.29597L7.99485 8.88914L3.40754 4.34482L2 5.76567L8.0015 11.7109Z'\n fill='%23B4B8C0'\n fill-rule='evenodd'\n />\n </svg>",s.iI,s.iI,2.5*s.iI,(function(e){return!e.hasContent&&!e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).muted,";\n ")}),(function(e){return e.backgroundColor&&"\n background-color: ".concat(e.backgroundColor,";\n ")}),(function(e){return e.color&&"\n color: ".concat(e.color,";\n ")}),(function(e){return e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).inverted,";\n ")})),g=function(e,n){var t=e.beforeIcon,r=e.children,o=e.label,c=e.multiple,u=e.placeholder,s=(0,i.Z)(e,d);return(0,a.jsx)(l.Z,f(f({},s),{},{beforeIcon:t,input:(0,a.jsxs)(h,f(f({multiple:c},s),{},{children:[(o||u)&&(0,a.jsx)("option",{disabled:!0,selected:!0,value:"",children:o||u}),r]})),label:o,placeholder:u,ref:n,setContentOnMount:!0,showLabelRequirement:function(e){return!!e.content}}))};n.Z=o.forwardRef(g)},33766:function(e,n,t){t.d(n,{u:function(){return a}});var r=t(75582),i=t(82394),o=t(34376),c=t.n(o),l=t(59e3);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 s(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,i.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 a(e){var n,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=t.replaceParams,o=t.pushHistory,u=i?{}:(0,l.iV)();n=window.location.pathname;var a=o?c().push:c().replace,d=s(s({},u),e);Object.entries(e).forEach((function(e){var n=(0,r.Z)(e,2),t=n[0],i=n[1];"undefined"!==typeof i&&null!==i||delete d[t]}));var p=(0,l.uM)(d);p.length>=1&&(p="?".concat(p));var f="".concat(n.split("?")[0]).concat(p);return a(c().router.pathname,f,{shallow:!0})}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5477],{2850:function(e,n,t){t.d(n,{M:function(){return l},W:function(){return c}});var r=t(9518),o=t(23831),i=t(3055),c=34*t(49125).iI,l=r.default.div.withConfig({displayName:"indexstyle__BeforeStyle",componentId:"sc-12ee2ib-0"})(["min-height:calc(100vh - ","px);",""],i.Mz,(function(e){return"\n border-left: 1px solid ".concat((e.theme.borders||o.Z.borders).medium,";\n ")}))},79585:function(e,n,t){t.d(n,{B0:function(){return l},DQ:function(){return s},HY:function(){return c},SA:function(){return d},WH:function(){return i},eC:function(){return u},tC:function(){return a}});var r=t(81132),o=t(9736),i="Workspace",c="Preferences",l="Sync data",u="Users",a="Account",s="Profile",d=function(e){var n=e.owner,t=e.roles,d=[{linkProps:{href:"/settings/workspace/preferences"},uuid:c}];n&&d.push({linkProps:{href:"/settings/workspace/users"},uuid:u}),(!(0,o.YB)()||t<=r.No.EDITOR)&&d.push({linkProps:{href:"/settings/workspace/sync_data"},uuid:l});var p=[{items:d,uuid:i}];return(0,o.YB)()?p.concat([{items:[{linkProps:{href:"/settings/account/profile"},uuid:s}],uuid:a}]):p}},30775:function(e,n,t){t.d(n,{Z:function(){return Z}});var r=t(70434),o=t(82394),i=t(12691),c=t.n(i),l=t(10919),u=t(86673),a=t(19711),s=t(9518),d=t(23831),p=t(49125),f=t(90880),m=(p.iI,s.default.div.withConfig({displayName:"indexstyle__SectionTitleStyle",componentId:"sc-1y8dyue-0"})(["padding:","px ","px;"],1*p.iI,2.5*p.iI)),h=s.default.div.withConfig({displayName:"indexstyle__ItemStyle",componentId:"sc-1y8dyue-1"})([""," padding:","px ","px;"," ",""],(0,f.eR)(),1.5*p.iI,2.5*p.iI,(function(e){return!e.selected&&"\n &:hover {\n background-color: ".concat((e.theme.background||d.Z.background).codeArea,";\n }\n ")}),(function(e){return e.selected&&"\n background-color: ".concat((e.theme.background||d.Z.background).codeTextarea,";\n ")})),b=t(28598),v=t(82684);function y(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?y(Object(t),!0).forEach((function(n){(0,o.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):y(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var w=function(e){var n=e.isItemSelected,t=e.sections;return(0,b.jsx)(u.Z,{py:p.Gg,children:null===t||void 0===t?void 0:t.map((function(e){var t=e.items,r=e.title,o=e.uuid;return(0,b.jsxs)(u.Z,{children:[(0,b.jsx)(m,{children:(0,b.jsx)(a.ZP,{bold:!0,muted:!0,small:!0,uppercase:!0,children:r?r():o})}),null===t||void 0===t?void 0:t.map((function(e){var t=e.label,r=e.linkProps,i=e.onClick,u=e.uuid,a=t?t():u,s=(0,b.jsx)(h,{selected:null===n||void 0===n?void 0:n(g(g({},e),{},{uuidWorkspace:o})),children:a});return r?(0,v.createElement)(c(),g(g({},r),{},{key:u,passHref:!0}),(0,b.jsx)(l.Z,{block:!0,noHoverUnderline:!0,noOutline:!0,sameColorAsText:!0,children:s})):(0,b.jsx)(l.Z,{block:!0,noHoverUnderline:!0,noOutline:!0,onClick:i,preventDefault:!0,sameColorAsText:!0,children:s},u)}))]},o)}))})},O=t(2850),j=t(79585),x=t(9736);var Z=function(e){var n=e.after,t=e.afterHidden,o=e.children,i=e.uuidItemSelected,c=e.uuidWorkspaceSelected,l=(0,x.PR)()||{};return(0,b.jsx)(r.Z,{after:n,afterHidden:!n||t,afterWidth:n?50*p.iI:0,afterWidthOverride:!0,before:(0,b.jsx)(O.M,{children:(0,b.jsx)(w,{isItemSelected:function(e){var n=e.uuid,t=e.uuidWorkspace;return c===t&&i===n},sections:(0,j.SA)(l)})}),beforeWidth:O.W,title:"Settings",uuid:"settings/index",children:o})}},63153:function(e,n,t){t.d(n,{Z3:function(){return r},ms:function(){return i},s7:function(){return o}});var r=[{autoComplete:"username",label:"Username",required:!0,uuid:"username"},{autoComplete:"email",disabled:!0,label:"Email",required:!0,type:"email",uuid:"email"}],o="password_current",i=[{autoComplete:"current-password",label:"Current password",type:"password",uuid:o},{autoComplete:"new-password",label:"New password",type:"password",uuid:"password"},{autoComplete:"new-password",label:"Confirm new password",type:"password",uuid:"password_confirmation"}]},20582:function(e,n,t){var r=t(82394),o=t(21831),i=t(75582),c=t(21764),l=t(82684),u=t(83455),a=t(60328),s=t(67971),d=t(87372),p=t(55378),f=t(86673),m=t(82944),h=t(81132),b=t(82531),v=t(66166),y=t(63153),g=t(7715),w=t(96510),O=t(28598);function j(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 x(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?j(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):j(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}n.Z=function(e){var n=e.disabledFields,t=e.hideFields,j=e.newUser,Z=e.onDeleteSuccess,I=e.onSaveSuccess,P=e.showDelete,S=e.title,C=e.user,k=(0,l.useState)(!0),_=k[0],N=k[1],D=(0,l.useState)({}),E=D[0],H=D[1],z=(0,l.useState)(null),T=z[0],A=z[1],M=(0,u.Db)(j?b.ZP.users.useCreate():b.ZP.users.useUpdate(null===C||void 0===C?void 0:C.id),{onSuccess:function(e){return(0,w.wD)(e,{callback:function(e){var n=e.user,t=(0,g.GL)(n,y.Z3.concat(y.ms).map((function(e){return e.uuid})));A(t),c.Am.success(j?"New user created successfully.":"User profile successfully updated.",{position:c.Am.POSITION.BOTTOM_RIGHT,toastId:"user-update-success-".concat(n.id)}),null===I||void 0===I||I(t)},onErrorCallback:function(e){var n=e.error,t=n.message,r=n.type;c.Am.error(t,{position:c.Am.POSITION.BOTTOM_RIGHT,toastId:r})}})}}),R=(0,i.Z)(M,2),L=R[0],W=R[1].isLoading,B=(0,u.Db)(b.ZP.users.useDelete(null===C||void 0===C?void 0:C.id),{onSuccess:function(e){return(0,w.wD)(e,{callback:function(){null===Z||void 0===Z||Z()},onErrorCallback:function(e){var n=e.error,t=n.errors,r=n.message;alert(r),console.log(t)}})}}),q=(0,i.Z)(B,2),U=q[0],F=q[1].isLoading,G=t?(0,o.Z)(t):[];j&&G.push(y.s7);var Q=!G||!G.includes(y.s7),V=(0,v.Z)(C);return(0,l.useEffect)((function(){!C||T&&(null===V||void 0===V?void 0:V.id)===(null===C||void 0===C?void 0:C.id)||A((0,g.GL)(C,y.Z3.concat(y.ms).map((function(e){return e.uuid})))),null!==T&&void 0!==T&&T.password||null!==T&&void 0!==T&&T.password_confirmation?(null===T||void 0===T?void 0:T.password)!==(null===T||void 0===T?void 0:T.password_confirmation)?H({password_confirmation:"Password confirmation does not match."}):!Q||null!==T&&void 0!==T&&T.password_current?H(null):H({password_current:"This field is required."}):null!==T&&void 0!==T&&T.password_current&&Q?null!==T&&void 0!==T&&T.password&&null!==T&&void 0!==T&&T.password_confirmation?H(null):H({password:"This field is required.",password_confirmation:"This field is required."}):null!==T&&void 0!==T&&T.password_current||null!==T&&void 0!==T&&T.password||null!==T&&void 0!==T&&T.password_confirmation||H(null)}),[T,Q,C,V]),(0,O.jsxs)(O.Fragment,{children:[(0,O.jsx)(d.Z,{children:S||"Edit profile"}),(0,O.jsxs)("form",{children:[y.Z3.filter((function(e){var n=e.uuid;return!G||!G.includes(n)})).map((function(e){var n=e.autoComplete,t=e.disabled,o=e.label,i=e.required,c=e.type,l=e.uuid;return(0,O.jsx)(f.Z,{mt:2,children:(0,O.jsx)(m.Z,{autoComplete:n,disabled:t&&!j,label:o,onChange:function(e){N(!1),A((function(n){return x(x({},n),{},(0,r.Z)({},l,e.target.value))}))},primary:!0,required:i,setContentOnMount:!0,type:c,value:(null===T||void 0===T?void 0:T[l])||""})},l)})),!(null!==C&&void 0!==C&&C.owner)&&(0,O.jsx)(f.Z,{mt:2,children:(0,O.jsxs)(p.Z,{disabled:null===n||void 0===n?void 0:n.includes("roles"),label:"Roles",onChange:function(e){N(!1),A((function(n){return x(x({},n),{},{roles:e.target.value})}))},primary:!0,setContentOnMount:!0,value:(null===T||void 0===T?void 0:T.roles)||(null===C||void 0===C?void 0:C.roles)||"",children:[(0,O.jsx)("option",{value:""}),h.K$.map((function(e){return(0,O.jsx)("option",{value:e,children:h.gG[e]},e)}))]})}),(0,O.jsxs)(f.Z,{mt:5,children:[(0,O.jsx)(d.Z,{children:j?"Password":"Change password"}),y.ms.filter((function(e){var n=e.uuid;return!G||!G.includes(n)})).map((function(e){var n=e.autoComplete,t=e.disabled,o=e.label,i=e.required,c=e.type,l=e.uuid;return(0,O.jsx)(f.Z,{mt:2,children:(0,O.jsx)(m.Z,{autoComplete:n,disabled:t,label:o,meta:{error:null===E||void 0===E?void 0:E[l],touched:!(null===E||void 0===E||!E[l])},onChange:function(e){N(!1),A((function(n){return x(x({},n),{},(0,r.Z)({},l,e.target.value))}))},primary:!0,required:i,setContentOnMount:!0,type:c,value:(null===T||void 0===T?void 0:T[l])||""})},l)}))]}),(0,O.jsx)(f.Z,{mt:5,children:(0,O.jsxs)(s.Z,{children:[(0,O.jsx)(a.Z,{disabled:_||E&&!(0,g.Qr)(E),loading:W,onClick:function(){return L({user:T})},primary:!0,children:j?"Create new user":"Update user profile"}),P&&(0,O.jsx)(f.Z,{ml:1,children:(0,O.jsx)(a.Z,{danger:!0,loading:F,onClick:function(){window.confirm("Are you sure you want to delete ".concat(T.username||T.email,"?"))&&U()},children:"Delete user"})})]})})]})]})}},81132:function(e,n,t){t.d(n,{K$:function(){return l},No:function(){return o},gG:function(){return c}});var r,o,i=t(82394);!function(e){e[e.ADMIN=1]="ADMIN",e[e.EDITOR=2]="EDITOR",e[e.VIEWER=4]="VIEWER"}(o||(o={}));var c=(r={},(0,i.Z)(r,o.ADMIN,"Admin"),(0,i.Z)(r,o.EDITOR,"Editor"),(0,i.Z)(r,o.VIEWER,"Viewer"),r),l=[o.VIEWER,o.EDITOR,o.ADMIN]},87372:function(e,n,t){var r,o,i,c,l,u,a,s,d=t(82394),p=t(26304),f=t(26653),m=t(9518),h=t(33591),b=t(23831),v=t(2005),y=t(31012),g=t(19711),w=t(49125),O=t(86673),j=t(28598),x=["children","condensed","inline","level","marketing","spacingBelow"];function Z(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function I(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Z(Object(t),!0).forEach((function(n){(0,d.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Z(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var P=(0,m.css)([""," margin:0;"," "," "," "," "," "," "," "," "," "," "," "," ",""],g.IH,(function(e){return e.color&&"\n color: ".concat(e.color,"\n ")}),(function(e){return e.yellow&&"\n color: ".concat((e.theme.accent||b.Z.accent).yellow,";\n ")}),(function(e){return e.center&&"\n text-align: center;\n "}),(function(e){return!e.monospace&&0===Number(e.weightStyle)&&"\n font-family: ".concat(v.iI,";\n ")}),(function(e){return!e.monospace&&1===Number(e.weightStyle)&&"\n font-family: ".concat(v.LX,";\n ")}),(function(e){return!e.monospace&&2===Number(e.weightStyle)&&"\n font-family: ".concat(v.LX,";\n ")}),(function(e){return!e.monospace&&3===Number(e.weightStyle)&&"\n font-family: ".concat(v.ry,";\n ")}),(function(e){return!e.monospace&&4===Number(e.weightStyle)&&"\n font-family: ".concat(v.YC,";\n ")}),(function(e){return!e.monospace&&5===Number(e.weightStyle)&&"\n font-family: ".concat(v.nF,";\n ")}),(function(e){return!e.monospace&&(6===Number(e.weightStyle)||e.bold)&&"\n font-family: ".concat(v.nF,";\n ")}),(function(e){return!e.monospace&&7===Number(e.weightStyle)&&"\n font-family: ".concat(v.nF,";\n ")}),(function(e){return!e.monospace&&8===Number(e.weightStyle)&&"\n font-family: ".concat(v.nF,";\n ")}),(function(e){return e.lineHeightAuto&&"\n line-height: normal !important;\n "})),S=m.default.div.withConfig({displayName:"Headline__HeadlineContainerStyle",componentId:"sc-12jzt2e-0"})(["",""],(function(e){return"\n color: ".concat((e.theme.content||b.Z.content).active,";\n ")})),C=m.default.h1.withConfig({displayName:"Headline__H1HeroStyle",componentId:"sc-12jzt2e-1"})([""," font-size:42px;line-height:56px;"," "," ",""],P,h.media.md(r||(r=(0,f.Z)(["\n ","\n "])),y.aQ),h.media.lg(o||(o=(0,f.Z)(["\n ","\n "])),y.aQ),h.media.xl(i||(i=(0,f.Z)(["\n ","\n "])),y.aQ)),k=m.default.h1.withConfig({displayName:"Headline__H1Style",componentId:"sc-12jzt2e-2"})([""," ",""],P,y.MJ),_=m.default.h1.withConfig({displayName:"Headline__H1MarketingStyle",componentId:"sc-12jzt2e-3"})([""," "," "," "," "," ",""],P,h.media.xs(c||(c=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),h.media.sm(l||(l=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),h.media.md(u||(u=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),h.media.lg(a||(a=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),h.media.xl(s||(s=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI)),N=m.default.h2.withConfig({displayName:"Headline__H2Style",componentId:"sc-12jzt2e-4"})([""," ",""],P,y.BL),D=m.default.h3.withConfig({displayName:"Headline__H3Style",componentId:"sc-12jzt2e-5"})([""," font-size:24px;line-height:32px;"],P),E=m.default.h4.withConfig({displayName:"Headline__H4Style",componentId:"sc-12jzt2e-6"})([""," font-size:20px;line-height:28px;"],P),H=m.default.h5.withConfig({displayName:"Headline__H5Style",componentId:"sc-12jzt2e-7"})([""," font-size:18px;line-height:26px;"],P),z=m.default.span.withConfig({displayName:"Headline__SpanStyle",componentId:"sc-12jzt2e-8"})([""," "," "," "," ",""],P,(function(e){return 1===e.level&&"\n ".concat(y.MJ,"\n ")}),(function(e){return 2===e.level&&"\n ".concat(y.BL,"\n ")}),(function(e){return 3===e.level&&"\n font-size: 24px;\n line-height: 32px;\n "}),(function(e){return 4===e.level&&"\n font-size: 20px;\n line-height: 28px;\n "})),T=function(e){var n,t=e.children,r=e.condensed,o=e.inline,i=e.level,c=e.marketing,l=e.spacingBelow,u=(0,p.Z)(e,x);o?n=z:0===Number(i)?n=C:1===Number(i)?n=c?_:k:2===Number(i)?n=N:3===Number(i)?n=D:4===Number(i)?n=E:5===Number(i)&&(n=H);var a=(0,j.jsxs)(n,I(I({},u),{},{level:i,children:[l&&(0,j.jsx)(O.Z,{mb:r?2:3,children:t}),!l&&t]}));return o?a:(0,j.jsx)(S,{children:a})};T.defaultProps={level:3,weightStyle:6},n.Z=T},55378:function(e,n,t){var r=t(82394),o=t(26304),i=t(82684),c=t(9518),l=t(69898),u=t(31969),a=t(49125),s=t(28598),d=["beforeIcon","children","label","multiple","placeholder"];function p(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 f(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?p(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):p(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var m=c.default.select.withConfig({displayName:"Select__SelectStyle",componentId:"sc-q6ezu2-0"})(["",' background-image:url("data:image/svg+xml;utf8,','");background-repeat:no-repeat;background-position:-webkit-calc(100% - ',"px) center;background-position:calc(100% - ","px) center;padding-right:","px;&:hover{cursor:pointer;}"," "," "," ",""],l.p,"\n <svg width='12' height='12' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'>\n <path\n clip-rule='evenodd'\n d='M8.0015 11.7109L14.0022 5.71017L12.588 4.29597L7.99485 8.88914L3.40754 4.34482L2 5.76567L8.0015 11.7109Z'\n fill='%23B4B8C0'\n fill-rule='evenodd'\n />\n </svg>",a.iI,a.iI,2.5*a.iI,(function(e){return!e.hasContent&&!e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).muted,";\n ")}),(function(e){return e.backgroundColor&&"\n background-color: ".concat(e.backgroundColor,";\n ")}),(function(e){return e.color&&"\n color: ".concat(e.color,";\n ")}),(function(e){return e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).inverted,";\n ")})),h=function(e,n){var t=e.beforeIcon,r=e.children,i=e.label,c=e.multiple,u=e.placeholder,a=(0,o.Z)(e,d);return(0,s.jsx)(l.Z,f(f({},a),{},{beforeIcon:t,input:(0,s.jsxs)(m,f(f({multiple:c},a),{},{children:[(i||u)&&(0,s.jsx)("option",{disabled:!0,selected:!0,value:"",children:i||u}),r]})),label:i,placeholder:u,ref:n,setContentOnMount:!0,showLabelRequirement:function(e){return!!e.content}}))};n.Z=i.forwardRef(h)},82944:function(e,n,t){var r=t(82394),o=t(91835),i=t(82684),c=t(9518),l=t(69898),u=t(28598);function a(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 s(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?a(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):a(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var d=c.default.input.withConfig({displayName:"TextInput__TextInputStyle",componentId:"sc-1ii4qtc-0"})(["",""],l.p),p=function(e,n){var t=(0,o.Z)({},e);return(0,u.jsx)(l.Z,s(s({},t),{},{input:(0,u.jsx)(d,s({},t)),ref:n}))};n.Z=i.forwardRef(p)}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5944],{27125:function(e,n,i){var l=i(82684),t=i(12691),r=i.n(t),s=i(34376),o=i.n(s),c=i(9518),u=i(66050),d=i(60328),p=i(16634),a=i(10919),f=i(98781),h=i(86673),C=i(87815),g=i(19711),x=i(10503),b=i(49125),m=i(44162),_=i(24224),v=i(28598);n.Z=function(e){var n=e.blockRuns,i=e.onClickRow,t=e.pipeline,s=e.selectedRun,I=(0,l.useContext)(c.ThemeContext),k=(t||{}).uuid,j=(0,l.useMemo)((function(){return t.blocks||[]}),[t]),Z=(0,l.useMemo)((function(){return(0,_.HK)(j,(function(e){return e.uuid}))}),[j]);return(0,v.jsx)(C.Z,{columnFlex:[null,1,3,2,null,null],columns:[{uuid:"Date"},{uuid:"Status"},{uuid:"Trigger"},{uuid:"Block"},{uuid:"Completed"},{uuid:"Logs"}],isSelectedRow:function(e){return n[e].id===(null===s||void 0===s?void 0:s.id)},onClickRow:i,rows:null===n||void 0===n?void 0:n.map((function(e){var n,i,l,s,c=e.block_uuid,C=e.completed_at,_=e.created_at,j=e.id,S=e.pipeline_schedule_id,M=e.pipeline_schedule_name,w=e.status,R=c,V=R.split(":");f.q.INTEGRATION===t.type&&(R=V[0],l=V[1],s=V[2]);var P=Z[R];return P||(P=Z[V[0]]),[(0,v.jsx)(g.ZP,{monospace:!0,default:!0,children:_}),(0,v.jsx)(g.ZP,{danger:u.V.FAILED===w,default:u.V.CANCELLED===w,info:u.V.INITIAL===w,monospace:!0,success:u.V.COMPLETED===w,warning:u.V.RUNNING===w,children:w}),(0,v.jsx)(r(),{as:"/pipelines/".concat(k,"/triggers/").concat(S),href:"/pipelines/[pipeline]/triggers/[...slug]",passHref:!0,children:(0,v.jsx)(a.Z,{bold:!0,sameColorAsText:!0,children:M})}),(0,v.jsx)(r(),{as:"/pipelines/".concat(k,"/edit?block_uuid=").concat(R),href:"/pipelines/[pipeline]/edit",passHref:!0,children:(0,v.jsxs)(a.Z,{bold:!0,sameColorAsText:!0,verticalAlignContent:!0,children:[(0,v.jsx)(p.Z,{color:(0,m.qn)(null===(n=P)||void 0===n?void 0:n.type,{blockColor:null===(i=P)||void 0===i?void 0:i.color,theme:I}).accent,size:1.5*b.iI,square:!0}),(0,v.jsx)(h.Z,{mr:1}),(0,v.jsxs)(g.ZP,{monospace:!0,children:[R,l&&": ",l&&(0,v.jsx)(g.ZP,{default:!0,inline:!0,monospace:!0,children:l}),s>=0&&": ",s>=0&&(0,v.jsx)(g.ZP,{default:!0,inline:!0,monospace:!0,children:s})]})]})}),(0,v.jsx)(g.ZP,{monospace:!0,default:!0,children:C||"-"}),(0,v.jsx)(d.Z,{default:!0,iconOnly:!0,noBackground:!0,onClick:function(){return o().push("/pipelines/".concat(k,"/logs?block_run_id[]=").concat(j))},children:(0,v.jsx)(x.B4,{default:!0,size:2*b.iI})})]})),uuid:"block-runs"})}},59920:function(e,n,i){var l;i.d(n,{M:function(){return l}}),function(e){e.BACKFILLS="backfills",e.BLOCK_RUNS="block_runs",e.EDIT="edit",e.MONITOR="monitor",e.PIPELINE_LOGS="pipeline_logs",e.PIPELINE_RUNS="pipeline_runs",e.RUNS="runs",e.SYNCS="syncs",e.TRIGGERS="triggers"}(l||(l={}))},2626:function(e,n,i){i.d(n,{Z:function(){return N}});var l=i(21831),t=i(75582),r=i(82684),s=i(83455),o=i(34376),c=i(28598);var u=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("g",{clipPath:"url(#clip0_7525_68660)",children:(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.67625 7.82429C8.48671 8.13404 8.61933 8.53116 8.9436 8.69464C9.26787 8.85812 9.6606 8.72561 9.85513 8.41896C10.5416 7.33682 11.5276 6.47056 12.6997 5.92987C14.0715 5.29701 15.6173 5.14749 17.085 5.50568C18.5526 5.86388 19.8557 6.70866 20.7818 7.90233C21.7079 9.096 22.2023 10.5682 22.1845 12.0788C22.1667 13.5895 21.6377 15.0496 20.6837 16.2211C19.7298 17.3926 18.4071 18.2064 16.9314 18.5299C15.4557 18.8534 13.9139 18.6675 12.5573 18.0024C11.3984 17.4343 10.433 16.545 9.77227 15.447C9.58502 15.1358 9.19553 14.9941 8.86749 15.1499C8.53946 15.3057 8.39751 15.6995 8.5797 16.0137C9.37152 17.379 10.5525 18.4842 11.9785 19.1832C13.6018 19.9791 15.4469 20.2016 17.213 19.8145C18.979 19.4273 20.5619 18.4534 21.7035 17.0514C22.8451 15.6495 23.4781 13.9022 23.4994 12.0943C23.5208 10.2865 22.9291 8.52472 21.8208 7.09623C20.7126 5.66774 19.1532 4.65677 17.3968 4.22811C15.6403 3.79945 13.7905 3.97839 12.1488 4.73574C10.7068 5.40099 9.50004 6.47805 8.67625 7.82429ZM0.219185 12.5303C-0.0737079 12.2375 -0.0737079 11.7626 0.219185 11.4697L4.71918 6.96968C5.01208 6.67679 5.48695 6.67679 5.77985 6.96968C6.07274 7.26258 6.07274 7.73745 5.77985 8.03034L2.56017 11.25L15.7495 11.25C16.1637 11.25 16.4995 11.5858 16.4995 12C16.4995 12.4142 16.1637 12.75 15.7495 12.75L2.56017 12.75L5.77985 15.9697C6.07274 16.2626 6.07274 16.7375 5.77985 17.0303C5.48695 17.3232 5.01208 17.3232 4.71918 17.0303L0.219185 12.5303Z",fill:"url(#paint0_linear_7525_68660)"})}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_7525_68660",x1:"11.7498",y1:"4",x2:"11.7498",y2:"20",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},d=i(16953),p=i(61519);var a=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.25 1C23.25 0.585786 22.9142 0.25 22.5 0.25C22.0858 0.25 21.75 0.585786 21.75 1V15.5C21.75 15.9142 22.0858 16.25 22.5 16.25C22.9142 16.25 23.25 15.9142 23.25 15.5V1ZM5 4.25C5.41421 4.25 5.75 4.58579 5.75 5V15.5C5.75 15.9142 5.41421 16.25 5 16.25C4.58579 16.25 4.25 15.9142 4.25 15.5V5C4.25 4.58579 4.58579 4.25 5 4.25ZM1.5 7.25C1.91421 7.25 2.25 7.58579 2.25 8V15.5C2.25 15.9142 1.91421 16.25 1.5 16.25C1.08579 16.25 0.75 15.9142 0.75 15.5V8C0.75 7.58579 1.08579 7.25 1.5 7.25ZM9.25 7C9.25 6.58579 8.91421 6.25 8.5 6.25C8.08579 6.25 7.75 6.58579 7.75 7V15.5C7.75 15.9142 8.08579 16.25 8.5 16.25C8.91421 16.25 9.25 15.9142 9.25 15.5V7ZM12 8.75C12.4142 8.75 12.75 9.08579 12.75 9.5V15.5C12.75 15.9142 12.4142 16.25 12 16.25C11.5858 16.25 11.25 15.9142 11.25 15.5V9.5C11.25 9.08579 11.5858 8.75 12 8.75ZM16.25 11.5C16.25 11.0858 15.9142 10.75 15.5 10.75C15.0858 10.75 14.75 11.0858 14.75 11.5V15.5C14.75 15.9142 15.0858 16.25 15.5 16.25C15.9142 16.25 16.25 15.9142 16.25 15.5V11.5ZM19 9.25C19.4142 9.25 19.75 9.58579 19.75 10V15.5C19.75 15.9142 19.4142 16.25 19 16.25C18.5858 16.25 18.25 15.9142 18.25 15.5V10C18.25 9.58579 18.5858 9.25 19 9.25Z",fill:"url(#paint0_linear_2919_69883)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},f=i(70434),h=i(34744),C=i(67971),g=i(87372),x=i(98781),b=i(29664),m=i(86673);var _=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 17c0 1.1046-.89543 2-2 2s-2-.8954-2-2 .89543-2 2-2 2 .8954 2 2zm1.5 0c0 1.933-1.567 3.5-3.5 3.5S1.5 18.933 1.5 17s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5zm2.25-.5c0-.4142.3358-.75.75-.75H22c.4142 0 .75.3358.75.75s-.3358.75-.75.75H11.5c-.4142 0-.75-.3358-.75-.75zM8.68946 4.29563c.16317-.38072-.0132-.82163-.39392-.9848-.38072-.16316-.82163.0132-.9848.39392L5.06418 8.94674c-.07952.18554-.3348.2052-.44179.03402L3.1361 6.60269c-.21953-.35125-.68225-.45803-1.0335-.2385-.35125.21954-.45803.68225-.2385 1.0335l1.48629 2.37807c.74892 1.19824 2.53587 1.06064 3.0925-.23814l2.24657-5.24199zM11.5 6.75c-.4142 0-.75.33579-.75.75s.3358.75.75.75H22c.4142 0 .75-.33579.75-.75s-.3358-.75-.75-.75H11.5z",fill:"url(#paint0_linear_2919_69883)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},v=i(82531),I=i(10503),k=i(9518),j=i(23831),Z=i(73942),S=i(49125),M=k.default.div.withConfig({displayName:"indexstyle__BannerStyle",componentId:"sc-1te3pmf-0"})(["border-radius:","px;padding:","px;"," "," ",""],Z.n_,3*S.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||j.Z.shadow).small,";\n ")}),(function(e){return e.background&&"\n background: ".concat(e.background,";\n ")}),(function(e){return e.backgroundImage&&'\n background-image: url("'.concat(e.backgroundImage,'");\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n ')})),w=i(3055),R=i(59920),V=i(96510),P=i(90211),E=i(24141);var N=function(e){var n=e.after,i=e.afterHidden,k=e.afterWidth,j=e.before,Z=e.beforeWidth,N=e.breadcrumbs,L=e.buildSidekick,H=e.children,y=e.headline,B=e.pageName,T=e.pipeline,D=e.subheader,O=e.subheaderBackground,G=e.subheaderBackgroundImage,A=e.subheaderButton,U=e.subheaderText,z=e.title,F=e.uuid,q=(0,o.useRouter)(),K=(0,E.i)().height,Y=T.uuid,W=v.ZP.pipelines.detail(Y,{includes_outputs:!1},{revalidateOnFocus:!1}).data,J=null===W||void 0===W?void 0:W.pipeline,Q=(0,s.Db)(v.ZP.pipelines.useCreate(),{onSuccess:function(e){return(0,V.wD)(e,{callback:function(e){var n=e.pipeline.uuid;q.push("/pipelines/[pipeline]/edit","/pipelines/".concat(n,"/edit"))}})}}),X=(0,t.Z)(Q,1)[0],$=(0,s.Db)((function(e){return v.ZP.pipelines.useDelete(e)()}),{onSuccess:function(e){return(0,V.wD)(e,{callback:function(){q.push("/pipelines")}})}}),ee=(0,t.Z)($,1)[0],ne=[{label:function(){return"New standard pipeline"},onClick:function(){return X({pipeline:{name:(0,P.Y6)()}})},uuid:"PipelineDetail/Header/new_standard_pipeline"},{label:function(){return"New streaming pipeline"},onClick:function(){return X({pipeline:{name:(0,P.Y6)(),type:x.q.STREAMING}})},uuid:"PipelineDetail/Header/new_streaming_pipeline"},{label:function(){return"Delete current pipeline"},onClick:function(){return ee(Y)},openConfirmationDialogue:!0,uuid:"PipelineDetail/Header/delete_pipeline"}],ie=(0,r.useMemo)((function(){return n||(L?L({height:K,heightOffset:w.Mz,pipeline:J}):null)}),[n,L,K,J]),le=k||(ie?50*S.iI:null),te=(0,r.useMemo)((function(){var e=[];return J&&(e.push.apply(e,[{label:function(){return"Pipelines"},linkProps:{href:"/pipelines"}}]),N?(e.push({label:function(){return J.uuid},linkProps:{as:"/pipelines/".concat(Y,"/triggers"),href:"/pipelines/[pipeline]/triggers"}}),e.push.apply(e,(0,l.Z)(N)),e[e.length-1].bold=!0):e.push({bold:!0,label:function(){return J.name}})),e}),[N,J,Y]),re=[{Icon:I.Pf,IconSelected:b.Z,id:R.M.TRIGGERS,isSelected:function(){return R.M.TRIGGERS===B},label:function(){return"Triggers"},linkProps:{as:"/pipelines/".concat(Y,"/triggers"),href:"/pipelines/[pipeline]/triggers"}},{Icon:I.pd,IconSelected:p.Z,id:R.M.RUNS,isSelected:function(){return R.M.RUNS===B},label:function(){return"Runs"},linkProps:{as:"/pipelines/".concat(Y,"/runs"),href:"/pipelines/[pipeline]/runs"}},{Icon:I.yg,IconSelected:u,id:R.M.BACKFILLS,isSelected:function(){return R.M.BACKFILLS===B},label:function(){return"Backfills"},linkProps:{as:"/pipelines/".concat(Y,"/backfills"),href:"/pipelines/[pipeline]/backfills"}},{Icon:I.B4,IconSelected:_,id:R.M.PIPELINE_LOGS,isSelected:function(){return R.M.PIPELINE_LOGS===B},label:function(){return"Logs"},linkProps:{as:"/pipelines/".concat(Y,"/logs"),href:"/pipelines/[pipeline]/logs"}},{Icon:I.kL,IconSelected:a,id:R.M.MONITOR,isSelected:function(){return R.M.MONITOR===B},label:function(){return"Monitor"},linkProps:{as:"/pipelines/".concat(Y,"/monitors"),href:"/pipelines/[pipeline]/monitors"}}];return x.q.INTEGRATION===(null===J||void 0===J?void 0:J.type)&&re.unshift({Icon:I.Re,IconSelected:d.Z,id:R.M.SYNCS,isSelected:function(){return R.M.SYNCS===B},label:function(){return"Syncs"},linkProps:{as:"/pipelines/".concat(Y,"/syncs"),href:"/pipelines/[pipeline]/syncs"}}),re.unshift({Icon:null,IconSelected:null,id:R.M.EDIT,label:function(){return"Edit pipeline"},linkProps:{as:"/pipelines/".concat(Y,"/edit"),href:"/pipelines/[pipeline]/edit"}}),(0,c.jsxs)(f.Z,{after:ie,afterHidden:i,afterWidth:le,before:j,beforeWidth:Z,breadcrumbs:te,headerMenuItems:ne,navigationItems:re,subheaderChildren:"undefined"!==typeof D&&D,title:J?z?z(J):J.name:null,uuid:F,children:[(A||U)&&(0,c.jsx)(m.Z,{mb:S.Mq,mt:S.cd,mx:S.cd,children:(0,c.jsx)(M,{background:O,backgroundImage:G,children:(0,c.jsxs)(C.Z,{alignItems:"center",children:[A,U&&(0,c.jsx)(m.Z,{ml:3}),U]})})}),y&&(0,c.jsx)(m.Z,{p:S.cd,children:(0,c.jsxs)(m.Z,{mt:S.cd,px:S.cd,children:[(0,c.jsx)(g.Z,{level:5,children:y}),(0,c.jsx)(h.Z,{light:!0,mt:S.cd,short:!0})]})}),H]})}},16953:function(e,n,i){var l=i(28598);n.Z=function(e){var n=e.size;return(0,l.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,l.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5 8.5H15.5V3.5H20.5V8.5ZM14 9V3C14 2.44772 14.4477 2 15 2H21C21.5523 2 22 2.44772 22 3V9C22 9.55229 21.5523 10 21 10H15C14.4477 10 14 9.55229 14 9ZM2 5V12.5V14V21.5C2 22.0523 2.44772 22.5 3 22.5H10.5H12H19.5C20.0523 22.5 20.5 22.0523 20.5 21.5V13.5C20.5 12.9477 20.0523 12.5 19.5 12.5H12V5C12 4.44772 11.5523 4 11 4H3C2.44772 4 2 4.44772 2 5ZM10.5 14V21H3.5V14H10.5ZM19 14V21H12V14H19ZM10.5 5.5V12.5H3.5V5.5H10.5Z",fill:"url(#paint0_linear_2842_55048)"}),(0,l.jsx)("defs",{children:(0,l.jsxs)("linearGradient",{id:"paint0_linear_2842_55048",x1:"2",y1:"12.25",x2:"22",y2:"12.25",gradientUnits:"userSpaceOnUse",children:[(0,l.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,l.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})}}}]);