mage-ai 0.9.46__py3-none-any.whl → 0.9.48__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 (405) hide show
  1. mage_ai/api/operations/base.py +27 -5
  2. mage_ai/api/policies/GlobalHookPolicy.py +1 -1
  3. mage_ai/api/policies/IntegrationSourcePolicy.py +62 -0
  4. mage_ai/api/policies/OauthPolicy.py +6 -6
  5. mage_ai/api/presenters/GlobalHookPresenter.py +1 -1
  6. mage_ai/api/presenters/IntegrationSourcePresenter.py +9 -2
  7. mage_ai/api/presenters/PipelinePresenter.py +3 -0
  8. mage_ai/api/presenters/PipelineRunPresenter.py +8 -3
  9. mage_ai/api/presenters/PipelineSchedulePresenter.py +22 -1
  10. mage_ai/api/resources/BlockResource.py +5 -0
  11. mage_ai/api/resources/DataProviderResource.py +2 -0
  12. mage_ai/api/resources/IntegrationSourceResource.py +149 -2
  13. mage_ai/data_integrations/sources/constants.py +5 -0
  14. mage_ai/data_integrations/utils/scheduler.py +57 -2
  15. mage_ai/data_preparation/executors/block_executor.py +30 -2
  16. mage_ai/data_preparation/executors/pipeline_executor.py +19 -4
  17. mage_ai/data_preparation/models/block/__init__.py +75 -32
  18. mage_ai/data_preparation/models/block/data_integration/constants.py +3 -0
  19. mage_ai/data_preparation/models/block/data_integration/mixins.py +6 -6
  20. mage_ai/data_preparation/models/block/data_integration/utils.py +198 -39
  21. mage_ai/data_preparation/models/block/sql/bigquery.py +2 -2
  22. mage_ai/data_preparation/models/block/sql/snowflake.py +2 -2
  23. mage_ai/data_preparation/models/block/sql/trino.py +2 -2
  24. mage_ai/data_preparation/models/block/sql/utils/shared.py +20 -3
  25. mage_ai/data_preparation/models/block/utils.py +53 -29
  26. mage_ai/data_preparation/models/global_hooks/constants.py +50 -1
  27. mage_ai/data_preparation/models/global_hooks/models.py +148 -84
  28. mage_ai/data_preparation/models/global_hooks/predicates.py +316 -0
  29. mage_ai/data_preparation/models/pipeline.py +7 -0
  30. mage_ai/data_preparation/models/pipelines/integration_pipeline.py +0 -1
  31. mage_ai/data_preparation/models/project/__init__.py +0 -2
  32. mage_ai/data_preparation/preferences.py +29 -18
  33. mage_ai/data_preparation/repo_manager.py +12 -2
  34. mage_ai/data_preparation/sync/__init__.py +2 -0
  35. mage_ai/data_preparation/templates/constants.py +14 -0
  36. mage_ai/data_preparation/templates/data_exporters/chroma.py +24 -0
  37. mage_ai/data_preparation/templates/data_exporters/streaming/rabbitmq.yaml +7 -0
  38. mage_ai/data_preparation/templates/data_loaders/chroma.py +27 -0
  39. mage_ai/data_preparation/templates/repo/io_config.yaml +3 -0
  40. mage_ai/io/base.py +1 -0
  41. mage_ai/io/chroma.py +162 -0
  42. mage_ai/io/config.py +8 -0
  43. mage_ai/orchestration/db/models/schedules.py +169 -34
  44. mage_ai/orchestration/pipeline_scheduler.py +59 -89
  45. mage_ai/server/constants.py +1 -1
  46. mage_ai/server/frontend_dist/404.html +2 -2
  47. mage_ai/server/frontend_dist/_next/static/chunks/{1749-9a6276b2918fdae1.js → 1749-bf512b4dabbab7fa.js} +1 -1
  48. mage_ai/server/frontend_dist/_next/static/chunks/1952-0f9a12782f0aaae6.js +1 -0
  49. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/2714-1e79e9f2e998b544.js → frontend_dist/_next/static/chunks/2714-68fef54789d7eaeb.js} +1 -1
  50. mage_ai/server/frontend_dist/_next/static/chunks/2717-14191a781cf2f286.js +1 -0
  51. mage_ai/server/frontend_dist/_next/static/chunks/3419-a7a52bcaaa687b07.js +1 -0
  52. mage_ai/server/frontend_dist/_next/static/chunks/3437-e81a62f33337ca06.js +1 -0
  53. mage_ai/server/frontend_dist/_next/static/chunks/3943-3cb1f765210dd7a4.js +1 -0
  54. mage_ai/server/frontend_dist/_next/static/chunks/4138-2c16e6d2f22246cd.js +1 -0
  55. mage_ai/server/frontend_dist/_next/static/chunks/4267-cb102e060a43d9bd.js +1 -0
  56. mage_ai/server/frontend_dist/_next/static/chunks/{4366-93e09e5a4a7e182c.js → 4366-3e52497942acbafe.js} +1 -1
  57. mage_ai/server/frontend_dist/_next/static/chunks/{4783-1a21d9be47574bba.js → 4783-422429203610c318.js} +1 -1
  58. mage_ai/server/frontend_dist/_next/static/chunks/{5499-76cf8f023c6b0985.js → 5499-c2853ef57d39fde8.js} +1 -1
  59. mage_ai/server/frontend_dist/_next/static/chunks/5810-e26a0768db1cfdba.js +1 -0
  60. mage_ai/server/frontend_dist/_next/static/chunks/{5896-14e5a23b1c6a0769.js → 5896-7b8e36634d7d94eb.js} +1 -1
  61. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/6285-e9b45335bfb9ccaf.js → frontend_dist/_next/static/chunks/6285-648f9a732e100b2f.js} +1 -1
  62. mage_ai/server/frontend_dist/_next/static/chunks/6798-b904395b0c18647b.js +1 -0
  63. mage_ai/server/frontend_dist/_next/static/chunks/6990-303bb87fc50f1755.js +1 -0
  64. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/7022-070ec0144a4d029c.js → frontend_dist/_next/static/chunks/7022-e76cae3ba5ee5312.js} +1 -1
  65. mage_ai/server/frontend_dist/_next/static/chunks/{7361-694e1e4fb9c97d68.js → 7361-6c5c9063b9f91700.js} +1 -1
  66. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/7858-d9df72e95e438284.js → frontend_dist/_next/static/chunks/7858-26a5a5d04fa3c703.js} +1 -1
  67. mage_ai/server/frontend_dist/_next/static/chunks/{8146-92e7ccfed169ee9c.js → 8146-27f0e31f309897a5.js} +1 -1
  68. mage_ai/server/frontend_dist/_next/static/chunks/8264-9d6a7cea289e29ff.js +1 -0
  69. mage_ai/server/frontend_dist/_next/static/chunks/845-9a73c65fe3fdc328.js +1 -0
  70. mage_ai/server/frontend_dist/_next/static/chunks/8487-608d62c0eef1f29a.js +1 -0
  71. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/1845-5ce774d5ab81ed57.js → frontend_dist/_next/static/chunks/8731-2f78ec7b7760be8f.js} +1 -1
  72. mage_ai/server/frontend_dist/_next/static/chunks/90-93d18aaecef0685b.js +1 -0
  73. mage_ai/server/frontend_dist/_next/static/chunks/9264-727704fc34e74ae0.js +1 -0
  74. mage_ai/server/frontend_dist/_next/static/chunks/9618-4eb49cdbd1ba11d7.js +1 -0
  75. mage_ai/server/frontend_dist/_next/static/chunks/9624-48fba6b4e6966fb7.js +1 -0
  76. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/976-18c98af60b76f1a7.js → frontend_dist/_next/static/chunks/976-0a8c2c4d7acd957b.js} +1 -1
  77. mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-8254de4f793643d0.js +1 -0
  78. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/block-layout-a24cb24b6f08bbc9.js → frontend_dist/_next/static/chunks/pages/block-layout-b926f6eb1ee9a53b.js} +1 -1
  79. mage_ai/server/frontend_dist/_next/static/chunks/pages/compute-a9402b51e9fe748e.js +1 -0
  80. mage_ai/server/frontend_dist/_next/static/chunks/pages/files-85cecae037fd7a70.js +1 -0
  81. mage_ai/server/frontend_dist/_next/static/chunks/pages/global-data-products/{[...slug]-cfd68e760ae00958.js → [...slug]-c3c9523ea8072c11.js} +1 -1
  82. mage_ai/server/frontend_dist/_next/static/chunks/pages/{global-data-products-c3b79ef31007f95b.js → global-data-products-4d046f15202a1c8d.js} +1 -1
  83. mage_ai/server/frontend_dist/_next/static/chunks/pages/global-hooks/[...slug]-286133386c97a2b6.js +1 -0
  84. mage_ai/server/frontend_dist/_next/static/chunks/pages/{global-hooks-e561ae38cf5592e8.js → global-hooks-3da370825153056c.js} +1 -1
  85. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/manage/files-449a022f2f0f2d94.js → frontend_dist/_next/static/chunks/pages/manage/files-39b73da5a15590f6.js} +1 -1
  86. mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/{settings-60845f0b59142f32.js → settings-666748ff5d101411.js} +1 -1
  87. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/[user]-9384c5f1efa2ac18.js → frontend_dist/_next/static/chunks/pages/manage/users/[user]-be27631e67dbe070.js} +1 -1
  88. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/new-abd8571907664fdf.js → frontend_dist/_next/static/chunks/pages/manage/users/new-1932ce64823b372b.js} +1 -1
  89. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/manage/users-28a930b148d99766.js → frontend_dist/_next/static/chunks/pages/manage/users-ed509c75cf23f0f5.js} +1 -1
  90. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/manage-f83deb790548693b.js → frontend_dist/_next/static/chunks/pages/manage-1feebec1124123fc.js} +1 -1
  91. mage_ai/server/frontend_dist/_next/static/chunks/pages/{oauth-8bb62c4f6a511c43.js → oauth-e9b8f19c30381c28.js} +1 -1
  92. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/overview-f0c40645f385f23f.js → frontend_dist/_next/static/chunks/pages/overview-7b2ba2d5405c05fe.js} +1 -1
  93. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-70fc3351bd11025f.js +1 -0
  94. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-6ee3b88a5bb4ce94.js +1 -0
  95. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-c9cf383bc13ce7b8.js +1 -0
  96. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/dashboard-571c0962333b92f0.js → frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/dashboard-7bca6f718b939934.js} +1 -1
  97. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-c119f630038b0685.js +1 -0
  98. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-146051325c92d742.js +1 -0
  99. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/{block-runs-ddddcddd2f74b4f6.js → block-runs-15d307e6ba934a56.js} +1 -1
  100. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-4a238307feddb522.js → frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-f6196e563b960e5c.js} +1 -1
  101. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors-e051057d9fe94f23.js → frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-25dbd73201d99e80.js} +1 -1
  102. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-06e55db757959ef8.js +1 -0
  103. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs-2d20b2cd08907afd.js → frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-ec3c45cfa027db58.js} +1 -1
  104. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-495e877aa7ed709e.js +1 -0
  105. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-49adfeed5157d92b.js +1 -0
  106. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-6143e028225390f5.js +1 -0
  107. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-0886f6320fef7131.js +1 -0
  108. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-e82a763d742cc034.js +1 -0
  109. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-50d20fa715d454af.js +1 -0
  110. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/permissions/{[...slug]-b78b1be5b9ed84b9.js → [...slug]-2bbd63b7e93a8600.js} +1 -1
  111. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{permissions-37b78a436eeab258.js → permissions-4ea156c39608caab.js} +1 -1
  112. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-f3c29ec53ee35795.js +1 -0
  113. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/roles/{[...slug]-db05a80d18c168e5.js → [...slug]-64ec8928d2542f3c.js} +1 -1
  114. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{roles-f55c77e4f46c8d33.js → roles-835e6ec2a48ec583.js} +1 -1
  115. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{sync-data-2a1f8737561fdd94.js → sync-data-0769149af025de30.js} +1 -1
  116. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users/{[...slug]-e3bf6e5d8bb250c4.js → [...slug]-612a65c42bcadef0.js} +1 -1
  117. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{users-20f0a050a42a015d.js → users-e3365b4029a8db33.js} +1 -1
  118. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/sign-in-99e2748e3c1d57a3.js → frontend_dist/_next/static/chunks/pages/sign-in-f3a33e8f83abdb58.js} +1 -1
  119. mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/templates/[...slug]-f44ccd1499ffd23a.js → frontend_dist/_next/static/chunks/pages/templates/[...slug]-f264097bf8120f31.js} +1 -1
  120. mage_ai/server/frontend_dist/_next/static/chunks/pages/{templates-1bfaa1c50e844813.js → templates-406e13cc5c4caab4.js} +1 -1
  121. mage_ai/server/frontend_dist/_next/static/chunks/pages/{terminal-ed121e305169cf1c.js → terminal-ef8ad878e5e7bb2f.js} +1 -1
  122. mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-a90728798f964700.js +1 -0
  123. mage_ai/server/frontend_dist/_next/static/chunks/pages/version-control-0e0c2713a2922be7.js +1 -0
  124. mage_ai/server/frontend_dist/_next/static/xxcdnITr3IkTdETH5ghqw/_buildManifest.js +1 -0
  125. mage_ai/server/frontend_dist/block-layout.html +2 -2
  126. mage_ai/server/frontend_dist/compute.html +5 -5
  127. mage_ai/server/frontend_dist/files.html +5 -5
  128. mage_ai/server/frontend_dist/global-data-products/[...slug].html +5 -5
  129. mage_ai/server/frontend_dist/global-data-products.html +5 -5
  130. mage_ai/server/frontend_dist/global-hooks/[...slug].html +5 -5
  131. mage_ai/server/frontend_dist/global-hooks.html +5 -5
  132. mage_ai/server/frontend_dist/index.html +2 -2
  133. mage_ai/server/frontend_dist/manage/files.html +5 -5
  134. mage_ai/server/frontend_dist/manage/settings.html +5 -5
  135. mage_ai/server/frontend_dist/manage/users/[user].html +5 -5
  136. mage_ai/server/frontend_dist/manage/users/new.html +5 -5
  137. mage_ai/server/frontend_dist/manage/users.html +5 -5
  138. mage_ai/server/frontend_dist/manage.html +5 -5
  139. mage_ai/server/frontend_dist/oauth.html +4 -4
  140. mage_ai/server/frontend_dist/overview.html +5 -5
  141. mage_ai/server/frontend_dist/pipeline-runs.html +5 -5
  142. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +5 -5
  143. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +5 -5
  144. mage_ai/server/frontend_dist/pipelines/[pipeline]/dashboard.html +5 -5
  145. mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
  146. mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +5 -5
  147. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +5 -5
  148. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +5 -5
  149. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +5 -5
  150. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +5 -5
  151. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +5 -5
  152. mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html +5 -5
  153. mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +5 -5
  154. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +5 -5
  155. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +5 -5
  156. mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
  157. mage_ai/server/frontend_dist/pipelines.html +5 -5
  158. mage_ai/server/frontend_dist/settings/account/profile.html +5 -5
  159. mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html +5 -5
  160. mage_ai/server/frontend_dist/settings/workspace/permissions.html +5 -5
  161. mage_ai/server/frontend_dist/settings/workspace/preferences.html +5 -5
  162. mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html +5 -5
  163. mage_ai/server/frontend_dist/settings/workspace/roles.html +5 -5
  164. mage_ai/server/frontend_dist/settings/workspace/sync-data.html +5 -5
  165. mage_ai/server/frontend_dist/settings/workspace/users/[...slug].html +5 -5
  166. mage_ai/server/frontend_dist/settings/workspace/users.html +5 -5
  167. mage_ai/server/frontend_dist/settings.html +2 -2
  168. mage_ai/server/frontend_dist/sign-in.html +24 -24
  169. mage_ai/server/frontend_dist/templates/[...slug].html +5 -5
  170. mage_ai/server/frontend_dist/templates.html +5 -5
  171. mage_ai/server/frontend_dist/terminal.html +5 -5
  172. mage_ai/server/frontend_dist/test.html +5 -5
  173. mage_ai/server/frontend_dist/triggers.html +5 -5
  174. mage_ai/server/frontend_dist/version-control.html +5 -5
  175. mage_ai/server/frontend_dist_base_path_template/404.html +2 -2
  176. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{1749-9a6276b2918fdae1.js → 1749-bf512b4dabbab7fa.js} +1 -1
  177. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1952-0f9a12782f0aaae6.js +1 -0
  178. mage_ai/server/{frontend_dist/_next/static/chunks/2714-1e79e9f2e998b544.js → frontend_dist_base_path_template/_next/static/chunks/2714-68fef54789d7eaeb.js} +1 -1
  179. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2717-14191a781cf2f286.js +1 -0
  180. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3419-a7a52bcaaa687b07.js +1 -0
  181. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3437-e81a62f33337ca06.js +1 -0
  182. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3943-3cb1f765210dd7a4.js +1 -0
  183. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/4138-2c16e6d2f22246cd.js +1 -0
  184. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/4267-cb102e060a43d9bd.js +1 -0
  185. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{4366-93e09e5a4a7e182c.js → 4366-3e52497942acbafe.js} +1 -1
  186. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{4783-1a21d9be47574bba.js → 4783-422429203610c318.js} +1 -1
  187. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{5499-76cf8f023c6b0985.js → 5499-c2853ef57d39fde8.js} +1 -1
  188. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5810-e26a0768db1cfdba.js +1 -0
  189. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{5896-14e5a23b1c6a0769.js → 5896-7b8e36634d7d94eb.js} +1 -1
  190. mage_ai/server/{frontend_dist/_next/static/chunks/6285-e9b45335bfb9ccaf.js → frontend_dist_base_path_template/_next/static/chunks/6285-648f9a732e100b2f.js} +1 -1
  191. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6798-b904395b0c18647b.js +1 -0
  192. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6990-303bb87fc50f1755.js +1 -0
  193. mage_ai/server/{frontend_dist/_next/static/chunks/7022-070ec0144a4d029c.js → frontend_dist_base_path_template/_next/static/chunks/7022-e76cae3ba5ee5312.js} +1 -1
  194. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{7361-694e1e4fb9c97d68.js → 7361-6c5c9063b9f91700.js} +1 -1
  195. mage_ai/server/{frontend_dist/_next/static/chunks/7858-d9df72e95e438284.js → frontend_dist_base_path_template/_next/static/chunks/7858-26a5a5d04fa3c703.js} +1 -1
  196. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{8146-92e7ccfed169ee9c.js → 8146-27f0e31f309897a5.js} +1 -1
  197. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8264-9d6a7cea289e29ff.js +1 -0
  198. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/845-9a73c65fe3fdc328.js +1 -0
  199. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8487-608d62c0eef1f29a.js +1 -0
  200. mage_ai/server/{frontend_dist/_next/static/chunks/1845-5ce774d5ab81ed57.js → frontend_dist_base_path_template/_next/static/chunks/8731-2f78ec7b7760be8f.js} +1 -1
  201. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/90-93d18aaecef0685b.js +1 -0
  202. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9264-727704fc34e74ae0.js +1 -0
  203. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9618-4eb49cdbd1ba11d7.js +1 -0
  204. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9624-48fba6b4e6966fb7.js +1 -0
  205. mage_ai/server/{frontend_dist/_next/static/chunks/976-18c98af60b76f1a7.js → frontend_dist_base_path_template/_next/static/chunks/976-0a8c2c4d7acd957b.js} +1 -1
  206. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-8254de4f793643d0.js +1 -0
  207. mage_ai/server/{frontend_dist/_next/static/chunks/pages/block-layout-a24cb24b6f08bbc9.js → frontend_dist_base_path_template/_next/static/chunks/pages/block-layout-b926f6eb1ee9a53b.js} +1 -1
  208. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/compute-a9402b51e9fe748e.js +1 -0
  209. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/files-85cecae037fd7a70.js +1 -0
  210. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-data-products/{[...slug]-cfd68e760ae00958.js → [...slug]-c3c9523ea8072c11.js} +1 -1
  211. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{global-data-products-c3b79ef31007f95b.js → global-data-products-4d046f15202a1c8d.js} +1 -1
  212. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-hooks/[...slug]-286133386c97a2b6.js +1 -0
  213. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{global-hooks-e561ae38cf5592e8.js → global-hooks-3da370825153056c.js} +1 -1
  214. mage_ai/server/{frontend_dist/_next/static/chunks/pages/manage/files-449a022f2f0f2d94.js → frontend_dist_base_path_template/_next/static/chunks/pages/manage/files-39b73da5a15590f6.js} +1 -1
  215. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/{settings-60845f0b59142f32.js → settings-666748ff5d101411.js} +1 -1
  216. mage_ai/server/{frontend_dist/_next/static/chunks/pages/manage/users/[user]-9384c5f1efa2ac18.js → frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/[user]-be27631e67dbe070.js} +1 -1
  217. mage_ai/server/{frontend_dist/_next/static/chunks/pages/manage/users/new-abd8571907664fdf.js → frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/new-1932ce64823b372b.js} +1 -1
  218. mage_ai/server/{frontend_dist/_next/static/chunks/pages/manage/users-28a930b148d99766.js → frontend_dist_base_path_template/_next/static/chunks/pages/manage/users-ed509c75cf23f0f5.js} +1 -1
  219. mage_ai/server/{frontend_dist/_next/static/chunks/pages/manage-f83deb790548693b.js → frontend_dist_base_path_template/_next/static/chunks/pages/manage-1feebec1124123fc.js} +1 -1
  220. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{oauth-8bb62c4f6a511c43.js → oauth-e9b8f19c30381c28.js} +1 -1
  221. mage_ai/server/{frontend_dist/_next/static/chunks/pages/overview-f0c40645f385f23f.js → frontend_dist_base_path_template/_next/static/chunks/pages/overview-7b2ba2d5405c05fe.js} +1 -1
  222. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipeline-runs-70fc3351bd11025f.js +1 -0
  223. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-6ee3b88a5bb4ce94.js +1 -0
  224. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-c9cf383bc13ce7b8.js +1 -0
  225. mage_ai/server/{frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/dashboard-571c0962333b92f0.js → frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/dashboard-7bca6f718b939934.js} +1 -1
  226. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-c119f630038b0685.js +1 -0
  227. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-146051325c92d742.js +1 -0
  228. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/{block-runs-ddddcddd2f74b4f6.js → block-runs-15d307e6ba934a56.js} +1 -1
  229. mage_ai/server/{frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-4a238307feddb522.js → frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-f6196e563b960e5c.js} +1 -1
  230. mage_ai/server/{frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-e051057d9fe94f23.js → frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors-25dbd73201d99e80.js} +1 -1
  231. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-06e55db757959ef8.js +1 -0
  232. mage_ai/server/{frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-2d20b2cd08907afd.js → frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs-ec3c45cfa027db58.js} +1 -1
  233. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/settings-495e877aa7ed709e.js +1 -0
  234. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/syncs-49adfeed5157d92b.js +1 -0
  235. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-6143e028225390f5.js +1 -0
  236. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-0886f6320fef7131.js +1 -0
  237. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-e82a763d742cc034.js +1 -0
  238. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/account/profile-50d20fa715d454af.js +1 -0
  239. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/permissions/{[...slug]-b78b1be5b9ed84b9.js → [...slug]-2bbd63b7e93a8600.js} +1 -1
  240. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/{permissions-37b78a436eeab258.js → permissions-4ea156c39608caab.js} +1 -1
  241. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-f3c29ec53ee35795.js +1 -0
  242. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/roles/{[...slug]-db05a80d18c168e5.js → [...slug]-64ec8928d2542f3c.js} +1 -1
  243. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/{roles-f55c77e4f46c8d33.js → roles-835e6ec2a48ec583.js} +1 -1
  244. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/{sync-data-2a1f8737561fdd94.js → sync-data-0769149af025de30.js} +1 -1
  245. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/users/{[...slug]-e3bf6e5d8bb250c4.js → [...slug]-612a65c42bcadef0.js} +1 -1
  246. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/{users-20f0a050a42a015d.js → users-e3365b4029a8db33.js} +1 -1
  247. mage_ai/server/{frontend_dist/_next/static/chunks/pages/sign-in-99e2748e3c1d57a3.js → frontend_dist_base_path_template/_next/static/chunks/pages/sign-in-f3a33e8f83abdb58.js} +1 -1
  248. mage_ai/server/{frontend_dist/_next/static/chunks/pages/templates/[...slug]-f44ccd1499ffd23a.js → frontend_dist_base_path_template/_next/static/chunks/pages/templates/[...slug]-f264097bf8120f31.js} +1 -1
  249. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{templates-1bfaa1c50e844813.js → templates-406e13cc5c4caab4.js} +1 -1
  250. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{terminal-ed121e305169cf1c.js → terminal-ef8ad878e5e7bb2f.js} +1 -1
  251. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/triggers-a90728798f964700.js +1 -0
  252. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/version-control-0e0c2713a2922be7.js +1 -0
  253. mage_ai/server/frontend_dist_base_path_template/_next/static/gDn6inKdLyj35NvURBSCV/_buildManifest.js +1 -0
  254. mage_ai/server/frontend_dist_base_path_template/block-layout.html +2 -2
  255. mage_ai/server/frontend_dist_base_path_template/compute.html +5 -5
  256. mage_ai/server/frontend_dist_base_path_template/files.html +5 -5
  257. mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html +5 -5
  258. mage_ai/server/frontend_dist_base_path_template/global-data-products.html +5 -5
  259. mage_ai/server/frontend_dist_base_path_template/global-hooks/[...slug].html +5 -5
  260. mage_ai/server/frontend_dist_base_path_template/global-hooks.html +5 -5
  261. mage_ai/server/frontend_dist_base_path_template/index.html +2 -2
  262. mage_ai/server/frontend_dist_base_path_template/manage/files.html +5 -5
  263. mage_ai/server/frontend_dist_base_path_template/manage/settings.html +5 -5
  264. mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html +5 -5
  265. mage_ai/server/frontend_dist_base_path_template/manage/users/new.html +5 -5
  266. mage_ai/server/frontend_dist_base_path_template/manage/users.html +5 -5
  267. mage_ai/server/frontend_dist_base_path_template/manage.html +5 -5
  268. mage_ai/server/frontend_dist_base_path_template/oauth.html +4 -4
  269. mage_ai/server/frontend_dist_base_path_template/overview.html +5 -5
  270. mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html +5 -5
  271. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html +5 -5
  272. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html +5 -5
  273. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html +5 -5
  274. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html +2 -2
  275. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html +5 -5
  276. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html +5 -5
  277. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html +5 -5
  278. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html +5 -5
  279. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html +5 -5
  280. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html +5 -5
  281. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html +5 -5
  282. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html +5 -5
  283. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html +5 -5
  284. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html +5 -5
  285. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html +2 -2
  286. mage_ai/server/frontend_dist_base_path_template/pipelines.html +5 -5
  287. mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html +5 -5
  288. mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html +5 -5
  289. mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html +5 -5
  290. mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html +5 -5
  291. mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html +5 -5
  292. mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html +5 -5
  293. mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html +5 -5
  294. mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html +5 -5
  295. mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html +5 -5
  296. mage_ai/server/frontend_dist_base_path_template/settings.html +2 -2
  297. mage_ai/server/frontend_dist_base_path_template/sign-in.html +20 -20
  298. mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html +5 -5
  299. mage_ai/server/frontend_dist_base_path_template/templates.html +5 -5
  300. mage_ai/server/frontend_dist_base_path_template/terminal.html +5 -5
  301. mage_ai/server/frontend_dist_base_path_template/test.html +5 -5
  302. mage_ai/server/frontend_dist_base_path_template/triggers.html +5 -5
  303. mage_ai/server/frontend_dist_base_path_template/version-control.html +5 -5
  304. mage_ai/server/server.py +11 -3
  305. mage_ai/services/k8s/job_manager.py +1 -0
  306. mage_ai/settings/repo.py +3 -0
  307. mage_ai/shared/files.py +47 -0
  308. mage_ai/shared/models.py +1 -0
  309. mage_ai/streaming/constants.py +1 -0
  310. mage_ai/streaming/sinks/postgres.py +2 -0
  311. mage_ai/streaming/sinks/rabbitmq.py +76 -0
  312. mage_ai/streaming/sinks/sink_factory.py +4 -0
  313. mage_ai/streaming/sources/nats_js.py +12 -1
  314. mage_ai/tests/api/operations/test_operations_with_hooks.py +136 -91
  315. mage_ai/tests/api/policies/test_oauth_policy.py +38 -0
  316. mage_ai/tests/data_preparation/executors/test_block_executor.py +2 -0
  317. mage_ai/tests/data_preparation/models/global_hooks/test_global_hooks.py +33 -8
  318. mage_ai/tests/data_preparation/models/global_hooks/test_hook.py +82 -38
  319. mage_ai/tests/data_preparation/models/global_hooks/test_predicates.py +803 -0
  320. mage_ai/tests/data_preparation/models/global_hooks/test_utils.py +6 -1
  321. mage_ai/tests/data_preparation/models/test_block.py +26 -0
  322. mage_ai/tests/data_preparation/models/test_pipeline.py +15 -0
  323. mage_ai/tests/factory.py +40 -2
  324. mage_ai/tests/orchestration/test_pipeline_scheduler.py +82 -1
  325. mage_ai/tests/services/k8s/test_job_manager.py +16 -0
  326. mage_ai/tests/shared/mixins.py +60 -23
  327. mage_ai/tests/streaming/sinks/test_rabbitmq.py +36 -0
  328. {mage_ai-0.9.46.dist-info → mage_ai-0.9.48.dist-info}/METADATA +7 -4
  329. {mage_ai-0.9.46.dist-info → mage_ai-0.9.48.dist-info}/RECORD +335 -321
  330. {mage_ai-0.9.46.dist-info → mage_ai-0.9.48.dist-info}/WHEEL +1 -1
  331. mage_ai/server/frontend_dist/_next/static/9jB4XPuz6BzxBcG9VNao5/_buildManifest.js +0 -1
  332. mage_ai/server/frontend_dist/_next/static/chunks/1952-ac7722e8b1ab88fe.js +0 -1
  333. mage_ai/server/frontend_dist/_next/static/chunks/3419-f8d518d024e7b5c8.js +0 -1
  334. mage_ai/server/frontend_dist/_next/static/chunks/3943-9e1105393a3be0de.js +0 -1
  335. mage_ai/server/frontend_dist/_next/static/chunks/4267-fd4d8049e83178de.js +0 -1
  336. mage_ai/server/frontend_dist/_next/static/chunks/5810-12eadc488265d55b.js +0 -1
  337. mage_ai/server/frontend_dist/_next/static/chunks/595-0d174b1f9fbfce4f.js +0 -1
  338. mage_ai/server/frontend_dist/_next/static/chunks/600-705fe234320ec5de.js +0 -1
  339. mage_ai/server/frontend_dist/_next/static/chunks/6333-bc1b433b428a9095.js +0 -1
  340. mage_ai/server/frontend_dist/_next/static/chunks/722-a1584445357a276c.js +0 -1
  341. mage_ai/server/frontend_dist/_next/static/chunks/8264-0d582a6ca33c3dfa.js +0 -1
  342. mage_ai/server/frontend_dist/_next/static/chunks/8487-032ef9b17d20aad9.js +0 -1
  343. mage_ai/server/frontend_dist/_next/static/chunks/90-a7308bae028d7001.js +0 -1
  344. mage_ai/server/frontend_dist/_next/static/chunks/9264-1d4f0327d42fed91.js +0 -1
  345. mage_ai/server/frontend_dist/_next/static/chunks/9618-2c5045255ac5a6e7.js +0 -1
  346. mage_ai/server/frontend_dist/_next/static/chunks/9624-334e7db5c84cb4ea.js +0 -1
  347. mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-ebef928183f9a3bb.js +0 -1
  348. mage_ai/server/frontend_dist/_next/static/chunks/pages/compute-419775ca1293b354.js +0 -1
  349. mage_ai/server/frontend_dist/_next/static/chunks/pages/files-0f2d4be6fdca86ca.js +0 -1
  350. mage_ai/server/frontend_dist/_next/static/chunks/pages/global-hooks/[...slug]-77edfa32d000e88b.js +0 -1
  351. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-b35d37bfba8fbccc.js +0 -1
  352. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-10e9a2d19541caa2.js +0 -1
  353. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-c8d3a5289ab93f88.js +0 -1
  354. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-ff7e9108502f5716.js +0 -1
  355. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-ef680455ae54ccbe.js +0 -1
  356. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-0691711636fa95c7.js +0 -1
  357. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-2914e326a5f1ffe0.js +0 -1
  358. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-b75bf17498e87354.js +0 -1
  359. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-3a7500e6e53084d3.js +0 -1
  360. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-c0e551d265a8d467.js +0 -1
  361. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-e47db5c3eaf683af.js +0 -1
  362. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-55ac955dfa9a5a8d.js +0 -1
  363. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-29c92a9bc54ae5cd.js +0 -1
  364. mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-572d82d6eb7a5d43.js +0 -1
  365. mage_ai/server/frontend_dist/_next/static/chunks/pages/version-control-2d26d80370a2e481.js +0 -1
  366. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1952-ac7722e8b1ab88fe.js +0 -1
  367. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3419-f8d518d024e7b5c8.js +0 -1
  368. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3943-9e1105393a3be0de.js +0 -1
  369. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/4267-fd4d8049e83178de.js +0 -1
  370. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5810-12eadc488265d55b.js +0 -1
  371. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/595-0d174b1f9fbfce4f.js +0 -1
  372. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/600-705fe234320ec5de.js +0 -1
  373. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6333-bc1b433b428a9095.js +0 -1
  374. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/722-a1584445357a276c.js +0 -1
  375. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8264-0d582a6ca33c3dfa.js +0 -1
  376. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8487-032ef9b17d20aad9.js +0 -1
  377. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/90-a7308bae028d7001.js +0 -1
  378. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9264-1d4f0327d42fed91.js +0 -1
  379. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9618-2c5045255ac5a6e7.js +0 -1
  380. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9624-334e7db5c84cb4ea.js +0 -1
  381. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-ebef928183f9a3bb.js +0 -1
  382. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/compute-419775ca1293b354.js +0 -1
  383. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/files-0f2d4be6fdca86ca.js +0 -1
  384. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-hooks/[...slug]-77edfa32d000e88b.js +0 -1
  385. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipeline-runs-b35d37bfba8fbccc.js +0 -1
  386. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-10e9a2d19541caa2.js +0 -1
  387. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-c8d3a5289ab93f88.js +0 -1
  388. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-ff7e9108502f5716.js +0 -1
  389. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-ef680455ae54ccbe.js +0 -1
  390. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-0691711636fa95c7.js +0 -1
  391. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/settings-2914e326a5f1ffe0.js +0 -1
  392. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/syncs-b75bf17498e87354.js +0 -1
  393. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-3a7500e6e53084d3.js +0 -1
  394. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-c0e551d265a8d467.js +0 -1
  395. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-e47db5c3eaf683af.js +0 -1
  396. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/account/profile-55ac955dfa9a5a8d.js +0 -1
  397. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-29c92a9bc54ae5cd.js +0 -1
  398. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/triggers-572d82d6eb7a5d43.js +0 -1
  399. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/version-control-2d26d80370a2e481.js +0 -1
  400. mage_ai/server/frontend_dist_base_path_template/_next/static/uPDjJYpJMst1q6psbRyte/_buildManifest.js +0 -1
  401. /mage_ai/server/frontend_dist/_next/static/{9jB4XPuz6BzxBcG9VNao5 → xxcdnITr3IkTdETH5ghqw}/_ssgManifest.js +0 -0
  402. /mage_ai/server/frontend_dist_base_path_template/_next/static/{uPDjJYpJMst1q6psbRyte → gDn6inKdLyj35NvURBSCV}/_ssgManifest.js +0 -0
  403. {mage_ai-0.9.46.dist-info → mage_ai-0.9.48.dist-info}/LICENSE +0 -0
  404. {mage_ai-0.9.46.dist-info → mage_ai-0.9.48.dist-info}/entry_points.txt +0 -0
  405. {mage_ai-0.9.46.dist-info → mage_ai-0.9.48.dist-info}/top_level.txt +0 -0
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4794],{59739:function(e,n,t){"use strict";var r=t(56669);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,n,t,o,i,l){if(l!==r){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function n(){return e}e.isRequired=e;var t={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:n,element:e,elementType:e,instanceOf:n,node:e,objectOf:n,oneOf:n,oneOfType:n,shape:n,exact:n,checkPropTypes:i,resetWarningCache:o};return t.PropTypes=t,t}},47329:function(e,n,t){e.exports=t(59739)()},56669:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},93859:function(e,n,t){"use strict";t.d(n,{r:function(){return C},Z:function(){return T}});var r=t(82394),o=t(21831),i=t(82684),l=t(48670),c=t(12691),u=t.n(c),a=t(38626),s=t(78141),d=t(44628),p=t(6508),f=t(55485),h=t(30160),m=t(44897),v=t(70987),g=function(){var e=document.createElement("div");e.setAttribute("style","width: 100px; height: 100px; overflow: scroll; position:absolute; top:-9999px;"),document.body.appendChild(e);var n=e.offsetWidth-e.clientWidth;return document.body.removeChild(e),n},b=t(95363),x=t(61896),j=t(47041),y=t(48888),_=t(70515),O=t(40489),Z=t(86735),P=t(28598);function w(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?w(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):w(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var k=2*_.iI+x.dN,I=20*_.iI,C=8.7,E=a.default.div.withConfig({displayName:"DataTable__Styles",componentId:"sc-1arr863-0"})([""," "," "," .body > div{","}.table{border-spacing:0;display:inline-block;"," "," "," "," .tr{.td.td-index-column{","}}.th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;","}.th,.td{"," font-family:",";margin:0;","}.td{padding:","px;}&.sticky{overflow:auto;}.header{overflow:hidden;}}"],(function(e){return e.disableScrolling&&"\n overflow: hidden;\n "}),(function(e){return e.height&&"\n height: ".concat(e.height,"px;\n ")}),(function(e){return e.maxHeight&&"\n max-height: ".concat(e.maxHeight,"px;\n ")}),j.w5,(function(e){return!e.noBorderBottom&&"\n border-bottom: 1px solid ".concat((e.theme.borders||v.Z.borders).medium,";\n ")}),(function(e){return!e.noBorderLeft&&"\n border-left: 1px solid ".concat((e.theme.borders||v.Z.borders).medium,";\n ")}),(function(e){return!e.noBorderRight&&"\n border-right: 1px solid ".concat((e.theme.borders||v.Z.borders).medium,";\n ")}),(function(e){return!e.noBorderTop&&"\n border-top: 1px solid ".concat((e.theme.borders||v.Z.borders).medium,";\n ")}),(function(e){return"\n color: ".concat((e.theme.content||v.Z.content).default,";\n ")}),(function(e){return"\n height: ".concat(e.columnHeaderHeight||k,"px;\n ")}),x.iD,b.ry,(function(e){return"\n background-color: ".concat((e.theme.background||v.Z.background).table,";\n border-bottom: 1px solid ").concat((e.theme.borders||v.Z.borders).medium,";\n border-right: 1px solid ").concat((e.theme.borders||v.Z.borders).medium,";\n ")}),1*_.iI);function L(e){var n=e.original,t=8.5*Math.max.apply(Math,(0,o.Z)(n.map((function(e){return(null===e||void 0===e?void 0:e.length)||0})))),r=Math.ceil(t/(I-2*_.iI));return Math.max(r,1)*x.dN+2*_.iI}function D(e){var n=e.columnHeaderHeight,t=e.columns,r=e.data,c=e.disableScrolling,j=e.height,w=e.index,E=e.invalidValues,D=e.maxHeight,T=e.numberOfIndexes,A=e.previewIndexes,R=e.renderColumnHeader,B=e.width,N=(0,i.useContext)(a.ThemeContext),M=(0,i.useRef)(null),H=(0,i.useRef)(null);(0,i.useEffect)((function(){var e=function(e){var n;null===M||void 0===M||null===(n=M.current)||void 0===n||n.scroll(e.target.scrollLeft,0)};return H&&H.current.addEventListener("scroll",e),function(){var n;null===H||void 0===H||null===(n=H.current)||void 0===n||n.removeEventListener("scroll",e)}}),[M,H]);var U=(0,i.useMemo)((function(){return w&&r&&w.length===r.length}),[r,w]),W=(0,i.useMemo)((function(){var e=[];return(0,Z.w6)(T).forEach((function(n,t){var i=String(null===r||void 0===r?void 0:r.length).length*C;if(U){var l=w.map((function(e){return T>=2?String(e[t]).length:String(e).length}));i=Math.max.apply(Math,(0,o.Z)(l))*C}e.push(i+2*_.iI)})),e}),[r,w,T,U]),J=t.map((function(e){return null===e||void 0===e?void 0:e.Header})).slice(1),Y=(0,i.useMemo)((function(){return g()}),[]),q=(0,i.useMemo)((function(){var e=B-(Math.max.apply(Math,(0,o.Z)(W))+1.5*_.iI+Y),n=t.length-1,r=I;return r*n<e&&(r=e/n),{width:r}}),[t,W,Y,B]),G=(0,d.useTable)({columns:t,data:r,defaultColumn:q},d.useBlockLayout,p.useSticky),V=G.getTableBodyProps,z=G.getTableProps,F=G.headerGroups,K=G.prepareRow,X=G.rows,Q=(0,i.useCallback)((function(e){var n=e.index,t=e.style,r=new Set((null===A||void 0===A?void 0:A.removedRows)||[]),o=X[n];K(o);var c=o.original,a=r.has(n);return(0,P.jsx)("div",S(S({},o.getRowProps({style:S(S({},t),{},{width:"auto"})})),{},{className:"tr",children:o.cells.map((function(e,t){var r,o=t<=T-1,s=e.getCellProps(),d=e.column.id,p=null===E||void 0===E||null===(r=E[d])||void 0===r?void 0:r.includes(n),m=S({},s.style);o&&(m.fontFamily=b.Vp,m.left=0,m.position="sticky",m.textAlign=w?"right":"center",m.width=W[t]);var g,x=c[t-T],j=J.indexOf(d);if(p&&(m.color=v.Z.interactive.dangerBorder),a&&(m.backgroundColor=v.Z.background.danger),Array.isArray(x)||"object"===typeof x)try{x=JSON.stringify(x)}catch(_){x="Error: cannot display value"}return o&&(U?(g=w[n],Array.isArray(g)&&(g=g[t])):g=e.render("Cell")),(0,i.createElement)("div",S(S({},s),{},{className:"td ".concat(o?"td-index-column":""),key:"".concat(t,"-").concat(x),style:m}),g,!o&&(0,P.jsxs)(f.ZP,{justifyContent:"space-between",children:[(0,P.jsxs)(h.ZP,{danger:p,default:!0,wordBreak:!0,children:[!0===x&&"true",!1===x&&"false",(null===x||"null"===x)&&"null",!0!==x&&!1!==x&&null!==x&&"null"!==x&&x]}),p&&(0,P.jsx)(u(),{as:(0,O.o_)(y.mW,j),href:"/datasets/[...slug]",passHref:!0,children:(0,P.jsx)(l.Z,{danger:!0,children:"View all"})})]}))}))}))}),[J,w,E,W,T,K,X,U,A]),$=(0,i.useMemo)((function(){var e;return D?(e=(0,Z.Sm)(X.map(L)),e+=n||k-x.dN):(e=j,e-=n||k),e}),[n,j,D,X]),ee=(0,i.useMemo)((function(){return(0,P.jsx)(s.S_,{estimatedItemSize:k,height:$,itemCount:null===X||void 0===X?void 0:X.length,itemSize:function(e){return L(X[e])},outerRef:H,style:{maxHeight:D,pointerEvents:c?"none":null},children:Q})}),[c,$,D,Q,X]);return(0,P.jsx)("div",S(S({},z()),{},{className:"table sticky",style:{width:B},children:(0,P.jsxs)("div",S(S({},V()),{},{className:"body",children:[(0,P.jsx)("div",{className:"header",ref:M,children:F.map((function(e,n){return(0,i.createElement)("div",S(S({},e.getHeaderGroupProps()),{},{className:"tr",key:"".concat(e.id,"_").concat(n)}),e.headers.map((function(e,n){var t,r=n<=T-1,o=e.getHeaderProps(),l=S({},o.style);return r?(l.fontFamily=b.Vp,l.left=0,l.position="sticky",l.textAlign="center",l.width=W[n],l.minWidth=W[n]):R?t=R(e,n-T,{width:q.width}):(t=e.render("Header"),l.color=(N||m.Z).content.default,l.padding=1*_.iI,l.minWidth=q.width),(0,i.createElement)("div",S(S({},o),{},{className:"th",key:e.id,style:l,title:r?"Row number":void 0}),t)})))}))}),ee]}))}))}var T=function(e){var n=e.columnHeaderHeight,t=e.columns,r=e.disableScrolling,o=e.height,l=e.index,c=e.invalidValues,u=e.maxHeight,a=e.noBorderBottom,s=e.noBorderLeft,d=e.noBorderRight,p=e.noBorderTop,f=e.previewIndexes,h=e.renderColumnHeader,m=e.rows,v=e.width;if(null===t||void 0===t?void 0:t.some((function(e){return""===e})))return null;var g=(0,i.useMemo)((function(){return null!==l&&void 0!==l&&l.length&&Array.isArray(l[0])?l[0].length:1}),[l]),b=(0,i.useMemo)((function(){return(0,Z.w6)(g).map((function(e,n){return{Header:(0,Z.w6)(n+1).map((function(){return" "})).join(" "),accessor:function(e,n){return n},sticky:"left"}})).concat(null===t||void 0===t?void 0:t.map((function(e){return{Header:String(e),accessor:String(e)}})))}),[t,g]),x=(0,i.useMemo)((function(){return(0,P.jsx)(D,{columnHeaderHeight:n,columns:b,data:m,disableScrolling:r,height:o,index:l,invalidValues:c,maxHeight:u,numberOfIndexes:g,previewIndexes:f,renderColumnHeader:h,width:v})}),[n,b,m,r,o,l,c,u,g,f,h,v]);return(0,P.jsx)(E,{columnHeaderHeight:n,disableScrolling:r,height:o,maxHeight:u?u+37:u,noBorderBottom:a,noBorderLeft:s,noBorderRight:d,noBorderTop:p,children:x})}},74395:function(e,n,t){"use strict";t.d(n,{M:function(){return l},W:function(){return i}});var r=t(38626),o=t(46684),i=34*t(70515).iI,l=r.default.div.withConfig({displayName:"indexstyle__BeforeStyle",componentId:"sc-12ee2ib-0"})(["min-height:calc(100vh - ","px);"],o.Mz)},88785:function(e,n,t){"use strict";t.d(n,{J:function(){return u},U:function(){return c}});var r=t(38626),o=t(44897),i=t(42631),l=t(70515),c=r.default.div.withConfig({displayName:"indexstyle__CardStyle",componentId:"sc-m7tlau-0"})(["border-radius:","px;border-style:solid;border-width:2px;height:","px;margin-right:","px;padding:","px;width:","px;"," ",""],i.TR,14*l.iI,l.cd*l.iI,l.cd*l.iI,40*l.iI,(function(e){return!e.selected&&"\n border-color: ".concat((e.theme.borders||o.Z.borders).light,";\n ")}),(function(e){return e.selected&&"\n border-color: ".concat((e.theme.interactive||o.Z.interactive).linkPrimary,";\n ")})),u=r.default.div.withConfig({displayName:"indexstyle__DateSelectionContainer",componentId:"sc-m7tlau-1"})(["border-radius:","px;padding:","px;"," "," ",""],i.n_,l.tr,(function(e){return"\n background-color: ".concat((e.theme.interactive||o.Z.interactive).defaultBackground,";\n ")}),(function(e){return e.absolute&&"\n position: absolute;\n z-index: 2;\n right: 0;\n top: ".concat(2.5*l.iI,"px;\n ")}),(function(e){return e.topPosition&&"\n top: -".concat(42*l.iI,"px;\n ")}))},48888:function(e,n,t){"use strict";t.d(n,{AE:function(){return o},H3:function(){return i},mW:function(){return l},oE:function(){return c},yg:function(){return r}});var r="tabs[]",o="show_columns",i="column",l="Reports",c="Visualizations"},70320:function(e,n,t){"use strict";t.d(n,{h:function(){return l},q:function(){return i}});var r=t(78419),o=t(53808);function i(){return(0,o.U2)(r.am,null)||!1}function l(e){return"undefined"!==typeof e&&(0,o.t8)(r.am,e),e}},40489:function(e,n,t){"use strict";t.d(n,{o_:function(){return u}});var r=t(75582),o=t(34376),i=t(48888);t(82684),t(12691),t(71180),t(58036),t(97618),t(55485),t(48670),t(38276),t(30160),t(72473),t(28598);var l,c=t(69419);!function(e){e.DATASETS="datasets",e.DATASET_DETAIL="dataset_detail",e.COLUMNS="features",e.COLUMN_DETAIL="feature_detail",e.EXPORT="export"}(l||(l={}));var u=function(e,n){var t=(0,o.useRouter)().query.slug,u=void 0===t?[]:t,a=(0,r.Z)(u,1)[0],s=(0,c.iV)(),d=s.show_columns,p=s.column,f="/".concat(l.DATASETS,"/").concat(a),h="".concat(i.H3,"=").concat(p||n),m="".concat(i.yg,"=").concat(e,"&").concat(h,"&").concat(i.AE,"=").concat(d||0);return"".concat(f,"?").concat(m)}},14805:function(e,n,t){"use strict";var r=t(82394),o=t(44495),i=t(55485),l=t(44085),c=t(38276),u=t(30160),a=t(88785),s=t(70515),d=t(86735),p=t(28598);function f(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 h(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?f(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):f(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}n.Z=function(e){var n=e.localTime,t=e.selectedDate,r=e.selectedTime,f=e.setSelectedDate,m=e.setSelectedTime,v=e.topPosition;return(0,p.jsxs)(a.J,{absolute:!0,topPosition:v,children:[(0,p.jsx)(o.ZP,{onChange:f,value:t}),(0,p.jsx)(c.Z,{mb:2}),(0,p.jsxs)(i.ZP,{alignItems:"center",children:[(0,p.jsxs)(u.ZP,{default:!0,large:!0,children:["Time (",n?"Local":"UTC","):"]}),(0,p.jsx)(c.Z,{pr:2}),(0,p.jsx)(l.Z,{compact:!0,monospace:!0,onChange:function(e){e.preventDefault(),m((function(n){return h(h({},n),{},{hour:e.target.value})}))},paddingRight:5*s.iI,placeholder:"HH",value:null===r||void 0===r?void 0:r.hour,children:(0,d.m5)(24,0).map((function(e){return String(e).padStart(2,"0")})).map((function(e){return(0,p.jsx)("option",{value:e,children:e},"hour_".concat(e))}))}),(0,p.jsx)(c.Z,{px:1,children:(0,p.jsx)(u.ZP,{bold:!0,large:!0,children:":"})}),(0,p.jsx)(l.Z,{compact:!0,monospace:!0,onChange:function(e){e.preventDefault(),m((function(n){return h(h({},n),{},{minute:e.target.value})}))},paddingRight:5*s.iI,placeholder:"MM",value:null===r||void 0===r?void 0:r.minute,children:(0,d.m5)(60,0).map((function(e){return String(e).padStart(2,"0")})).map((function(e){return(0,p.jsx)("option",{value:e,children:e},"minute_".concat(e))}))})]})]})}},59860:function(e,n,t){"use strict";t.r(n),t.d(n,{default:function(){return sn}});var r,o=t(77837),i=t(82394),l=t(38860),c=t.n(l),u=t(38626),a=t(4804),s=t(82684),d=t(44425),p=t(15338),f=t(71180),h=t(70652),m=t(39867),v=t(55485),g=t(38276),b=t(30160),x=t(74395),j=t(70515),y=u.default.div.withConfig({displayName:"indexstyle__FilterRowStyle",componentId:"sc-kvapsi-0"})(["padding-bottom:","px;padding-top:","px;"],j.iI/2,j.iI/2);!function(e){e.CRITICAL="CRITICAL",e.DEBUG="DEBUG",e.ERROR="ERROR",e.EXCEPTION="EXCEPTION",e.INFO="INFO",e.LOG="LOG",e.WARNING="WARNING"}(r||(r={}));var _,O=[r.CRITICAL,r.DEBUG,r.ERROR,r.EXCEPTION,r.INFO,r.LOG,r.WARNING];!function(e){e.LAST_HOUR="Last hour",e.LAST_DAY="Last day",e.LAST_WEEK="Last week",e.LAST_30_DAYS="Last 30 days",e.CUSTOM_RANGE="Custom range"}(_||(_={}));var Z=t(42631),P=t(79633);var w,S=(0,u.css)(["",""],(function(e){return"\n background-color: ".concat(function(e){var n=e.critical,t=e.debug,r=e.error,o=e.exception,i=e.info,l=e.log,c=e.warning;return n?P.Zl:t?P.EG:r?P.hl:o?P.hM:i?P.gN:l?P.Wd:c?P.$R:"transparent"}(e),";\n ")})),k=u.default.div.withConfig({displayName:"indexstyle__LogLevelIndicatorStyle",componentId:"sc-1e2zh7m-0"})([""," border-radius:","px;height:12px;width:5px;"],S,Z.n_),I=t(81728),C=t(55283),E=t(15610),L=t(28598);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 T(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,i.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}!function(e){e.BLOCK_RUN_ID="block_run_id[]",e.BLOCK_TYPE="block_type[]",e.BLOCK_UUID="block_uuid[]",e.LEVEL="level[]",e.PIPELINE_RUN_ID="pipeline_run_id[]",e.PIPELINE_SCHEDULE_ID="pipeline_schedule_id[]"}(w||(w={}));var A=function(e){var n=e.blocks,t=e.query,r=(0,s.useContext)(u.ThemeContext),o=(0,s.useMemo)((function(){return t[w.LEVEL]}),[t]),l=(0,s.useMemo)((function(){return t[w.BLOCK_TYPE]}),[t]),c=(0,s.useMemo)((function(){return t[w.BLOCK_UUID]}),[t]),a=(0,s.useMemo)((function(){return t[w.PIPELINE_SCHEDULE_ID]}),[t]),p=(0,s.useMemo)((function(){return t[w.PIPELINE_RUN_ID]}),[t]),_=(0,s.useMemo)((function(){return t[w.BLOCK_RUN_ID]}),[t]);return(0,L.jsx)(x.M,{children:(0,L.jsxs)(g.Z,{p:j.cd,children:[(0,L.jsxs)(g.Z,{mb:3,children:[(0,L.jsx)(g.Z,{mb:1,children:(0,L.jsx)(b.ZP,{bold:!0,default:!0,large:!0,children:"Log level"})}),O.map((function(e){return(0,L.jsx)(f.ZP,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){return(0,E.g_)(t,{level:e},{isList:!0})},children:(0,L.jsx)(y,{children:(0,L.jsxs)(v.ZP,{alignItems:"center",children:[(0,L.jsx)(h.Z,{checked:Array.isArray(o)&&(null===o||void 0===o?void 0:o.includes(String(e)))}),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(k,T({},(0,i.Z)({},e.toLowerCase(),!0))),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(b.ZP,{disableWordBreak:!0,children:(0,I.kC)(e.toLowerCase())})]})})},e)}))]}),(0,L.jsxs)(g.Z,{mb:3,children:[(0,L.jsx)(g.Z,{mb:1,children:(0,L.jsx)(b.ZP,{bold:!0,default:!0,large:!0,children:"Block type"})}),[d.tf.DATA_LOADER,d.tf.TRANSFORMER,d.tf.DATA_EXPORTER].map((function(e){return(0,L.jsx)(f.ZP,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){return(0,E.g_)(t,{block_type:e},{isList:!0})},children:(0,L.jsx)(y,{children:(0,L.jsxs)(v.ZP,{alignItems:"center",children:[(0,L.jsx)(h.Z,{checked:Array.isArray(l)&&(null===l||void 0===l?void 0:l.includes(String(e)))}),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(m.Z,{color:(0,C.qn)(e,{theme:r}).accent,size:1.5*j.iI,square:!0}),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(b.ZP,{disableWordBreak:!0,muted:!0,monospace:!0,children:e})]})})},e)}))]}),(0,L.jsxs)(g.Z,{mb:3,children:[(0,L.jsx)(g.Z,{mb:1,children:(0,L.jsx)(b.ZP,{bold:!0,default:!0,large:!0,children:"Block"})}),n.filter((function(e){var n=e.type;return d.tf.SCRATCHPAD!==n})).map((function(e){return(0,L.jsx)(f.ZP,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){return(0,E.g_)(t,{block_uuid:e.uuid},{isList:!0,resetLimitParams:!0})},children:(0,L.jsx)(y,{children:(0,L.jsxs)(v.ZP,{alignItems:"center",children:[(0,L.jsx)(h.Z,{checked:Array.isArray(c)&&(null===c||void 0===c?void 0:c.includes(String(e.uuid)))}),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(m.Z,{color:(0,C.qn)(e.type,{blockColor:e.color,theme:r}).accent,size:1.5*j.iI,square:!0}),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(b.ZP,{disableWordBreak:!0,monospace:!0,muted:!0,children:e.uuid})]})})},e.uuid)}))]}),(null===a||void 0===a?void 0:a.length)&&(0,L.jsxs)(g.Z,{mb:3,children:[(0,L.jsx)(g.Z,{mb:1,children:(0,L.jsx)(b.ZP,{bold:!0,default:!0,large:!0,children:"Trigger"})}),a.map((function(e){return(0,L.jsx)(f.ZP,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){return(0,E.g_)(t,{pipeline_schedule_id:e},{isList:!0})},children:(0,L.jsx)(y,{children:(0,L.jsxs)(v.ZP,{alignItems:"center",children:[(0,L.jsx)(h.Z,{checked:Array.isArray(a)&&(null===a||void 0===a?void 0:a.includes(e))}),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(b.ZP,{disableWordBreak:!0,monospace:!0,children:e})]})})},"pipeline-schedule-".concat(e))}))]}),(null===p||void 0===p?void 0:p.length)&&(0,L.jsxs)(g.Z,{mb:3,children:[(0,L.jsx)(g.Z,{mb:1,children:(0,L.jsx)(b.ZP,{bold:!0,default:!0,large:!0,children:"Pipeline run"})}),p.map((function(e){return(0,L.jsx)(f.ZP,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){return(0,E.g_)(t,{pipeline_run_id:e},{isList:!0})},children:(0,L.jsx)(y,{children:(0,L.jsxs)(v.ZP,{alignItems:"center",children:[(0,L.jsx)(h.Z,{checked:Array.isArray(p)&&(null===p||void 0===p?void 0:p.includes(e))}),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(b.ZP,{disableWordBreak:!0,monospace:!0,children:e})]})})},"pipeline-run-".concat(e))}))]}),(null===_||void 0===_?void 0:_.length)&&(0,L.jsxs)(g.Z,{mb:3,children:[(0,L.jsx)(g.Z,{mb:1,children:(0,L.jsx)(b.ZP,{bold:!0,default:!0,large:!0,children:"Block run"})}),_.map((function(e){return(0,L.jsx)(f.ZP,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){return(0,E.g_)(t,{block_run_id:e},{isList:!0})},children:(0,L.jsx)(y,{children:(0,L.jsxs)(v.ZP,{alignItems:"center",children:[(0,L.jsx)(h.Z,{checked:Array.isArray(_)&&(null===_||void 0===_?void 0:_.includes(e))}),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(b.ZP,{disableWordBreak:!0,monospace:!0,children:e})]})})},"block-run-".concat(e))}))]})]})})},R=t(97618),B=t(93369),N=t(75582),M=t(90299),H=t(48670),U=t(75499),W=u.default.div.withConfig({displayName:"indexstyle__BarStyle",componentId:"sc-1r43sbu-0"})([""," height:","px;width:100%;"],S,.5*j.iI),J=u.default.div.withConfig({displayName:"indexstyle__BadgeStyle",componentId:"sc-1r43sbu-1"})([""," border-radius:","px;display:inline-block;padding:","px ","px;"],S,Z.BG,.25*j.iI,.5*j.iI),Y=t(72473),q=t(92083),G=t.n(q);function V(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 z(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?V(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):V(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var F=/^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$/,K=/([0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}) (.+)/;function X(e){var n=e.content.trim().split(K),t=[],r=[];return n.forEach((function(e){var n=e.trim();F.test(e)?(r.length>=1&&t.push(r.join(" ").trim()),r=[e]):r.filter((function(e){return e})).length<=1&&n&&r.push(n)})),t.push(r.join(" ").trim()),t.map((function(n){return function(e){var n=e.content.trim().match(K),t=null===n||void 0===n?void 0:n[1],r=null===n||void 0===n?void 0:n[2],o={};return r&&(0,I.Pb)(r)&&(o=JSON.parse(r)),z(z({},e),{},{createdAt:t,data:o})}(z(z({},e),{},{content:n}))}))}function Q(e,n){return e?null!==n&&void 0!==n&&n.localTimezone?G().unix(e).local().format():G().unix(e).utc().format("YYYY-MM-DD HH:mm:ss.SSS"):""}var $=t(86735);function ee(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 ne(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?ee(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ee(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var te=["error","error_stack","error_stacktrace"],re={uuid:"Details"},oe={uuid:"Errors"};var ie=function(e){var n=e.log,t=e.onClose,r=e.selectedTab,o=e.setSelectedTab,l=(0,s.useState)(!1),c=l[0],u=l[1],a=n.data,d=n.name,h=n.path,m=a||{},x=m.error,y=m.error_stack,_=m.error_stacktrace,O=m.level,Z=m.timestamp,P=(0,i.Z)({},O.toLowerCase(),!0),w=(0,s.useMemo)((function(){var e=[["file name",d],["file path",h]];return Object.entries(a).forEach((function(n){var t=(0,N.Z)(n,2),r=t[0],o=t[1];te.includes(r)||e.push([r,o])})),_&&e.push(["error",_]),(0,$.YC)(e,(function(e){var n=(0,N.Z)(e,2),t=n[0];n[1];return t}))}),[a,_,d,h]),S=(0,s.useMemo)((function(){var e=[re];return x&&e.push(oe),(0,L.jsx)(M.Z,{onClickTab:o,selectedTabUUID:null===r||void 0===r?void 0:r.uuid,tabs:e})}),[x,r,o]);return(0,L.jsxs)("div",{children:[(0,L.jsx)(W,ne({},P)),(0,L.jsx)(g.Z,{p:j.cd,children:(0,L.jsxs)(v.ZP,{alignItems:"center",justifyContent:"space-between",children:[(0,L.jsxs)(R.Z,{alignItems:"center",children:[(0,L.jsx)(J,ne(ne({},P),{},{children:(0,L.jsx)(b.ZP,{bold:!0,inverted:!0,monospace:!0,small:!0,children:O})})),(0,L.jsx)(g.Z,{mr:j.cd}),(0,L.jsx)(b.ZP,{monospace:!0,children:Q(Z)})]}),(0,L.jsx)(f.ZP,{iconOnly:!0,noBackground:!0,onClick:function(){return t()},children:(0,L.jsx)(Y.x8,{size:1.5*j.iI})})]})}),(0,L.jsx)(p.Z,{medium:!0}),(0,L.jsx)(g.Z,{py:j.cd,children:S}),re.uuid===(null===r||void 0===r?void 0:r.uuid)&&(0,L.jsx)(U.Z,{columnFlex:[null,1],columnMaxWidth:function(e){return 1===e?"100px":null},rows:null===w||void 0===w?void 0:w.map((function(e,n){var t=(0,N.Z)(e,2),r=t[0],o=t[1],i="message"===r,l="tags"===r,a=o,s=o;if(l?s=a=(0,I.Pb)(o)?JSON.parse(JSON.stringify(o,null,2)):JSON.stringify(o,null,2):i&&c&&(0,I.Pb)(o)&&(s=JSON.stringify(JSON.parse(o),null,2),a=(0,L.jsx)("pre",{children:s})),"object"===typeof a)try{a=JSON.stringify(a,null,2),a=(0,L.jsx)("pre",{children:a})}catch(d){}return"object"===typeof s&&(s=JSON.stringify(s)),[(0,L.jsx)(b.ZP,{monospace:!0,muted:!0,children:r},"".concat(r,"_").concat(n,"_key")),(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(b.ZP,{monospace:!0,textOverflow:!0,title:s,whiteSpaceNormal:i&&c||l,wordBreak:i&&c||l,children:[!l&&a,l&&(0,L.jsx)("pre",{children:a})]},"".concat(r,"_").concat(n,"_val")),i&&(0,L.jsx)(H.Z,{muted:!0,onClick:function(){return u((function(e){return!e}))},children:c?"Click to hide log":"Click to show full log message"})]})]})),uuid:"LogDetail"}),oe.uuid===(null===r||void 0===r?void 0:r.uuid)&&(0,L.jsxs)(g.Z,{mb:5,px:j.cd,children:[(0,L.jsx)(g.Z,{mb:1,children:(0,L.jsx)(b.ZP,{bold:!0,children:"Error"})}),null===x||void 0===x?void 0:x.map((function(e){return e.split("\n").map((function(e){return e.split("\\n").map((function(e){return(0,L.jsx)(b.ZP,{default:!0,monospace:!0,preWrap:!0,small:!0,children:e},e)}))}))})),y&&(0,L.jsxs)(g.Z,{mt:3,children:[(0,L.jsx)(g.Z,{mb:1,children:(0,L.jsx)(b.ZP,{bold:!0,children:"Stack trace"})}),null===y||void 0===y?void 0:y.map((function(e){return null===e||void 0===e?void 0:e.map((function(e){return(0,L.jsx)(b.ZP,{default:!0,monospace:!0,preWrap:!0,small:!0,children:e},e)}))}))]})]})]})},le=t(21831),ce=t(89565),ue=t.n(ce),ae=t(12691),se=t.n(ae),de=t(78141),pe=t(57653),fe=t(98464),he=t(46684),me=t(44897),ve=t(47041),ge=u.default.div.withConfig({displayName:"indexstyle__TableContainer",componentId:"sc-16j4vp6-0"})([".table_row > div{margin:","px ","px;}div{","}"],.5*j.iI,j.iI,ve.w5),be=u.default.div.withConfig({displayName:"indexstyle__TableHeadStyle",componentId:"sc-16j4vp6-1"})(["display:flex;align-items:center;overflow:hidden;",""],(function(e){return"\n border-bottom: 1px solid ".concat((e.theme||me.Z).borders.medium2,";\n ")})),xe=u.default.div.withConfig({displayName:"indexstyle__TableRowStyle",componentId:"sc-16j4vp6-2"})(["display:flex;align-items:center;"," "," ",""],(function(e){return"\n border-bottom: 1px solid ".concat((e.theme||me.Z).borders.light,";\n\n &:hover {\n cursor: pointer;\n }\n ")}),(function(e){return!e.selected&&"\n &:hover {\n background: ".concat((e.theme.interactive||me.Z.interactive).rowHoverBackground,";\n cursor: pointer;\n }\n ")}),(function(e){return e.selected&&"\n background-color: ".concat((e.theme.interactive||me.Z.interactive).activeBorder,";\n ")})),je=t(93859),ye=t(53808),_e=t(69419),Oe=function(e){var n=(0,_e.iV)(),t=((null===n||void 0===n?void 0:n[w.PIPELINE_SCHEDULE_ID])||[]).join(",");return"".concat(e,"/logs/triggers/").concat(t)},Ze=t(70320),Pe=t(19183);function we(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 Se(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?we(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):we(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var ke="log_uuid";var Ie,Ce,Ee,Le=function(e){var n=e.autoScrollLogs,t=e.blocksByUUID,r=e.tableInnerRef,o=e.logs,l=e.onRowClick,c=e.pipeline,u=e.query,a=e.saveScrollPosition,d=e.setSelectedLog,p=e.themeContext,f=(0,Ze.q)(),h=(0,Pe.i)().height,x=(0,s.useRef)(null),y=(0,s.useMemo)((function(){return pe.qL.INTEGRATION===(null===c||void 0===c?void 0:c.type)}),[c.type]),_=(0,fe.Z)(o);(0,s.useEffect)((function(){var e;n&&(_||[]).length!==(o||[]).length&&(null===r||void 0===r||null===(e=r.current)||void 0===e||e.scrollIntoView(!1))}),[n,o,_,r]);var O=(0,s.useMemo)((function(){return Oe(null===c||void 0===c?void 0:c.uuid)}),[null===c||void 0===c?void 0:c.uuid]);(0,s.useEffect)((function(){var e;a&&(null===x||void 0===x||null===(e=x.current)||void 0===e||e.scrollTo((0,ye.U2)(O,0)))}),[a,O]);var Z=Object.keys(t||{});if(y){var P,w,S=((null===c||void 0===c||null===(P=c.data_integration)||void 0===P||null===(w=P.catalog)||void 0===w?void 0:w.streams)||[]).map((function(e){return e.tap_stream_id})),I=new Set;Z.forEach((function(e){S.forEach((function(n){return I.add("".concat(e,":").concat(n,":0"))}))})),Z=Array.from(I)}var D=Math.max.apply(Math,(0,le.Z)(Z.map((function(e){return e.length})))),T=Math.min(D*je.r+12+8,50*j.iI),A=[{uuid:"_",width:28},{uuid:"Date",width:f?202:214},{uuid:"Block",width:T+16},{uuid:"Message"},{uuid:"_"}],B=(0,s.useCallback)((function(e){var n,t=e.data,r=e.index,o=e.style,c=t.blocksByUUID,a=t.logs,s=t.themeContext,p=a[r],h=p.content,x=p.data,_=p.name,O=x||{},Z=O.block_uuid,P=O.level,w=O.message,S=O.pipeline_uuid,I=O.timestamp,D=O.uuid,A=w||h;Array.isArray(A)?A=A.join(" "):"object"===typeof A&&(A=JSON.stringify(A));var B,N,M=Z||_.split(".log")[0],U=M.split(":");y&&(M=U[0],B=U[1],N=U[2]);var W=c[M];if(W||(W=c[U[0]]),W){var J=(0,C.qn)(W.type,{blockColor:W.color,theme:s}).accent;n=(0,L.jsx)(v.ZP,{alignItems:"center",children:(0,L.jsx)(se(),{as:"/pipelines/".concat(S,"/edit?block_uuid=").concat(M),href:"/pipelines/[pipeline]/edit",passHref:!0,children:(0,L.jsxs)(H.Z,{block:!0,fullWidth:!0,sameColorAsText:!0,verticalAlignContent:!0,children:[(0,L.jsx)(m.Z,{color:J,size:1.5*j.iI,square:!0}),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsxs)(b.ZP,{disableWordBreak:!0,monospace:!0,noWrapping:!0,title:Z,width:T-16,children:[M,B&&":",B&&(0,L.jsx)(b.ZP,{default:!0,inline:!0,monospace:!0,children:B}),N>=0&&":",N>=0&&(0,L.jsx)(b.ZP,{default:!0,inline:!0,monospace:!0,children:N})]})]})})})}return(0,L.jsxs)(xe,{className:"table_row",onClick:function(){var e,n,t=a[r],o=null===(e=t.data)||void 0===e?void 0:e.uuid;u.log_uuid===o&&(o=null),null!==(n=t.data)&&void 0!==n&&n.error?null===l||void 0===l||l(oe):null===l||void 0===l||l(re),(0,E.u7)((0,i.Z)({},ke,o)),d(o?t:null)},selected:(null===u||void 0===u?void 0:u.log_uuid)&&(null===u||void 0===u?void 0:u.log_uuid)===D,style:Se({},o),children:[(0,L.jsx)(R.Z,{alignItems:"center",justifyContent:"center",children:(0,L.jsx)(k,Se({},(0,i.Z)({},null===P||void 0===P?void 0:P.toLowerCase(),!0)))},"log_type"),(0,L.jsx)(R.Z,{children:(0,L.jsx)(b.ZP,{default:!0,monospace:!0,noWrapping:!0,small:f,children:Q(I,{localTimezone:f})},"log_timestamp")}),(0,L.jsx)(R.Z,{style:{minWidth:T,width:T},children:n}),(0,L.jsx)(R.Z,{style:{overflow:"auto"},children:(0,L.jsx)(b.ZP,{monospace:!0,textOverflow:!0,title:A,children:(0,L.jsx)(ue(),{children:A})},"log_message")}),(0,L.jsx)(R.Z,{flex:"1",justifyContent:"flex-end",children:(0,L.jsx)(Y._Q,{default:!0,size:2*j.iI})},"chevron_right_icon")]})}),[T,f,y,l,u,d]);return(0,L.jsxs)(ge,{children:[(0,L.jsx)(be,{children:A.map((function(e,n){return(0,L.jsx)(R.Z,{alignItems:"center",style:{height:4*j.iI,minWidth:e.width||null,width:e.width||null},children:"_"!==e.uuid&&(0,L.jsx)(b.ZP,{bold:!0,leftAligned:!0,monospace:!0,muted:!0,children:e.uuid})},"".concat(e,"_").concat(n))}))}),(0,L.jsx)(de.t7,{height:h-he.Mz-86-34-58,innerRef:r,itemCount:o.length,itemData:{blocksByUUID:t,logs:o,pipeline:c,themeContext:p},itemSize:3.75*j.iI,onScroll:function(e){var n=e.scrollOffset,t=e.scrollDirection;!a||"forward"===t&&0===n||(0,ye.t8)(O,n)},ref:x,width:"100%",children:B})]})},De=t(34376),Te=t(14805),Ae=t(50724),Re=t(44085),Be=t(17488),Ne="_limit",Me="_offset",He=20,Ue=[_.LAST_HOUR,_.LAST_DAY,_.LAST_WEEK,_.LAST_30_DAYS],We=(Ie={},(0,i.Z)(Ie,_.LAST_HOUR,3600),(0,i.Z)(Ie,_.LAST_DAY,86400),(0,i.Z)(Ie,_.LAST_WEEK,604800),(0,i.Z)(Ie,_.LAST_30_DAYS,2592e3),Ie),Je=t(48277),Ye=t(3917),qe=t(42122);function Ge(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 Ve(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Ge(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Ge(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}!function(e){e.START="start_timestamp",e.END="end_timestamp"}(Ee||(Ee={}));var ze=(Ce={},(0,i.Z)(Ce,Ne,He),(0,i.Z)(Ce,Me,0),Ce),Fe={blackBorder:!0,inline:!0,paddingBottom:.75*j.iI,paddingTop:.75*j.iI};var Ke=function(e){var n=e.allPastLogsLoaded,t=e.loadNewerLogInterval,r=e.loadPastLogInterval,o=e.saveScrollPosition,l=e.selectedRange,c=e.setSelectedRange,u=(0,s.useState)(null),a=u[0],d=u[1],p=(0,s.useState)(null),h=p[0],m=p[1],x=(0,s.useState)({hour:"00",minute:"00"}),y=x[0],O=x[1],Z=(0,s.useState)(new Date),P=Z[0],w=Z[1],S=(0,s.useState)({hour:(0,Ye.lJ)(String((new Date).getUTCHours())),minute:(0,Ye.lJ)(String((new Date).getUTCMinutes()))}),k=S[0],I=S[1],C=(0,De.useRouter)().query.pipeline,D=(0,_e.iV)(),T=(0,fe.Z)(D);(0,s.useEffect)((function(){if(!(0,qe.Xy)(D,T)){var e=D.start_timestamp,n=D.end_timestamp;if(e){var t=(0,Ye.Pc)(e),r=t.date,o=t.hour,i=t.minute;m(r),O({hour:(0,Ye.lJ)(o),minute:(0,Ye.lJ)(i)});var l=Math.ceil(Date.now()/1e3)-e;Math.abs(l-We[_.LAST_DAY])<=60&&c(_.LAST_DAY)}if(n){var u=(0,Ye.Pc)(n),a=u.date,s=u.hour,d=u.minute;w(a),I({hour:(0,Ye.lJ)(s),minute:(0,Ye.lJ)(d)})}}}),[D,T]);var A=(0,s.useCallback)((function(){if(o){var e=Oe(C);(0,ye.t8)(e,0)}}),[C,o]);return(0,L.jsx)(g.Z,{py:1,children:(0,L.jsxs)(v.ZP,{alignItems:"center",children:[(0,L.jsx)(B.ZP,Ve(Ve({},Fe),{},{disabled:n,onClick:function(){A(),r()},uuid:"logs/load_older_logs",children:n?"All past logs within range loaded":"Load older logs"})),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(B.ZP,Ve(Ve({},Fe),{},{disabled:(null===D||void 0===D?void 0:D._offset)<=0,onClick:function(){A(),t()},uuid:"logs/load_newer_logs",children:"Load newer logs"})),(0,L.jsx)(g.Z,{mr:2}),(0,L.jsx)(Re.Z,{compact:!0,defaultColor:!0,onChange:function(e){e.preventDefault();var n=e.target.value;if(A(),c(n),Ue.includes(n)){var t,r=(0,Je.JI)(We[n]);(0,E.u7)(Ve((t={},(0,i.Z)(t,Ee.START,r),(0,i.Z)(t,Ee.END,null),t),ze))}},paddingRight:4*j.iI,placeholder:"Select time range",value:l,children:Object.values(_).map((function(e){return(0,L.jsx)("option",{value:e,children:e},e)}))}),(0,L.jsx)(g.Z,{mr:1}),l===_.CUSTOM_RANGE&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(Be.Z,{compact:!0,defaultColor:!0,onClick:function(){return d(0)},paddingRight:0,placeholder:"Start",value:h?(0,Ye.AY)(h,null===y||void 0===y?void 0:y.hour,null===y||void 0===y?void 0:y.minute):""}),(0,L.jsx)(Ae.Z,{onClickOutside:function(){return d(null)},open:0===a,style:{position:"relative"},children:(0,L.jsx)(Te.Z,{selectedDate:h,selectedTime:y,setSelectedDate:m,setSelectedTime:O})}),(0,L.jsx)(g.Z,{px:1,children:(0,L.jsx)(b.ZP,{children:"to"})}),(0,L.jsx)(Be.Z,{compact:!0,defaultColor:!0,onClick:function(){return d(1)},paddingRight:0,placeholder:"End",value:P?(0,Ye.AY)(P,null===k||void 0===k?void 0:k.hour,null===k||void 0===k?void 0:k.minute):""}),(0,L.jsx)(Ae.Z,{onClickOutside:function(){return d(null)},open:1===a,style:{position:"relative"},children:(0,L.jsx)(Te.Z,{selectedDate:P,selectedTime:k,setSelectedDate:w,setSelectedTime:I})}),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(f.ZP,{borderRadius:"".concat(j.iI/2,"px"),onClick:function(){var e;A();var n=(0,Ye.BP)(h,y.hour,y.minute),t=(0,Ye.BP)(P,k.hour,k.minute);(0,E.u7)(Ve((e={},(0,i.Z)(e,Ee.START,(0,Ye.A5)(n)),(0,i.Z)(e,Ee.END,(0,Ye.A5)(t)),e),ze))},padding:"".concat(j.iI/2,"px"),primary:!0,children:"Search"})]})]})})},Xe=t(75457),Qe=t(93808),$e=t(4190),en=t(69650),nn=t(35686),tn=t(78419),rn=t(28795);function on(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 ln(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?on(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):on(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var cn="pipeline_run_id[]",un="block_run_id[]";function an(e){var n=e.pipeline,t=(0,s.useContext)(u.ThemeContext),r=(0,s.useRef)(null),o=n.uuid,l=(0,s.useState)(null),c=l[0],f=l[1],h=(0,s.useState)(null),m=h[0],x=h[1],y=(0,s.useState)(null),O=y[0],Z=y[1],P=(0,s.useState)(null),S=P[0],k=P[1],C=(0,s.useState)(re),D=C[0],T=C[1],N=(0,s.useState)((0,ye.U2)(tn.Tz,!0)),M=N[0],H=N[1],U=nn.ZP.pipelines.detail(o,{includes_content:!1,includes_outputs:!1},{revalidateOnFocus:!1}).data,W=(0,s.useMemo)((function(){return ln(ln({},null===U||void 0===U?void 0:U.pipeline),{},{uuid:o})}),[U,o]),J=(null===W||void 0===W?void 0:W.type)===pe.qL.INTEGRATION,Y=(0,s.useMemo)((function(){return W.blocks||[]}),[W]),q=(0,s.useMemo)((function(){var e=(0,$.HK)(Y,(function(e){return e.uuid}));if(J){var n,t=(0,$.sE)(Y,(function(e){var n=e.type;return d.tf.DATA_LOADER===n})),r=t?(0,a.Qc)(t.content):{},o=((null===r||void 0===r||null===(n=r.catalog)||void 0===n?void 0:n.streams)||[]).reduce((function(e,n){var t=n.tap_stream_id,r={};return Y.forEach((function(e){var n=e.uuid,o=e.type,i="".concat(n,":").concat(t);r[i]={type:o}})),ln(ln({},e),r)}),{});e=ln(ln({},o),e)}return e}),[Y,J]),G=(0,_e.iV)(),V=(0,s.useMemo)((function(){return(null===G||void 0===G?void 0:G.hasOwnProperty(w.PIPELINE_SCHEDULE_ID))&&!(null!==G&&void 0!==G&&G.hasOwnProperty(w.LEVEL))&&!(null!==G&&void 0!==G&&G.hasOwnProperty(w.BLOCK_TYPE))&&!(null!==G&&void 0!==G&&G.hasOwnProperty(w.BLOCK_UUID))}),[G]),z=!(null!==G&&void 0!==G&&G.start_timestamp)&&!(null!==G&&void 0!==G&&G.hasOwnProperty(cn)||null!==G&&void 0!==G&&G.hasOwnProperty(un)),F=(0,Je.JI)(We[_.LAST_DAY]),K=nn.ZP.logs.pipelines.list(c?o:null,(0,qe.gR)(z?ln(ln({},c),{},{start_timestamp:F}):c,[ke]),{refreshInterval:5e3}),Q=K.data,ee=K.mutate,ne=!Q,te=(0,s.useMemo)((function(){var e;if(null!==Q&&void 0!==Q&&null!==(e=Q.logs)&&void 0!==e&&e[0]){var n,t=(null===(n=Q.logs)||void 0===n?void 0:n[0])||{};return{blockRunLogs:t.block_run_logs,pipelineRunLogs:t.pipeline_run_logs,totalBlockRunLogCount:t.total_block_run_log_count,totalPipelineRunLogCount:t.total_pipeline_run_log_count}}return{blockRunLogs:[],pipelineRunLogs:[],totalBlockRunLogCount:0,totalPipelineRunLogCount:0}}),[Q]),oe=te.blockRunLogs,le=te.pipelineRunLogs,ce=te.totalBlockRunLogCount,ue=te.totalPipelineRunLogCount,ae=+(null===G||void 0===G?void 0:G._limit)>=ce&&+(null===G||void 0===G?void 0:G._limit)>=ue,se=(0,s.useMemo)((function(){return(0,$.YC)(oe.concat(le).reduce((function(e,n){return e.concat(X(n))}),[]),(function(e){var n=e.data;return(null===n||void 0===n?void 0:n.timestamp)||0}))}),[oe,le]),de=(0,s.useMemo)((function(){return se.filter((function(e){var n=e.data,t=[];if(!c)return!0;if(t.push(!(0,qe.Qr)(n)),c["level[]"]&&t.push(c["level[]"].includes(null===n||void 0===n?void 0:n.level)),c["block_type[]"]){var r,o,i=null===n||void 0===n?void 0:n.block_uuid;if(J)i=null===n||void 0===n||null===(o=n.block_uuid)||void 0===o?void 0:o.split(":").slice(0,2).join(":");t.push(c["block_type[]"].includes(null===(r=q[i])||void 0===r?void 0:r.type))}if(c["pipeline_run_id[]"]){var l=null===n||void 0===n?void 0:n.pipeline_run_id;t.push(c["pipeline_run_id[]"].includes(String(l)))}if(c["block_run_id[]"]){var u=null===n||void 0===n?void 0:n.block_run_id;t.push(c["block_run_id[]"].includes(String(u)))}return t.every((function(e){return e}))}))}),[q,J,se,c]),he=de.length,ve=(0,fe.Z)(G);(0,s.useEffect)((function(){var e;z&&(0,E.u7)((e={},(0,i.Z)(e,Ne,He),(0,i.Z)(e,Me,0),(0,i.Z)(e,"start_timestamp",F),e))}),[z]),(0,s.useEffect)((function(){(0,qe.Xy)(G,ve)||f(G)}),[G,ve]);var ge=(0,fe.Z)(m);(0,s.useEffect)((function(){var e=G.log_uuid;!e||m||ge||x(se.find((function(n){var t=n.data;return(null===t||void 0===t?void 0:t.uuid)===e})))}),[se,G,m,ge]);var be=G._limit,xe=G._offset,je=+(be||0),Oe=+(xe||0),Ze=Math.max(ce,ue),Pe=(0,s.useCallback)((function(){var e,n=je,t=Oe;(ce>je||ue>je)&&(n=Math.min(Ze,je+He),t=Math.min(Oe+He,Ze-Ze%He),(0,E.u7)(ln(ln({},G),{},(e={},(0,i.Z)(e,Ne,n),(0,i.Z)(e,Me,t),e))))}),[Ze,je,Oe,G,ce,ue]),we=(0,s.useCallback)((function(){var e,n=je,t=Oe;je>=He&&(n=Math.max(He,je-He),je>=Ze&&Ze%He!==0&&(n=Ze-Ze%He),t=Math.max(0,Oe-He),(0,E.u7)(ln(ln({},G),{},(e={},(0,i.Z)(e,Ne,n),(0,i.Z)(e,Me,t),e))))}),[Ze,je,Oe,G]),Se=(0,s.useCallback)((function(){var e=!M;H(e),(0,ye.t8)(tn.Tz,e)}),[M]),Ie=(0,s.useMemo)((function(){return(0,L.jsx)(Le,{autoScrollLogs:M,blocksByUUID:q,logs:de,onRowClick:T,pipeline:W,query:c,saveScrollPosition:V,setSelectedLog:x,tableInnerRef:r,themeContext:t})}),[M,q,de,W,c,V,t]);return(0,L.jsxs)(Xe.Z,{after:m&&(0,L.jsx)(ie,{log:m,onClose:function(){(0,E.u7)((0,i.Z)({},ke,null)),x(null)},selectedTab:D,setSelectedTab:T}),afterHidden:!m,afterWidth:80*j.iI,before:(0,L.jsx)(A,{blocks:Y,query:c}),beforeWidth:20*j.iI,breadcrumbs:[{label:function(){return"Logs"}}],errors:S,pageName:rn.M.PIPELINE_LOGS,pipeline:W,setErrors:k,subheader:null,title:function(e){var n=e.name;return"".concat(n," logs")},uuid:"pipeline/logs",children:[(0,L.jsx)(g.Z,{px:j.cd,py:1,children:(0,L.jsxs)(b.ZP,{children:[!ne&&(0,L.jsxs)(L.Fragment,{children:[(0,I.x6)(he)," logs found",(0,L.jsx)(Ke,{allPastLogsLoaded:ae,loadNewerLogInterval:we,loadPastLogInterval:Pe,saveScrollPosition:V,selectedRange:O,setSelectedRange:Z})]}),ne&&"Searching..."]})}),(0,L.jsx)(p.Z,{light:!0}),ne&&(0,L.jsx)(g.Z,{p:j.cd,children:(0,L.jsx)($e.Z,{})}),!ne&&de.length>=1&&Ie,(0,L.jsx)(g.Z,{p:"".concat(1.5*j.iI,"px"),children:(0,L.jsxs)(v.ZP,{alignItems:"center",children:[(0,L.jsx)(B.ZP,ln(ln({},Fe),{},{onClick:function(){"0"===(null===G||void 0===G?void 0:G._offset)&&(null===G||void 0===G?void 0:G._limit)===String(He)?ee(null):(0,E.u7)({_limit:He,_offset:0})},uuid:"logs/toolbar/load_newest",children:"Load latest logs"})),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(B.ZP,ln(ln({},Fe),{},{backgroundColor:me.Z.background.page,onClick:function(){var e;null===r||void 0===r||null===(e=r.current)||void 0===e||e.scrollIntoView({behavior:"smooth",block:"end",inline:"nearest"})},uuid:"logs/toolbar/scroll_to_bottomt",children:"Scroll to bottom"})),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsxs)(R.Z,{children:[(0,L.jsx)(b.ZP,{noWrapping:!0,children:"Auto-scroll to new logs"}),(0,L.jsx)(g.Z,{mr:1}),(0,L.jsx)(en.Z,{checked:M,compact:!0,onCheck:Se})]})]})})]})}an.getInitialProps=function(){var e=(0,o.Z)(c().mark((function e(n){var t;return c().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=n.query.pipeline,e.abrupt("return",{pipeline:{uuid:t}});case 2:case"end":return e.stop()}}),e)})));return function(n){return e.apply(this,arguments)}}();var sn=(0,Qe.Z)(an)},48277:function(e,n,t){"use strict";t.d(n,{$P:function(){return a},JI:function(){return i},VJ:function(){return u},fD:function(){return l},uf:function(){return o},vN:function(){return c}});var r=t(75582),o=function(e){var n=String(e).split("."),t=(0,r.Z)(n,2),o=t[0],i=t[1];return"".concat(o.replace(/\B(?=(\d{3})+(?!\d))/g,",")).concat(i?".".concat(i):"")};function i(e){var n=Math.floor(Date.now()/1e3);return e>0?n-e:n}function l(e){return(e>>>0).toString(2)}function c(e,n){return String(BigInt(e)+BigInt(n))}function u(e,n){return String(BigInt(e)-BigInt(n))}function a(e){return parseInt(e,2)}},62453:function(e,n,t){(window.__NEXT_P=window.__NEXT_P||[]).push(["/pipelines/[pipeline]/logs",function(){return t(59860)}])}},function(e){e.O(0,[2678,1154,844,5820,1751,4495,4267,600,8487,8264,7858,5499,5457,4366,9774,2888,179],(function(){return n=62453,e(e.s=n);var n}));var n=e.O();_N_E=n}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8662],{28108:function(t,e,n){"use strict";n.d(e,{Z:function(){return m}});var r=n(82684),i=n(63588),o=n.n(i),u=n(75823),a=n(29989),l=n(62072),c=n(53989),s=n(49894),d=n(18246),f=n(59309),p=n(65743),h=["data","className","top","left","y","x0","x1","xScale","yScale","color","keys","value","order","offset","children"];function v(){return v=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},v.apply(this,arguments)}function m(t){var e=t.data,n=t.className,i=t.top,m=t.left,g=t.y,b=t.x0,y=void 0===b?l.l8:b,x=t.x1,j=void 0===x?l.xf:x,O=t.xScale,w=t.yScale,Z=t.color,E=t.keys,T=t.value,k=t.order,S=t.offset,P=t.children,I=function(t,e){if(null==t)return{};var n,r,i={},o=Object.keys(t);for(r=0;r<o.length;r++)n=o[r],e.indexOf(n)>=0||(i[n]=t[n]);return i}(t,h),A=(0,u.Z)();E&&A.keys(E),T&&(0,s.Z)(A.value,T),k&&A.order((0,d.ZP)(k)),S&&A.offset((0,f.ZP)(S));var D=A(e),L=(0,c.Z)(w),M=D.map((function(t,e){var n=t.key;return{index:e,key:n,bars:t.map((function(e,r){var i=(O(j(e))||0)-(O(y(e))||0),o=O(y(e)),u="bandwidth"in w?w(g(e.data)):Math.max((w(g(e.data))||0)-i/2);return{bar:e,key:n,index:r,height:L,width:i,x:o||0,y:u||0,color:Z(t.key,r)}}))}}));return P?r.createElement(r.Fragment,null,P(M)):r.createElement(a.Z,{className:o()("visx-bar-stack-horizontal",n),top:i,left:m},M.map((function(t){return t.bars.map((function(e){return r.createElement(p.Z,v({key:"bar-stack-"+t.index+"-"+e.index,x:e.x,y:e.y,height:e.height,width:e.width,fill:e.color},I))}))})))}},62072:function(t,e,n){"use strict";function r(t){return null==t?void 0:t[0]}function i(t){return null==t?void 0:t[1]}n.d(e,{l8:function(){return r},xf:function(){return i}})},59309:function(t,e,n){"use strict";n.d(e,{ZP:function(){return c}});var r=n(12759),i=n(27500),o=n(82610),u=n(34812),a=n(77944),l={expand:r.Z,diverging:i.Z,none:o.Z,silhouette:u.Z,wiggle:a.Z};Object.keys(l);function c(t){return t&&l[t]||l.none}},18246:function(t,e,n){"use strict";n.d(e,{ZP:function(){return c}});var r=n(39586),i=n(25516),o=n(54164),u=n(8512),a=n(2010),l={ascending:r.Z,descending:i.Z,insideout:o.Z,none:u.Z,reverse:a.Z};Object.keys(l);function c(t){return t&&l[t]||l.none}},93859:function(t,e,n){"use strict";n.d(e,{r:function(){return I},Z:function(){return M}});var r=n(82394),i=n(21831),o=n(82684),u=n(48670),a=n(12691),l=n.n(a),c=n(38626),s=n(78141),d=n(44628),f=n(6508),p=n(55485),h=n(30160),v=n(44897),m=n(70987),g=function(){var t=document.createElement("div");t.setAttribute("style","width: 100px; height: 100px; overflow: scroll; position:absolute; top:-9999px;"),document.body.appendChild(t);var e=t.offsetWidth-t.clientWidth;return document.body.removeChild(t),e},b=n(95363),y=n(61896),x=n(47041),j=n(48888),O=n(70515),w=n(40489),Z=n(86735),E=n(28598);function T(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function k(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?T(Object(n),!0).forEach((function(e){(0,r.Z)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):T(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var S=2*O.iI+y.dN,P=20*O.iI,I=8.7,A=c.default.div.withConfig({displayName:"DataTable__Styles",componentId:"sc-1arr863-0"})([""," "," "," .body > div{","}.table{border-spacing:0;display:inline-block;"," "," "," "," .tr{.td.td-index-column{","}}.th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;","}.th,.td{"," font-family:",";margin:0;","}.td{padding:","px;}&.sticky{overflow:auto;}.header{overflow:hidden;}}"],(function(t){return t.disableScrolling&&"\n overflow: hidden;\n "}),(function(t){return t.height&&"\n height: ".concat(t.height,"px;\n ")}),(function(t){return t.maxHeight&&"\n max-height: ".concat(t.maxHeight,"px;\n ")}),x.w5,(function(t){return!t.noBorderBottom&&"\n border-bottom: 1px solid ".concat((t.theme.borders||m.Z.borders).medium,";\n ")}),(function(t){return!t.noBorderLeft&&"\n border-left: 1px solid ".concat((t.theme.borders||m.Z.borders).medium,";\n ")}),(function(t){return!t.noBorderRight&&"\n border-right: 1px solid ".concat((t.theme.borders||m.Z.borders).medium,";\n ")}),(function(t){return!t.noBorderTop&&"\n border-top: 1px solid ".concat((t.theme.borders||m.Z.borders).medium,";\n ")}),(function(t){return"\n color: ".concat((t.theme.content||m.Z.content).default,";\n ")}),(function(t){return"\n height: ".concat(t.columnHeaderHeight||S,"px;\n ")}),y.iD,b.ry,(function(t){return"\n background-color: ".concat((t.theme.background||m.Z.background).table,";\n border-bottom: 1px solid ").concat((t.theme.borders||m.Z.borders).medium,";\n border-right: 1px solid ").concat((t.theme.borders||m.Z.borders).medium,";\n ")}),1*O.iI);function D(t){var e=t.original,n=8.5*Math.max.apply(Math,(0,i.Z)(e.map((function(t){return(null===t||void 0===t?void 0:t.length)||0})))),r=Math.ceil(n/(P-2*O.iI));return Math.max(r,1)*y.dN+2*O.iI}function L(t){var e=t.columnHeaderHeight,n=t.columns,r=t.data,a=t.disableScrolling,x=t.height,T=t.index,A=t.invalidValues,L=t.maxHeight,M=t.numberOfIndexes,_=t.previewIndexes,C=t.renderColumnHeader,N=t.width,R=(0,o.useContext)(c.ThemeContext),H=(0,o.useRef)(null),Y=(0,o.useRef)(null);(0,o.useEffect)((function(){var t=function(t){var e;null===H||void 0===H||null===(e=H.current)||void 0===e||e.scroll(t.target.scrollLeft,0)};return Y&&Y.current.addEventListener("scroll",t),function(){var e;null===Y||void 0===Y||null===(e=Y.current)||void 0===e||e.removeEventListener("scroll",t)}}),[H,Y]);var U=(0,o.useMemo)((function(){return T&&r&&T.length===r.length}),[r,T]),V=(0,o.useMemo)((function(){var t=[];return(0,Z.w6)(M).forEach((function(e,n){var o=String(null===r||void 0===r?void 0:r.length).length*I;if(U){var u=T.map((function(t){return M>=2?String(t[n]).length:String(t).length}));o=Math.max.apply(Math,(0,i.Z)(u))*I}t.push(o+2*O.iI)})),t}),[r,T,M,U]),B=n.map((function(t){return null===t||void 0===t?void 0:t.Header})).slice(1),F=(0,o.useMemo)((function(){return g()}),[]),z=(0,o.useMemo)((function(){var t=N-(Math.max.apply(Math,(0,i.Z)(V))+1.5*O.iI+F),e=n.length-1,r=P;return r*e<t&&(r=t/e),{width:r}}),[n,V,F,N]),G=(0,d.useTable)({columns:n,data:r,defaultColumn:z},d.useBlockLayout,f.useSticky),X=G.getTableBodyProps,W=G.getTableProps,J=G.headerGroups,q=G.prepareRow,K=G.rows,Q=(0,o.useCallback)((function(t){var e=t.index,n=t.style,r=new Set((null===_||void 0===_?void 0:_.removedRows)||[]),i=K[e];q(i);var a=i.original,c=r.has(e);return(0,E.jsx)("div",k(k({},i.getRowProps({style:k(k({},n),{},{width:"auto"})})),{},{className:"tr",children:i.cells.map((function(t,n){var r,i=n<=M-1,s=t.getCellProps(),d=t.column.id,f=null===A||void 0===A||null===(r=A[d])||void 0===r?void 0:r.includes(e),v=k({},s.style);i&&(v.fontFamily=b.Vp,v.left=0,v.position="sticky",v.textAlign=T?"right":"center",v.width=V[n]);var g,y=a[n-M],x=B.indexOf(d);if(f&&(v.color=m.Z.interactive.dangerBorder),c&&(v.backgroundColor=m.Z.background.danger),Array.isArray(y)||"object"===typeof y)try{y=JSON.stringify(y)}catch(O){y="Error: cannot display value"}return i&&(U?(g=T[e],Array.isArray(g)&&(g=g[n])):g=t.render("Cell")),(0,o.createElement)("div",k(k({},s),{},{className:"td ".concat(i?"td-index-column":""),key:"".concat(n,"-").concat(y),style:v}),g,!i&&(0,E.jsxs)(p.ZP,{justifyContent:"space-between",children:[(0,E.jsxs)(h.ZP,{danger:f,default:!0,wordBreak:!0,children:[!0===y&&"true",!1===y&&"false",(null===y||"null"===y)&&"null",!0!==y&&!1!==y&&null!==y&&"null"!==y&&y]}),f&&(0,E.jsx)(l(),{as:(0,w.o_)(j.mW,x),href:"/datasets/[...slug]",passHref:!0,children:(0,E.jsx)(u.Z,{danger:!0,children:"View all"})})]}))}))}))}),[B,T,A,V,M,q,K,U,_]),$=(0,o.useMemo)((function(){var t;return L?(t=(0,Z.Sm)(K.map(D)),t+=e||S-y.dN):(t=x,t-=e||S),t}),[e,x,L,K]),tt=(0,o.useMemo)((function(){return(0,E.jsx)(s.S_,{estimatedItemSize:S,height:$,itemCount:null===K||void 0===K?void 0:K.length,itemSize:function(t){return D(K[t])},outerRef:Y,style:{maxHeight:L,pointerEvents:a?"none":null},children:Q})}),[a,$,L,Q,K]);return(0,E.jsx)("div",k(k({},W()),{},{className:"table sticky",style:{width:N},children:(0,E.jsxs)("div",k(k({},X()),{},{className:"body",children:[(0,E.jsx)("div",{className:"header",ref:H,children:J.map((function(t,e){return(0,o.createElement)("div",k(k({},t.getHeaderGroupProps()),{},{className:"tr",key:"".concat(t.id,"_").concat(e)}),t.headers.map((function(t,e){var n,r=e<=M-1,i=t.getHeaderProps(),u=k({},i.style);return r?(u.fontFamily=b.Vp,u.left=0,u.position="sticky",u.textAlign="center",u.width=V[e],u.minWidth=V[e]):C?n=C(t,e-M,{width:z.width}):(n=t.render("Header"),u.color=(R||v.Z).content.default,u.padding=1*O.iI,u.minWidth=z.width),(0,o.createElement)("div",k(k({},i),{},{className:"th",key:t.id,style:u,title:r?"Row number":void 0}),n)})))}))}),tt]}))}))}var M=function(t){var e=t.columnHeaderHeight,n=t.columns,r=t.disableScrolling,i=t.height,u=t.index,a=t.invalidValues,l=t.maxHeight,c=t.noBorderBottom,s=t.noBorderLeft,d=t.noBorderRight,f=t.noBorderTop,p=t.previewIndexes,h=t.renderColumnHeader,v=t.rows,m=t.width;if(null===n||void 0===n?void 0:n.some((function(t){return""===t})))return null;var g=(0,o.useMemo)((function(){return null!==u&&void 0!==u&&u.length&&Array.isArray(u[0])?u[0].length:1}),[u]),b=(0,o.useMemo)((function(){return(0,Z.w6)(g).map((function(t,e){return{Header:(0,Z.w6)(e+1).map((function(){return" "})).join(" "),accessor:function(t,e){return e},sticky:"left"}})).concat(null===n||void 0===n?void 0:n.map((function(t){return{Header:String(t),accessor:String(t)}})))}),[n,g]),y=(0,o.useMemo)((function(){return(0,E.jsx)(L,{columnHeaderHeight:e,columns:b,data:v,disableScrolling:r,height:i,index:u,invalidValues:a,maxHeight:l,numberOfIndexes:g,previewIndexes:p,renderColumnHeader:h,width:m})}),[e,b,v,r,i,u,a,l,g,p,h,m]);return(0,E.jsx)(A,{columnHeaderHeight:e,disableScrolling:r,height:i,maxHeight:l?l+37:l,noBorderBottom:c,noBorderLeft:s,noBorderRight:d,noBorderTop:f,children:y})}},66909:function(t,e,n){"use strict";n.d(e,{Eh:function(){return c},t0:function(){return s}});var r=n(38626),i=n(2842),o=n(17679),u=n(61896),a=n(47041),l=n(70515),c=(l.iI,o.O$+3*l.iI+u.dN),s=r.default.div.withConfig({displayName:"indexstyle__SidekickContainerStyle",componentId:"sc-15ofupc-0"})([""," overflow:auto;position:absolute;width:100%;"," ",""],a.w5,(function(t){return"\n height: calc(100vh - ".concat(i.uX,"px - ").concat(t.heightOffset,"px);\n ")}),(function(t){return t.overflowHidden&&"\n overflow: hidden;\n "}));r.default.div.withConfig({displayName:"indexstyle__PaddingContainerStyle",componentId:"sc-15ofupc-1"})(["padding:","px;",""],2*l.iI,(function(t){return t.noPadding&&"\n padding: 0;\n "}))},16488:function(t,e,n){"use strict";n.d(e,{IJ:function(){return v},M8:function(){return E},Vx:function(){return x},XM:function(){return Z},_U:function(){return h},eI:function(){return y},gU:function(){return O},lO:function(){return I},ri:function(){return g},tL:function(){return j},vJ:function(){return w},xH:function(){return b}});var r,i=n(82394),o=n(92083),u=n.n(o),a=n(3917),l=n(4383),c=n(30229),s=n(42122),d=n(86735);function f(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function p(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?f(Object(n),!0).forEach((function(e){(0,i.Z)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var h=function(t){return!!t&&!Object.values(c.U5).includes(t)};function v(t){return null===t||void 0===t?void 0:t.reduce((function(t,e){var n=e.block_uuid,r=e.completed_at,o=e.started_at,a=e.status,l=null;o&&r&&(l=u()(r).valueOf()-u()(o).valueOf());return p(p({},t),{},(0,i.Z)({},n,{runtime:l,status:a}))}),{})}var m,g=function(t){var e=[{description:function(){return"This pipeline will run continuously on an interval or just once."},label:function(){return"Schedule"},uuid:c.Xm.TIME},{description:function(){return"This pipeline will run when a specific event occurs."},label:function(){return"Event"},uuid:c.Xm.EVENT},{description:function(){return"Run this pipeline when you make an API call."},label:function(){return"API"},uuid:c.Xm.API}];return t?e.slice(0,1):e};function b(t){var e=(0,s.gR)(t,[c.gm.INTERVAL,c.gm.TYPE]),n=t[c.gm.INTERVAL];n&&(e["schedule_interval[]"]=encodeURIComponent(n));var r=t[c.gm.TYPE];return r&&(e["schedule_type[]"]=r),e}function y(t){if(!t)return null;var e=new Date(u()(t).valueOf()),n=Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds());return new Date(n)}function x(t){return"string"!==typeof t?t:y(t.split("+")[0]).toISOString().split(".")[0]}!function(t){t.DAY="day",t.HOUR="hour",t.MINUTE="minute",t.SECOND="second"}(m||(m={}));var j=(r={},(0,i.Z)(r,m.DAY,86400),(0,i.Z)(r,m.HOUR,3600),(0,i.Z)(r,m.MINUTE,60),(0,i.Z)(r,m.SECOND,1),r);function O(t){var e=m.SECOND,n=t;return t%86400===0?(n/=86400,e=m.DAY):t%3600===0?(n/=3600,e=m.HOUR):t%60===0&&(n/=60,e=m.MINUTE),{time:n,unit:e}}function w(t,e){return t*j[e]}function Z(t,e,n){var r="".concat(t.toISOString().split("T")[0]," ").concat(null===e||void 0===e?void 0:e.hour,":").concat(null===e||void 0===e?void 0:e.minute);if(null!==n&&void 0!==n&&n.includeSeconds&&(r=r.concat(":00")),null!==n&&void 0!==n&&n.localTimezone){var i=u()(t);i.set("hour",+(null===e||void 0===e?void 0:e.hour)||0),i.set("minute",+(null===e||void 0===e?void 0:e.minute)||0),i.set("second",0),r=i.format(a.lE),null!==n&&void 0!==n&&n.convertToUtc&&(r=(0,a.d$)(r,{includeSeconds:null===n||void 0===n?void 0:n.includeSeconds,utcFormat:!0}))}return r}function E(t){var e,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r="",i=!0;return i&&(n?r="".concat(window.origin,"/api/pipeline_schedules/").concat(null===t||void 0===t?void 0:t.id,"/api_trigger"):(r="".concat(window.origin,"/api/pipeline_schedules/").concat(null===t||void 0===t?void 0:t.id,"/pipeline_runs"),null!==t&&void 0!==t&&t.token&&(r="".concat(r,"/").concat(t.token)))),i&&(e=window.location.port)&&(r=r.replace(e,l.QT)),r}function T(t,e,n){return t.match(/[*,-/]/)?{additionalOffset:0,cronValue:t}:function(t,e,n){var r=n.indexOf(t),i=0;if(e<0)for(var o=0;o>e;o--)0===r?(r=n.length-1,i-=1):r-=1;else if(e>0)for(var u=0;u<e;u++)r===n.length-1?(r=0,i+=1):r+=1;return{additionalOffset:i,cronValue:String(n[r]||t)}}(+t,e,n)}var k=(0,d.m5)(60),S=(0,d.m5)(24),P=(0,a.Cs)();function I(t,e){if(!t)return t;var n=u()().local().format("Z"),r=n.split(":"),i="-"===n[0],o=3===r[0].length?Number(r[0].slice(1)):Number(r[0]),a=Number(r[1]);(i&&!e||!i&&e)&&(o=-o,a=-a);var l=t.split(" "),c=l[0],s=l[1],d=l[2],f=T(c,a,k),p=T(s,o+f.additionalOffset,S);if(l[0]=f.cronValue,l[1]=p.cronValue,0!==(null===p||void 0===p?void 0:p.additionalOffset)){var h=T(d,p.additionalOffset,P);l[2]=h.cronValue}return l.join(" ")}},52729:function(t,e,n){"use strict";n.d(e,{Z:function(){return U}});var r=n(26304),i=n(21831),o=n(82394),u=n(82684),a=n(26226),l=n(84969),c=n(90948),s=n(65743),d=n(29989),f=n(38626),p=n(61655),h=n(16853),v=n(65376),m=n(48072),g=n(98677),b=n(84181),y=n(55485),x=n(4190),j=n(30160),O=n(94035),w=n(70987),Z=n(79633),E=n(89370),T=n(95363),k=n(61896),S=n(70515),P=n(88543),I=n(6568),A=function(t){return t.slice(0,10)},D=function(t,e){var n=t.toISOString().slice(0,10),r=e.toISOString().slice(0,10);return"".concat(n,":").concat(r)},L=n(79221),M=n(98684),_=n(28598),C=["height","loading","selected","width","xAxisLabel","yAxisLabel"];function N(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function R(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?N(Object(n),!0).forEach((function(e){(0,o.Z)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):N(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var H={bottom:S.iI,left:3*S.iI,right:0,top:1*S.iI},Y=(0,p.Z)((function(t){var e=t.columnType,n=t.data,r=void 0===n?[]:n,o=t.getBarColor,a=t.getXValue,p=t.getYValue,y=t.height,x=t.hideTooltip,O=t.large,C=t.margin,N=void 0===C?{}:C,Y=t.muted,U=t.noPadding,V=t.numberOfXTicks,B=t.renderTooltipContent,F=t.selected,z=t.showAxisLabels,G=t.showTooltip,X=t.showYAxisLabels,W=t.showZeroes,J=t.sortData,q=t.tooltipData,K=t.tooltipLeft,Q=t.tooltipOpen,$=t.tooltipTop,tt=t.width,et=t.xLabelFormat,nt=t.yLabelFormat,rt=O?k.J5:k.VK,it=(0,u.useCallback)((function(t){return a?a(t):t[0]}),[a]),ot=(0,u.useCallback)((function(t){return p?p(t):t[1]}),[p]),ut=(0,u.useContext)(f.ThemeContext),at=e===E.RL.DATETIME,lt=R(R({},H),N);z&&(lt=R(R({},lt),{},{left:lt.left+S.iI}));var ct=J?J(r):r.sort((function(t,e){return e[1]-t[1]})),st=at?r.sort((function(t,e){return new Date(t[0])-new Date(e[0])})).filter((function(t){return!!t[0]})):ct.slice(0,60),dt=tt-(lt.left+lt.right),ft=y-(lt.bottom+lt.top),pt=at?function(t,e){var n,r=t.map((function(t){return new Date(t[0])})).sort((function(t,e){return t-e}));return(0,I.Z)({domain:(n=r,[(0,P.Z)(n[0]),(0,P.Z)(n[n.length-1])]),nice:!0,range:[0,e]})}(st,dt):null,ht=function(t,e){if(null===e)return{};var n=e.ticks().map((function(t){return t.toISOString()})),r={},i=0,o=1;return t.forEach((function(t){var e=new Date(t[0]),u=t[1],a=n[i],l=n[o];if(a&&l){var c=new Date(a),s=new Date(l),d=D(c,s);if(e>=c&&e<s)r[d]=(r[d]||0)+u;else for(;o<n.length||!r[d];)if(i+=1,o+=1,c=new Date(n[i]),s=new Date(n[o]),d=D(c,s),e>=c&&e<s)return void(r[d]=(r[d]||0)+u)}})),n.reduce((function(t,e,n,r){if(0===n)return t;var i=A(e),o=A(r[n-1]);return t.push("".concat(o,":").concat(i)),t}),[]).forEach((function(t){r[t]=r[t]||0})),r}(st,pt);st=pt?Object.entries(ht).sort((function(t,e){return new Date(A(t[0]))-new Date(A(e[0]))})):st;var vt=pt?Math.max.apply(Math,(0,i.Z)(Object.values(ht))):0,mt=st.reduce((function(t,e){return(0!==ot(e)||at||W)&&t.push(it(e)),t}),[]),gt=mt.length,bt=function(t,e,n){return n?.05:t>=30&&e<300?.5:t>=15?.3:t>=5?.1:t>2?.05:2===t?.025:0}(gt,tt,at),yt=(0,g.Z)({domain:mt,paddingInner:U?null:bt,range:[0,dt],round:!1}),xt=(0,b.Z)({domain:[0,Math.max.apply(Math,(0,i.Z)(st.map(ot)))],range:[ft,0],round:!0}),jt=(0,M.K)(ut),Ot={active:((null===ut||void 0===ut?void 0:ut.content)||w.Z.content).active,default:jt[0],muted:((null===ut||void 0===ut?void 0:ut.monotone)||w.Z.monotone).gray,selected:((null===ut||void 0===ut?void 0:ut.elevation)||w.Z.elevation).visualizationAccent},wt=Ot.default;Y?wt=Ot.muted:F&&(wt=Ot.selected);var Zt=gt?at?vt:Math.max.apply(Math,(0,i.Z)(st.map((function(t){return ot(t)})))):0,Et=Math.floor(Zt/6),Tt=[0],kt=0;if(Zt>6)for(;kt<Zt;)Tt.push(kt+Et),kt+=Et;else for(;kt<=Zt;)Tt.push(kt+1),kt+=1;Zt>9999?lt=R(R({},lt),{},{left:O?8*S.iI:4.1*S.iI}):Zt>999&&(lt=R(R({},lt),{},{left:O?5*S.iI:3.6*S.iI}));var St=at?2.25:0,Pt=gt<10||e===E.RL.NUMBER||e===E.RL.NUMBER_WITH_DECIMALS||at||X,It=(0,u.useCallback)((function(t){var e=(0,m.Z)(t)||{x:0,y:0},n=e.x,r=e.y,i=(n-(z?lt.left:0))/dt,o=Math.floor(gt*i),u=st[o];"undefined"===typeof u&&(u=st[0]);var a=it(u);a=a.length>15?"".concat(a.slice(0,21)):a;var l=B?B(u):"".concat(a," (").concat(ot(u),")");G({tooltipData:l,tooltipLeft:n-lt.left,tooltipTop:r+lt.top})}),[st,gt,it,ot,lt.left,lt.top,B,z,G,tt]);return tt<10||!r.length?null:(0,_.jsxs)("div",{children:[(0,_.jsxs)("svg",{height:y+lt.bottom*(at?7.5:3),width:tt,children:[(0,_.jsx)(d.Z,{left:z?lt.left:0,top:lt.top+St,children:st.reduce((function(t,e){var n=it(e),r=ot(e);if(0!==r){var i,u=yt.bandwidth(),a=ft-(null!==(i=xt(r))&&void 0!==i?i:0),l=yt(n),c=ft-a;t.push((0,_.jsx)(s.Z,{fill:o?o(e):wt,height:a,onMouseLeave:function(){return x()},onMouseMove:It,onTouchMove:It,onTouchStart:It,width:u,x:l,y:c},"bar-".concat(n)))}return t}),[])}),z&&(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)(l.Z,{left:lt.left,scale:xt,stroke:Ot.muted,tickFormat:function(t){return nt?nt(t):(0,L.P5)(t)},tickLabelProps:function(){return{fill:Ot.active,fontFamily:T.ry,fontSize:rt,textAnchor:"end",transform:"translate(-2,2.5)"}},tickStroke:Ot.muted,tickValues:Tt,top:lt.top+St}),(0,_.jsx)(c.Z,{left:lt.left,numTicks:at?void 0:V||6,orientation:"top",scale:pt||yt,stroke:Ot.muted,tickFormat:function(t){return et?et(String(t)):at?t.toISOString().slice(0,10):String(t)},tickLabelProps:function(t){return{fill:Pt?Ot.active:"transparent",fontFamily:T.ry,fontSize:rt,textAnchor:"middle",transform:at?"rotate(-90,".concat(pt(t),",0) translate(-33,10)"):"translate(0, ".concat(3*lt.bottom,")")}},tickLineProps:{transform:"translate(0,".concat(S.iI,")")},tickStroke:Pt?Ot.muted:"transparent",top:ft+lt.top+St})]})]}),Q&&q&&(0,_.jsx)(h.Z,{left:K,style:v.j,top:$,children:(0,_.jsx)(j.ZP,{color:Z.E5,small:!0,children:q})})]})}));var U=function(t){var e=t.height,n=t.loading,i=t.selected,o=t.width,u=t.xAxisLabel,l=t.yAxisLabel,c=(0,r.Z)(t,C);return(0,_.jsxs)(_.Fragment,{children:[(0,_.jsxs)("div",{style:{display:"flex",height:e,marginBottom:S.iI,width:"100%"},children:[l&&(0,_.jsx)(y.ZP,{alignItems:"center",fullHeight:!0,justifyContent:"center",width:28,children:(0,_.jsx)(O.Z,{children:(0,_.jsx)(j.ZP,{center:!0,muted:!0,small:!0,children:l})})}),(0,_.jsxs)("div",{style:{height:e,width:l?0===o?o:o-28:o},children:[n&&(0,_.jsx)(x.Z,{}),!n&&(0,_.jsx)(a.Z,{children:function(t){var e=t.height,n=t.width;return(0,_.jsx)(Y,R(R({},c),{},{height:e,selected:i,width:n}))}})]})]}),u&&(0,_.jsx)("div",{style:{paddingLeft:l?36:0,paddingTop:4},children:(0,_.jsx)(j.ZP,{center:!0,muted:!0,small:!0,children:u})})]})}},87862:function(t,e,n){"use strict";n.d(e,{Z:function(){return S}});var r=n(26304),i=n(82394),o=n(75582),u=n(26226),a=n(28940),l=n(82684),c=n(29989),s=n(38626),d=n(11684),f=n(24903),p=n(30160),h=n(44897),v=n(95363),m=n(61896),g=n(70515),b=n(98684),y=n(28598),x=["height","width","xAxisLabel"];function j(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function O(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?j(Object(n),!0).forEach((function(e){(0,i.Z)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):j(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var w={bottom:0,left:0,right:0,top:0},Z=function(t){var e=t.endAngle;return{endAngle:e>Math.PI?2*Math.PI:0,opacity:0,startAngle:e>Math.PI?2*Math.PI:0}},E=function(t){var e=t.startAngle;return{endAngle:t.endAngle,opacity:1,startAngle:e}};function T(t){var e=t.animate,n=t.arcs,r=t.path,i=t.getKey,u=t.getColor,a=t.onClickDatum,l=t.textColor;return(0,d.useTransition)(n,{enter:E,from:e?Z:E,keys:i,leave:e?Z:E,update:E})((function(t,e,n){var c=n.key,s=r.centroid(e),f=(0,o.Z)(s,2),p=f[0],h=f[1],g=e.endAngle-e.startAngle>=.1;return(0,y.jsxs)("g",{children:[(0,y.jsx)(d.animated.path,{d:(0,d.to)([t.startAngle,t.endAngle],(function(t,n){return r(O(O({},e),{},{endAngle:n,startAngle:t}))})),fill:u(e),onClick:function(){return a(e)},onTouchStart:function(){return a(e)}}),g&&(0,y.jsx)(d.animated.g,{style:{opacity:t.opacity},children:(0,y.jsx)("text",{dy:".33em",fill:l,fontFamily:v.ry,fontSize:m.J5,pointerEvents:"none",textAnchor:"middle",x:p,y:h,children:i(e)})})]},c)}))}function k(t){var e=t.animate,n=void 0===e||e,r=t.data,i=t.getX,o=t.getY,u=t.height,d=t.margin,p=void 0===d?w:d,v=t.textColor,m=t.width,x=(0,l.useState)(null),j=x[0],Z=x[1],E=(0,l.useContext)(s.ThemeContext),k=v||(null===E||void 0===E?void 0:E.content.active)||h.Z.content.active;if(m<10)return null;var S=(0,f.Z)({domain:r.map((function(t){return i(t)})),range:(0,b.K)(E)}),P=m-p.left-p.right,I=u-p.top-p.bottom,A=Math.min(P,I)/2,D=I/2,L=P/2,M=Math.min(P/4,12*g.iI);return(0,y.jsx)("svg",{height:u,width:m,children:(0,y.jsx)(c.Z,{left:L+p.left,top:D+p.top,children:(0,y.jsx)(a.Z,{cornerRadius:g.iI/2,data:j?r.filter((function(t){return JSON.stringify(t)===JSON.stringify(j)})):r,innerRadius:Math.max(A-M,12.25),outerRadius:A,padAngle:.005,pieValue:o,children:function(t){return(0,y.jsx)(T,O(O({},t),{},{animate:n,getColor:function(t){var e=t.data;return S(i(e))},getKey:function(t){var e=t.data;return i(e)},onClickDatum:function(t){var e=t.data;return n&&Z(j&&JSON.stringify(j)===JSON.stringify(e)?null:e)},textColor:k}))}})})})}function S(t){var e=t.height,n=t.width,i=t.xAxisLabel,o=(0,r.Z)(t,x),a={};return"undefined"!==typeof e&&(a.height=e),"undefined"!==typeof n&&(a.width=n),(0,y.jsxs)(y.Fragment,{children:[(0,y.jsx)("div",{style:a,children:(0,y.jsx)(u.Z,{children:function(t){var e=t.width,n=t.height;return(0,y.jsx)(k,O(O({},o),{},{height:n,width:e}))}})}),i&&(0,y.jsx)("div",{style:{paddingTop:4},children:(0,y.jsx)(p.ZP,{center:!0,muted:!0,small:!0,children:i})})]})}},98684:function(t,e,n){"use strict";n.d(e,{K:function(){return i}});var r=n(70987),i=function(t){var e=t||r.Z,n=e.brand,i=n.earth200,o=n.earth300,u=n.earth400,a=n.energy200,l=n.energy300,c=n.energy400,s=n.fire200,d=n.fire300,f=n.fire400,p=n.water200,h=n.water300,v=n.water400,m=n.wind200,g=n.wind300,b=n.wind400,y=e.chart;return[y.backgroundPrimary,y.backgroundSecondary,y.backgroundTertiary].concat([b,v,f,c,u,g,h,d,l,o,m,p,s,a,i])}},94035:function(t,e,n){"use strict";var r=n(38626).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;"]);e.Z=r},79221:function(t,e,n){"use strict";n.d(e,{P5:function(){return r},Vs:function(){return i}});n(81728);function r(t,e){var n=e||{},r=n.maxFractionDigits,i=n.minAmount,o=Intl.NumberFormat("en-US",{maximumFractionDigits:r||2,notation:"compact"});return"number"!==typeof t?t:t>=(i||1e4)?o.format(t):t.toString()}function i(t,e,n){var r,i;if("undefined"===typeof t||"undefined"===typeof e)return 0;var o=null===t||void 0===t||null===(r=t(e,n))||void 0===r||null===(i=r.props)||void 0===i?void 0:i.children;return(Array.isArray(o)?o:[o]).join("").length}},48888:function(t,e,n){"use strict";n.d(e,{AE:function(){return i},H3:function(){return o},mW:function(){return u},oE:function(){return a},yg:function(){return r}});var r="tabs[]",i="show_columns",o="column",u="Reports",a="Visualizations"},17679:function(t,e,n){"use strict";n.d(e,{O$:function(){return ot},Fk:function(){return ut}});var r=n(75582),i=n(12691),o=n.n(i),u=n(26304),a=n(21831),l=n(82394),c=n(82684),s=n(26226),d=n(84969),f=n(90948),p=n(65743),h=n(28108),v=n(79487),m=n(29989),g=n(38626),b=n(61655),y=n(16853),x=n(65376),j=n(48072),O=n(24903),w=n(84181),Z=n(98677),E=n(30160),T=n(70987),k=n(79633),S=n(61896),P=n(70515),I=n(95363),A=n(28598),D=["height","width"];function L(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function M(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?L(Object(n),!0).forEach((function(e){(0,l.Z)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):L(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var _={bottom:5*P.iI,left:3*P.iI,right:20*P.iI,top:0},C=function(t){return t.x},N=function(t){return t.y},R=(0,b.Z)((function(t){var e=t.data,n=t.height,r=t.hideTooltip,i=t.large,o=t.margin,u=void 0===o?{}:o,l=t.renderTooltipContent,s=t.showTooltip,b=t.tooltipData,P=t.tooltipLeft,D=t.tooltipOpen,L=t.tooltipTop,R=t.width,H=t.xAxisLabel,Y=t.xNumTicks,U=t.yLabelFormat,V=t.ySerialize,B=U;B||(B=function(t){return t.length>20?"".concat(t.substring(0,20),"..."):t});var F=i?S.iD:S.J5,z=(0,c.useContext)(g.ThemeContext),G=M(M({},_),u),X=e.slice(Math.max(0,e.length-50)),W=Object.keys(X[0]||[]).filter((function(t){return"x"===t})),J=(0,O.Z)({domain:W,range:[k.hM]}),q=(0,w.Z)({domain:[0,Math.max.apply(Math,(0,a.Z)(X.map(C)))],nice:!0}),K=(0,Z.Z)({domain:X.map(N),padding:.35}),Q={active:(null===z||void 0===z?void 0:z.content.default)||T.Z.content.default,backgroundPrimary:(null===z||void 0===z?void 0:z.chart.backgroundPrimary)||T.Z.chart.backgroundPrimary,backgroundSecondary:(null===z||void 0===z?void 0:z.chart.backgroundSecondary)||T.Z.chart.backgroundSecondary,muted:(null===z||void 0===z?void 0:z.content.muted)||T.Z.content.muted,primary:(null===z||void 0===z?void 0:z.chart.primary)||T.Z.chart.primary,tooltipBackground:(null===z||void 0===z?void 0:z.background.navigation)||T.Z.background.navigation},$=X.map(V),tt=Math.min(Math.max.apply(Math,(0,a.Z)($.map((function(t){return String(t).length})))),20);6*tt>2*G.right?G.right+=5.5*tt:6*tt>=G.right&&(G.right+=3.75*tt);var et=R-G.left-G.right,nt=n-G.top-G.bottom;G.left+=7*tt,q.rangeRound([0,et]),K.rangeRound([nt,0]);var rt=X.map(C).length,it=K($[rt-1]),ot=(0,c.useCallback)((function(t){var e=(0,j.Z)(t)||{x:0,y:0},n=e.x,r=e.y,i=1-(r-it/2)/(nt-it),o=Math.floor(i*rt),u=X[o];"undefined"===typeof u&&(u=X[o-1]),r>it&&r<nt-it&&s({tooltipData:u,tooltipLeft:n,tooltipTop:r+G.top})}),[X,rt,G.top,s,it,nt]);return R<10?null:(0,A.jsxs)("div",{children:[(0,A.jsxs)("svg",{height:n,width:R,children:[(0,A.jsx)(p.Z,{fill:"transparent",height:n-(G.top+G.bottom),onMouseLeave:function(){return r()},onMouseMove:ot,onTouchMove:ot,onTouchStart:ot,rx:14,width:R-G.left,x:G.left,y:0}),(0,A.jsxs)(m.Z,{left:G.left,top:G.top,children:[(0,A.jsx)(h.Z,{color:J,data:X,height:nt,keys:W,pointerEvents:"none",xScale:q,y:V,yScale:K,children:function(t){return t.map((function(t){return t.bars.map((function(e){return(0,A.jsx)("g",{children:(0,A.jsx)(A.Fragment,{children:(0,A.jsx)("rect",{fill:Q.backgroundPrimary,height:e.height,pointerEvents:"none",rx:4,width:e.width,x:e.x,y:e.y})})},"barstack-horizontal-".concat(t.index,"-").concat(e.index))}))}))}}),(0,A.jsx)(d.Z,{hideTicks:!0,scale:K,stroke:Q.muted,tickFormat:function(t){return B(t)},tickLabelProps:function(){return{fill:Q.active,fontFamily:I.ry,fontSize:F,style:{width:"10px"},textAnchor:"end"}},tickStroke:Q.muted,tickValues:$,top:2}),(0,A.jsx)(f.Z,{label:H,labelProps:{fill:Q.muted,fontFamily:I.ry,fontSize:F,textAnchor:"middle"},numTicks:Y,scale:q,stroke:Q.muted,tickLabelProps:function(){return{fill:Q.active,fontFamily:I.ry,fontSize:F,textAnchor:"middle"}},tickStroke:Q.muted,top:nt})]}),b&&(0,A.jsx)("g",{children:(0,A.jsx)(v.Z,{from:{x:G.left,y:L},pointerEvents:"none",stroke:k.Ej,strokeDasharray:"5,2",strokeWidth:1,to:{x:et+G.left,y:L}})})]}),D&&b&&(0,A.jsx)(y.Z,{left:P,style:M(M({},x.j),{},{backgroundColor:Q.tooltipBackground}),top:L,children:(0,A.jsxs)(E.ZP,{black:!0,small:!0,children:[null===l||void 0===l?void 0:l(b),!l&&C(b).toFixed(4)]})})]})}));var H,Y,U,V,B=function(t){var e=t.height,n=t.width,r=(0,u.Z)(t,D);return(0,A.jsx)("div",{style:{height:e,width:"undefined"===typeof n?"100%":n},children:(0,A.jsx)(s.Z,{children:function(t){var e=t.width,n=t.height;return(0,A.jsx)(R,M(M({},r),{},{height:n,width:e}))}})})},F=n(97618),z=n(52729),G=n(48670),X=n(87862),W=n(89370),J=n(86735),q=(J.Qj,J.tS,J.tS,J.tS,J.tS,J.Qj,J.Qj,J.Qj,J.tS,J.tS,H={},(0,l.Z)(H,W.RL.EMAIL,"domain_distribution"),(0,l.Z)(H,W.RL.TEXT,"word_distribution"),(0,l.Z)(H,W.RL.LIST,"element_distribution"),(0,l.Z)(H,"default","value_counts"),H),K=[].concat((0,a.Z)(W.P_),[W.RL.TEXT,W.RL.EMAIL,W.RL.LIST]),Q=(Y={},(0,l.Z)(Y,W.RL.EMAIL,"Domain distribution"),(0,l.Z)(Y,W.RL.TEXT,"Word distribution"),(0,l.Z)(Y,W.RL.LIST,"Element distribution"),(0,l.Z)(Y,"default","Distribution of values"),n(31353));!function(t){t.RANGE="range"}(U||(U={})),function(t){t.BAR_HORIZONTAL="bar_horizontal",t.LINE_CHART="line_chart",t.HISTOGRAM="histogram"}(V||(V={}));var $=n(48888),tt=n(92083),et=n.n(tt),nt=n(81728);function rt(t,e){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=r||{},o=i.calculateAnomaly,u=i.feature,l=i.getYValue,c=t.x,s=t.x_metadata,d=s.label,f=s.label_type,p=t.y,h=(null===p||void 0===p?void 0:p.map((function(t){return null===l||void 0===l?void 0:l(t)})))||[],v=Math.max.apply(Math,(0,a.Z)(h)),m=Math.max.apply(Math,(0,a.Z)(h)),g=(0,J.Sm)(h),b=(0,J.IN)(h),y=g/Math.max(1,h.length),x=e[d]||u,j=null===x||void 0===x?void 0:x.columnType,O=W.RL.DATETIME===j,w=[],Z=[],E=c.length,T=c.map((function(t,e){var r,i,u,a,l=t.label,c=t.max,s=t.min,d=p[e];if(U.RANGE===f)if(n||(n=c-s),a=W.RL.NUMBER===j&&n<=E)r=Number(s);else if(r=n/2+s,O){var x="M/D/YYYY",T="M/D/YYYY",k="M/D/YYYY";n<=1?(x=n<=.1?"H:mm:ss.SSS":"H:mm:ss",T="H:mm:ss.SSS",k="H:mm:ss.SSS"):n<=60?(x="H:mm",T="H:mm:ss",k="H:mm:ss"):n<=3600?(x="H:mm",T="M/D/YYYY H:mm",k="H:mm"):n<=86400&&(T="M/D/YYYY H:mm",k="M/D/YYYY H:mm"),r=et().unix(r).format(x),i=et().unix(s).format(T),u=et().unix(c).format(k)}else r=(0,nt.QV)(r);else r=l;var S=e>=1?p[e-1]:null,P=!1;o&&(P=o({x:t,y:d,yPrevious:S,yValues:h,yValuesAverage:y,yValuesMax:v,yValuesMin:m,yValuesStandardDeviation:b,yValuesSum:g}));var I={hideRange:a,isUnusual:P,x:t,xLabel:r,xLabelMax:u,xLabelMin:i,y:d};return P&&(a?Z.push(I):w.push(I)),I}));return{distribution:{data:T,featureUUID:d},rangedWithUnusualDistribution:(0,J.YC)(w,(function(t){var e=t.y;return l(e)}),{ascending:!1}),unusualDistribution:(0,J.YC)(Z,(function(t){var e=t.y;return l(e)}),{ascending:!1})}}var it=n(40489);var ot=12*P.iI;function ut(t){var e=t.columnTypes,n=t.columns,i=t.insightsByFeatureUUID,u=t.insightsOverview,a=t.noColumnLinks,l=void 0!==a&&a,c=t.statistics;return function(t,a,s){var d=s.width,f=n[a],p=e[f],h=Q.T5[p],v=(i[f]||{}).charts,m=u.time_series,g=n.filter((function(t){return e[t]===W.RL.DATETIME})),b=null===m||void 0===m?void 0:m.map((function(t){return rt(t,{},{feature:{columnType:p,uuid:f}}).distribution})),y={};null===b||void 0===b||b.forEach((function(t,e){var n=t.data;y[g[e]]=(0,A.jsx)(z.Z,{data:n.map((function(t){var e=t.x,n=t.xLabel,r=t.xLabelMax,i=t.xLabelMin;return[n,t.y.count,i,r,e.min,e.max]})),height:ot,large:!0,margin:{bottom:0,left:0,right:0,top:0},renderTooltipContent:function(t){var e=(0,r.Z)(t,4),n=e[1],i=e[2],o=e[3];return(0,A.jsxs)("p",{children:["Rows: ",n,(0,A.jsx)("br",{}),"Start: ",i,(0,A.jsx)("br",{}),"End: ",o]})},sortData:function(t){return(0,J.YC)(t,"[4]")}},f)}));var x,j=null===v||void 0===v?void 0:v.find((function(t){var e=t.type;return V.HISTOGRAM===e})),O=(j?rt(j,{},{feature:{columnType:p,uuid:f},getYValue:function(t){return t.value}}):{}).distribution,w=void 0===O?null:O,Z=q[p]||q.default,T=null===c||void 0===c?void 0:c["".concat(f,"/").concat(Z)],k=Object.entries(T||{}).map((function(t){var e=(0,r.Z)(t,2),n=e[0];return{x:e[1],y:n}})),S=W.RL.TRUE_OR_FALSE===p;if(W.RL.DATETIME===p)x=y[f];else if(w&&!S)x=(0,A.jsx)(z.Z,{data:w.data.map((function(t){var e=t.hideRange,n=t.isUnusual,r=t.x;return[t.xLabel,t.y.value,r.min,r.max,n,e]})),height:ot,margin:{bottom:0,left:0,right:0,top:0},renderTooltipContent:function(t){var e=(0,r.Z)(t,6),n=e[1],i=e[2],o=e[3],u=e[5];return(0,A.jsxs)("p",{children:[u&&(0,A.jsxs)(A.Fragment,{children:["Rows: ",n,(0,A.jsx)("br",{}),"Value: ",i]}),!u&&(0,A.jsxs)(A.Fragment,{children:["Rows: ",n,(0,A.jsx)("br",{}),"Range: ",i," - ",o]})]})},sortData:function(t){return(0,J.YC)(t,"[2]")},width:d-2*P.iI});else if(K.includes(p)){var I=(0,J.YC)((0,J.YC)(k,"x",{ascending:!1}).slice(0,5),"x");x=(0,A.jsx)(B,{data:I,height:ot,margin:{bottom:0,left:0,right:20,top:0},renderTooltipContent:function(t){var e=t.x,n=t.y;return"".concat(n," appears ").concat((0,nt.x6)(e)," times")},xNumTicks:2,ySerialize:function(t){return t.y}})}else S&&T&&(x=(0,A.jsx)(X.Z,{data:Object.entries(T),getX:function(t){var e=(0,r.Z)(t,2),n=e[0],i=e[1];return"".concat(n," (").concat((0,nt.x6)(i),")")},getY:function(t){return(0,r.Z)(t,2)[1]},height:ot}));return(0,A.jsxs)("div",{style:{padding:P.iI},children:[(0,A.jsxs)("div",{style:{alignItems:"center",display:"flex",marginBottom:P.iI},children:[h&&(0,A.jsx)(F.Z,{title:W.Rp[p],children:(0,A.jsx)(h,{size:2*P.iI})}),(0,A.jsx)("div",{style:{marginLeft:.5*P.iI,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",width:d-4.5*P.iI},children:l?(0,A.jsx)(E.ZP,{bold:!0,default:!0,title:n[a],children:n[a]}):(0,A.jsx)(o(),{as:(0,it.o_)($.oE,a),href:"/datasets/[...slug]",passHref:!0,children:(0,A.jsx)(G.Z,{bold:!0,monospace:!0,secondary:!0,small:!0,title:n[a],children:n[a]})})})]}),x,!x&&(0,A.jsx)("div",{style:{height:ot}})]})}}},40489:function(t,e,n){"use strict";n.d(e,{o_:function(){return l}});var r=n(75582),i=n(34376),o=n(48888);n(82684),n(12691),n(71180),n(58036),n(97618),n(55485),n(48670),n(38276),n(30160),n(72473),n(28598);var u,a=n(69419);!function(t){t.DATASETS="datasets",t.DATASET_DETAIL="dataset_detail",t.COLUMNS="features",t.COLUMN_DETAIL="feature_detail",t.EXPORT="export"}(u||(u={}));var l=function(t,e){var n=(0,i.useRouter)().query.slug,l=void 0===n?[]:n,c=(0,r.Z)(l,1)[0],s=(0,a.iV)(),d=s.show_columns,f=s.column,p="/".concat(u.DATASETS,"/").concat(c),h="".concat(o.H3,"=").concat(f||e),v="".concat(o.yg,"=").concat(t,"&").concat(h,"&").concat(o.AE,"=").concat(d||0);return"".concat(p,"?").concat(v)}},44265:function(t,e,n){"use strict";n.d(e,{Az:function(){return c},BF:function(){return l},Do:function(){return d},IK:function(){return a},P0:function(){return i},VO:function(){return u},sZ:function(){return s}});var r,i,o=n(82394),u=n(41143).V,a=[u.FAILED,u.COMPLETED,u.RUNNING,u.CANCELLED,u.INITIAL],l=[u.INITIAL,u.RUNNING],c=[u.CANCELLED,u.COMPLETED,u.FAILED],s="__mage_variables",d=(r={},(0,o.Z)(r,u.CANCELLED,"Cancelled"),(0,o.Z)(r,u.COMPLETED,"Done"),(0,o.Z)(r,u.FAILED,"Failed"),(0,o.Z)(r,u.INITIAL,"Ready"),(0,o.Z)(r,u.RUNNING,"Running"),r);!function(t){t.PIPELINE_UUID="pipeline_uuid[]",t.STATUS="status[]",t.TAG="pipeline_tag[]"}(i||(i={}))},30229:function(t,e,n){"use strict";n.d(e,{TR:function(){return p},U5:function(){return l},Wb:function(){return f},Xm:function(){return o},Z4:function(){return c},fq:function(){return a},gm:function(){return s},kJ:function(){return d}});var r,i,o,u=n(82394);!function(t){t.API="api",t.EVENT="event",t.TIME="time"}(o||(o={}));var a,l,c=(r={},(0,u.Z)(r,o.API,(function(){return"API"})),(0,u.Z)(r,o.EVENT,(function(){return"event"})),(0,u.Z)(r,o.TIME,(function(){return"schedule"})),r);!function(t){t.ACTIVE="active",t.INACTIVE="inactive"}(a||(a={})),function(t){t.ONCE="@once",t.HOURLY="@hourly",t.DAILY="@daily",t.WEEKLY="@weekly",t.MONTHLY="@monthly",t.ALWAYS_ON="@always_on"}(l||(l={}));var s,d,f=[l.ONCE,l.HOURLY,l.DAILY,l.WEEKLY,l.MONTHLY];!function(t){t.INTERVAL="frequency[]",t.STATUS="status[]",t.TAG="tag[]",t.TYPE="type[]"}(s||(s={})),function(t){t.CREATED_AT="created_at",t.NAME="name",t.PIPELINE="pipeline_uuid",t.STATUS="status",t.TYPE="schedule_type"}(d||(d={}));var p=(i={},(0,u.Z)(i,d.CREATED_AT,"Created at"),(0,u.Z)(i,d.NAME,"Name"),(0,u.Z)(i,d.PIPELINE,"Pipeline"),(0,u.Z)(i,d.STATUS,"Active"),(0,u.Z)(i,d.TYPE,"Type"),i)},14532:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return et}});var r=n(77837),i=n(75582),o=n(82394),u=n(38860),a=n.n(u),l=n(82684),c=n(69864),s=n(34376),d=n(23192),f=n(71180),p=n(15338),h=n(97618),v=n(55485),m=n(85854),g=n(55072),b=n(75457),y=n(44265),x=n(57653),j=n(93808),O=n(38276),w=n(4190),Z=n(30160),E=n(35686),T=n(21831),k=n(26304),S=n(90299),P=n(93859),I=n(24138),A=n(48339),D=n(70515),L=n(66909),M=n(8955),_=n(16488),C=n(81728),N=n(86735),R=n(28598),H=["blockRuns","blocksOverride","columns","dataType","height","heightOffset","loadingData","outputs","pipeline","renderColumnHeader","rows","selectedRun","selectedTab","setSelectedTab","textData"];function Y(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function U(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Y(Object(n),!0).forEach((function(e){(0,o.Z)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Y(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var V={uuid:"Dependency tree"},B={uuid:"Block output"},F=[B,V];var z=n(28795),G=n(81655),X=n(3917),W=n(72619),J=n(3314),q=n(69419),K=n(70320);function Q(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function $(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Q(Object(n),!0).forEach((function(e){(0,o.Z)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Q(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function tt(t){var e=t.pipeline,n=t.pipelineRun,r=(0,K.q)(),o=(0,s.useRouter)(),u=(0,q.iV)(),a=null!==u&&void 0!==u&&u.page?u.page:0,j=(0,l.useState)(null),Y=j[0],Q=j[1],tt=(0,l.useState)(F[0]),et=tt[0],nt=tt[1],rt=(0,l.useState)(null),it=rt[0],ot=rt[1],ut=E.ZP.blocks.pipeline_runs.list(null===n||void 0===n?void 0:n.id,{},{refreshInterval:5e3}).data,at=e.uuid,lt=E.ZP.pipelines.detail(at,{includes_content:!1,includes_outputs:!1},{revalidateOnFocus:!1}).data,ct=(0,l.useMemo)((function(){return $($({},null===lt||void 0===lt?void 0:lt.pipeline),{},{uuid:at})}),[lt,at]),st=E.ZP.pipeline_runs.detail(n.id,{_format:"with_basic_details"},{refreshInterval:3e3,revalidateOnFocus:!0}).data,dt=(0,l.useMemo)((function(){return(null===st||void 0===st?void 0:st.pipeline_run)||{}}),[st]),ft=dt.execution_date,pt=dt.id,ht=dt.status,vt={_limit:g.Q,_offset:a*g.Q,pipeline_run_id:pt},mt=null===u||void 0===u?void 0:u[G.lG.SORT_COL_IDX],gt=null===u||void 0===u?void 0:u[G.lG.SORT_DIRECTION];if(mt){var bt=d.fi[mt],yt=gt||G.sh.ASC;vt.order_by="".concat(bt,"%20").concat(yt)}var xt=E.ZP.block_runs.list(vt,{refreshInterval:5e3}),jt=xt.data,Ot=xt.mutate,wt=(0,l.useMemo)((function(){return(null===jt||void 0===jt?void 0:jt.block_runs)||[]}),[jt]),Zt=(0,c.Db)(E.ZP.pipeline_runs.useUpdate(pt),{onSuccess:function(t){return(0,W.wD)(t,{callback:function(){Q(null),null===Ot||void 0===Ot||Ot()},onErrorCallback:function(t,e){return ot({errors:e,response:t})}})}}),Et=(0,i.Z)(Zt,2),Tt=Et[0],kt=Et[1].isLoading,St=E.ZP.outputs.block_runs.list(null===Y||void 0===Y?void 0:Y.id),Pt=St.data,It=St.loading;(0,l.useEffect)((function(){Y||(null===et||void 0===et?void 0:et.uuid)!==B.uuid||nt(V)}),[Y,null===et||void 0===et?void 0:et.uuid]);var At=(0,l.useMemo)((function(){return(0,R.jsx)(d.ZP,{blockRuns:wt,onClickRow:function(t){Q((function(e){var n=wt[t],r=(null===e||void 0===e?void 0:e.id)!==n.id?n:null;return r&&nt((function(t){return t!==B?B:t})),r}))},pipeline:ct,selectedRun:Y,setErrors:ot,sortableColumnIndexes:d.lG})}),[wt,ct,Y]),Dt=(null===ct||void 0===ct?void 0:ct.type)!==x.qL.STREAMING&&ht&&ht!==y.VO.COMPLETED,Lt=((null===ct||void 0===ct?void 0:ct.type)===x.qL.PYTHON||(null===ct||void 0===ct?void 0:ct.type)===x.qL.INTEGRATION)&&Y&&y.Az.includes(ht),Mt=(0,l.useMemo)((function(){var t;return(null===jt||void 0===jt||null===(t=jt.metadata)||void 0===t?void 0:t.count)||[]}),[jt]),_t=(0,l.useMemo)((function(){return(0,R.jsx)(O.Z,{p:2,children:(0,R.jsx)(g.ZP,{maxPages:g.Et,onUpdate:function(t){var e=Number(t),n=$($({},u),{},{page:e>=0?e:0});Q(null),o.push("/pipelines/[pipeline]/runs/[run]","/pipelines/".concat(at,"/runs/").concat(pt,"?").concat((0,q.uM)(n)))},page:Number(a),totalPages:Math.ceil(Mt/g.Q)})})}),[a,pt,at,u,o,Mt]),Ct=(0,l.useCallback)((function(t){return function(t){var e=t.blockRuns,n=t.blocksOverride,r=(t.columns,t.dataType,t.height),o=t.heightOffset,u=t.loadingData,a=t.outputs,l=t.pipeline,c=t.renderColumnHeader,s=(t.rows,t.selectedRun),d=t.selectedTab,f=t.setSelectedTab,p=(t.textData,U({},(0,k.Z)(t,H)));p.blockStatus=(0,_.IJ)(e);var h=[],m=[];if(!u){var g,b={};null===a||void 0===a||a.forEach((function(t){var e=t.type;b[e]||(b[e]={outputs:[],priority:Object.keys(b).length}),b[e].outputs.push(t)})),null===(g=(0,N.YC)(Object.entries(b),(function(t){var e=(0,i.Z)(t,2);return e[0],e[1].priority})))||void 0===g||g.forEach((function(t){var e=(0,i.Z)(t,2),n=e[0],u=e[1].outputs,a=[];null===u||void 0===u||u.forEach((function(t,e){var i,u=t.sample_data,l=t.text_data,s=t.type,d=(0,R.jsx)(O.Z,{ml:2,children:(0,R.jsx)(Z.ZP,{children:"This block run has no output."})},"output-empty-".concat(e));if(s===A.Gi.TABLE){var f=((null===u||void 0===u?void 0:u.columns)||[]).slice(0,40),p=(null===u||void 0===u?void 0:u.rows)||[];i=p&&(null===p||void 0===p?void 0:p.length)>=1?(0,R.jsx)(P.Z,{columnHeaderHeight:c?L.Eh:0,columns:f,height:r-o-90,noBorderBottom:!0,noBorderLeft:!0,noBorderRight:!0,renderColumnHeader:c,rows:p},"output-table-".concat(e)):d}else{var v=(0,C.Pb)(l)?JSON.stringify(JSON.parse(l),null,2):l;i=l?(0,R.jsx)(O.Z,{ml:2,children:(0,R.jsx)(Z.ZP,{monospace:!0,children:(0,R.jsx)("pre",{children:v})})},"output-text-".concat(e)):d}A.Gi.TEXT===n?(a.push(i),0===e&&m.push({uuid:"Block output ".concat(e+1)})):(h.push(i),m.push({uuid:"Block output ".concat(e+1)}))})),A.Gi.TEXT===n&&h.push(a)}))}var y=h,x=m,j=F;(null===x||void 0===x?void 0:x.length)>=2&&(j=[B].concat((0,T.Z)(x.slice(1)),[V]));var E=d&&f,Y=y[j.findIndex((function(t){return t.uuid===(null===d||void 0===d?void 0:d.uuid)}))];return(0,R.jsxs)(R.Fragment,{children:[(0,R.jsx)("div",{style:{position:"fixed",top:"50px"},children:E&&(0,R.jsx)(O.Z,{py:D.cd,children:(0,R.jsx)(S.Z,{onClickTab:f,selectedTabUUID:null===d||void 0===d?void 0:d.uuid,tabs:s?j:[V]})})}),(0,R.jsxs)("div",{style:{position:"relative",top:"75px"},children:[(!s||V.uuid===(null===d||void 0===d?void 0:d.uuid))&&(0,R.jsx)(I.ZP,U(U({},p),{},{blocksOverride:n,enablePorts:!1,height:r,heightOffset:(o||0)+(E?M.u$:0),pipeline:l})),s&&d&&V.uuid!==(null===d||void 0===d?void 0:d.uuid)&&(0,R.jsxs)(R.Fragment,{children:[u&&(0,R.jsx)(O.Z,{mt:2,children:(0,R.jsx)(v.ZP,{alignItems:"center",fullWidth:!0,justifyContent:"center",children:(0,R.jsx)(w.Z,{color:"white",large:!0})})}),!u&&Y]})]})]})}($($({},t),{},{blockRuns:wt,blocksOverride:null===ut||void 0===ut?void 0:ut.blocks,loadingData:It,outputs:null===Pt||void 0===Pt?void 0:Pt.outputs,selectedRun:Y,selectedTab:et,setSelectedTab:nt,showDynamicBlocks:!0}))}),[wt,ut,Pt,It,Y,et,nt]);return(0,R.jsxs)(b.Z,{breadcrumbs:[{label:function(){return"Runs"},linkProps:{as:"/pipelines/".concat(at,"/runs"),href:"/pipelines/[pipeline]/runs"}},{label:function(){return r?(0,X.XG)(ft,r):ft}}],buildSidekick:Ct,errors:it,pageName:z.M.RUNS,pipeline:ct,setErrors:ot,subheader:(Dt||Lt)&&(0,R.jsxs)(v.ZP,{alignItems:"center",children:[y.BF.includes(ht)&&(0,R.jsxs)(h.Z,{children:[(0,R.jsx)(Z.ZP,{bold:!0,default:!0,large:!0,children:"Pipeline is running"}),(0,R.jsx)(O.Z,{mr:1}),(0,R.jsx)(w.Z,{inverted:!0}),(0,R.jsx)(O.Z,{mr:2})]}),Dt&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsx)(f.ZP,{danger:!0,loading:kt,onClick:function(t){(0,J.j)(t),Tt({pipeline_run:{pipeline_run_action:"retry_blocks"}})},outline:!0,children:"Retry incomplete blocks"}),(0,R.jsx)(O.Z,{mr:2})]}),Lt&&(0,R.jsxs)(f.ZP,{loading:kt,onClick:function(t){(0,J.j)(t),Tt({pipeline_run:{from_block_uuid:Y.block_uuid,pipeline_run_action:"retry_blocks"}})},outline:!0,primary:!0,children:["Retry from selected block (",Y.block_uuid,")"]})]}),title:function(t){var e=t.name;return"".concat(e," runs")},uuid:"".concat(z.M.RUNS,"_").concat(at,"_").concat(pt),children:[(0,R.jsx)(O.Z,{mt:D.cd,px:D.cd,children:(0,R.jsx)(m.Z,{level:5,children:"Block runs"})}),(0,R.jsx)(p.Z,{light:!0,mt:D.cd,short:!0}),At,_t]})}tt.getInitialProps=function(){var t=(0,r.Z)(a().mark((function t(e){var n,r,i;return a().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.query,r=n.pipeline,i=n.run,t.abrupt("return",{pipeline:{uuid:r},pipelineRun:{id:i}});case 2:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}();var et=(0,j.Z)(tt)},39525:function(t,e,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/pipelines/[pipeline]/runs/[run]",function(){return n(14532)}])}},function(t){t.O(0,[2678,1154,844,5820,1124,1751,5896,9161,2631,4267,600,8487,8264,7858,5499,5457,4366,722,3419,9774,2888,179],(function(){return e=39525,t(t.s=e);var e}));var e=t.O();_N_E=e}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8170],{27277:function(e,n,t){"use strict";var i=t(82394),r=t(21831),o=t(82684),c=t(39643),u=t(44688),l=t(28598);function a(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function d(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?a(Object(t),!0).forEach((function(n){(0,i.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}n.Z=function(e){var n=e.highlightedItemIndexInitial,t=void 0===n?null:n,i=e.itemGroups,a=e.noResultGroups,s=e.onHighlightItemIndexChange,f=e.onMouseEnterItem,p=e.onMouseLeaveItem,g=e.onSelectItem,h=e.renderEmptyState,v=e.searchQuery,m=e.selectedItem,b=e.setItemRefs,y=e.uuid,x=(0,o.useState)(!0),j=x[0],_=x[1],O=(0,o.useMemo)((function(){var e=[],n=i.reduce((function(n,t){var i=t.items.filter((function(e){return!v||function(e,n){return e.searchQueries.filter((function(e){return String(e).toLowerCase().includes(n.toLowerCase())})).length>=1}(e,v)}));return 0===i.length?n:(e.push.apply(e,(0,r.Z)(i)),n.concat(d(d({},t),{},{items:i})))}),[]);return{itemGroups:n,itemsFlattened:e}}),[i,v]),Z=O.itemGroups,w=O.itemsFlattened;a&&0===w.length&&(Z.push.apply(Z,(0,r.Z)(a)),w.push.apply(w,(0,r.Z)(a.reduce((function(e,n){var t=n.items;return e.concat(t)}),[]))));var P=(0,o.useRef)(null);P.current=w.map((function(){return(0,o.createRef)()}));var k=(0,o.useState)(t),C=k[0],I=k[1],S=(0,o.useCallback)((function(e){null===s||void 0===s||s(e),I(e)}),[s,I]),N=w[C],E=(0,u.y)(),H=E.registerOnKeyDown,D=E.unregisterOnKeyDown;(0,o.useEffect)((function(){return function(){return D(y)}}),[D,y]),null===H||void 0===H||H(y,(function(e,n,t){var i,r=!0,o=w.length,u=w.findIndex((function(e,i){var r=e.keyboardShortcutValidation;return null===r||void 0===r?void 0:r({keyHistory:t,keyMapping:n},i)})),l=n[c.Gs]&&!n[c.XR]&&!m;return-1!==u?(e.preventDefault(),g(w[u]),_(r),S(u)):(n[c.Uq]||l)&&w[C]?(l&&e.preventDefault(),g(w[C]),_(r),S(C)):(n[c.Bu]?(r=!1,i=null===C?o-1:C-1):n[c.kD]?(r=!1,i=null===C?0:C+1):n[c.vP]&&S(null),"undefined"!==typeof i&&(i>=o?i=0:i<=-1&&(i=o-1),i>=0&&i<=o-1?(S(i),e.preventDefault()):S(null)),void _(r))}),[C,w,m,S,_]),(0,o.useEffect)((function(){null===b||void 0===b||b(P)}),[P,w,b]),(0,o.useEffect)((function(){var e=null===C||"undefined"===typeof C||C>=w.length;(null===v||void 0===v?void 0:v.length)>=1&&e&&S(0)}),[C,w,v,S]);var M=(0,o.useCallback)((function(){return _(!0)}),[_]);return(0,o.useEffect)((function(){return window.addEventListener("mousemove",M),function(){window.removeEventListener("mousemove",M)}}),[M]),0===Z.length&&h?h():(0,l.jsx)(l.Fragment,{children:Z.map((function(e,n){var t=e.items,i=e.renderItem,r=e.renderGroupHeader,o=e.uuid,c=n>=1?Z.slice(0,n).reduce((function(e,n){return e+n.items.length}),0):0,u=t.map((function(e,n){var t=e.itemObject,r=e.value,o=r===(null===N||void 0===N?void 0:N.value),u=n+c,a=(null===t||void 0===t?void 0:t.id)||(null===t||void 0===t?void 0:t.uuid);return(0,l.jsx)("div",{id:"item-".concat(r,"-").concat(a),onMouseMove:function(){return j&&S(u)},ref:P.current[u],children:i(e,{highlighted:o,onClick:function(){return g(e)},onMouseEnter:function(){return null===f||void 0===f?void 0:f(e)},onMouseLeave:function(){return null===p||void 0===p?void 0:p(e)}},n,u)},"item-".concat(r,"-").concat(a))}));return u.length>=1&&(0,l.jsxs)("div",{children:[null===r||void 0===r?void 0:r(),u]},o||"group-uuid-".concat(n))}))})}},81334:function(e,n,t){"use strict";t.d(n,{Z:function(){return w}});var i=t(82394),r=t(82684),o=t(27277),c=t(31882),u=t(38276),l=t(48381),a=t(30160),d=t(17488),s=t(38626),f=t(44897),p=t(42631),g=t(47041),h=t(70515),v=s.default.div.withConfig({displayName:"indexstyle__DropdownStyle",componentId:"sc-suwkha-0"})([""," border-radius:","px;max-height:","px;overflow:auto;position:absolute;width:100%;z-index:1;"," ",""],g.w5,p.BG,40*h.iI,(function(e){return"\n background-color: ".concat((e.theme.background||f.Z.background).popup,";\n box-shadow: ").concat((e.theme.shadow||f.Z.shadow).popup,";\n ")}),(function(e){return e.topOffset&&"\n top: ".concat(e.topOffset-.5*h.iI,"px;\n ")})),m=s.default.div.withConfig({displayName:"indexstyle__RowStyle",componentId:"sc-suwkha-1"})(["padding:","px;position:relative;z-index:2;&:hover{cursor:pointer;}",""],.5*h.iI,(function(e){return e.highlighted&&"\n background-color: ".concat((e.theme.interactive||f.Z.interactive).hoverBackground,";\n ")})),b=t(39643),y=t(3314),x=t(86735),j=t(44688),_=t(28598);function O(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function Z(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?O(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):O(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var w=function(e){var n,t=e.removeTag,i=e.selectTag,s=e.selectedTags,f=void 0===s?[]:s,p=e.tags,g=void 0===p?[]:p,h=e.uuid,O=(0,r.useRef)(null),w=(0,r.useState)(!1),P=w[0],k=w[1],C=(0,r.useState)(null),I=C[0],S=C[1],N=(0,r.useMemo)((function(){return(0,x.YC)(g||[],"uuid")}),[g]),E=(0,r.useMemo)((function(){return null===N||void 0===N?void 0:N.map((function(e){return{itemObject:e,searchQueries:[e.uuid],value:e.uuid}}))}),[N]),H=(0,r.useMemo)((function(){return(null===I||void 0===I?void 0:I.length)>=1?E.concat({itemObject:{uuid:I},searchQueries:[I],value:"Add tag: ".concat(I)}):E}),[E,I]),D=(0,j.y)(),M=D.registerOnKeyDown,R=D.unregisterOnKeyDown;return(0,r.useEffect)((function(){return function(){return R(h)}}),[R,h]),null===M||void 0===M||M(h,(function(e,n){var t;P&&n[b.vP]&&(k(!1),null===O||void 0===O||null===(t=O.current)||void 0===t||t.blur())}),[P,O]),(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)(l.Z,{onClickTag:t,tags:f}),(0,_.jsxs)(u.Z,{mt:1,style:{position:"relative"},children:[(0,_.jsx)(d.Z,{onBlur:function(){return setTimeout((function(){return k(!1)}),150)},onChange:function(e){return S(e.target.value)},onFocus:function(){return k(!0)},ref:O,value:I||""}),(0,_.jsx)(v,{topOffset:null===O||void 0===O||null===(n=O.current)||void 0===n?void 0:n.getBoundingClientRect().height,children:(0,_.jsx)(o.Z,{itemGroups:[{items:P?H:[],renderItem:function(e,n){var t=e.value;return(0,_.jsx)(m,Z(Z({},n),{},{onClick:function(e){var t;(0,y.j)(e),null===n||void 0===n||null===(t=n.onClick)||void 0===t||t.call(n,e)},children:(0,_.jsx)(c.Z,{small:!0,children:(0,_.jsx)(a.ZP,{children:t})})}))}}],onSelectItem:function(e){var n=e.itemObject;null===i||void 0===i||i(n),S(null)},searchQuery:I,uuid:h})})]})]})}},48381:function(e,n,t){"use strict";var i=t(82684),r=t(31882),o=t(55485),c=t(30160),u=t(86735),l=t(28598);n.Z=function(e){var n=e.onClickTag,t=e.tags,a=void 0===t?[]:t,d=(0,i.useMemo)((function(){return(null===a||void 0===a?void 0:a.length)||0}),[a]),s=(0,i.useMemo)((function(){return(0,u.YC)(a||[],"uuid")}),[a]);return(0,l.jsx)(o.ZP,{alignItems:"center",flexWrap:"wrap",children:null===s||void 0===s?void 0:s.reduce((function(e,t){return e.push((0,l.jsx)("div",{style:{marginBottom:2,marginRight:d>=2?4:0,marginTop:2},children:(0,l.jsx)(r.Z,{onClick:n?function(){return n(t)}:null,small:!0,children:(0,l.jsx)(c.ZP,{children:t.uuid})})},"tag-".concat(t.uuid))),e}),[])})}},57114:function(e,n,t){"use strict";t.d(n,{S:function(){return j},Z:function(){return _}});var i=t(82684),r=t(15338),o=t(97618),c=t(55485),u=t(85854),l=t(65956),a=t(82394),d=t(44085),s=t(38276),f=t(30160),p=t(17488),g=t(69650),h=t(72473),v=t(8193),m=t(70515),b=t(28598);function y(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function x(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,a.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 j=function(e){var n,t=e.children,i=e.description,r=e.invalid,u=e.selectInput,l=e.textInput,a=e.title,y=e.toggleSwitch,j=e.warning;return(0,b.jsx)(s.Z,{p:m.cd,children:(0,b.jsxs)(c.ZP,{alignItems:"center",children:[(0,b.jsxs)(c.ZP,{flexDirection:"column",children:[(0,b.jsxs)(f.ZP,{danger:r,default:!0,large:!0,warning:j,children:[a," ",r&&(0,b.jsx)(f.ZP,{danger:!0,inline:!0,large:!0,children:"is required"})]}),i&&"string"===typeof i&&(0,b.jsx)(f.ZP,{muted:!0,small:!0,children:i}),i&&"string"!==typeof i&&i]}),(0,b.jsx)(s.Z,{mr:m.cd}),(0,b.jsxs)(o.Z,{flex:1,justifyContent:"flex-end",children:[t,l&&(0,b.jsx)(p.Z,x({afterIcon:(0,b.jsx)(h.I8,{}),afterIconClick:function(e,n){var t;null===n||void 0===n||null===(t=n.current)||void 0===t||t.focus()},afterIconSize:v.Z,alignRight:!0,autoComplete:"off",large:!0,noBackground:!0,noBorder:!0,fullWidth:!0,paddingHorizontal:0,paddingVertical:0,setContentOnMount:!0},l)),u&&(0,b.jsx)(d.Z,x(x({},u),{},{afterIcon:(0,b.jsx)(h._M,{}),afterIconSize:v.Z,alignRight:!0,autoComplete:"off",large:!0,noBackground:!0,noBorder:!0,paddingHorizontal:0,paddingVertical:0,setContentOnMount:!0,children:null===u||void 0===u||null===(n=u.options)||void 0===n?void 0:n.map((function(e){var n=e.label,t=e.value;return(0,b.jsx)("option",{value:t,children:n||t},t)}))})),y&&(0,b.jsx)(g.Z,{checked:!(null===y||void 0===y||!y.checked),compact:!0,onCheck:null===y||void 0===y?void 0:y.onCheck})]})]})})},_=function(e){var n=e.children,t=e.description,a=e.headerChildren,d=e.title;return(0,b.jsxs)(l.Z,{noPadding:!0,children:[(0,b.jsx)(s.Z,{p:m.cd,children:(0,b.jsxs)(c.ZP,{alignItems:"center",children:[(0,b.jsxs)(o.Z,{flex:1,flexDirection:"column",children:[(0,b.jsx)(u.Z,{level:4,children:d}),t&&"string"===typeof t&&(0,b.jsx)(s.Z,{mt:1,children:(0,b.jsx)(f.ZP,{muted:!0,children:t})}),t&&"string"!==typeof t&&t]}),a]})}),i.Children.map(n,(function(e,n){return(0,b.jsxs)("div",{children:[(0,b.jsx)(r.Z,{light:!0}),e]},"".concat(d,"-").concat(n))}))]})}},8193:function(e,n,t){"use strict";t.d(n,{N:function(){return l},Z:function(){return u}});var i=t(38626),r=t(44897),o=t(42631),c=t(70515),u=2*c.iI,l=i.default.div.withConfig({displayName:"indexstyle__ContainerStyle",componentId:"sc-1ck7mzt-0"})(["border-radius:","px;padding:","px;",""],o.n_,c.cd*c.iI,(function(e){return"\n background-color: ".concat((e.theme.background||r.Z.background).codeArea,";\n ")}))},68781:function(e,n,t){"use strict";var i;t.d(n,{R:function(){return r}}),function(e){e.AZURE_CONTAINER_INSTANCE="azure_container_instance",e.ECS="ecs",e.GCP_CLOUD_RUN="gcp_cloud_run",e.K8S="k8s",e.LOCAL_PYTHON="local_python",e.PYSPARK="pyspark"}(i||(i={}));var r=[i.AZURE_CONTAINER_INSTANCE,i.ECS,i.GCP_CLOUD_RUN,i.K8S,i.LOCAL_PYTHON,i.PYSPARK]},31882:function(e,n,t){"use strict";var i=t(38626),r=t(71180),o=t(55485),c=t(30160),u=t(44897),l=t(72473),a=t(70515),d=t(61896),s=t(28598),f=i.default.div.withConfig({displayName:"Chip__ChipStyle",componentId:"sc-1ok73g-0"})(["display:inline-block;"," "," "," "," "," ",""],(function(e){return!e.primary&&"\n background-color: ".concat((e.theme.background||u.Z.background).tag,";\n ")}),(function(e){return e.primary&&"\n background-color: ".concat((e.theme.chart||u.Z.chart).primary,";\n ")}),(function(e){return!e.small&&"\n border-radius: ".concat((a.iI+d.Al)/2,"px;\n height: ").concat(1.5*a.iI+d.Al,"px;\n padding: ").concat(a.iI/1.5,"px ").concat(1.25*a.iI,"px;\n ")}),(function(e){return e.small&&"\n border-radius: ".concat((a.iI/2+d.Al)/2,"px;\n height: ").concat(d.Al+a.iI/2+2,"px;\n padding: ").concat(a.iI/4,"px ").concat(a.iI,"px;\n ")}),(function(e){return e.xsmall&&"\n border-radius: ".concat((a.iI/1+d.Al)/1,"px;\n height: ").concat(20,"px;\n padding: 4px 6px;\n ")}),(function(e){return e.border&&"\n border: 1px solid ".concat((e.theme.content||u.Z.content).muted,";\n ")}));n.Z=function(e){var n=e.border,t=e.children,i=e.disabled,u=e.label,d=e.monospace,p=e.onClick,g=e.primary,h=e.small,v=e.xsmall;return(0,s.jsx)(f,{border:n,primary:g,small:h,xsmall:v,children:(0,s.jsx)(r.ZP,{basic:!0,disabled:i,noBackground:!0,noPadding:!0,onClick:p,transparent:!0,children:(0,s.jsxs)(o.ZP,{alignItems:"center",children:[t,u&&(0,s.jsx)(c.ZP,{monospace:d,small:h,xsmall:v,children:u}),!i&&p&&(0,s.jsx)("div",{style:{marginLeft:2}}),!i&&p&&(0,s.jsx)(l.x8,{default:g,muted:!g,size:h?a.iI:1.25*a.iI})]})})})}},65956:function(e,n,t){"use strict";var i=t(38626),r=t(55485),o=t(38276),c=t(30160),u=t(44897),l=t(42631),a=t(47041),d=t(70515),s=t(28598),f=(0,i.css)(["padding:","px;padding-bottom:","px;padding-top:","px;"],2*d.iI,1.5*d.iI,1.5*d.iI),p=i.default.div.withConfig({displayName:"Panel__PanelStyle",componentId:"sc-1ct8cgl-0"})(["border-radius:","px;overflow:hidden;"," "," "," "," "," "," "," "," "," "," "," ",""],l.n_,(function(e){return e.fullWidth&&"\n width: 100%;\n "}),(function(e){return!e.borderless&&"\n border: 1px solid ".concat((e.theme.interactive||u.Z.interactive).defaultBorder,";\n ")}),(function(e){return e.success&&"\n background-color: ".concat((e.theme.background||u.Z.background).successLight,";\n ")}),(function(e){return e.success&&!e.borderless&&"\n border: 1px solid ".concat((e.theme.background||u.Z.background).success,";\n ")}),(function(e){return!e.dark&&!e.success&&"\n background-color: ".concat((e.theme.background||u.Z.background).panel,";\n ")}),(function(e){return e.dark&&"\n background-color: ".concat((e.theme.background||u.Z.background).content,";\n ")}),(function(e){return!e.fullHeight&&"\n height: fit-content;\n "}),(function(e){return e.maxHeight&&"\n max-height: ".concat(e.maxHeight,";\n ")}),(function(e){return e.maxWidth&&"\n max-width: ".concat(e.maxWidth,"px;\n ")}),(function(e){return e.minWidth&&"\n min-width: ".concat(e.minWidth,"px;\n\n @media (max-width: ").concat(e.minWidth,"px) {\n min-width: 0;\n }\n ")}),(function(e){return e.borderless&&"\n border: none;\n "}),(function(e){return e.overflowVisible&&"\n overflow: visible;\n "})),g=i.default.div.withConfig({displayName:"Panel__HeaderStyle",componentId:"sc-1ct8cgl-1"})(["border-top-left-radius:","px;border-top-right-radius:","px;"," "," "," ",""],l.n_,l.n_,(function(e){return"\n background-color: ".concat((e.theme.background||u.Z.background).chartBlock,";\n border-bottom: 1px solid ").concat((e.theme.interactive||u.Z.interactive).defaultBorder,";\n ")}),(function(e){return e.height&&"\n height: ".concat(e.height,"px;\n ")}),f,(function(e){return e.headerPaddingVertical&&"\n padding-bottom: ".concat(e.headerPaddingVertical,"px;\n padding-top: ").concat(e.headerPaddingVertical,"px;\n ")})),h=i.default.div.withConfig({displayName:"Panel__ContentStyle",componentId:"sc-1ct8cgl-2"})(["overflow-y:auto;padding:","px;height:100%;"," "," "," "," ",""],1.75*d.iI,a.w5,(function(e){return e.height&&"\n height: ".concat(e.height,"px;\n ")}),(function(e){return e.maxHeight&&"\n max-height: calc(".concat(e.maxHeight," - ").concat(15*d.iI,"px);\n ")}),(function(e){return e.noPadding&&"\n padding: 0;\n "}),(function(e){return e.overflowVisible&&"\n overflow: visible;\n "})),v=i.default.div.withConfig({displayName:"Panel__FooterStyle",componentId:"sc-1ct8cgl-3"})(["border-style:",";border-top-width:","px;padding:","px;"],l.M8,l.YF,1.75*d.iI);n.Z=function(e){var n=e.borderless,t=e.children,i=e.containerRef,u=e.contentContainerRef,l=e.dark,a=e.footer,d=e.fullHeight,f=void 0===d||d,m=e.fullWidth,b=void 0===m||m,y=e.header,x=e.headerHeight,j=e.headerIcon,_=e.headerPaddingVertical,O=e.headerTitle,Z=e.maxHeight,w=e.maxWidth,P=e.minWidth,k=e.noPadding,C=e.overflowVisible,I=e.subtitle,S=e.success;return(0,s.jsxs)(p,{borderless:n,dark:l,fullHeight:f,fullWidth:b,maxHeight:Z,maxWidth:w,minWidth:P,overflowVisible:C,ref:i,success:S,children:[(y||O)&&(0,s.jsxs)(g,{headerPaddingVertical:_,height:x,children:[y&&y,O&&(0,s.jsx)(r.ZP,{alignItems:"center",justifyContent:"space-between",children:(0,s.jsxs)(r.ZP,{alignItems:"center",children:[j&&j,(0,s.jsx)(o.Z,{ml:j?1:0,children:(0,s.jsx)(c.ZP,{bold:!0,default:!0,children:O})})]})})]}),(0,s.jsxs)(h,{maxHeight:Z,noPadding:k,overflowVisible:C,ref:u,children:[I&&(0,s.jsx)(o.Z,{mb:2,children:(0,s.jsx)(c.ZP,{default:!0,children:I})}),t]}),a&&(0,s.jsx)(v,{children:a})]})}},85854:function(e,n,t){"use strict";var i,r,o,c,u,l,a,d,s=t(82394),f=t(26304),p=t(26653),g=t(38626),h=t(33591),v=t(44897),m=t(95363),b=t(61896),y=t(30160),x=t(70515),j=t(38276),_=t(28598),O=["children","condensed","inline","level","marketing","spacingBelow"];function Z(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function w(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,s.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,g.css)([""," margin:0;"," "," "," "," "," "," "," "," "," "," "," "," "," ",""],y.IH,(function(e){return e.color&&"\n color: ".concat(e.color,"\n ")}),(function(e){return e.yellow&&"\n color: ".concat((e.theme.accent||v.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(m.iI,";\n ")}),(function(e){return!e.monospace&&1===Number(e.weightStyle)&&"\n font-family: ".concat(m.LX,";\n ")}),(function(e){return!e.monospace&&2===Number(e.weightStyle)&&"\n font-family: ".concat(m.LX,";\n ")}),(function(e){return!e.monospace&&3===Number(e.weightStyle)&&"\n font-family: ".concat(m.ry,";\n ")}),(function(e){return!e.monospace&&4===Number(e.weightStyle)&&"\n font-family: ".concat(m.YC,";\n ")}),(function(e){return!e.monospace&&5===Number(e.weightStyle)&&"\n font-family: ".concat(m.nF,";\n ")}),(function(e){return!e.monospace&&(6===Number(e.weightStyle)||e.bold)&&"\n font-family: ".concat(m.nF,";\n ")}),(function(e){return!e.monospace&&7===Number(e.weightStyle)&&"\n font-family: ".concat(m.nF,";\n ")}),(function(e){return!e.monospace&&8===Number(e.weightStyle)&&"\n font-family: ".concat(m.nF,";\n ")}),(function(e){return e.lineHeightAuto&&"\n line-height: normal !important;\n "}),(function(e){return e.strikethrough&&"\n text-decoration: line-through;\n "})),k=g.default.div.withConfig({displayName:"Headline__HeadlineContainerStyle",componentId:"sc-12jzt2e-0"})(["",""],(function(e){return"\n color: ".concat((e.theme.content||v.Z.content).active,";\n ")})),C=g.default.h1.withConfig({displayName:"Headline__H1HeroStyle",componentId:"sc-12jzt2e-1"})([""," font-size:42px;line-height:56px;"," "," ",""],P,h.media.md(i||(i=(0,p.Z)(["\n ","\n "])),b.aQ),h.media.lg(r||(r=(0,p.Z)(["\n ","\n "])),b.aQ),h.media.xl(o||(o=(0,p.Z)(["\n ","\n "])),b.aQ)),I=g.default.h1.withConfig({displayName:"Headline__H1Style",componentId:"sc-12jzt2e-2"})([""," ",""],P,b.MJ),S=g.default.h1.withConfig({displayName:"Headline__H1MarketingStyle",componentId:"sc-12jzt2e-3"})([""," "," "," "," "," ",""],P,h.media.xs(c||(c=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*x.iI,7*x.iI),h.media.sm(u||(u=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*x.iI,7*x.iI),h.media.md(l||(l=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*x.iI,7*x.iI),h.media.lg(a||(a=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*x.iI,7*x.iI),h.media.xl(d||(d=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*x.iI,7*x.iI)),N=g.default.h2.withConfig({displayName:"Headline__H2Style",componentId:"sc-12jzt2e-4"})([""," ",""],P,b.BL),E=g.default.h3.withConfig({displayName:"Headline__H3Style",componentId:"sc-12jzt2e-5"})([""," font-size:24px;line-height:32px;"],P),H=g.default.h4.withConfig({displayName:"Headline__H4Style",componentId:"sc-12jzt2e-6"})([""," font-size:20px;line-height:28px;"],P),D=g.default.h5.withConfig({displayName:"Headline__H5Style",componentId:"sc-12jzt2e-7"})([""," font-size:18px;line-height:26px;"],P),M=g.default.span.withConfig({displayName:"Headline__SpanStyle",componentId:"sc-12jzt2e-8"})([""," "," "," "," ",""],P,(function(e){return 1===e.level&&"\n ".concat(b.MJ,"\n ")}),(function(e){return 2===e.level&&"\n ".concat(b.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 "})),R=function(e){var n,t=e.children,i=e.condensed,r=e.inline,o=e.level,c=e.marketing,u=e.spacingBelow,l=(0,f.Z)(e,O);r?n=M:0===Number(o)?n=C:1===Number(o)?n=c?S:I:2===Number(o)?n=N:3===Number(o)?n=E:4===Number(o)?n=H:5===Number(o)&&(n=D);var a=(0,_.jsxs)(n,w(w({},l),{},{level:o,children:[u&&(0,_.jsx)(j.Z,{mb:i?2:3,children:t}),!u&&t]}));return r?a:(0,_.jsx)(k,{children:a})};R.defaultProps={level:3,weightStyle:6},n.Z=R},37003:function(e,n,t){"use strict";t.r(n),t.d(n,{default:function(){return F}});var i=t(77837),r=t(75582),o=t(82394),c=t(38860),u=t.n(c),l=t(82684),a=t(34376),d=t(75457),s=t(93808),f=t(71180),p=t(70652),g=t(55485),h=t(85854),v=t(48670),m=t(44085),b=t(57114),y=t(38276),x=t(81334),j=t(30160),_=t(17488),O=t(35686),Z=t(98464),w=t(77417),P=t(68781),k=t(78419),C=t(70515),I=t(53808),S=t(42122),N=t(81728),E=t(86735),H=t(28598);function D(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function M(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?D(Object(t),!0).forEach((function(n){(0,o.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 R=function(e){var n,t,i,r,c,u,a,d=e.isPipelineUpdating,s=e.pipeline,D=e.updatePipeline,R=(0,w.Z)().project,z=(0,l.useRef)(null),T=(0,l.useRef)(null),A=null===s||void 0===s?void 0:s.uuid,L=(0,l.useMemo)((function(){return(null===s||void 0===s?void 0:s.blocks)||[]}),[s]),B=(0,l.useState)(!1),W=B[0],F=B[1],V=(0,l.useState)(!1),G=V[0],U=V[1],K=(0,l.useState)(null),Q=K[0],Y=K[1],X=(0,Z.Z)(s);(0,l.useEffect)((function(){(0,S.Xy)(s,X)||Y(s)}),[s,X]);var q=(0,l.useCallback)((function(e){F(!0),Y(e)}),[]),J="".concat(k.g6,"_").concat(A),$=(0,l.useState)({}),ee=$[0],ne=$[1],te="".concat(k.vF,"_").concat(A),ie=(0,l.useState)(!1),re=ie[0],oe=ie[1],ce=(0,l.useCallback)((function(e){ne((function(n){var t=e(n);return(0,I.t8)(J,JSON.stringify(t)),t}))}),[J,ne]),ue=(0,l.useCallback)((function(e){oe((function(n){var t=e(n);return(0,I.t8)(te,t),t}))}),[te,oe]);(0,l.useEffect)((function(){var e=(0,I.U2)(J);e&&(0,N.Pb)(e)&&ne(JSON.parse(e))}),[J,ne]),(0,l.useEffect)((function(){var e=(0,I.U2)(te);e&&oe(e)}),[te,oe]);var le=(0,l.useMemo)((function(){return null===Q||void 0===Q?void 0:Q.executor_type}),[Q]);(0,l.useEffect)((function(){G||!le||P.R.find((function(e){return e===le}))||U(!0)}),[G,le]);var ae=(0,l.useMemo)((function(){return(null===L||void 0===L?void 0:L.filter((function(e){var n=e.uuid;return!(null===ee||void 0===ee||!ee[n])}))).length===L.length}),[L,ee]),de=(0,l.useMemo)((function(){return!(null!==L&&void 0!==L&&L.length)}),[L]),se=(0,l.useMemo)((function(){return(null===Q||void 0===Q?void 0:Q.tags)||[]}),[Q]),fe=O.ZP.tags.list().data,pe=(0,l.useMemo)((function(){return((null===fe||void 0===fe?void 0:fe.tags)||[]).filter((function(e){var n=e.uuid;return!se.includes(n)}))}),[fe,se]),ge=(0,l.useMemo)((function(){var e;return null===R||void 0===R||null===(e=R.pipelines)||void 0===e?void 0:e.settings}),[R]),he=(0,l.useMemo)((function(){var e,n,t;return(null===ge||void 0===ge||null===(e=ge.triggers)||void 0===e?void 0:e.save_in_code_automatically)&&"undefined"===typeof(null===Q||void 0===Q||null===(n=Q.settings)||void 0===n||null===(t=n.triggers)||void 0===t?void 0:t.save_in_code_automatically)}),[Q,ge]);return(0,H.jsxs)(y.Z,{p:C.cd,children:[(0,H.jsxs)(b.Z,{title:"Details",children:[(0,H.jsx)(b.S,{invalid:W&&!(null!==Q&&void 0!==Q&&Q.name),textInput:{onChange:function(e){return q((function(n){return M(M({},n),{},{name:e.target.value})}))},value:null===Q||void 0===Q?void 0:Q.name},title:"Pipeline name"}),(0,H.jsx)(b.S,{description:"When enabled, this setting allows sharing of objects and memory space across blocks within a single pipeline.",title:"Run pipeline in a single process",toggleSwitch:{checked:!(null===Q||void 0===Q||!Q.run_pipeline_in_one_process),onCheck:function(e){return q((function(n){return M(M({},n),{},{run_pipeline_in_one_process:e(null===n||void 0===n?void 0:n.run_pipeline_in_one_process)})}))}}}),(0,H.jsx)(b.S,{description:(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(j.ZP,{muted:!0,small:!0,children:"Every time a trigger is created or updated in this pipeline, it\u2019ll be automatically be persisted it in code."}),(null===ge||void 0===ge||null===(n=ge.triggers)||void 0===n?void 0:n.save_in_code_automatically)&&(0,H.jsx)(j.ZP,{small:!0,warning:!0,children:"This settings is enabled at the project level. Changing the value here will only affect this pipeline."})]}),title:"Save triggers in code automatically",toggleSwitch:{checked:he||!(null===Q||void 0===Q||null===(t=Q.settings)||void 0===t||null===(i=t.triggers)||void 0===i||!i.save_in_code_automatically),onCheck:function(e){return q((function(n){var t,i,r;return M(M({},n),{},{settings:M(M({},null===n||void 0===n?void 0:n.settings),{},{triggers:M(M({},null===n||void 0===n||null===(t=n.settings)||void 0===t?void 0:t.triggers),{},{save_in_code_automatically:e(he||(null===n||void 0===n||null===(i=n.settings)||void 0===i||null===(r=i.triggers)||void 0===r?void 0:r.save_in_code_automatically))})})})}))}}})]}),(0,H.jsxs)(y.Z,{mt:C.HN,children:[(0,H.jsx)(h.Z,{children:"Executor type"}),(0,H.jsxs)(j.ZP,{muted:!0,children:["For more information on this setting, please read the ",(0,H.jsx)(v.Z,{href:"https://docs.mage.ai/production/configuring-production-settings/compute-resource#2-set-executor-type-and-customize-the-compute-resource-of-the-mage-executor",openNewWindow:!0,children:"documentation"}),"."]}),(0,H.jsxs)(y.Z,{mt:1,children:[!G&&(0,H.jsx)(m.Z,{label:"Executor type",onChange:function(e){return q((function(n){return M(M({},n),{},{executor_type:e.target.value})}))},primary:!0,ref:z,value:(null===Q||void 0===Q?void 0:Q.executor_type)||"",children:P.R.map((function(e){return(0,H.jsx)("option",{value:e,children:e},e)}))}),G&&(0,H.jsx)(_.Z,{label:"Executor type",monospace:!0,onChange:function(e){return q((function(n){return M(M({},n),{},{executor_type:e.target.value})}))},ref:T,setContentOnMount:!0,value:(null===Q||void 0===Q?void 0:Q.executor_type)||""}),(0,H.jsx)(y.Z,{mt:1,children:(0,H.jsx)(v.Z,{muted:!0,onClick:function(){G?(q((function(e){return M(M({},e),{},{executor_type:null===s||void 0===s?void 0:s.executor_type})})),setTimeout((function(){var e;return null===z||void 0===z||null===(e=z.current)||void 0===e?void 0:e.focus()}),1)):setTimeout((function(){var e;return null===T||void 0===T||null===(e=T.current)||void 0===e?void 0:e.focus()}),1),U(!G)},preventDefault:!0,small:!0,children:G?"Select a preset executor type":"Enter a custom executor type"})})]})]}),(0,H.jsxs)(y.Z,{mt:C.HN,children:[(0,H.jsx)(h.Z,{children:"Retry configuration"}),(0,H.jsxs)(j.ZP,{muted:!0,children:["For more information on this setting, please read the ",(0,H.jsx)(v.Z,{href:"https://docs.mage.ai/orchestration/pipeline-runs/retrying-block-runs",openNewWindow:!0,children:"documentation"}),"."]}),(0,H.jsx)(y.Z,{mt:1,children:(0,H.jsxs)(g.ZP,{children:[(0,H.jsx)(_.Z,{label:"Retries",monospace:!0,onChange:function(e){return q((function(n){return M(M({},n),{},{retry_config:M(M({},null===n||void 0===n?void 0:n.retry_config),{},{retries:"undefined"!==typeof e.target.value&&null!==e.target.value?Number(e.target.value):e.target.value})})}))},setContentOnMount:!0,type:"number",value:(null===Q||void 0===Q||null===(r=Q.retry_config)||void 0===r?void 0:r.retries)||""}),(0,H.jsx)(y.Z,{mr:1}),(0,H.jsx)(_.Z,{label:"Delay",monospace:!0,onChange:function(e){return q((function(n){return M(M({},n),{},{retry_config:M(M({},null===n||void 0===n?void 0:n.retry_config),{},{delay:"undefined"!==typeof e.target.value&&null!==e.target.value?Number(e.target.value):e.target.value})})}))},setContentOnMount:!0,type:"number",value:(null===Q||void 0===Q||null===(c=Q.retry_config)||void 0===c?void 0:c.delay)||""}),(0,H.jsx)(y.Z,{mr:1}),(0,H.jsx)(_.Z,{label:"Max delay",monospace:!0,onChange:function(e){return q((function(n){return M(M({},n),{},{retry_config:M(M({},null===n||void 0===n?void 0:n.retry_config),{},{max_delay:"undefined"!==typeof e.target.value&&null!==e.target.value?Number(e.target.value):e.target.value})})}))},setContentOnMount:!0,type:"number",value:(null===Q||void 0===Q||null===(u=Q.retry_config)||void 0===u?void 0:u.max_delay)||""}),(0,H.jsx)(y.Z,{mr:1}),(0,H.jsx)(p.Z,{checked:!(null===Q||void 0===Q||null===(a=Q.retry_config)||void 0===a||!a.exponential_backoff),label:"Exponential backoff",onClick:function(){return q((function(e){var n;return M(M({},e),{},{retry_config:M(M({},null===e||void 0===e?void 0:e.retry_config),{},{exponential_backoff:!(null!==e&&void 0!==e&&null!==(n=e.retry_config)&&void 0!==n&&n.exponential_backoff)})})}))}})]})})]}),(0,H.jsxs)(y.Z,{mt:C.HN,children:[(0,H.jsx)(h.Z,{children:"Tags"}),(0,H.jsx)(y.Z,{mt:1,children:(0,H.jsx)(x.Z,{removeTag:function(e){q((function(n){return M(M({},n),{},{tags:se.filter((function(n){return n!==e.uuid}))})}))},selectTag:function(e){q((function(n){return M(M({},n),{},{tags:(0,E.$C)(e.uuid,se,(function(n){return n===e.uuid}))})}))},selectedTags:null===se||void 0===se?void 0:se.map((function(e){return{uuid:e}})),tags:pe,uuid:"TagsAutocompleteInputField-".concat(null===s||void 0===s?void 0:s.uuid)})})]}),(0,H.jsx)(y.Z,{mt:C.HN,children:(0,H.jsx)(g.ZP,{children:(0,H.jsx)(f.ZP,{disabled:!W,loading:d,onClick:function(){return D({executor_type:null===Q||void 0===Q?void 0:Q.executor_type,name:null===Q||void 0===Q?void 0:Q.name,retry_config:null===Q||void 0===Q?void 0:Q.retry_config,run_pipeline_in_one_process:null===Q||void 0===Q?void 0:Q.run_pipeline_in_one_process,settings:null===Q||void 0===Q?void 0:Q.settings,tags:null===Q||void 0===Q?void 0:Q.tags}).then((function(){return F(!1)}))},primary:!0,children:"Save pipeline settings"})})}),(0,H.jsx)(y.Z,{mt:C.HN,children:(0,H.jsx)(p.Z,{checked:ae&&!de,disabled:de,label:"Hide all blocks in notebook",onClick:function(){return ce((function(){return ae?{}:null===L||void 0===L?void 0:L.reduce((function(e,n){var t=n.uuid;return M(M({},e),{},(0,o.Z)({},t,!0))}),{})}))}})}),(0,H.jsx)(y.Z,{mt:C.Mq,children:(0,H.jsx)(p.Z,{checked:re,label:"When running a block while editing a pipeline, output the block messages to the logs",onClick:function(){return ue((function(e){return!e}))}})})]})},z=t(28795),T=t(69864),A=t(72619);function L(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function B(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?L(Object(t),!0).forEach((function(n){(0,o.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):L(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function W(e){var n=e.pipeline,t=(0,a.useRouter)(),i=(0,l.useState)(null),o=i[0],c=i[1],u=null===n||void 0===n?void 0:n.uuid,s=O.ZP.pipelines.detail(u).data,f=B(B({},null===s||void 0===s?void 0:s.pipeline),n),p=(0,T.Db)(O.ZP.pipelines.useUpdate(u,{update_content:!0}),{onSuccess:function(e){return(0,A.wD)(e,{callback:function(e){if(null!==e&&void 0!==e&&e.pipeline){var n=e.pipeline.uuid;u!==n&&(window.location.href="".concat(t.basePath,"/pipelines/").concat(n,"/settings"))}},onErrorCallback:function(e,n){return c({errors:n,response:e})}})}}),g=(0,r.Z)(p,2),h=g[0],v=g[1].isLoading;return(0,H.jsx)(d.Z,{breadcrumbs:[{label:function(){return"Settings"}}],errors:o,pageName:z.M.SETTINGS,pipeline:f,setErrors:c,title:function(e){var n=e.name;return"".concat(n," settings")},uuid:"".concat(z.M.SETTINGS,"_").concat(u),children:f&&(0,H.jsx)(R,{isPipelineUpdating:v,pipeline:f,updatePipeline:function(e){return h({pipeline:e})}})})}W.getInitialProps=function(){var e=(0,i.Z)(u().mark((function e(n){var t;return u().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=n.query.pipeline,e.abrupt("return",{pipeline:{uuid:t}});case 2:case"end":return e.stop()}}),e)})));return function(n){return e.apply(this,arguments)}}();var F=(0,s.Z)(W)},59606:function(e,n,t){(window.__NEXT_P=window.__NEXT_P||[]).push(["/pipelines/[pipeline]/settings",function(){return t(37003)}])},80022:function(e,n,t){"use strict";function i(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}t.d(n,{Z:function(){return i}})},15544:function(e,n,t){"use strict";function i(e){return i=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},i(e)}t.d(n,{Z:function(){return i}})},13692:function(e,n,t){"use strict";t.d(n,{Z:function(){return r}});var i=t(61049);function r(e,n){if("function"!==typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&(0,i.Z)(e,n)}},93189:function(e,n,t){"use strict";t.d(n,{Z:function(){return o}});var i=t(12539),r=t(80022);function o(e,n){if(n&&("object"===i(n)||"function"===typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return(0,r.Z)(e)}},61049:function(e,n,t){"use strict";function i(e,n){return i=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e},i(e,n)}t.d(n,{Z:function(){return i}})}},function(e){e.O(0,[2678,1154,844,4267,600,8487,8264,5457,9774,2888,179],(function(){return n=59606,e(e.s=n);var n}));var n=e.O();_N_E=n}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7803],{44265:function(n,e,t){"use strict";t.d(e,{Az:function(){return s},BF:function(){return c},Do:function(){return a},IK:function(){return u},P0:function(){return o},VO:function(){return l},sZ:function(){return d}});var r,o,i=t(82394),l=t(41143).V,u=[l.FAILED,l.COMPLETED,l.RUNNING,l.CANCELLED,l.INITIAL],c=[l.INITIAL,l.RUNNING],s=[l.CANCELLED,l.COMPLETED,l.FAILED],d="__mage_variables",a=(r={},(0,i.Z)(r,l.CANCELLED,"Cancelled"),(0,i.Z)(r,l.COMPLETED,"Done"),(0,i.Z)(r,l.FAILED,"Failed"),(0,i.Z)(r,l.INITIAL,"Ready"),(0,i.Z)(r,l.RUNNING,"Running"),r);!function(n){n.PIPELINE_UUID="pipeline_uuid[]",n.STATUS="status[]",n.TAG="pipeline_tag[]"}(o||(o={}))},25050:function(n,e,t){"use strict";t.r(e),t.d(e,{default:function(){return ln}});var r=t(77837),o=t(38860),i=t.n(o),l=t(82684),u=t(75457),c=t(93808),s=t(75582),d=t(82394),a=t(97618),f=t(55485),v=t(85854),m=t(44265),p=t(38276),h=t(4190),x=t(30160),b=t(44897),j=t(72473),Z=t(38626),g=t(42631),_=t(95363),I=t(70515),y=t(61896),P=Z.default.div.withConfig({displayName:"indexstyle__RowStyle",componentId:"sc-15svh8z-0"})(["border-radius:","px;margin:","px;overflow:hidden;"," "," "," "," "," "," &:hover{"," "," "," "," ","}"],g.n_,I.cd*I.iI,(function(n){return"\n background-color: ".concat((n.theme.background||b.Z.background).panel,";\n border: 1px solid ").concat((n.theme.borders||b.Z.borders).dark,";\n\n &:hover {\n cursor: pointer;\n }\n ")}),(function(n){return n.selected&&n.danger&&"\n border-color: ".concat((n.theme.accent||b.Z.accent).negative,";\n ")}),(function(n){return n.selected&&n.primary&&"\n border-color: ".concat((n.theme.interactive||b.Z.interactive).linkPrimary,";\n ")}),(function(n){return n.selected&&n.default&&"\n border-color: ".concat((n.theme.interactive||b.Z.interactive).focusBackground,";\n ")}),(function(n){return n.selected&&n.success&&"\n border-color: ".concat((n.theme.background||b.Z.background).success,";\n ")}),(function(n){return n.selected&&n.warning&&"\n border-color: ".concat((n.theme.accent||b.Z.accent).warning,";\n ")}),(function(n){return n.danger&&"\n border-color: ".concat((n.theme.accent||b.Z.accent).negative,";\n ")}),(function(n){return n.primary&&"\n border-color: ".concat((n.theme.interactive||b.Z.interactive).linkPrimary,";\n ")}),(function(n){return n.default&&"\n border-color: ".concat((n.theme.interactive||b.Z.interactive).focusBackground,";\n ")}),(function(n){return n.success&&"\n border-color: ".concat((n.theme.background||b.Z.background).success,";\n ")}),(function(n){return n.warning&&"\n border-color: ".concat((n.theme.accent||b.Z.accent).warning,";\n ")})),k=(0,Z.css)([""," "," "," "," ",""],(function(n){return n.danger&&"\n background-color: ".concat((n.theme.accent||b.Z.accent).negative,";\n ")}),(function(n){return n.primary&&"\n background-color: ".concat((n.theme.interactive||b.Z.interactive).linkPrimary,";\n ")}),(function(n){return n.default&&"\n background-color: ".concat((n.theme.interactive||b.Z.interactive).defaultBackground,";\n ")}),(function(n){return n.success&&"\n background-color: ".concat((n.theme.background||b.Z.background).success,";\n ")}),(function(n){return n.warning&&"\n background-color: ".concat((n.theme.accent||b.Z.accent).warning,";\n ")})),N=Z.default.div.withConfig({displayName:"indexstyle__StatusStyle",componentId:"sc-15svh8z-1"})([""," ",";border-radius:","px;display:inline-block;font-family:",";padding:6px;"," "," "," "," "," ",""],k,y.iD,g.D7,_.ry,(function(n){return n.danger&&"\n color: ".concat((n.theme.content||b.Z.content).active,";\n ")}),(function(n){return n.primary&&"\n color: ".concat((n.theme.content||b.Z.content).active,";\n ")}),(function(n){return(n.default||n.success)&&"\n "}),(function(n){return n.default&&"\n color: ".concat((n.theme.content||b.Z.content).default,";\n ")}),(function(n){return n.success&&"\n color: ".concat((n.theme.content||b.Z.content).inverted,";\n ")}),(function(n){return n.warning&&"\n color: ".concat((n.theme.content||b.Z.content).inverted,";\n ")})),O=Z.default.div.withConfig({displayName:"indexstyle__BarStyle",componentId:"sc-15svh8z-2"})([""," display:flex;height:auto;width:3px;",""],k,(function(n){return n.default&&"\n background-color: ".concat((n.theme.interactive||b.Z.interactive).focusBackground,";\n ")})),E=t(81728),w=t(92083),M=t.n(w),L=t(41143),C=t(86735);function S(n){var e;return Object.keys((null===n||void 0===n||null===(e=n.metrics)||void 0===e?void 0:e.blocks)||{}).sort()}function A(n){var e,t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,o=null,i=null,l=null,u=null,c={},d=(null===n||void 0===n?void 0:n.block_runs)||[],a=(null===n||void 0===n||null===(e=n.metrics)||void 0===e?void 0:e.blocks)||{},f=(null===n||void 0===n||null===(t=n.metrics)||void 0===t?void 0:t.pipeline)||{},v=D(n);return Object.entries(a).forEach((function(n){var e,t=(0,s.Z)(n,2),d=t[0],a=t[1];if(!r||r===d){var m,p=a||{},h=p.destinations,x=void 0===h?{records_affected:null,records_inserted:null,records_updated:null}:h,b=p.sources,j=void 0===b?{records:null}:b,Z=v[d]||[];if(r&&r===d&&Z.every((function(n){var e=n.status;return L.V.COMPLETED===e}))&&null===o&&(o=0),null!==f&&void 0!==f&&null!==(e=f[d])&&void 0!==e&&e.record_counts)null===o&&(o=0),o+=Number(null===f||void 0===f||null===(m=f[d])||void 0===m?void 0:m.record_counts);else null!==j&&void 0!==j&&j.records&&(null===o&&(o=0),o+=Number(j.records));null!==x&&void 0!==x&&x.records_updated?(null===l&&(l=0),l+=Number(x.records_updated),null===u&&(u=0),u+=Number(x.records_updated)):null!==x&&void 0!==x&&x.records_inserted?(null===l&&(l=0),l+=Number(x.records_inserted),null===i&&(i=0),i+=Number(x.records_inserted)):null!==x&&void 0!==x&&x.records_affected&&(null===l&&(l=0),l+=Number(x.records_affected)),["destinations","sources"].forEach((function(n){var e=a[n]||{};null!==e&&void 0!==e&&e.error&&(c[d]||(c[d]={}),c[d][n]={error:null===e||void 0===e?void 0:e.error,errors:null===e||void 0===e?void 0:e.errors,message:null===e||void 0===e?void 0:e.message})}))}})),null===d||void 0===d||d.forEach((function(n){var e=n.block_uuid,t=n.metrics,r=n.status;if(L.V.FAILED===r&&null!==t&&void 0!==t&&t.error&&e){var o=e.split(":"),i=(0,s.Z)(o,3),l=(i[0],i[1]);i[2];c[l]||(c[l]={}),c[l][""]=t.error}})),{errors:c,records:o,recordsInserted:i,recordsProcessed:l,recordsUpdated:u}}function D(n){var e=n.block_runs,t={};return null===e||void 0===e||e.forEach((function(n){var e=n.block_uuid.split(":"),r=(0,s.Z)(e,3),o=(r[0],r[1]);r[2];t[o]||(t[o]=[]),t[o].push(n)})),t}function V(n){var e=D(n),t={};return Object.entries(e).forEach((function(n){var e=(0,s.Z)(n,2),r=e[0],o=e[1],i=o.filter((function(n){var e=n.status;return L.V.COMPLETED===e})),l=i.map((function(n){var e=n.completed_at,t=n.started_at,r=M().utc(e),o=M().utc(t);return r.diff(o,"second")})),u=i.length,c=o.length;t[r]={completed:u,runtime:l.length>=1?(0,C.Sm)(l)/l.length:null,total:c}})),t}function T(n){var e=n.block_runs,t=(null===e||void 0===e?void 0:e.length)||1,r=function(n){var e=(null===n||void 0===n?void 0:n.block_runs)||[];return null===e||void 0===e?void 0:e.filter((function(n){var e=n.status;return L.V.COMPLETED===e}))}(n).length||0;return r/t}function R(n){var e=n.completed_at,t=n.block_runs,r=void 0===t?[]:t,o=n.status;if(null===r||void 0===r||!r.length)return 0;var i=M().utc();if(e)i=M().utc(e);else if([m.VO.CANCELLED,m.VO.FAILED].includes(o)){var l=(0,C.YC)(r,(function(n){return n.started_at}),{ascending:!1})[0];i=M().utc(l.updated_at)}var u=M().utc(n.created_at);return i.diff(u,"second")}function U(n,e){var t,r,o,i,l,u=D(n),c=V(n),s=(null===n||void 0===n?void 0:n.metrics)||{blocks:null,pipeline:null},d=s.blocks||{},a=s.pipeline||{},f=(d[e],a[e],c[e]||{completed:null,total:null}),v=f.completed,m=f.total,p=v&&m?v/m:0,h=u[e]||[],x=h.every((function(n){var e=n.status;return L.V.COMPLETED===e})),b=(0,C.YC)(h,(function(n){return n.updated_at}),{ascending:!1})[0],j=null===(t=(0,C.YC)(h,(function(n){return n.started_at}),{ascending:!0})[0])||void 0===t?void 0:t.started_at;x?r=null===(l=(0,C.YC)(h,(function(n){return n.completed_at}),{ascending:!1})[0])||void 0===l?void 0:l.completed_at:b&&(i=null===b||void 0===b?void 0:b.updated_at);var Z=x?M().utc(r||i):M().utc(),g=M().utc(j);return{completed:v,completedAt:r,done:x,progress:p,runtime:o=Z.diff(g,"second"),startedAt:j,status:null===b||void 0===b?void 0:b.status,timeText:(0,E.zf)(o),total:m,updatedAt:i}}var F=t(28598);function G(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,r)}return t}function z(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?G(Object(t),!0).forEach((function(e){(0,d.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):G(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var B=function(n){var e=n.onSelect,t=n.pipelineRun,r=n.selected,o=(t.block_runs,t.created_at),i=t.status,u=(0,l.useMemo)((function(){return(null===t||void 0===t?void 0:t.metrics)||{blocks:{},destination:null,pipeline:{},source:null}}),[t]),c=((0,l.useMemo)((function(){return u.blocks||{}}),[u]),(0,l.useMemo)((function(){return u.pipeline||{}}),[u])),d=u.destination,Z=u.source,g=(0,l.useMemo)((function(){return Object.keys(c).length}),[c]),_=(0,l.useMemo)((function(){return A(t)}),[t]),y=_.errors,k=_.records,w=_.recordsProcessed,M=(0,l.useMemo)((function(){return T(t)}),[t]),L=(0,l.useMemo)((function(){return[m.VO.COMPLETED].includes(i)}),[i]),C=(0,l.useMemo)((function(){return{danger:m.VO.FAILED===i,default:m.VO.INITIAL===i,primary:m.VO.RUNNING===i,success:L,warning:m.VO.CANCELLED===i}}),[L,i]),S=(0,l.useMemo)((function(){if(t){var n=R(t);return(0,E.zf)(n)}}),[t]);return(0,F.jsx)(P,z(z({},C),{},{onClick:function(){return e(r?null:t.id)},selected:r,children:(0,F.jsxs)(f.ZP,{fullHeight:!0,justifyContent:"space-between",children:[(0,F.jsx)(O,z({},C)),(0,F.jsx)(a.Z,{flex:1,flexDirection:"column",children:(0,F.jsxs)(p.Z,{ml:3,py:3,children:[(0,F.jsx)(v.Z,{bold:!0,level:5,monospace:!0,children:o}),(0,F.jsx)(p.Z,{fullWidth:!1,mt:2,children:(0,F.jsx)(N,z(z({},C),{},{children:(0,F.jsxs)(f.ZP,{alignItems:"center",children:[L&&(0,F.jsx)(j.Jr,{inverted:!0,size:2*I.iI}),[m.VO.INITIAL,m.VO.RUNNING].includes(i)&&(0,F.jsx)(h.Z,{color:m.VO.INITIAL!==i?b.Z.monotone.white:null,inverted:m.VO.INITIAL===i,small:!0}),"\xa0",m.VO.RUNNING===i&&(0,F.jsxs)(F.Fragment,{children:["\xa0",Math.round(100*M),"%"]}),![m.VO.INITIAL,m.VO.RUNNING].includes(i)&&m.Do[i],m.VO.INITIAL===i&&"Starting"]})}))}),Object.values(y).length>=1&&(0,F.jsx)(p.Z,{mt:1,children:Object.entries(y).map((function(n,e){var t=(0,s.Z)(n,2),r=t[0];t[1];return(0,F.jsxs)(x.ZP,{monospace:!0,muted:!0,small:!0,children:[r," stream failed"]},r)}))})]})}),(0,F.jsxs)(a.Z,{flex:1,children:[(0,F.jsx)(a.Z,{flex:1,flexDirection:"column",children:(0,F.jsxs)(p.Z,{ml:3,py:3,children:[(0,F.jsxs)(p.Z,{mb:1,children:[(0,F.jsx)(x.ZP,{bold:!0,muted:!0,small:!0,children:"Rows processed"}),(0,F.jsx)(x.ZP,{monospace:!0,children:w>=1?(0,E.x6)(w):"-"})]}),(0,F.jsxs)(p.Z,{mb:1,children:[(0,F.jsx)(x.ZP,{bold:!0,muted:!0,small:!0,children:"Rows remaining"}),(0,F.jsx)(x.ZP,{monospace:!0,children:k>=1&&k>=w?(0,E.x6)(k-w):"-"})]}),m.VO.RUNNING!==i&&(0,F.jsxs)(p.Z,{mb:1,children:[(0,F.jsx)(x.ZP,{bold:!0,muted:!0,small:!0,children:"Runtime"}),(0,F.jsx)(x.ZP,{monospace:!0,children:S})]})]})}),(0,F.jsx)(a.Z,{flex:1,flexDirection:"column",children:(0,F.jsxs)(p.Z,{ml:3,py:3,children:[(0,F.jsxs)(p.Z,{mb:1,children:[(0,F.jsx)(x.ZP,{bold:!0,muted:!0,small:!0,children:"Source"}),(0,F.jsx)(x.ZP,{monospace:!0,children:Z||"-"})]}),(0,F.jsxs)(p.Z,{mb:1,children:[(0,F.jsx)(x.ZP,{bold:!0,muted:!0,small:!0,children:"Destination"}),(0,F.jsx)(x.ZP,{monospace:!0,children:d||"-"})]}),(0,F.jsxs)(p.Z,{mb:1,children:[(0,F.jsx)(x.ZP,{bold:!0,muted:!0,small:!0,children:"Streams"}),(0,F.jsx)(x.ZP,{monospace:!0,children:g>=1?(0,E.x6)(g):"-"})]})]})})]})]})}))},Y=t(89565),W=t.n(Y),J=t(34376),X=t(71180),q=t(48670),H=t(75499),K=Z.default.div.withConfig({displayName:"indexstyle__BarStyle",componentId:"sc-1thr560-0"})(["display:flex;flex:1;"," "," ",""],(function(n){return n.even&&n.fill&&"\n background-color: ".concat((n.theme.accent||b.Z.accent).cyan,";\n ")}),(function(n){return n.even&&!n.fill&&"\n background-color: ".concat((n.theme.accent||b.Z.accent).cyanTransparent,";\n ")}),(function(n){return"\n height: ".concat((n.small?1:2)*I.iI,"px;\n ")})),Q=t(3314);var $=function(n){var e=n.onClickRow,t=n.pipelineRun,r=n.selectedStream,o=(0,J.useRouter)(),i=(0,l.useState)(null),u=i[0],c=i[1],d=(0,l.useState)(null),a=d[0],h=d[1],b=(0,l.useMemo)((function(){return t?D(t):{}}),[t]),Z=(0,l.useMemo)((function(){return t?V(t):{}}),[t]),g=(0,l.useMemo)((function(){var n=0,e=[],t=[];if(Object.entries(Z).forEach((function(r){var o=(0,s.Z)(r,2),i=(o[0],o[1]),l=i.completed,u=i.runtime,c=i.total;null===u?t.push(i):(e.push(u),n+=u*(c-l))})),0===e.length)return null;var r=(0,C.Sm)(e)/e.length;return t.forEach((function(e){var t=e.completed,o=e.total;n+=r*(o-t)})),n}),[Z]),_=(0,l.useMemo)((function(){return r?Z[r]:null}),[Z,r]),y=(0,l.useMemo)((function(){if(r&&Z){var n=Z[r]||{},e=n.completed,o=n.total;if(o>=1)return e/o}else if(t)return T(t);return 0}),[_,t,r]),P=(0,l.useMemo)((function(){return(0,F.jsx)(f.ZP,{children:(0,C.w6)(101).map((function(n,e){return(0,F.jsx)(K,{even:e%2===0,fill:y>0&&Math.round(100*y)>=e},e)}))})}),[y]),k=(0,l.useMemo)((function(){if(r){var n=b[r]||[],e=n.every((function(n){var e=n.status;return L.V.COMPLETED===e})),o=(0,C.YC)(n,(function(n){return n.updated_at}),{ascending:!1})[0],i=null===o||void 0===o?void 0:o.status,l=_||{},u=l.completed,c=l.runtime,s=l.total;if(e)return"Sync complete for ".concat(r);if([L.V.CANCELLED,L.V.FAILED].includes(i))return m.Do[i];if(c&&s>=1){var d=Math.ceil(c*(s-u)/60);return"".concat((0,E._6)("minute",d,!0)," to completion")}return"Estimating time remaining for stream..."}if(m.VO.COMPLETED===(null===t||void 0===t?void 0:t.status))return"Sync complete";if(t){if([m.VO.CANCELLED,m.VO.FAILED].includes(null===t||void 0===t?void 0:t.status))return m.Do[null===t||void 0===t?void 0:t.status];if(m.VO.INITIAL===(null===t||void 0===t?void 0:t.status))return"Initializing sync (this can take several minutes)";if(null===g)return"Estimating time remaining...";var a=Math.ceil(g/60);return"".concat((0,E._6)("minute",a,!0)," to completion")}return"Select a sync"}),[b,g,_,t,r]),N=(0,l.useMemo)((function(){return t&&r?U(t,r):{completed:null,completedAt:null,done:null,progress:null,runtime:null,startedAt:null,status:null,timeText:null,total:null,updatedAt:null}}),[t,r]);(0,l.useEffect)((function(){var n;if(t){var e=R(t);c(e),n=setInterval((function(){return c((function(n){return n+1}))}),1e3)}return function(){return clearInterval(n)}}),[t]),(0,l.useEffect)((function(){var n;if(t&&r&&N){var e=(null===N||void 0===N?void 0:N.runtime)||0;h(e),n=setInterval((function(){return h((function(n){return n+1}))}),1e3)}return function(){return clearInterval(n)}}),[t,r,N]);var O=(0,l.useMemo)((function(){if(t){if(r)return null===N||void 0===N?void 0:N.timeText;var n=R(t);return(0,E.zf)(n)}}),[t,r,N]),w=(0,l.useMemo)((function(){var n=Math.floor(u%86400/3600),e=Math.floor(u%3600/60),t=Math.floor(u%60/1);return[n>=10?String(n):"0".concat(n),e>=10?String(e):"0".concat(e),t>=10?String(t):"0".concat(t)].join(":")}),[u]),M=(0,l.useMemo)((function(){var n=Math.floor(a%86400/3600),e=Math.floor(a%3600/60),t=Math.floor(a%60/1);return[n>=10?String(n):"0".concat(n),e>=10?String(e):"0".concat(e),t>=10?String(t):"0".concat(t)].join(":")}),[a]),G=(0,l.useMemo)((function(){return t?A(t):{errors:null,records:null,recordsInserted:null,recordsProcessed:null,recordsUpdated:null}}),[t]),z=G.errors,B=G.records,Y=G.recordsInserted,$=G.recordsProcessed,nn=G.recordsUpdated,en=(0,l.useMemo)((function(){return t&&r?A(t,r):{errors:null,records:null,recordsInserted:null,recordsProcessed:null,recordsUpdated:null}}),[t,r]),tn=(0,l.useMemo)((function(){var n=r?null===en||void 0===en?void 0:en.records:B,e=r?null===en||void 0===en?void 0:en.recordsInserted:Y,t=r?null===en||void 0===en?void 0:en.recordsProcessed:$,o=r?null===en||void 0===en?void 0:en.recordsUpdated:nn,i=[{label:"Rows fetched",value:null===n?"-":(0,E.x6)(n)}];return null===e&&null===o?i.push({label:"Rows processed",value:null===t?"-":(0,E.x6)(t)}):null!==e?i.push({label:"Rows inserted",value:(0,E.x6)(e)}):null!==o&&i.push({label:"Rows updated",value:(0,E.x6)(o)}),i.map((function(n){var e=n.label,t=n.value;return(0,F.jsxs)("div",{children:[(0,F.jsx)(x.ZP,{bold:!0,large:!0,muted:!0,children:e}),(0,F.jsx)(x.ZP,{headline:!0,children:t})]},e)}))}),[B,en,Y,$,nn,O,w,status]),rn=(0,l.useMemo)((function(){if(!t)return(0,F.jsx)("div",{});var n=S(t);return(0,F.jsx)(H.Z,{columnFlex:[null,null,null,null,null,null],columns:[{uuid:"Stream"},{uuid:"Start"},{uuid:"End"},{uuid:"Time"},{uuid:"Progress"},{uuid:"Logs"}],isSelectedRow:function(e){return r&&r===n[e]},onClickRow:e,rows:n.map((function(n){var e=U(t,n),r=(e.completed,e.completedAt),i=e.done,l=e.progress,u=e.startedAt,c=e.status,s=e.timeText,d=(e.total,!!z[n]);return[(0,F.jsx)(x.ZP,{danger:d,default:!d,monospace:!0,children:n},"stream"),(0,F.jsx)(x.ZP,{default:!0,monospace:!0,children:u?u.split(".")[0]:"-"},"started_at"),(0,F.jsx)(x.ZP,{default:!0,monospace:!0,children:r?r.split(".")[0]:"-"},"completed_at"),(0,F.jsx)(x.ZP,{default:!0,children:[L.V.INITIAL,L.V.RUNNING].includes(c)?"-":s},"runtime"),(0,F.jsxs)("div",{children:[i&&(0,F.jsx)(j.Jr,{default:!0,size:2*I.iI}),!i&&(0,F.jsx)(f.ZP,{children:(0,C.w6)(51).map((function(n,e){return(0,F.jsx)(K,{fill:l>0&&Math.round(50*l)>=e,even:e%2===0,small:!0},e)}))})]},"progress"),(0,F.jsx)(X.ZP,{default:!0,iconOnly:!0,noBackground:!0,onClick:function(n){o.push("/pipelines/".concat(t.pipeline_uuid,"/logs?pipeline_run_id[]=").concat(t.id)),(0,Q.j)(n)},children:(0,F.jsx)(j.UL,{default:!0,size:2*I.iI})},"logs")]})),uuid:"".concat(null===t||void 0===t?void 0:t.id,"-streams-table")})}),[z,Z,t,r]),on=(0,l.useMemo)((function(){var n,e,o,i,l,u,c,d;if(t&&r){var a=(null===t||void 0===t?void 0:t.metrics)||{blocks:null,destination:null,pipeline:null,source:null},f=null===a||void 0===a||null===(n=a.pipeline)||void 0===n||null===(e=n[r])||void 0===e||null===(o=e.bookmarks)||void 0===o?void 0:o[r],v=null===a||void 0===a||null===(i=a.blocks)||void 0===i||null===(l=i[r])||void 0===l||null===(u=l.destinations)||void 0===u||null===(c=u.state)||void 0===c||null===(d=c.bookmarks)||void 0===d?void 0:d[r];if(f||v){var m=Array.from(new Set(Object.keys(f||{}).concat(Object.keys(v||{})))).sort(),p=[];m.forEach((function(n){var e=[(0,F.jsx)(x.ZP,{bold:!0,monospace:!0,muted:!0,small:!0,children:n},n)];[f,v].forEach((function(t,r){t&&e.push((0,F.jsx)(x.ZP,{monospace:!0,small:!0,children:t[n]},"".concat(n,"-").concat(r)))})),p.push(e)}));var h=[{label:function(){return""},uuid:"column"}];return[[null===a||void 0===a?void 0:a.source,"source",f],[null===a||void 0===a?void 0:a.destination,"destination",v]].forEach((function(n){var e=(0,s.Z)(n,3),t=e[0],r=e[1];e[2]&&h.push({uuid:"".concat(t," (").concat(r,")")})})),(0,F.jsx)(H.Z,{columnFlex:[null,1,1],columns:h,rows:p,uuid:"".concat(r,"-bookmark-table")})}}}),[t,r]),ln=(0,l.useMemo)((function(){var n,e,o,i,l,u;if(t&&r){var c=(null===t||void 0===t?void 0:t.metrics)||{blocks:null,destination:null,pipeline:null,source:null},d=null===c||void 0===c||null===(n=c.blocks)||void 0===n||null===(e=n[r])||void 0===e||null===(o=e.sources)||void 0===o?void 0:o.record,a=null===c||void 0===c||null===(i=c.blocks)||void 0===i||null===(l=i[r])||void 0===l||null===(u=l.destinations)||void 0===u?void 0:u.record;if(d||a){var f=Object.keys(a||d||{}).sort(),v=[];f.forEach((function(n){var e=[(0,F.jsx)(x.ZP,{bold:!0,monospace:!0,muted:!0,small:!0,children:n},n)];[d,a].forEach((function(t,r){if(t){var o=t[n],i="object"===typeof o;e.push((0,F.jsxs)(x.ZP,{monospace:!0,small:!0,textOverflow:!0,whiteSpaceNormal:!0,wordBreak:!0,children:[i&&(0,F.jsx)("pre",{children:JSON.stringify(o,null,2)}),!i&&o]},"".concat(n,"-").concat(r)))}})),v.push(e)}));var m=[{label:function(){return""},uuid:"column"}];return[[null===c||void 0===c?void 0:c.source,"source",d],[null===c||void 0===c?void 0:c.destination,"destination",a]].forEach((function(n){var e=(0,s.Z)(n,3),t=e[0],r=e[1];e[2]&&m.push({uuid:"".concat(t," (").concat(r,")")})})),(0,F.jsx)(H.Z,{columnFlex:[null,1,1],columns:m,rows:v.map((function(n){return n.map((function(n){return(0,F.jsx)(x.ZP,{default:!0,monospace:!0,children:n},n)}))})),uuid:"".concat(r,"-bookmark-table")})}}}),[t,r]),un=(0,l.useMemo)((function(){var n,e,o,i,l,u,c=null===t||void 0===t||null===(n=t.metrics)||void 0===n||null===(e=n.blocks)||void 0===e?void 0:e[r];return(null===c||void 0===c||null===(o=c.sources)||void 0===o||null===(i=o.block_tags)||void 0===i?void 0:i.destination_table)||(null===c||void 0===c||null===(l=c.destinations)||void 0===l||null===(u=l.block_tags)||void 0===u?void 0:u.destination_table)}),[t,r]);return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsxs)(p.Z,{p:3,children:[r&&(0,F.jsx)(p.Z,{mb:3,children:(0,F.jsxs)(f.ZP,{alignItems:"center",children:[(0,F.jsx)(q.Z,{block:!0,onClick:function(){return o.push("/pipelines/".concat(t.pipeline_uuid,"/syncs?pipeline_run_id=").concat(t.id))},preventDefault:!0,children:(0,F.jsxs)(f.ZP,{alignItems:"center",children:[(0,F.jsx)(j.Xd,{default:!0,size:1.5*I.iI}),(0,F.jsx)(p.Z,{mr:1}),(0,F.jsx)(x.ZP,{default:!0,children:"Syncs"})]})}),(0,F.jsx)(p.Z,{mx:1,children:(0,F.jsx)(x.ZP,{default:!0,monospace:!0,children:"/"})}),(0,F.jsx)(x.ZP,{bold:!0,monospace:!0,children:r})]})}),(0,F.jsxs)(f.ZP,{alignItems:"center",justifyContent:"space-between",children:[(0,F.jsx)(p.Z,{mr:2,my:1,children:(0,F.jsx)(v.Z,{level:5,muted:!t,children:k})}),t&&(0,F.jsx)(X.ZP,{onClick:function(){return o.push("/pipelines/".concat(t.pipeline_uuid,"/logs?pipeline_run_id[]=").concat(t.id))},small:!0,children:"Logs"})]}),(0,F.jsx)(p.Z,{mt:2,children:P}),t&&(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(p.Z,{mt:3,children:(0,F.jsxs)(f.ZP,{justifyContent:"space-between",children:[(0,F.jsxs)("div",{children:[(0,F.jsx)(x.ZP,{bold:!0,large:!0,muted:!0,children:"Runtime"}),(0,F.jsxs)(x.ZP,{headline:!0,children:[r&&[L.V.INITIAL,L.V.RUNNING].includes(null===N||void 0===N?void 0:N.status)&&M,r&&![L.V.INITIAL,L.V.RUNNING].includes(null===N||void 0===N?void 0:N.status)&&(null===N||void 0===N?void 0:N.timeText),!r&&[m.VO.INITIAL,m.VO.RUNNING].includes(null===t||void 0===t?void 0:t.status)&&w,!r&&![m.VO.INITIAL,m.VO.RUNNING].includes(null===t||void 0===t?void 0:t.status)&&O]})]}),tn]})}),Object.values(z).length>=1&&(0,F.jsxs)(p.Z,{mt:3,children:[(0,F.jsx)(v.Z,{level:5,muted:!0,children:"Errors"}),Object.entries(z).map((function(n,e){var t=(0,s.Z)(n,2),o=t[0],i=t[1];return(!r||r===o)&&(0,F.jsx)(p.Z,{mt:e>=1?1:0,children:Object.entries(i).map((function(n){var e=(0,s.Z)(n,2),t=e[0],r=e[1],i=r.error,l=r.errors,u=r.message,c=Array.isArray(i)?i.join(" "):i;return(0,F.jsxs)("div",{children:[(0,F.jsx)(p.Z,{mb:u||(null===l||void 0===l?void 0:l.length)>=1?2:0,children:(0,F.jsxs)(x.ZP,{monospace:!0,preWrap:!0,textOverflow:!0,children:[o,!!t&&(0,F.jsxs)(x.ZP,{inline:!0,monospace:!0,muted:!0,children:["\xa0(",t,")"]}),": ",(0,F.jsx)(x.ZP,{default:!0,inline:!0,monospace:!0,children:c&&(0,F.jsx)(W(),{children:c})})]})}),(0,F.jsx)(x.ZP,{default:!0,monospace:!0,preWrap:!0,small:!0,children:u}),l.map((function(n){return(0,F.jsx)(x.ZP,{default:!0,monospace:!0,preWrap:!0,small:!0,children:n},n)}))]},"".concat(o,"-").concat(t))}))},o)}))]})]})]}),t&&!r&&(0,F.jsx)(p.Z,{my:3,children:rn}),t&&r&&(0,F.jsxs)(F.Fragment,{children:[un&&(0,F.jsx)(p.Z,{my:3,children:(0,F.jsxs)(p.Z,{px:3,children:[(0,F.jsx)(v.Z,{level:5,children:"Table name"}),(0,F.jsx)(p.Z,{mt:1,children:(0,F.jsx)(x.ZP,{default:!0,monospace:!0,children:un})})]})}),on&&(0,F.jsxs)(p.Z,{my:3,children:[(0,F.jsx)(p.Z,{px:3,children:(0,F.jsx)(v.Z,{level:5,children:"Bookmarks"})}),(0,F.jsx)(p.Z,{px:1,children:on})]}),ln&&(0,F.jsxs)(p.Z,{my:3,children:[(0,F.jsx)(p.Z,{px:3,children:(0,F.jsx)(v.Z,{level:5,children:"Sample row"})}),(0,F.jsx)(p.Z,{px:1,children:ln})]})]})]})},nn=t(35686),en=t(28795),tn=t(15610),rn=t(69419);function on(n){var e=n.pipeline,t=e.uuid,r=nn.ZP.pipeline_runs.list({_limit:20,_offset:0,pipeline_uuid:t},{refreshInterval:5e3}).data,o=(0,l.useMemo)((function(){return(null===r||void 0===r?void 0:r.pipeline_runs)||[]}),[r]),i=(0,rn.iV)(),c=(0,l.useState)(null),s=c[0],d=c[1],a=(0,l.useState)(null),f=a[0],v=a[1],m=(0,l.useState)(null),p=m[0],h=m[1];(0,l.useEffect)((function(){null!==i&&void 0!==i&&i.pipeline_run_id?h(null===o||void 0===o?void 0:o.find((function(n){return n.id===Number(i.pipeline_run_id)}))):p&&h(null),null!==i&&void 0!==i&&i.stream?v(i.stream):f&&v(null)}),[o,i,p,f]);var x=(0,l.useCallback)((function(){var n=p?S(p):[];return(0,F.jsx)($,{onClickRow:function(e){var t=n[e];(0,tn.u7)({stream:f===t?null:t})},pipelineRun:p,selectedStream:f})}),[p,f]),b=(0,l.useMemo)((function(){var n="/pipelines/".concat(t,"/syncs");p&&(n="".concat(n,"?pipeline_run_id=").concat(p.id));var e=[{label:function(){return"Syncs"},linkProps:f?{as:n,href:"/pipelines/[pipeline]/syncs"}:null}];return f&&e.push({label:function(){return f}}),e}),[t,p,f]);return(0,F.jsx)(u.Z,{breadcrumbs:b,buildSidekick:x,errors:s,pageName:en.M.SYNCS,pipeline:e,setErrors:d,title:function(n){var e=n.name;return"".concat(e," syncs")},uuid:"".concat(en.M.SYNCS,"_").concat(t),children:o.map((function(n){var e=(null===p||void 0===p?void 0:p.id)===n.id;return(0,F.jsx)(B,{onSelect:function(n){return(0,tn.u7)({pipeline_run_id:n,stream:null})},pipelineRun:n,selected:e},n.id)}))})}on.getInitialProps=function(){var n=(0,r.Z)(i().mark((function n(e){var t;return i().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return t=e.query.pipeline,n.abrupt("return",{pipeline:{uuid:t}});case 2:case"end":return n.stop()}}),n)})));return function(e){return n.apply(this,arguments)}}();var ln=(0,c.Z)(on)},59416:function(n,e,t){(window.__NEXT_P=window.__NEXT_P||[]).push(["/pipelines/[pipeline]/syncs",function(){return t(25050)}])},80022:function(n,e,t){"use strict";function r(n){if(void 0===n)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n}t.d(e,{Z:function(){return r}})},15544:function(n,e,t){"use strict";function r(n){return r=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},r(n)}t.d(e,{Z:function(){return r}})},13692:function(n,e,t){"use strict";t.d(e,{Z:function(){return o}});var r=t(61049);function o(n,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");n.prototype=Object.create(e&&e.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),e&&(0,r.Z)(n,e)}},93189:function(n,e,t){"use strict";t.d(e,{Z:function(){return i}});var r=t(12539),o=t(80022);function i(n,e){if(e&&("object"===r(e)||"function"===typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return(0,o.Z)(n)}},61049:function(n,e,t){"use strict";function r(n,e){return r=Object.setPrototypeOf||function(n,e){return n.__proto__=e,n},r(n,e)}t.d(e,{Z:function(){return r}})}},function(n){n.O(0,[2678,1154,844,4267,600,8487,8264,7858,5499,5457,9774,2888,179],(function(){return e=59416,n(n.s=e);var e}));var e=n.O();_N_E=e}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[643],{92709:function(e,n,i){"use strict";i.d(n,{$e:function(){return c},Em:function(){return p},IY:function(){return s},Jf:function(){return l},LR:function(){return r},NR:function(){return o},Qj:function(){return d},Wf:function(){return g},b7:function(){return t},m$:function(){return a},tK:function(){return u}});var t="edit",r="[ERR_BLOCK_EXISTS]",l={uuid:"All files"},s={uuid:"Current blocks"},o=[l,s],u="CUSTOM_EVENT_BLOCK_OUTPUT_CHANGED",c="CUSTOM_EVENT_CODE_BLOCK_CHANGED",a="CUSTOM_EVENT_COLUMN_SCROLLER_CURSOR_MOVED",d="CUSTOM_EVENT_COLUMN_SCROLLER_RESET",p="CUSTOM_EVENT_COLUMN_SCROLLER_SCROLL_TO_BLOCK",g="CUSTOM_EVENT_SYNC_COLUMN_POSITIONS"},74395:function(e,n,i){"use strict";i.d(n,{M:function(){return s},W:function(){return l}});var t=i(38626),r=i(46684),l=34*i(70515).iI,s=t.default.div.withConfig({displayName:"indexstyle__BeforeStyle",componentId:"sc-12ee2ib-0"})(["min-height:calc(100vh - ","px);"],r.Mz)},8955:function(e,n,i){"use strict";i.d(n,{G7:function(){return b},ZP:function(){return P},u$:function(){return _}});var t=i(75582),r=i(82394),l=i(26304),s=i(90299),o=i(9134),u=i(24138),c=i(38276),a=i(30160),d=i(75499),p=i(70515),g=i(16488),f=i(42122),h=i(28598),v=["height","heightOffset","pipeline","selectedRun","selectedTab","setSelectedTab"];function j(e,n){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),i.push.apply(i,t)}return i}function x(e){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?j(Object(i),!0).forEach((function(n){(0,r.Z)(e,n,i[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):j(Object(i)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(i,n))}))}return e}var _=76,m={uuid:"Run details"},Z={uuid:"Dependency tree"},b=[Z,m];function P(e){var n=e.height,i=e.heightOffset,r=e.pipeline,j=e.selectedRun,P=e.selectedTab,O=e.setSelectedTab,y=x({},(0,l.Z)(e,v));j?y.blockStatus=(0,g.IJ)(null===j||void 0===j?void 0:j.block_runs):y.noStatus=!0;var S=(0,f.Kn)(null===j||void 0===j?void 0:j.variables)?x({},null===j||void 0===j?void 0:j.variables):(null===j||void 0===j?void 0:j.variables)||{},w=null===j||void 0===j?void 0:j.event_variables;if(w&&(0,f.Kn)(w)&&!(0,f.Qr)(w))if((0,f.Kn)(S)&&S.hasOwnProperty("event")){var E=(0,f.Kn)(S.event)?S.event:{};S.event=x(x({},E),w)}else S.event=x({},w);var I=[];S&&JSON.stringify(S,null,2).split("\n").forEach((function(e){I.push(" ".concat(e))}));var T=j&&[["Run ID",null===j||void 0===j?void 0:j.id],["Variables",(0,h.jsx)(o.Z,{language:"json",small:!0,source:I.join("\n")},"variable_value")]],k=j&&(0,h.jsx)(c.Z,{pb:p.cd,px:p.cd,children:(0,h.jsx)(d.Z,{alignTop:!0,columnFlex:[null,1],columnMaxWidth:function(e){return 1===e?"100px":null},rows:T.map((function(e,n){var i=(0,t.Z)(e,2),r=i[0],l=i[1];return[(0,h.jsx)(a.ZP,{monospace:!0,muted:!0,children:r},"key_".concat(n)),(0,h.jsx)(a.ZP,{monospace:!0,textOverflow:!0,children:l},"val_".concat(n))]})),uuid:"LogDetail"})}),C=P&&O;return(0,h.jsxs)(h.Fragment,{children:[C&&(0,h.jsx)(c.Z,{py:p.cd,children:(0,h.jsx)(s.Z,{onClickTab:O,selectedTabUUID:null===P||void 0===P?void 0:P.uuid,tabs:b})}),(!C||Z.uuid===(null===P||void 0===P?void 0:P.uuid))&&(0,h.jsx)(u.ZP,x(x({},y),{},{height:n,heightOffset:(i||0)+(C?_:0),pipeline:r})),m.uuid===(null===P||void 0===P?void 0:P.uuid)&&k]})}},36604:function(e,n,i){"use strict";i.r(n),i.d(n,{default:function(){return ce}});var t=i(75582),r=i(77837),l=i(82394),s=i(38860),o=i.n(s),u=i(82684),c=i(12691),a=i.n(c),d=i(69864),p=i(34376),g=i(71180),f=i(39457),h=i(15338),v=i(55485),j=i(85854),x=i(48670),_=i(55072),m=i(75457),Z=i(53943),b=i(44265),P=i(30229),O=i(83784),y=i(44085),S=i(38276),w=i(4190),E=i(75499),I=i(48381),T=i(30160),k=i(12468),C=i(35686),N=i(8955),M=i(77417),D=i(74395),R=i(44425),U=i(72473),L=i(70515),F=i(28795),A=i(97196),V=i(8916),H=i(16488),z=i(3917),K=i(44375),W=i(15610),G=i(86735),X=i(42122),q=i(50178),B=i(72619),J=i(3314),$=i(69419),Q=i(70320),Y=i(28598);function ee(e,n){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),i.push.apply(i,t)}return i}function ne(e){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?ee(Object(i),!0).forEach((function(n){(0,l.Z)(e,n,i[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):ee(Object(i)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(i,n))}))}return e}var ie=function(e){var n=e.errors,i=e.fetchPipelineSchedule,r=e.pipeline,l=e.pipelineSchedule,s=e.setErrors,o=e.variables,c=(0,M.Z)().project,ee=(0,p.useRouter)(),ie=(0,q.Ct)(),te=(0,Q.q)(),re=(r||{}).uuid,le=l||{},se=le.description,oe=le.id,ue=le.event_matchers,ce=le.name,ae=le.next_pipeline_run_date,de=le.schedule_interval,pe=le.schedule_type,ge=le.settings,fe=le.sla,he=le.start_time,ve=le.status,je=le.tags,xe=le.variables,_e=void 0===xe?{}:xe,me=(0,u.useMemo)((function(){return(0,H._U)(de)}),[de]),Ze=(0,$.iV)(),be={_limit:30,_offset:30*(null!==Ze&&void 0!==Ze&&Ze.page?Ze.page:0)};null!==Ze&&void 0!==Ze&&Ze.status&&(be.status=Ze.status),null!==l&&void 0!==l&&l.global_data_product_uuid&&(be.global_data_product_uuid=null===l||void 0===l?void 0:l.global_data_product_uuid);var Pe=C.ZP.pipeline_runs.pipeline_schedules.list(oe,be,{refreshInterval:3e3,revalidateOnFocus:!0}),Oe=Pe.data,ye=Pe.mutate,Se=(0,u.useMemo)((function(){return(null===Oe||void 0===Oe?void 0:Oe.pipeline_runs)||[]}),[Oe]),we=(0,u.useMemo)((function(){var e;return(null===Oe||void 0===Oe||null===(e=Oe.metadata)||void 0===e?void 0:e.count)||[]}),[Oe]),Ee=(0,u.useState)(null),Ie=Ee[0],Te=Ee[1],ke=(0,u.useMemo)((function(){var e=null!==Ze&&void 0!==Ze&&Ze.page?Ze.page:0;return(0,Y.jsxs)(Y.Fragment,{children:[(0,Y.jsx)(Z.Z,{fetchPipelineRuns:ye,onClickRow:function(e){return Te((function(n){var i=Se[e];return(null===n||void 0===n?void 0:n.id)!==i.id?i:null}))},pipelineRuns:Se,selectedRun:Ie,setErrors:s,setSelectedRun:Te}),(0,Y.jsx)(S.Z,{p:2,children:(0,Y.jsx)(_.ZP,{maxPages:9,onUpdate:function(e){var n=Number(e),i=ne(ne({},Ze),{},{page:n>=0?n:0});ee.push("/pipelines/[pipeline]/triggers/[...slug]","/pipelines/".concat(re,"/triggers/").concat(oe,"?").concat((0,$.uM)(i)))},page:Number(e),totalPages:Math.ceil(we/30)})})]})}),[ye,Se,oe,re,Ze,ee,Ie,s,we]),Ce=(0,u.useState)(N.G7[0]),Ne=Ce[0],Me=Ce[1],De=(0,d.Db)((function(e){return C.ZP.pipeline_schedules.useUpdate(e.id)({pipeline_schedule:(0,X.gR)(e,["id"])})}),{onSuccess:function(e){return(0,B.wD)(e,{callback:function(){i()},onErrorCallback:function(e,n){return s({errors:n,response:e})}})}}),Re=(0,t.Z)(De,2),Ue=Re[0],Le=Re[1].isLoading,Fe=C.ZP.pipeline_triggers.pipelines.list(re),Ae=Fe.data,Ve=Fe.mutate,He=(0,u.useMemo)((function(){return(0,G.HK)((null===Ae||void 0===Ae?void 0:Ae.pipeline_triggers)||[],(function(e){return e.name}))}),[Ae]),ze=(0,u.useMemo)((function(){return!(null===He||void 0===He||!He[null===l||void 0===l?void 0:l.name])}),[l,He]),Ke=(0,d.Db)(C.ZP.pipeline_triggers.pipelines.useCreate(re),{onSuccess:function(e){return(0,B.wD)(e,{callback:function(){Ve()},onErrorCallback:function(e,n){return s({errors:n,response:e})}})}}),We=(0,t.Z)(Ke,2),Ge=We[0],Xe=We[1].isLoading,qe=(0,u.useMemo)((function(){return P.fq.ACTIVE===ve}),[ve]),Be=(0,u.useMemo)((function(){var e,n,i={default:!0,size:1.5*L.iI},t=[[(0,Y.jsxs)(v.ZP,{alignItems:"center",children:[(0,Y.jsx)(U.VW,ne({},i)),(0,Y.jsx)(S.Z,{mr:1}),(0,Y.jsx)(T.ZP,{default:!0,children:"Trigger type"})]},"trigger_type_label"),(0,Y.jsx)(T.ZP,{monospace:!0,children:null===(e=P.Z4[pe])||void 0===e?void 0:e.call(P.Z4)},"trigger_type")],[(0,Y.jsxs)(v.ZP,{alignItems:"center",children:[(0,Y.jsx)(U.rs,ne({},i)),(0,Y.jsx)(S.Z,{mr:1}),(0,Y.jsx)(T.ZP,{default:!0,children:"Status"})]},"trigger_status_label"),(0,Y.jsx)(T.ZP,{danger:!qe,monospace:!0,success:qe,children:ve},"trigger_status")]];if(se&&t.push([(0,Y.jsxs)(v.ZP,{alignItems:"center",children:[(0,Y.jsx)(U.KJ,ne({},i)),(0,Y.jsx)(S.Z,{mr:1}),(0,Y.jsx)(T.ZP,{default:!0,children:"Description"})]},"trigger_description_label"),(0,Y.jsx)(T.ZP,{children:se},"trigger_description")]),fe){var r=(0,H.gU)(fe),s=r.time,o=r.unit,u=1===s?o:"".concat(o,"s");t.push([(0,Y.jsxs)(v.ZP,{alignItems:"center",children:[(0,Y.jsx)(U.kI,ne({},i)),(0,Y.jsx)(S.Z,{mr:1}),(0,Y.jsx)(T.ZP,{default:!0,children:"SLA"})]},"trigger_sla_label"),(0,Y.jsx)(T.ZP,{monospace:!0,children:"".concat(s," ").concat(u)},"trigger_sla")])}if(de&&t.push([(0,Y.jsxs)(v.ZP,{alignItems:"center",children:[(0,Y.jsx)(U.Pf,ne({},i)),(0,Y.jsx)(S.Z,{mr:1}),(0,Y.jsx)(T.ZP,{default:!0,children:"Frequency"})]},"trigger_frequency_label"),(0,Y.jsx)(T.ZP,{monospace:!0,children:te&&me?(0,H.lO)(de):de.replace("@","")},"trigger_frequency")],[(0,Y.jsxs)(v.ZP,{alignItems:"center",children:[(0,Y.jsx)(U.aw,ne({},i)),(0,Y.jsx)(S.Z,{mr:1}),(0,Y.jsx)(T.ZP,{default:!0,children:"Next run date"})]},"trigger_next_run_date_label"),(0,Y.jsx)(T.ZP,{monospace:!0,children:ae?te?(0,z.XG)(ae,te):(0,z.d$)(ae,{includeSeconds:!0,utcFormat:!0}):"N/A"},"trigger_next_run_date")]),he&&t.push([(0,Y.jsxs)(v.ZP,{alignItems:"center",children:[(0,Y.jsx)(U.aw,ne({},i)),(0,Y.jsx)(S.Z,{mr:1}),(0,Y.jsx)(T.ZP,{default:!0,children:"Start date"})]},"trigger_start_date_label"),(0,Y.jsx)(T.ZP,{monospace:!0,children:te?(0,z.XG)(he,te):he},"trigger_start_date")]),P.Xm.API===pe){var c=(0,H.M8)(l);t.push([(0,Y.jsxs)(v.ZP,{alignItems:"center",children:[(0,Y.jsx)(U.Ae,ne({},i)),(0,Y.jsx)(S.Z,{mr:1}),(0,Y.jsx)(T.ZP,{default:!0,children:"API endpoint"})]},"trigger_api_endpoint_label"),(0,Y.jsx)(f.Z,{copiedText:c,children:(0,Y.jsx)(T.ZP,{monospace:!0,small:!0,children:c})},"trigger_api_endpoint")])}if(null!==ge&&void 0!==ge&&ge.timeout){var a=(0,H.gU)(null===ge||void 0===ge?void 0:ge.timeout),d=a.time,p=a.unit,g=1===d?p:"".concat(p,"s");t.push([(0,Y.jsxs)(v.ZP,{alignItems:"center",children:[(0,Y.jsx)(k.Z,{default:!0,label:"Timeout set for runs of this trigger",size:1.5*L.iI,widthFitContent:!0}),(0,Y.jsx)(S.Z,{mr:1}),(0,Y.jsx)(T.ZP,{default:!0,children:"Timeout"})]},"trigger_timeout"),(0,Y.jsx)(T.ZP,{monospace:!0,children:"".concat(d," ").concat(g)},"trigger_timeout_label")])}null!==ge&&void 0!==ge&&ge.skip_if_previous_running&&t.push([(0,Y.jsxs)(v.ZP,{alignItems:"center",children:[(0,Y.jsx)(k.Z,{default:!0,label:"Skip current run if any previous runs are still in progress",size:1.5*L.iI,widthFitContent:!0}),(0,Y.jsx)(S.Z,{mr:1}),(0,Y.jsx)(T.ZP,{default:!0,children:"Skip if running"})]},"trigger_skip_if_running"),(0,Y.jsx)(T.ZP,{monospace:!0,children:null===(n=ge.skip_if_previous_running)||void 0===n?void 0:n.toString()},"trigger_skip_if_running_label")]);return null!==ge&&void 0!==ge&&ge.allow_blocks_to_fail&&t.push([(0,Y.jsxs)(v.ZP,{alignItems:"center",children:[(0,Y.jsx)(k.Z,{default:!0,label:"Trigger runs will continue running blocks if other unrelated blocks fail",size:1.5*L.iI,widthFitContent:!0}),(0,Y.jsx)(S.Z,{mr:1}),(0,Y.jsx)(T.ZP,{default:!0,children:"Allow blocks to fail"})]},"trigger_allow_blocks_to_fail"),(0,Y.jsx)(T.ZP,{monospace:!0,children:ge.allow_blocks_to_fail.toString()},"trigger_allow_blocks_to_fail_label")]),(0,Y.jsx)(E.Z,{columnFlex:[null,1],rows:t})}),[se,te,qe,me,ae,l,de,pe,ge,fe,he,ve]),Je=(0,u.useMemo)((function(){return _e||{}}),[_e]),$e=(0,u.useMemo)((function(){var e,n=[];return(0,X.Qr)(Je)?n=(0,V.wx)(o,(function(e){return e.uuid===O.C})):Object.entries(Je).forEach((function(e){var i=(0,t.Z)(e,2),r=i[0],l=i[1];b.sZ!==r&&n.push({uuid:r,value:(0,V.FS)(l)})})),"undefined"!==typeof(n=(0,V.JZ)(n||[],pe))&&null!==(e=n)&&void 0!==e&&e.length?(0,Y.jsx)(E.Z,{columnFlex:[null,1],rows:n.map((function(e){var n=e.uuid,i=e.value;return[(0,Y.jsx)(T.ZP,{default:!0,monospace:!0,children:n},"settings_variable_label_".concat(n)),(0,Y.jsx)(T.ZP,{monospace:!0,children:i},"settings_variable_".concat(n))]}))}):null}),[pe,Je,o]),Qe=(0,u.useMemo)((function(){var e,n,i=[],t=null===Je||void 0===Je||null===(e=Je[b.sZ])||void 0===e?void 0:e.blocks;return null===r||void 0===r||null===(n=r.blocks)||void 0===n||n.forEach((function(e){var n=e.type,r=e.uuid;if(R.tf.DBT===n){var l,s=(null===t||void 0===t||null===(l=t[r])||void 0===l?void 0:l.configuration)||{},o=s.flags,u=s.prefix,c=s.suffix,a=(0,K.IU)(e).name;(o||u||c)&&i.push({flags:o,prefix:u,suffix:c,uuid:a})}})),"undefined"!==typeof i&&null!==i&&void 0!==i&&i.length?(0,Y.jsx)(E.Z,{columnFlex:[1,null],rows:i.map((function(e){var n=e.flags,i=e.prefix,t=e.suffix,r=e.uuid;return[(0,Y.jsxs)(T.ZP,{monospace:!0,small:!0,children:[i&&(0,Y.jsx)(T.ZP,{inline:!0,monospace:!0,muted:!0,small:!0,children:i}),r,t&&(0,Y.jsx)(T.ZP,{inline:!0,monospace:!0,muted:!0,small:!0,children:t})]},"settings_variable_label_".concat(r)),(0,Y.jsx)(T.ZP,{monospace:!0,muted:!0,small:!0,children:n&&n.join(", ")},"settings_variable_".concat(r))]}))}):null}),[r,Je]),Ye=(0,u.useMemo)((function(){return(0,Y.jsx)(E.Z,{columnFlex:[null,1],columns:[{uuid:"Provider"},{uuid:"Event"}],rows:null===ue||void 0===ue?void 0:ue.map((function(e,n){var i=e.event_type,t=e.name;return[(0,Y.jsx)(T.ZP,{default:!0,monospace:!0,children:A._P[i].label()},"".concat(i,"_").concat(n,"_label")),(0,Y.jsx)(T.ZP,{monospace:!0,children:t},"".concat(i,"_").concat(n,"_name"))]}))})}),[ue]),en=(0,u.useMemo)((function(){var e,n,i,t,l,s,o;return"undefined"===typeof(null===r||void 0===r||null===(e=r.settings)||void 0===e||null===(n=e.triggers)||void 0===n?void 0:n.save_in_code_automatically)?null===c||void 0===c||null===(i=c.pipelines)||void 0===i||null===(t=i.settings)||void 0===t||null===(l=t.triggers)||void 0===l?void 0:l.save_in_code_automatically:null===r||void 0===r||null===(s=r.settings)||void 0===s||null===(o=s.triggers)||void 0===o?void 0:o.save_in_code_automatically}),[r,c]);return(0,Y.jsxs)(m.Z,{afterHidden:!Ie,before:(0,Y.jsxs)(D.M,{children:[(0,Y.jsxs)(S.Z,{mb:L.HN,pt:L.cd,px:L.cd,children:[(0,Y.jsxs)(S.Z,{mb:L.cd,children:[P.Xm.TIME===pe&&(0,Y.jsx)(U.kO,{size:5*L.iI}),P.Xm.EVENT===pe&&(0,Y.jsx)(U.Jp,{size:5*L.iI}),P.Xm.API===pe&&(0,Y.jsx)(U.Bf,{size:5*L.iI}),!pe&&(0,Y.jsx)(U.VW,{size:5*L.iI})]}),(0,Y.jsx)(j.Z,{children:ce})]}),(0,Y.jsx)(S.Z,{px:L.cd,children:(0,Y.jsx)(j.Z,{level:5,children:"Settings"})}),(0,Y.jsx)(h.Z,{light:!0,mt:1,short:!0}),Be,(null===ue||void 0===ue?void 0:ue.length)>=1&&(0,Y.jsxs)(S.Z,{my:L.HN,children:[(0,Y.jsx)(S.Z,{px:L.cd,children:(0,Y.jsx)(j.Z,{level:5,children:"Events"})}),(0,Y.jsx)(h.Z,{light:!0,mt:1,short:!0}),Ye]}),$e&&(0,Y.jsxs)(S.Z,{my:L.HN,children:[(0,Y.jsx)(S.Z,{px:L.cd,children:(0,Y.jsx)(j.Z,{level:5,children:"Runtime variables"})}),(0,Y.jsx)(h.Z,{light:!0,mt:1,short:!0}),$e]}),Qe&&(0,Y.jsxs)(S.Z,{my:L.HN,children:[(0,Y.jsx)(S.Z,{px:L.cd,children:(0,Y.jsx)(j.Z,{level:5,children:"dbt runtime settings"})}),(0,Y.jsx)(h.Z,{light:!0,mt:1,short:!0}),Qe]}),(null===je||void 0===je?void 0:je.length)>=1&&(0,Y.jsxs)(S.Z,{my:L.HN,children:[(0,Y.jsx)(S.Z,{px:L.cd,children:(0,Y.jsx)(j.Z,{level:5,children:"Tags"})}),(0,Y.jsx)(h.Z,{light:!0,mt:1,short:!0}),(0,Y.jsx)(S.Z,{mt:L.cd,px:L.cd,children:(0,Y.jsx)(I.Z,{tags:null===je||void 0===je?void 0:je.map((function(e){return{uuid:e}}))})})]}),"\\",(0,Y.jsx)(S.Z,{my:L.HN,children:(0,Y.jsxs)(S.Z,{px:L.cd,children:[(0,Y.jsxs)(j.Z,{level:5,children:[ze&&"Trigger exists in code",!ze&&"Store trigger in code"]}),(0,Y.jsxs)(S.Z,{mt:1,children:[en&&(0,Y.jsxs)(T.ZP,{default:!0,children:["This trigger will automatically be persisted in code. To change this behavior, update the ",(0,Y.jsx)(a(),{as:"/pipelines/".concat(re,"/settings"),href:"/pipelines/[pipeline]/settings",passHref:!0,children:(0,Y.jsx)(x.Z,{openNewWindow:!0,children:"pipeline\u2019s settings"})})," or ",(0,Y.jsx)(a(),{as:"/settings/workspace/preferences",href:"/settings/workspace/preferences",passHref:!0,children:(0,Y.jsx)(x.Z,{openNewWindow:!0,children:"project settings"})}),"."]}),!en&&(0,Y.jsxs)(T.ZP,{default:!0,children:["Save or update the trigger and its settings in the pipeline\u2019s metadata and version control the trigger using Git. For more information, please read the ",(0,Y.jsx)(x.Z,{href:"https://docs.mage.ai/guides/triggers/configure-triggers-in-code",openNewWindow:!0,children:"documentation"}),"."]})]}),!en&&(0,Y.jsxs)(S.Z,{mt:L.cd,children:[!Ae&&(0,Y.jsx)(w.Z,{inverted:!0}),Ae&&(0,Y.jsxs)(g.ZP,{disabled:!(null!==l&&void 0!==l&&l.id),loading:Xe,onClick:function(){Ge({pipeline_trigger:{pipeline_schedule_id:null===l||void 0===l?void 0:l.id}})},secondary:!0,children:[ze&&"Update trigger in code",!ze&&"Save trigger in code"]})]})]})})]}),beforeWidth:D.W,breadcrumbs:[{label:function(){return"Triggers"},linkProps:{as:"/pipelines/".concat(re,"/triggers"),href:"/pipelines/[pipeline]/triggers"}},{label:function(){return ce},linkProps:{as:"/pipelines/".concat(re,"/triggers/").concat(oe),href:"/pipelines/[pipeline]/triggers/[...slug]"}}],buildSidekick:function(e){return(0,N.ZP)(ne(ne({},e),{},{selectedRun:Ie,selectedTab:Ne,setSelectedTab:Me}))},errors:n,pageName:F.M.TRIGGERS,pipeline:r,setErrors:s,subheader:(0,Y.jsxs)(v.ZP,{alignItems:"center",children:[(0,Y.jsx)(g.ZP,{beforeIcon:qe?(0,Y.jsx)(U.dz,{size:2*L.iI}):(0,Y.jsx)(U.Py,{inverted:!ie,size:2*L.iI}),danger:qe&&!ie,loading:Le,onClick:function(e){(0,J.j)(e),Ue({id:oe,status:qe?P.fq.INACTIVE:P.fq.ACTIVE})},outline:!0,success:!qe&&!ie,children:qe?"Pause trigger":"Start trigger"}),(0,Y.jsx)(S.Z,{mr:L.cd}),!ie&&(0,Y.jsxs)(Y.Fragment,{children:[(0,Y.jsx)(g.ZP,{linkProps:{as:"/pipelines/".concat(re,"/triggers/").concat(oe,"/edit"),href:"/pipelines/[pipeline]/triggers/[...slug]"},noHoverUnderline:!0,outline:!0,sameColorAsText:!0,children:"Edit trigger"}),(0,Y.jsx)(S.Z,{mr:L.cd})]}),(0,Y.jsxs)(y.Z,{compact:!0,defaultColor:!0,onChange:function(e){e.preventDefault(),"all"===e.target.value?ee.push("/pipelines/[pipeline]/triggers/[...slug]","/pipelines/".concat(re,"/triggers/").concat(oe)):(0,W.u7)({page:0,status:e.target.value})},paddingRight:4*L.iI,placeholder:"Select run status",value:(null===Ze||void 0===Ze?void 0:Ze.status)||"all",children:[(0,Y.jsx)("option",{value:"all",children:"All statuses"},"all_statuses"),b.IK.map((function(e){return(0,Y.jsx)("option",{value:e,children:b.Do[e]},e)}))]})]}),title:function(){return ce},uuid:"triggers/detail",children:[(0,Y.jsx)(S.Z,{mt:L.cd,px:L.cd,children:(0,Y.jsx)(j.Z,{level:5,children:"Runs for this trigger"})}),(0,Y.jsx)(h.Z,{light:!0,mt:L.cd,short:!0}),ke]})},te=i(12717),re=i(93808),le=i(92709);function se(e,n){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),i.push.apply(i,t)}return i}function oe(e){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?se(Object(i),!0).forEach((function(n){(0,l.Z)(e,n,i[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):se(Object(i)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(i,n))}))}return e}function ue(e){var n=e.pipelineScheduleId,i=e.pipelineUUID,t=e.subpath,r=le.b7===t,l=(0,u.useState)(null),s=l[0],o=l[1],c=C.ZP.variables.pipelines.list(i,{},{revalidateOnFocus:!1}).data,a=null===c||void 0===c?void 0:c.variables,d={};r&&(d._format="with_runtime_average");var p=C.ZP.pipeline_schedules.detail("undefined"!==typeof n&&n,d),g=p.data,f=p.mutate,h=null===g||void 0===g?void 0:g.pipeline_schedule,v=C.ZP.pipelines.detail(i,{includes_content:!1,includes_outputs:!1},{revalidateOnFocus:!1}).data,j=oe(oe({},null===v||void 0===v?void 0:v.pipeline),{},{uuid:i});return r?(0,Y.jsx)(te.Z,{errors:s,fetchPipelineSchedule:f,pipeline:j,pipelineSchedule:h,setErrors:o,variables:a}):(0,Y.jsx)(ie,{errors:s,fetchPipelineSchedule:f,pipeline:j,pipelineSchedule:h,setErrors:o,variables:a})}ue.getInitialProps=function(){var e=(0,r.Z)(o().mark((function e(n){var i,r,l,s,u,c;return o().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(i=n.query,r=i.pipeline,l=i.slug,!Array.isArray(l)){e.next=4;break}return s=(0,t.Z)(l,2),u=s[0],c=s[1],e.abrupt("return",{pipelineScheduleId:u,pipelineUUID:r,subpath:c});case 4:return e.abrupt("return",{pipelineUUID:r});case 5:case"end":return e.stop()}}),e)})));return function(n){return e.apply(this,arguments)}}();var ce=(0,re.Z)(ue)},95488:function(e,n,i){(window.__NEXT_P=window.__NEXT_P||[]).push(["/pipelines/[pipeline]/triggers/[...slug]",function(){return i(36604)}])}},function(e){e.O(0,[2678,1154,844,5820,1124,341,9161,4495,9302,4267,600,8487,8264,7858,5499,5457,4366,722,1769,3943,6333,9774,2888,179],(function(){return n=95488,e(e.s=n);var n}));var n=e.O();_N_E=n}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4249],{48381:function(e,n,r){"use strict";var t=r(82684),i=r(31882),o=r(55485),u=r(30160),c=r(86735),l=r(28598);n.Z=function(e){var n=e.onClickTag,r=e.tags,a=void 0===r?[]:r,s=(0,t.useMemo)((function(){return(null===a||void 0===a?void 0:a.length)||0}),[a]),d=(0,t.useMemo)((function(){return(0,c.YC)(a||[],"uuid")}),[a]);return(0,l.jsx)(o.ZP,{alignItems:"center",flexWrap:"wrap",children:null===d||void 0===d?void 0:d.reduce((function(e,r){return e.push((0,l.jsx)("div",{style:{marginBottom:2,marginRight:s>=2?4:0,marginTop:2},children:(0,l.jsx)(i.Z,{onClick:n?function(){return n(r)}:null,small:!0,children:(0,l.jsx)(u.ZP,{children:r.uuid})})},"tag-".concat(r.uuid))),e}),[])})}},91349:function(e,n,r){"use strict";r.d(n,{Z:function(){return O}});var t=r(82394),i=r(75582),o=r(82684),u=r(55485),c=r(38276),l=r(75499),a=r(30160),s=r(35576),d=r(17488),p=r(69650),f=r(38626),v=r(44897),g=r(42631),h=r(70515),m=f.default.div.withConfig({displayName:"indexstyle__ToggleStyle",componentId:"sc-f9kt7n-0"})(["padding:","px ","px;border-radius:","px;",""],1.5*h.iI,2*h.iI,g.n_,(function(e){return!e.borderless&&"\n border: 1px solid ".concat((e.theme||v.Z).borders.light,";\n background-color: ").concat((e.theme||v.Z).background.popup,";\n ")})),b=r(81728),x=r(28598);function j(e,n){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),r.push.apply(r,t)}return r}function y(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?j(Object(r),!0).forEach((function(n){(0,t.Z)(e,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):j(Object(r)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))}))}return e}var O=function(e){var n=e.borderless,r=e.compact,f=e.enableVariablesOverwrite,v=e.runtimeVariables,g=e.setEnableVariablesOverwrite,h=e.setRuntimeVariables,j=(0,o.useState)({}),O=j[0],w=j[1];(0,o.useEffect)((function(){var e=Object.entries(v).reduce((function(e,n){var r=(0,i.Z)(n,2),o=r[0],u=r[1],c=(0,b.Pb)(u)&&"object"===typeof JSON.parse(u)&&!Array.isArray(JSON.parse(u))&&null!==JSON.parse(u);return y(y({},e),{},(0,t.Z)({},o,c))}),{});w(e)}),[]);var Z=function(e,n){var r={borderless:!0,key:"variable_uuid_input_".concat(e),monospace:!0,onChange:function(n){n.preventDefault(),h((function(r){return y(y({},r),{},(0,t.Z)({},e,n.target.value))}))},paddingHorizontal:0,placeholder:"Variable value",value:n};return O[e]?(0,x.jsx)(s.Z,y(y({},r),{},{rows:1,value:n})):(0,x.jsx)(d.Z,y({},r))};return(0,x.jsxs)(x.Fragment,{children:[(0,x.jsx)(m,{borderless:n,children:(0,x.jsxs)(u.ZP,{alignItems:"center",children:[(0,x.jsx)(c.Z,{mr:2,children:(0,x.jsx)(p.Z,{checked:f,compact:r,onCheck:g})}),(0,x.jsx)(a.ZP,{bold:!r,large:!r,children:"Overwrite runtime variables"})]})}),f&&v&&Object.entries(v).length>0&&(0,x.jsx)(c.Z,{mt:2,children:(0,x.jsx)(l.Z,{columnFlex:[null,1],columns:[{uuid:"Variable"},{uuid:"Value"}],rows:Object.entries(v).map((function(e){var n=(0,i.Z)(e,2),r=n[0],t=n[1];return[(0,x.jsx)(a.ZP,{default:!0,monospace:!0,children:r},"variable_".concat(r)),Z(r,t)]}))})})]})}},16488:function(e,n,r){"use strict";r.d(n,{IJ:function(){return g},M8:function(){return P},Vx:function(){return j},XM:function(){return Z},_U:function(){return v},eI:function(){return x},gU:function(){return O},lO:function(){return k},ri:function(){return m},tL:function(){return y},vJ:function(){return w},xH:function(){return b}});var t,i=r(82394),o=r(92083),u=r.n(o),c=r(3917),l=r(4383),a=r(30229),s=r(42122),d=r(86735);function p(e,n){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),r.push.apply(r,t)}return r}function f(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?p(Object(r),!0).forEach((function(n){(0,i.Z)(e,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):p(Object(r)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))}))}return e}var v=function(e){return!!e&&!Object.values(a.U5).includes(e)};function g(e){return null===e||void 0===e?void 0:e.reduce((function(e,n){var r=n.block_uuid,t=n.completed_at,o=n.started_at,c=n.status,l=null;o&&t&&(l=u()(t).valueOf()-u()(o).valueOf());return f(f({},e),{},(0,i.Z)({},r,{runtime:l,status:c}))}),{})}var h,m=function(e){var n=[{description:function(){return"This pipeline will run continuously on an interval or just once."},label:function(){return"Schedule"},uuid:a.Xm.TIME},{description:function(){return"This pipeline will run when a specific event occurs."},label:function(){return"Event"},uuid:a.Xm.EVENT},{description:function(){return"Run this pipeline when you make an API call."},label:function(){return"API"},uuid:a.Xm.API}];return e?n.slice(0,1):n};function b(e){var n=(0,s.gR)(e,[a.gm.INTERVAL,a.gm.TYPE]),r=e[a.gm.INTERVAL];r&&(n["schedule_interval[]"]=encodeURIComponent(r));var t=e[a.gm.TYPE];return t&&(n["schedule_type[]"]=t),n}function x(e){if(!e)return null;var n=new Date(u()(e).valueOf()),r=Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds());return new Date(r)}function j(e){return"string"!==typeof e?e:x(e.split("+")[0]).toISOString().split(".")[0]}!function(e){e.DAY="day",e.HOUR="hour",e.MINUTE="minute",e.SECOND="second"}(h||(h={}));var y=(t={},(0,i.Z)(t,h.DAY,86400),(0,i.Z)(t,h.HOUR,3600),(0,i.Z)(t,h.MINUTE,60),(0,i.Z)(t,h.SECOND,1),t);function O(e){var n=h.SECOND,r=e;return e%86400===0?(r/=86400,n=h.DAY):e%3600===0?(r/=3600,n=h.HOUR):e%60===0&&(r/=60,n=h.MINUTE),{time:r,unit:n}}function w(e,n){return e*y[n]}function Z(e,n,r){var t="".concat(e.toISOString().split("T")[0]," ").concat(null===n||void 0===n?void 0:n.hour,":").concat(null===n||void 0===n?void 0:n.minute);if(null!==r&&void 0!==r&&r.includeSeconds&&(t=t.concat(":00")),null!==r&&void 0!==r&&r.localTimezone){var i=u()(e);i.set("hour",+(null===n||void 0===n?void 0:n.hour)||0),i.set("minute",+(null===n||void 0===n?void 0:n.minute)||0),i.set("second",0),t=i.format(c.lE),null!==r&&void 0!==r&&r.convertToUtc&&(t=(0,c.d$)(t,{includeSeconds:null===r||void 0===r?void 0:r.includeSeconds,utcFormat:!0}))}return t}function P(e){var n,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],t="",i=!0;return i&&(r?t="".concat(window.origin,"/api/pipeline_schedules/").concat(null===e||void 0===e?void 0:e.id,"/api_trigger"):(t="".concat(window.origin,"/api/pipeline_schedules/").concat(null===e||void 0===e?void 0:e.id,"/pipeline_runs"),null!==e&&void 0!==e&&e.token&&(t="".concat(t,"/").concat(e.token)))),i&&(n=window.location.port)&&(t=t.replace(n,l.QT)),t}function I(e,n,r){return e.match(/[*,-/]/)?{additionalOffset:0,cronValue:e}:function(e,n,r){var t=r.indexOf(e),i=0;if(n<0)for(var o=0;o>n;o--)0===t?(t=r.length-1,i-=1):t-=1;else if(n>0)for(var u=0;u<n;u++)t===r.length-1?(t=0,i+=1):t+=1;return{additionalOffset:i,cronValue:String(r[t]||e)}}(+e,n,r)}var _=(0,d.m5)(60),C=(0,d.m5)(24),E=(0,c.Cs)();function k(e,n){if(!e)return e;var r=u()().local().format("Z"),t=r.split(":"),i="-"===r[0],o=3===t[0].length?Number(t[0].slice(1)):Number(t[0]),c=Number(t[1]);(i&&!n||!i&&n)&&(o=-o,c=-c);var l=e.split(" "),a=l[0],s=l[1],d=l[2],p=I(a,c,_),f=I(s,o+p.additionalOffset,C);if(l[0]=p.cronValue,l[1]=f.cronValue,0!==(null===f||void 0===f?void 0:f.additionalOffset)){var v=I(d,f.additionalOffset,E);l[2]=v.cronValue}return l.join(" ")}},44265:function(e,n,r){"use strict";r.d(n,{Az:function(){return a},BF:function(){return l},Do:function(){return d},IK:function(){return c},P0:function(){return i},VO:function(){return u},sZ:function(){return s}});var t,i,o=r(82394),u=r(41143).V,c=[u.FAILED,u.COMPLETED,u.RUNNING,u.CANCELLED,u.INITIAL],l=[u.INITIAL,u.RUNNING],a=[u.CANCELLED,u.COMPLETED,u.FAILED],s="__mage_variables",d=(t={},(0,o.Z)(t,u.CANCELLED,"Cancelled"),(0,o.Z)(t,u.COMPLETED,"Done"),(0,o.Z)(t,u.FAILED,"Failed"),(0,o.Z)(t,u.INITIAL,"Ready"),(0,o.Z)(t,u.RUNNING,"Running"),t);!function(e){e.PIPELINE_UUID="pipeline_uuid[]",e.STATUS="status[]",e.TAG="pipeline_tag[]"}(i||(i={}))},30229:function(e,n,r){"use strict";r.d(n,{TR:function(){return f},U5:function(){return l},Wb:function(){return p},Xm:function(){return o},Z4:function(){return a},fq:function(){return c},gm:function(){return s},kJ:function(){return d}});var t,i,o,u=r(82394);!function(e){e.API="api",e.EVENT="event",e.TIME="time"}(o||(o={}));var c,l,a=(t={},(0,u.Z)(t,o.API,(function(){return"API"})),(0,u.Z)(t,o.EVENT,(function(){return"event"})),(0,u.Z)(t,o.TIME,(function(){return"schedule"})),t);!function(e){e.ACTIVE="active",e.INACTIVE="inactive"}(c||(c={})),function(e){e.ONCE="@once",e.HOURLY="@hourly",e.DAILY="@daily",e.WEEKLY="@weekly",e.MONTHLY="@monthly",e.ALWAYS_ON="@always_on"}(l||(l={}));var s,d,p=[l.ONCE,l.HOURLY,l.DAILY,l.WEEKLY,l.MONTHLY];!function(e){e.INTERVAL="frequency[]",e.STATUS="status[]",e.TAG="tag[]",e.TYPE="type[]"}(s||(s={})),function(e){e.CREATED_AT="created_at",e.NAME="name",e.PIPELINE="pipeline_uuid",e.STATUS="status",e.TYPE="schedule_type"}(d||(d={}));var f=(i={},(0,u.Z)(i,d.CREATED_AT,"Created at"),(0,u.Z)(i,d.NAME,"Name"),(0,u.Z)(i,d.PIPELINE,"Pipeline"),(0,u.Z)(i,d.STATUS,"Active"),(0,u.Z)(i,d.TYPE,"Type"),i)},31882:function(e,n,r){"use strict";var t=r(38626),i=r(71180),o=r(55485),u=r(30160),c=r(44897),l=r(72473),a=r(70515),s=r(61896),d=r(28598),p=t.default.div.withConfig({displayName:"Chip__ChipStyle",componentId:"sc-1ok73g-0"})(["display:inline-block;"," "," "," "," "," ",""],(function(e){return!e.primary&&"\n background-color: ".concat((e.theme.background||c.Z.background).tag,";\n ")}),(function(e){return e.primary&&"\n background-color: ".concat((e.theme.chart||c.Z.chart).primary,";\n ")}),(function(e){return!e.small&&"\n border-radius: ".concat((a.iI+s.Al)/2,"px;\n height: ").concat(1.5*a.iI+s.Al,"px;\n padding: ").concat(a.iI/1.5,"px ").concat(1.25*a.iI,"px;\n ")}),(function(e){return e.small&&"\n border-radius: ".concat((a.iI/2+s.Al)/2,"px;\n height: ").concat(s.Al+a.iI/2+2,"px;\n padding: ").concat(a.iI/4,"px ").concat(a.iI,"px;\n ")}),(function(e){return e.xsmall&&"\n border-radius: ".concat((a.iI/1+s.Al)/1,"px;\n height: ").concat(20,"px;\n padding: 4px 6px;\n ")}),(function(e){return e.border&&"\n border: 1px solid ".concat((e.theme.content||c.Z.content).muted,";\n ")}));n.Z=function(e){var n=e.border,r=e.children,t=e.disabled,c=e.label,s=e.monospace,f=e.onClick,v=e.primary,g=e.small,h=e.xsmall;return(0,d.jsx)(p,{border:n,primary:v,small:g,xsmall:h,children:(0,d.jsx)(i.ZP,{basic:!0,disabled:t,noBackground:!0,noPadding:!0,onClick:f,transparent:!0,children:(0,d.jsxs)(o.ZP,{alignItems:"center",children:[r,c&&(0,d.jsx)(u.ZP,{monospace:s,small:g,xsmall:h,children:c}),!t&&f&&(0,d.jsx)("div",{style:{marginLeft:2}}),!t&&f&&(0,d.jsx)(l.x8,{default:v,muted:!v,size:g?a.iI:1.25*a.iI})]})})})}},46732:function(e,n,r){"use strict";var t=r(82394),i=r(26304),o=(r(82684),r(50724)),u=r(70374),c=r(28598),l=["children","items","open","onClickCallback","onClickOutside","parentRef","uuid","zIndex"];function a(e,n){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),r.push.apply(r,t)}return r}function s(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?a(Object(r),!0).forEach((function(n){(0,t.Z)(e,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):a(Object(r)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))}))}return e}n.Z=function(e){var n=e.children,r=e.items,t=e.open,a=e.onClickCallback,d=e.onClickOutside,p=e.parentRef,f=e.uuid,v=e.zIndex,g=(0,i.Z)(e,l),h=(0,c.jsxs)("div",{style:{position:"relative",zIndex:(d?3:2)+(v||0)},children:[(0,c.jsx)("div",{ref:p,children:n}),(0,c.jsx)(u.Z,s(s({},g),{},{items:r,onClickCallback:a,open:t,parentRef:p,uuid:f}))]});return d?(0,c.jsx)(o.Z,{onClickOutside:d,open:!0,children:h}):h}},35185:function(e,n,r){"use strict";var t=r(82394),i=r(91835),o=(r(82684),r(38626)),u=r(44897),c=r(42631),l=r(70515),a=r(28598);function s(e,n){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),r.push.apply(r,t)}return r}function d(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?s(Object(r),!0).forEach((function(n){(0,t.Z)(e,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):s(Object(r)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))}))}return e}var p=o.default.div.withConfig({displayName:"ProgressBar__ProgressBarContainerStyle",componentId:"sc-10x9ojc-0"})(["border-radius:","px;height:","px;overflow:hidden;position:relative;width:100%;",""],c.BG,.75*l.iI,(function(e){return"\n background-color: ".concat((e.theme.monotone||u.Z.monotone).grey200,";\n ")})),f=o.default.div.withConfig({displayName:"ProgressBar__ProgressBarStyle",componentId:"sc-10x9ojc-1"})(["height:inherit;position:absolute;"," "," "," ",""],(function(e){return!e.danger&&"\n background-color: ".concat((e.theme.progress||u.Z.progress).positive,";\n ")}),(function(e){return e.progress&&"\n width: ".concat(e.progress,"%;\n ")}),(function(e){return e.danger&&"\n background-color: ".concat((e.theme.progress||u.Z.progress).negative,";\n ")}),(function(e){return e.animateProgress&&"\n animation: animate-progress ".concat(e.animateProgress.duration,"ms linear forwards;\n\n @keyframes animate-progress {\n 0% {\n width: ").concat(e.animateProgress.start,"%;\n }\n\n 100% {\n width: ").concat(e.animateProgress.end,"%;\n }\n }\n ")}));n.Z=function(e){var n=(0,i.Z)({},e);return(0,a.jsx)(p,d(d({},n),{},{children:(0,a.jsx)(f,d({},n))}))}},43096:function(e,n,r){"use strict";r.r(n),r.d(n,{default:function(){return we}});var t=r(77837),i=r(75582),o=r(82394),u=r(38860),c=r.n(u),l=r(12691),a=r.n(l),s=r(82684),d=r(69864),p=r(34376),f=r(24138),v=r(15338),g=r(93369),h=r(48670),m=r(55072),b=r(75457),x=r(30229),j=r(93808),y=r(82359),O=r(71180),w=r(55485),Z=r(85854),P=r(91349),I=r(65956),_=r(38276),C=r(44897),E=r(70515),k=r(8916),T=r(81728),S=r(28598);function N(e,n){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),r.push.apply(r,t)}return r}function D(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?N(Object(r),!0).forEach((function(n){(0,o.Z)(e,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):N(Object(r)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))}))}return e}var A="".concat(E.iI,"px ").concat(3*E.iI,"px");var R=function(e){var n=e.initialPipelineSchedulePayload,r=e.onCancel,t=e.onSuccess,i=e.variables,o=(0,s.useState)(!1),u=o[0],c=o[1],l=(0,s.useState)(i||{}),a=l[0],d=l[1],p=(0,s.useMemo)((function(){return D(D({},n),{},{name:(0,T.Y6)(),variables:u?(0,k.e7)(a):null})}),[n,u,a]);return(0,S.jsx)(I.Z,{footer:(0,S.jsxs)(w.ZP,{alignItems:"center",fullWidth:!0,justifyContent:"flex-end",children:[(0,S.jsx)(O.ZP,{onClick:function(){t({pipeline_schedule:p}),r()},padding:A,primaryAlternate:!0,children:"Run now"}),(0,S.jsx)(_.Z,{mr:1}),(0,S.jsx)(O.ZP,{borderColor:C.Z.background.page,onClick:r,padding:A,secondary:!0,children:"Cancel"})]}),header:(0,S.jsx)(Z.Z,{level:5,children:"Run pipeline now"}),maxHeight:"90vh",minWidth:85*E.iI,subtitle:"Creates a new trigger and immediately runs the current pipeline once.",children:(0,S.jsx)(P.Z,{enableVariablesOverwrite:u,runtimeVariables:a,setEnableVariablesOverwrite:c,setRuntimeVariables:d})})},M=r(97618),L=r(30160),B=r(72473),V=r(38626),U=r(42631),Y=r(47041),F=r(91437),H=V.default.div.withConfig({displayName:"indexstyle__TableStyle",componentId:"sc-pu8csx-0"})([""," overflow-y:auto;position:relative;width:100%;z-index:3;border-radius:","px;"," "," "," ",""],Y.w5,U.n_,(function(e){return"\n background-color: ".concat((e.theme.background||C.Z.background).page,";\n ")}),(function(e){return e.height&&"\n height: ".concat(e.height,"px;\n ")}),(function(e){return e.flex&&"\n flex: 1;\n "}),(function(e){return(e.noBorder||e.noBorderRadius)&&"\n border-radius: 0;\n "})),G=V.default.div.withConfig({displayName:"indexstyle__ColumnHeaderRowStyle",componentId:"sc-pu8csx-1"})(["border-top-left-radius:","px;border-top-right-radius:","px;position:sticky;top:0;width:100%;z-index:2;"," "," ",""],U.n_,U.n_,(function(e){return"\n background-color: ".concat((e.theme.background||C.Z.background).panel,";\n ")}),(function(e){return!e.noBorder&&"\n border: 1px solid ".concat((e.theme.interactive||C.Z.interactive).defaultBorder,";\n ")}),(function(e){return(e.noBorder||e.noBorderRadius)&&"\n border-radius: 0;\n "})),z=V.default.div.withConfig({displayName:"indexstyle__ColumnHeaderCellStyle",componentId:"sc-pu8csx-2"})([""," ",""],(function(e){return!e.small&&"\n padding: ".concat(1.5*E.iI,"px;\n ")}),(function(e){return e.small&&"\n padding: ".concat(1.5*E.iI,"px;\n ")})),q=V.default.div.withConfig({displayName:"indexstyle__RowTitleStyle",componentId:"sc-pu8csx-3"})([""," "," ",""],(function(e){return"\n background-color: ".concat((e.theme.background||C.Z.background).header,";\n border: 1px solid ").concat((e.theme.interative||C.Z.interactive).defaultBorder,";\n ")}),(function(e){return!e.small&&"\n padding: ".concat(1.5*E.iI,"px;\n ")}),(function(e){return e.small&&"\n padding: ".concat(1.5*E.iI,"px;\n ")})),W=V.default.div.withConfig({displayName:"indexstyle__RowStyle",componentId:"sc-pu8csx-4"})([""," "," "," ",""],(0,F.eR)(),(function(e){return"\n background-color: ".concat((e.theme.background||C.Z.background).page,";\n border-top: none;\n border-bottom: none;\n ")}),(function(e){return!e.noBorder&&"\n border-bottom: 1px solid ".concat((e.theme.interactive||C.Z.interactive).defaultBorder,";\n border-left: 1px solid ").concat((e.theme.interactive||C.Z.interactive).defaultBorder,";\n border-right: 1px solid ").concat((e.theme.interactive||C.Z.interactive).defaultBorder,";\n ")}),(function(e){return e.finalRow&&!e.noBorderRadius&&"\n border-bottom-left-radius: ".concat(U.n_,"px;\n border-bottom-right-radius: ").concat(U.n_,"px;\n ")})),X=V.default.div.withConfig({displayName:"indexstyle__TextStyle",componentId:"sc-pu8csx-5"})(["p{cursor:pointer;}"]),J=V.default.div.withConfig({displayName:"indexstyle__RowCellStyle",componentId:"sc-pu8csx-6"})(["width:100%;z-index:0;"," "," "," "," ",""],(function(e){return!e.first&&"\n border-left: 1px solid ".concat((e.theme.background||C.Z.background).page,";\n ")}),(function(e){return!e.small&&"\n padding: ".concat(1.5*E.iI,"px;\n ")}),(function(e){return e.small&&"\n padding: ".concat(1.5*E.iI,"px;\n ")}),(function(e){return e.textColor&&"\n & p {\n color: ".concat(e.textColor,";\n }\n ")}),(function(e){return e.vanish&&"\n border: none;\n padding: 0 !important;\n width: 0% !important;\n height: 100% !important;\n background-color: ".concat((e.theme.background||C.Z.background).page," !important;\n ")})),Q=r(35185);var K=function(e){var n,r=e.cellIndex,t=e.danger,i=e.flex,o=e.render,u=e.rowGroupIndex,c=e.rowIndex,l=e.selected,a=e.small,d=e.showBackground,p=e.showProgress,f=e.textColor,v=e.value,g=e.vanish,m=(0,s.useState)(!1),b=m[0],x=m[1],j=Array.isArray(v);return n=o?o(v):"function"===typeof v?v({selected:l}):j?(0,S.jsxs)(M.Z,{alignItems:"start",flexDirection:"row",justifyContent:"space-between",children:[(0,S.jsxs)(L.ZP,{small:a,textOverflow:!0,title:v[0],children:[b&&(0,S.jsx)(S.Fragment,{children:"".concat(v[0]," & ").concat(v.length-1," more")}),!b&&(0,S.jsx)(S.Fragment,{children:v.map((function(e){return(0,S.jsx)("div",{children:e},e)}))})]}),(0,S.jsxs)(h.Z,{onClick:function(){return x(!b)},children:[b&&(0,S.jsx)(B.K5,{muted:!0,size:2*E.iI}),!b&&(0,S.jsx)(B.ol,{muted:!0,size:2*E.iI})]})]}):p?(0,S.jsx)(w.ZP,{alignItems:"center",fullHeight:!0,fullWidth:!0,children:(0,S.jsx)(Q.Z,{danger:v<80,progress:v})}):(0,S.jsx)(L.ZP,{bold:t,danger:t,small:a,textOverflow:!0,title:v,children:v}),(0,S.jsx)(M.Z,{flex:i,textOverflow:!0,children:(0,S.jsx)(J,{first:0===r,showBackground:d,small:a,textColor:f,vanish:g,children:!g&&(0,S.jsxs)(S.Fragment,{children:[n," "]})})},"cell-".concat(u,"-").concat(c,"-").concat(r,"-").concat(v))};var $=function(e){var n=e.columnFlexNumbers,r=e.columnHeaders,t=e.height,i=e.isTextSelectionRequired,o=e.noBorder,u=e.noBorderRadius,c=e.onClickRow,l=e.onHoverRow,a=e.renderRowCellByIndex,d=e.rowGroupData,p=void 0===d?[]:d,f=e.selectedRowIndexes,v=e.small,g=e.flex,m=e.warnings,b=void 0===m?[]:m,x=(0,s.useMemo)((function(){return p.length}),[p]);return(0,S.jsxs)(H,{flex:g,height:t,noBorder:o,noBorderRadius:u,noScrollbarTrackBackground:!0,children:[(0,S.jsx)(G,{noBorder:o,noBorderRadius:u,children:(0,S.jsx)(w.ZP,{alignItems:"center",children:r.map((function(e,r){var t=e.Icon,i=e.label;return(0,S.jsx)(M.Z,{flex:n[r],children:(0,S.jsx)(z,{first:0===r,small:v,children:(0,S.jsxs)(w.ZP,{alignItems:"center",children:[t&&(0,S.jsx)(B.Jr,{}),t&&(0,S.jsx)(_.Z,{mr:1}),(0,S.jsx)(L.ZP,{bold:!0,children:i})]})})},i)}))})}),p&&p.map((function(e,r){var t,s=e.title,d=e.rowData,p=s||r,g=[];s&&(t=(0,S.jsx)(q,{small:v,children:(0,S.jsx)(L.ZP,{bold:!0,children:s})}));var m=null===d||void 0===d?void 0:d.length;return null===d||void 0===d||d.forEach((function(e,t){var s=e.columnTextColors,d=e.columnValues,j=e.danger,y=e.uuid,O=(null===f||void 0===f?void 0:f[0])===r&&(null===f||void 0===f?void 0:f[1])===t,Z=[],P=b.find((function(e){return e.name===d[0]})),I=P&&(0,T.HD)(d[1])?(0,T.Tz)(d[1]):d[1],_=P&&P.compare(I,P.val);null===d||void 0===d||d.forEach((function(e,i,o){var u=null===a||void 0===a?void 0:a[i],c=s?s[i]:void 0;Array.isArray(e)?Z.push((0,S.jsx)(K,{cellIndex:i,flex:n[i],render:u,rowGroupIndex:r,rowIndex:t,selected:O,showBackground:t%2===1,showProgress:e[0],small:v,textColor:c,value:e[1]},i)):"undefined"===typeof e?(Z.pop(),i=o.length+1,Z.push((0,S.jsx)(K,{cellIndex:i,danger:j,flex:n[i],render:u,rowGroupIndex:r,rowIndex:t,selected:O,showBackground:t%2===1,small:v,textColor:c,value:e,vanish:!0},i))):Z.push((0,S.jsx)(K,{cellIndex:i,danger:_||j,flex:n[i],render:u,rowGroupIndex:r,rowIndex:t,selected:O,showBackground:t%2===1,small:v,textColor:c,value:e},i))}));var C=(0,S.jsx)(w.ZP,{textOverflow:!0,children:Z});g.push((0,S.jsxs)(W,{finalRow:x-1===r&&m-1===t,hasHover:!!l,noBorder:o,noBorderRadius:u,onMouseEnter:function(){return null===l||void 0===l?void 0:l({rowGroupIndex:r,rowIndex:t,uuid:y})},selected:O,children:[c&&(i?(0,S.jsx)(X,{onClick:function(){return c({rowGroupIndex:r,rowIndex:t,uuid:y})},role:"cell",children:C}):(0,S.jsx)(h.Z,{block:!0,noHoverUnderline:!0,noOutline:!0,onClick:function(){return c({rowGroupIndex:r,rowIndex:t,uuid:y})},preventDefault:!0,children:C})),!c&&C]},"row-group-".concat(p,"-row-").concat(t)))})),(0,S.jsxs)("div",{children:[t,g]},p)}))]})},ee=V.default.div.withConfig({displayName:"indexstyle__ContainerStyle",componentId:"sc-1xgfh62-0"})(["display:flex;flex-direction:column;height:","px;border-bottom:1px solid ",";"],(function(e){return e.height}),C.Z.borders.medium),ne=r(79633);var re=function(e){var n=e.height,r=e.scheduleType,t=e.variables,o=e.variablesOverride,u=[];Object.entries(t).forEach((function(e){var n=(0,i.Z)(e,2),r=n[0],t=n[1],c=null===o||void 0===o?void 0:o[r];u.push({uuid:r,value:(0,k.FS)(c||t)})})),(0,k.JZ)(u,r);var c=Object.keys(t).length;return(0,S.jsx)(ee,{height:n,children:t&&(0,S.jsx)($,{columnFlexNumbers:[1,1],columnHeaders:[{label:"Runtime variable (".concat(c,")")},{label:"Value"}],noBorderRadius:!0,rowGroupData:[{rowData:u.map((function(e){var n=e.uuid,r=e.value;return{columnTextColors:[ne.Or,void 0],columnValues:[n,r],uuid:n}}))}],small:!0})})},te=r(4190),ie=r(12717),oe=r(85544),ue=r(29624),ce=r(35686),le=r(28795),ae=r(81066),se=r(24944),de=r(3917),pe=r(69419),fe=r(16488),ve=r(86735),ge=r(42122),he=r(50178),me=r(72619),be=r(70320),xe=r(89538);function je(e,n){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),r.push.apply(r,t)}return r}function ye(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?je(Object(r),!0).forEach((function(n){(0,o.Z)(e,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):je(Object(r)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))}))}return e}function Oe(e){var n=e.pipeline,r=(0,p.useRouter)(),t=(0,he.Ct)(),u=n.uuid,c=(0,s.useState)(null),l=c[0],j=c[1],O=(0,s.useState)(null),w=O[0],Z=O[1],P=(0,s.useState)(!1),I=P[0],C=P[1],N=ce.ZP.projects.list().data,D=(0,s.useMemo)((function(){var e;return null===N||void 0===N||null===(e=N.projects)||void 0===e?void 0:e[0]}),[N]),A=((0,s.useMemo)((function(){var e;return(0,be.h)(null===D||void 0===D||null===(e=D.features)||void 0===e?void 0:e[y.d.LOCAL_TIMEZONE])}),[null===D||void 0===D?void 0:D.features]),ce.ZP.client_pages.detail("pipeline_schedule:create",{"pipelines[]":[u]},{},{key:"Triggers/Edit/".concat(u)}).data),M=(0,s.useMemo)((function(){return null===A||void 0===A?void 0:A.client_page}),[A]),V=(0,s.useMemo)((function(){var e,n;return null===M||void 0===M||null===(e=M.components)||void 0===e||null===(n=e.find((function(e){return"create_with_interactions_component"===e.uuid})))||void 0===n?void 0:n.enabled}),[M]),U=(0,s.useMemo)((function(){return null===M||void 0===M?void 0:M.disabled}),[M]),Y=ce.ZP.variables.pipelines.list(u,{global_only:!0},{revalidateOnFocus:!1}).data,F=null===Y||void 0===Y?void 0:Y.variables,H=(0,pe.iV)(),G=(0,pe.DQ)(H,[x.gm.INTERVAL,x.gm.STATUS,x.gm.TAG,x.gm.TYPE]),z=(0,fe.xH)(G),q=null!==H&&void 0!==H&&H.page?H.page:0,W=ce.ZP.pipeline_schedules.pipelines.list(u,ye(ye({},z),{},{_limit:m.Q,_offset:(null!==H&&void 0!==H&&H.page?H.page:0)*m.Q}),{refreshInterval:7500}),X=W.data,J=W.mutate,Q=(0,s.useMemo)((function(){return(null===X||void 0===X?void 0:X.pipeline_schedules)||[]}),[X]),K=function(e){return(0,d.Db)(ce.ZP.pipeline_schedules.pipelines.useCreate(u),{onSuccess:function(n){return(0,me.wD)(n,{callback:function(n){var r=n.pipeline_schedule.id;null===e||void 0===e||e(r)},onErrorCallback:function(e,n){return j({errors:n,response:e})}})}})},$=K((function(e){return r.push("/pipelines/[pipeline]/triggers/[...slug]","/pipelines/".concat(null===n||void 0===n?void 0:n.uuid,"/triggers/").concat(e,"/edit"))})),ee=(0,i.Z)($,2),ne=ee[0],je=ee[1].isLoading,Oe=K(J),we=(0,i.Z)(Oe,2),Ze=we[0],Pe=we[1].isLoading,Ie=(0,s.useMemo)((function(){return(0,k.Tt)(F)}),[F]),_e=(0,T.Y6)(),Ce=(0,s.useMemo)((function(){return{name:_e,schedule_interval:x.U5.ONCE,schedule_type:x.Xm.TIME,start_time:(0,de.d$)((new Date).toISOString(),{dayAgo:!0,utcFormat:!0}),status:x.fq.ACTIVE}}),[_e]),Ee=(0,xe.dd)((function(){return(0,S.jsx)(R,{initialPipelineSchedulePayload:Ce,onCancel:Se,onSuccess:Ze,variables:Ie})}),{},[F,Ie],{background:!0,uuid:"run_pipeline_now_popup"}),ke=(0,i.Z)(Ee,2),Te=ke[0],Se=ke[1],Ne=(0,s.useState)(),De=Ne[0],Ae=Ne[1],Re=(0,s.useMemo)((function(){var e=null===De||void 0===De?void 0:De.variables,n=!(0,ge.Qr)(Ie);return function(r){var i=80;if(n){var o=Object.keys(Ie).length;i=46+43*Math.min(5,o)+1}var c=r.height-i;return(0,S.jsxs)(S.Fragment,{children:[(0,S.jsx)(f.ZP,ye(ye({},r),{},{enablePorts:!1,height:c,noStatus:!0})),n&&(0,S.jsx)(re,{height:i,scheduleType:null===De||void 0===De?void 0:De.schedule_type,variables:Ie,variablesOverride:e}),!n&&(0,S.jsxs)(_.Z,{p:E.cd,children:[(0,S.jsx)(L.ZP,{children:"This pipeline has no runtime variables."}),!t&&(0,S.jsxs)(_.Z,{mt:1,children:[(0,S.jsx)(a(),{as:"/pipelines/".concat(u,"/edit?sideview=variables"),href:"/pipelines/[pipeline]/edit",passHref:!0,children:(0,S.jsx)(h.Z,{primary:!0,children:"Click here"})})," ",(0,S.jsx)(L.ZP,{inline:!0,children:"to add variables to this pipeline."})]})]})]})}}),[t,u,null===De||void 0===De?void 0:De.schedule_type,null===De||void 0===De?void 0:De.variables,Ie]),Me=(0,s.useMemo)((function(){var e;return(null===X||void 0===X||null===(e=X.metadata)||void 0===e?void 0:e.count)||[]}),[X]),Le=ce.ZP.pipeline_triggers.pipelines.list(u).data,Be=(0,s.useMemo)((function(){return(0,ve.HK)((null===Le||void 0===Le?void 0:Le.pipeline_triggers)||[],(function(e){return e.name}))}),[Le]);(0,s.useEffect)((function(){var e=((null===Le||void 0===Le?void 0:Le.pipeline_triggers)||[]).find((function(e){var n=e.settings;return null===n||void 0===n?void 0:n.invalid_schedule_interval}));Z(e?{displayMessage:'Schedule interval for Trigger (in code) "'.concat(null===e||void 0===e?void 0:e.name,'"')+" is invalid. Please check your cron expression\u2019s syntax in the pipeline\u2019s triggers.yaml file."}:null)}),[null===Le||void 0===Le?void 0:Le.pipeline_triggers]);var Ve=ce.ZP.tags.list().data,Ue=(0,s.useMemo)((function(){return(0,ve.YC)((null===Ve||void 0===Ve?void 0:Ve.tags)||[],(function(e){return e.uuid}))}),[Ve]),Ye=ce.ZP.pipeline_interactions.detail(V&&u,{filter_for_permissions:1}),Fe=Ye.data,He=(Ye.mutate,ce.ZP.interactions.pipeline_interactions.list(V&&u)),Ge=He.data,ze=(He.mutate,ce.ZP.pipelines.detail(V&&u).data),qe=(0,s.useMemo)((function(){return(null===Fe||void 0===Fe?void 0:Fe.pipeline_interaction)||{}}),[Fe]),We=((0,s.useMemo)((function(){return(null===Ge||void 0===Ge?void 0:Ge.interactions)||[]}),[Ge]),(0,s.useMemo)((function(){var e;return V&&(null===(e=Object.keys((null===qe||void 0===qe?void 0:qe.blocks)||{}))||void 0===e?void 0:e.length)>=1}),[V,qe])),Xe=(0,s.useMemo)((function(){return We&&(0,S.jsxs)(S.Fragment,{children:[(0,S.jsx)(_.Z,{ml:"12px"}),(0,S.jsx)(se.lZ,{}),(0,S.jsx)(_.Z,{ml:"12px"}),(0,S.jsx)(g.ZP,ye(ye({},ae.B),{},{Icon:B.yd,inline:!0,onClick:function(){return C(!0)},uuid:"Create trigger with no-code",children:"Create trigger with no-code"}))]})}),[We,C]),Je=(0,s.useMemo)((function(){return(0,S.jsx)(oe.Z,{addButtonProps:!U&&{isLoading:je,label:"New trigger",onClick:function(){return ne({pipeline_schedule:{name:(0,T.Y6)()}})}},filterOptions:{frequency:Object.values(x.U5),status:Object.values(x.fq),tag:Ue.map((function(e){return e.uuid})),type:Object.values(x.Xm)},filterValueLabelMapping:{status:Object.values(x.fq).reduce((function(e,n){return ye(ye({},e),{},(0,o.Z)({},n,(0,T.kC)(n)))}),{}),tag:Ue.reduce((function(e,n){var r=n.uuid;return ye(ye({},e),{},(0,o.Z)({},r,r))}),{}),type:x.Z4},onClickFilterDefaults:function(){r.push("/pipelines/[pipeline]/triggers","/pipelines/".concat(u,"/triggers"))},query:G,resetPageOnFilterApply:!0,secondaryButtonProps:!U&&{disabled:t,isLoading:Pe,label:"Run @once",onClick:(0,ge.Qr)(Ie)?function(){return Ze({pipeline_schedule:Ce})}:Te,tooltip:"Creates an @once trigger and runs pipeline immediately"},showDivider:!U,children:Xe})}),[ne,Ze,U,je,Pe,t,Xe,Ce,u,G,r,Te,Ue,Ie]),Qe=(0,s.useMemo)((function(){var e=[];return I?e.push.apply(e,[{label:function(){return"Triggers"},onClick:function(){return C(!1)}},{bold:!0,label:function(){return"New trigger"}}]):e.push({label:function(){return"Triggers"}}),e}),[I,C]);return I?(0,S.jsx)(ie.Z,{creatingWithLimitation:!0,errors:l,onCancel:function(){return C(!1)},pipeline:null===ze||void 0===ze?void 0:ze.pipeline,setErrors:j,useCreateScheduleMutation:K}):(0,S.jsx)(b.Z,{breadcrumbs:Qe,buildSidekick:!I&&Re,errors:l||w,pageName:le.M.TRIGGERS,pipeline:n,setErrors:j,subheader:!I&&Je,title:function(e){var n=e.name;return"".concat(n," triggers")},uuid:"".concat(le.M.TRIGGERS,"_").concat(u),children:!I&&(0,S.jsxs)(S.Fragment,{children:[(0,S.jsx)(v.Z,{light:!0}),X?(0,S.jsxs)(S.Fragment,{children:[(0,S.jsx)(ue.Z,{fetchPipelineSchedules:J,pipeline:n,pipelineSchedules:Q,pipelineTriggersByName:Be,selectedSchedule:De,setErrors:j,setSelectedSchedule:Ae}),(0,S.jsx)(_.Z,{p:2,children:(0,S.jsx)(m.ZP,{maxPages:9,onUpdate:function(e){var n=Number(e),t=ye(ye({},H),{},{page:n>=0?n:0});r.push("/pipelines/[pipeline]/triggers","/pipelines/".concat(u,"/triggers?").concat((0,pe.uM)(t)))},page:Number(q),totalPages:Math.ceil(Me/m.Q)})})]}):(0,S.jsx)(_.Z,{m:2,children:(0,S.jsx)(te.Z,{inverted:!0,large:!0})})]})})}Oe.getInitialProps=function(){var e=(0,t.Z)(c().mark((function e(n){var r;return c().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=n.query.pipeline,e.abrupt("return",{pipeline:{uuid:r}});case 2:case"end":return e.stop()}}),e)})));return function(n){return e.apply(this,arguments)}}();var we=(0,j.Z)(Oe)},40183:function(e,n,r){(window.__NEXT_P=window.__NEXT_P||[]).push(["/pipelines/[pipeline]/triggers",function(){return r(43096)}])}},function(e){e.O(0,[2678,1154,844,5820,1124,341,9161,4495,9302,4267,600,8487,8264,7858,5499,5457,4366,722,1769,9624,5544,6333,9774,2888,179],(function(){return n=40183,e(e.s=n);var n}));var n=e.O();_N_E=n}]);