mage-ai 0.8.10__py3-none-any.whl → 0.8.12__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 (76) hide show
  1. mage_ai/api/policies/BlockPolicy.py +13 -0
  2. mage_ai/api/policies/SyncPolicy.py +30 -0
  3. mage_ai/api/presenters/BlockPresenter.py +12 -1
  4. mage_ai/api/presenters/SyncPresenter.py +11 -0
  5. mage_ai/api/resources/BlockResource.py +10 -3
  6. mage_ai/api/resources/SyncResource.py +43 -0
  7. mage_ai/data_preparation/executors/pipeline_executor.py +9 -0
  8. mage_ai/data_preparation/executors/streaming_pipeline_executor.py +3 -1
  9. mage_ai/data_preparation/models/block/__init__.py +5 -3
  10. mage_ai/data_preparation/models/block/integration/__init__.py +59 -0
  11. mage_ai/data_preparation/models/constants.py +1 -0
  12. mage_ai/data_preparation/preferences.py +43 -0
  13. mage_ai/data_preparation/sync/__init__.py +17 -0
  14. mage_ai/data_preparation/sync/base_sync.py +7 -0
  15. mage_ai/data_preparation/sync/git_sync.py +26 -0
  16. mage_ai/data_preparation/templates/data_loaders/streaming/kafka.yaml +5 -0
  17. mage_ai/orchestration/db/models.py +14 -0
  18. mage_ai/orchestration/pipeline_scheduler.py +12 -4
  19. mage_ai/server/constants.py +1 -1
  20. mage_ai/server/frontend_dist/404.html +2 -2
  21. mage_ai/server/frontend_dist/404.html.html +2 -2
  22. mage_ai/server/frontend_dist/_next/static/BJSgpMeWTfdkZw_YRDpOz/_buildManifest.js +1 -0
  23. mage_ai/server/frontend_dist/_next/static/chunks/5477-d76f7f4b9d329116.js +1 -0
  24. mage_ai/server/frontend_dist/_next/static/chunks/9767-e89f3e19764e4f24.js +1 -0
  25. mage_ai/server/frontend_dist/_next/static/chunks/pages/{_app-44766f29c8c5b4ce.js → _app-77b4b367fdb247d6.js} +1 -1
  26. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-51fe31916670195c.js +1 -0
  27. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/{profile-acd7ee47219fee3d.js → profile-88bc8c5e21f7e493.js} +1 -1
  28. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-4c05a269e02f2208.js +1 -0
  29. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync_data-f1f47e503c490758.js +1 -0
  30. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{users-c128672e053a4c30.js → users-439adeb06fca8436.js} +1 -1
  31. mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-6feb9848233a6c6e.js +1 -0
  32. mage_ai/server/frontend_dist/index.html +2 -2
  33. mage_ai/server/frontend_dist/manage.html +2 -2
  34. mage_ai/server/frontend_dist/pipeline-runs.html +2 -2
  35. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +2 -2
  36. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +2 -2
  37. mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
  38. mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +2 -2
  39. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +2 -2
  40. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
  41. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +2 -2
  42. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +2 -2
  43. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +2 -2
  44. mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +2 -2
  45. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +2 -2
  46. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +2 -2
  47. mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
  48. mage_ai/server/frontend_dist/pipelines.html +2 -2
  49. mage_ai/server/frontend_dist/settings/account/profile.html +2 -2
  50. mage_ai/server/frontend_dist/settings/workspace/preferences.html +2 -2
  51. mage_ai/server/frontend_dist/settings/workspace/sync_data.html +20 -0
  52. mage_ai/server/frontend_dist/settings/workspace/users.html +2 -2
  53. mage_ai/server/frontend_dist/settings.html +2 -2
  54. mage_ai/server/frontend_dist/sign-in.html +2 -2
  55. mage_ai/server/frontend_dist/terminal.html +2 -2
  56. mage_ai/server/frontend_dist/test.html +3 -3
  57. mage_ai/server/frontend_dist/triggers.html +2 -2
  58. mage_ai/server/server.py +1 -0
  59. mage_ai/shared/config.py +4 -1
  60. mage_ai/streaming/sources/kafka.py +49 -3
  61. mage_ai/tests/data_preparation/test_templates.py +5 -0
  62. mage_ai/tests/streaming/sources/test_kafka.py +17 -0
  63. {mage_ai-0.8.10.dist-info → mage_ai-0.8.12.dist-info}/METADATA +3 -1
  64. {mage_ai-0.8.10.dist-info → mage_ai-0.8.12.dist-info}/RECORD +70 -61
  65. mage_ai/server/frontend_dist/_next/static/avIy1qfPFOamteWu3WLo7/_buildManifest.js +0 -1
  66. mage_ai/server/frontend_dist/_next/static/chunks/9140-6f67e0879394373d.js +0 -1
  67. mage_ai/server/frontend_dist/_next/static/chunks/9767-3f852fd90cf7857f.js +0 -1
  68. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-03812efcc2f955c1.js +0 -1
  69. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-07bda506f68974fb.js +0 -1
  70. mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-5d7c45bb058a3f20.js +0 -1
  71. /mage_ai/server/frontend_dist/_next/static/{avIy1qfPFOamteWu3WLo7 → BJSgpMeWTfdkZw_YRDpOz}/_middlewareManifest.js +0 -0
  72. /mage_ai/server/frontend_dist/_next/static/{avIy1qfPFOamteWu3WLo7 → BJSgpMeWTfdkZw_YRDpOz}/_ssgManifest.js +0 -0
  73. {mage_ai-0.8.10.dist-info → mage_ai-0.8.12.dist-info}/LICENSE +0 -0
  74. {mage_ai-0.8.10.dist-info → mage_ai-0.8.12.dist-info}/WHEEL +0 -0
  75. {mage_ai-0.8.10.dist-info → mage_ai-0.8.12.dist-info}/entry_points.txt +0 -0
  76. {mage_ai-0.8.10.dist-info → mage_ai-0.8.12.dist-info}/top_level.txt +0 -0
@@ -17,7 +17,7 @@ mage_ai/api/operations/constants.py,sha256=YTKDWfkLf9t0XAg38SXTeHWhlnoR9rbNddyY9
17
17
  mage_ai/api/policies/AutocompleteItemPolicy.py,sha256=8-lB0afo5k8VaK6ev_KaPNeLTAgeN4B1Jwi3sYkxtOU,678
18
18
  mage_ai/api/policies/BackfillPolicy.py,sha256=_hwSjogOkWvlYGq7O6hwQmLoYgbH33ujPBKr1IZvkTo,2010
19
19
  mage_ai/api/policies/BasePolicy.py,sha256=0XvH8yvdE0VCnArE8eN7ffVHONy_z0XD-FLSSdFlQiA,10953
20
- mage_ai/api/policies/BlockPolicy.py,sha256=-uA_pCc7MZy-ULN3Kr91egrcXyRc1BZqtyBCdfD0dlw,2140
20
+ mage_ai/api/policies/BlockPolicy.py,sha256=US_jx4WLQzKGcoCtcEl5W_vRp-NIs6RJ8A6KjfNTz3E,2441
21
21
  mage_ai/api/policies/BlockRunPolicy.py,sha256=sYp5naAFstYcTpJN93xLfV5FhCJIowRI1dSoJjJDm48,810
22
22
  mage_ai/api/policies/ClusterPolicy.py,sha256=Lb81mWy_uSTtYOvfugxCR38jYBgve7txPI9nWh4-jJE,991
23
23
  mage_ai/api/policies/DataProviderPolicy.py,sha256=Mm4-lluKwgh96Hus_fhN4uGUF9Ei4D4wetHydiXMjnI,654
@@ -37,6 +37,7 @@ mage_ai/api/policies/PipelineSchedulePolicy.py,sha256=seMMEwOmQxDE_xokhIOLXMN2d2
37
37
  mage_ai/api/policies/ProjectPolicy.py,sha256=kv7VqlRVjv03uwSV406rkEuOnRzPM_LIEPgaGHyiP1k,625
38
38
  mage_ai/api/policies/SecretPolicy.py,sha256=oa4ZN5UD87DIxq3GUyg9IWDfpYQaPrr10WkVdoQa2i8,1224
39
39
  mage_ai/api/policies/SessionPolicy.py,sha256=K7XWqg4KcWMB-CWqswEI4RsFYlDdoQYbxx03jd4u_54,966
40
+ mage_ai/api/policies/SyncPolicy.py,sha256=PS5HNO7AwJK7Qsu7t0OfJ1k5JlH4SpJ_LxqjMJSj6K8,857
40
41
  mage_ai/api/policies/UserPolicy.py,sha256=cRb1sa_jWb6FXzc5E1inX5eatAv92HaR8V_LaoxDDHE,1886
41
42
  mage_ai/api/policies/VariablePolicy.py,sha256=uyS8whpYglhLXcH075XBm1CQDEWj4LVodrbgiViZHmI,1310
42
43
  mage_ai/api/policies/WidgetPolicy.py,sha256=PEp4KldbyvO_lbaINKP5jm9p8ymT0qKi8w6TI12De74,1404
@@ -44,7 +45,7 @@ mage_ai/api/policies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
44
45
  mage_ai/api/presenters/AutocompleteItemPresenter.py,sha256=4JB3dX_fL8LRDQBWCij1Fm40osgsOFQ4f4igtHfX0S0,303
45
46
  mage_ai/api/presenters/BackfillPresenter.py,sha256=1e0r0Z_hgoOiuZ1gKN4K0yuYnB4Sireba1eYWw_ZS98,1556
46
47
  mage_ai/api/presenters/BasePresenter.py,sha256=qk5GTy40Eo4afd7QQUk9fn-po0jKIMRwQaTmhoUHCNQ,5872
47
- mage_ai/api/presenters/BlockPresenter.py,sha256=Vr5II_Q8kgrG5YW85VqWYR9MGzoqSa1TgIEcuWJjIEU,1948
48
+ mage_ai/api/presenters/BlockPresenter.py,sha256=tBfYN-8g13Ve2CPMig0U3mqJ8V6ve8obgXr-UwA9P6k,2371
48
49
  mage_ai/api/presenters/BlockRunPresenter.py,sha256=ymBlYyBYTH6MgFuSUIX6C_t7CaVZjlCG6bd3k6BJBaA,464
49
50
  mage_ai/api/presenters/ClusterPresenter.py,sha256=gxDmBHx8V0rmzdrJLn26ARnEak2pwVelU8ipRYyXznQ,206
50
51
  mage_ai/api/presenters/DataProviderPresenter.py,sha256=pOQOA1BzyrJ5J3357BLAj5BR-Cy_DCoCLW6leGGrItI,193
@@ -64,6 +65,7 @@ mage_ai/api/presenters/PipelineSchedulePresenter.py,sha256=gjZjfUjE1vsAgFs9qlgrq
64
65
  mage_ai/api/presenters/ProjectPresenter.py,sha256=dG-3_Tz20HXiLLcEm0_aW0lXuDAguzOGL227t2jxxdA,198
65
66
  mage_ai/api/presenters/SecretPresenter.py,sha256=qGxQXNKTfN7SVqufsanQRLXGCKyoS8cy14chUF9cpgs,166
66
67
  mage_ai/api/presenters/SessionPresenter.py,sha256=7HwAe5NaF10FuYqSDJWJLTZVojLR492GLtpsD8ofO1s,286
68
+ mage_ai/api/presenters/SyncPresenter.py,sha256=VzjEYhDSms3I7Jvfer2aymi1iCG71ht1lKl9AcAevSw,249
67
69
  mage_ai/api/presenters/UserPresenter.py,sha256=F8AcBHdcZv1MwVkGK5Jss3q4skPyI4dJZPQ1Ja2SnAE,453
68
70
  mage_ai/api/presenters/VariablePresenter.py,sha256=In3Nz6DkypZHQih8PKwTCMntStJOIwMddr1Zj0autEM,229
69
71
  mage_ai/api/presenters/WidgetPresenter.py,sha256=7ewzRY-qtQMzXT4LGcVb_Ymk_PPRwYjHPprjqFi4htE,608
@@ -73,7 +75,7 @@ mage_ai/api/presenters/mixins/users.py,sha256=43v1xVsUUqqBo8Uv0n12KFjVYxsPMA0xSB
73
75
  mage_ai/api/resources/AutocompleteItemResource.py,sha256=9h_wI-mg51OSB1fWqzoj_AP2sb4xytk2fwKP_Hl3p0M,1631
74
76
  mage_ai/api/resources/BackfillResource.py,sha256=Z2o5-0iiQjxwreBRykfkCp_gh2oDXMs_m9ffj2yyDj4,2053
75
77
  mage_ai/api/resources/BaseResource.py,sha256=h4MYhiWgX0i0-olRbXpOa7yqH-8htZgniQjrnWvyo1o,9482
76
- mage_ai/api/resources/BlockResource.py,sha256=35qD1Byh2L4ddvwbvFFjDAIVW6ao0RwK4OLh3_z0tZw,2779
78
+ mage_ai/api/resources/BlockResource.py,sha256=XDIz6AeqCFrRO5HhMsn57NBfGoVi5C2XebNOtw6RD7w,3017
77
79
  mage_ai/api/resources/BlockRunResource.py,sha256=72yaR7PD5XeXot0JvhDrcZy5iSUV3JpltmgxN4qQcrI,3000
78
80
  mage_ai/api/resources/ClusterResource.py,sha256=YdlzwRirpI0TlD07aNmG1nRGE898C2dU50-x1rIt63k,1665
79
81
  mage_ai/api/resources/DataProviderResource.py,sha256=3jPdEsE6ykFbGB1ffOZZtz2mmALK6NwctEMrzj0Rp08,1082
@@ -96,6 +98,7 @@ mage_ai/api/resources/ProjectResource.py,sha256=NmRpJQ6b8YNXgy4Ixb15gb_8Eiz4lusz
96
98
  mage_ai/api/resources/Resource.py,sha256=qFRHdxrq-4WNAsc9EhHVyQNMa1dVR2_XQ-sDRvwQVvU,213
97
99
  mage_ai/api/resources/SecretResource.py,sha256=IoDCZDGd5bHmwMl2LhaxKvP9aAFTYRxIQYFRJRDk5Ck,1158
98
100
  mage_ai/api/resources/SessionResource.py,sha256=JPA78hpZPTOs1JBnBjW_9-Ll-ghP3B7UxMsTYxSKa_s,1792
101
+ mage_ai/api/resources/SyncResource.py,sha256=3BZVN44yMwTEFFnwewM2AnKYc3H9ujRGOcvBkIJ3bvs,1430
99
102
  mage_ai/api/resources/UserResource.py,sha256=G_bOFTnMpVqawxujIlydHEUSe7kvyd1g79xcRh1wkZs,4544
100
103
  mage_ai/api/resources/VariableResource.py,sha256=hzYm3SMQQQ1tVwZ2_Ob5NUNGuGEgSZX4Fn2l8TmMYlU,5009
101
104
  mage_ai/api/resources/WidgetResource.py,sha256=PuAVLjqPXc0XFXVr9WeiyuXlOM3-r1qA8YOMkY0Ovqo,2616
@@ -194,6 +197,7 @@ mage_ai/data_integrations/utils/parsers.py,sha256=xtowXJCkU8gdZ9nj1ILic5F_QMNPl_
194
197
  mage_ai/data_integrations/utils/scheduler.py,sha256=dLH_rgYE0a5K5zLm8nzGTM3a936gEQwFutwGmiaOtgI,7313
195
198
  mage_ai/data_preparation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
196
199
  mage_ai/data_preparation/decorators.py,sha256=sprB8QKZ2n9ak4x_d2U4_430em7sJg8r-hVrU0jhpUo,648
200
+ mage_ai/data_preparation/preferences.py,sha256=t-oGMf_qVJ4_2_uC8ilKKhOJQBK_fP1UfmKKih6k10o,1377
197
201
  mage_ai/data_preparation/repo_manager.py,sha256=sJdOLhwhEJwxx95W-k0Tcmta0EsXubFC5QNf7x8yHbM,5703
198
202
  mage_ai/data_preparation/variable_manager.py,sha256=7rFGjBgkFJ-EouX4D4PB5zWcH0Hpra5TJsEAJxqKqos,11944
199
203
  mage_ai/data_preparation/executors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -202,10 +206,10 @@ mage_ai/data_preparation/executors/ecs_block_executor.py,sha256=aKym2ge0uhserUlu
202
206
  mage_ai/data_preparation/executors/executor_factory.py,sha256=LCYsrvPjz0e-E5weZ3yLiiVG9p7UkPQOmmd1YIFgZD4,3037
203
207
  mage_ai/data_preparation/executors/gcp_cloud_run_block_executor.py,sha256=Xa38Cxl45nkLIhs8c1nGl_lhLd4wnkiCBuGleIXdN0I,1872
204
208
  mage_ai/data_preparation/executors/k8s_block_executor.py,sha256=waqqrg0EyR8m6t6N7LM_8MJH7UeyLitt84AhCQqQzOo,643
205
- mage_ai/data_preparation/executors/pipeline_executor.py,sha256=4JXZo70AyJgpr1_0kUJNw30PHFEXBExfLDYSHsXaeow,1276
209
+ mage_ai/data_preparation/executors/pipeline_executor.py,sha256=NO6uU7wos9He0nyeLFKXpOTevyNwrWP7MTEJfiRJi5I,1624
206
210
  mage_ai/data_preparation/executors/pyspark_block_executor.py,sha256=hzOqIZcVTIHhHvYlQqk2qNkwgPi6cG3W8UooYqVsEr8,3520
207
211
  mage_ai/data_preparation/executors/pyspark_pipeline_executor.py,sha256=OdJ7pdnX1Se0oc2orxeWGgmr0SWD9mkcDTnVk-YSfxo,2806
208
- mage_ai/data_preparation/executors/streaming_pipeline_executor.py,sha256=uJZ1GeO4UHK8nWQNOUc-TzCblAg2MC_Ia7luDHn2ziA,4901
212
+ mage_ai/data_preparation/executors/streaming_pipeline_executor.py,sha256=e2W-0ZcMM18DSCJCQJeslc0wJUXOCiCRkVTBbEPDSk8,4963
209
213
  mage_ai/data_preparation/logging/__init__.py,sha256=2SZxyIBs5K9WUmNnf8oGwYH0W4CM-u5WprNatxHL1ZE,452
210
214
  mage_ai/data_preparation/logging/gcs_logger_manager.py,sha256=OH2PxZbSGo1LiOGlBVxNqTwDhd55ats0oe0fvQ3Vrxw,2010
211
215
  mage_ai/data_preparation/logging/logger.py,sha256=NEiDkqX5iuoqfmWFGMHTbBbuyU4xCJgqEEpvtQPdSCg,2206
@@ -213,19 +217,19 @@ mage_ai/data_preparation/logging/logger_manager.py,sha256=Xr87jbQeBaQQ0bceaZsOOB
213
217
  mage_ai/data_preparation/logging/logger_manager_factory.py,sha256=uIk-WHAHo1MSkD4_rOtmhGPVp1Nqh_u9jN-IlP_tDCg,988
214
218
  mage_ai/data_preparation/logging/s3_logger_manager.py,sha256=34Tpa5Hmhns0CuLVjVuZNxQ9X4kzeEcxQ17cP1uKbvk,1653
215
219
  mage_ai/data_preparation/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
216
- mage_ai/data_preparation/models/constants.py,sha256=WT2I4mMxucujwdZpO6wCY7OR7PA_Ogsm26QWPqYb62w,2115
220
+ mage_ai/data_preparation/models/constants.py,sha256=x4_pVyy4i2ArM8df4dIv9WSAm8D5Zy1N3QRMpPtZ1OA,2154
217
221
  mage_ai/data_preparation/models/errors.py,sha256=NAuStUn8neLBHNT8kmyfkhAAX4gdsW7a-3V0q2sYkK0,103
218
222
  mage_ai/data_preparation/models/file.py,sha256=jeXv7gAG3iNuET3-uVci0Oz262qrS3arZniRm4J5Uh8,4593
219
223
  mage_ai/data_preparation/models/pipeline.py,sha256=66KyBAqV5k0SU-0xKHAhVC1ngzTMhsIswEyAd9Uu2EQ,34818
220
224
  mage_ai/data_preparation/models/utils.py,sha256=ql9IVIyPkqkF2JV2PfMb_omDOFqDdcVpbdbiC37XGZA,1443
221
225
  mage_ai/data_preparation/models/variable.py,sha256=SdXnW_bTceLiHxO9t_jbBQjpootXmaO5gZA0kuStsGs,19496
222
- mage_ai/data_preparation/models/block/__init__.py,sha256=y8CPFUDOrA-YmLW-41Z4RRN5ch8NuPHTNKSRrgxkeIA,73171
226
+ mage_ai/data_preparation/models/block/__init__.py,sha256=hueyCJTuuWhhC8DWLp0s8aoAJEc6-LMQuwxjWebvDm4,73212
223
227
  mage_ai/data_preparation/models/block/constants.py,sha256=YX-am0Cc-rIj8nkDq9pmVOvlp-65160CS1ItEbZW51k,525
224
228
  mage_ai/data_preparation/models/block/errors.py,sha256=krgJKcS26hWaeLmVDcMzKXZpkcT2ukehmUGW5jhCyAA,119
225
229
  mage_ai/data_preparation/models/block/utils.py,sha256=Ji8BvLg0C5zQajGth5DrVYx9fjBvld5StaTLEGRcmVE,14543
226
230
  mage_ai/data_preparation/models/block/dbt/__init__.py,sha256=571FMypjpIzJHVMrdF6st3-DoM5Cr8J7ERbecNsXfjQ,7066
227
231
  mage_ai/data_preparation/models/block/dbt/utils/__init__.py,sha256=i5uEgx3zQdARcAlLVdlA8c_Mio5yi0-elIfLHj6HWFk,31512
228
- mage_ai/data_preparation/models/block/integration/__init__.py,sha256=xWW1XS6S811Qyzq2nrm6TbzvMDsFcaGkfCVzslRnpNg,12306
232
+ mage_ai/data_preparation/models/block/integration/__init__.py,sha256=ujYNOouu4bmj_4d4n8n_HfDfHm3MEhw9DYbblnZ4o2k,14675
229
233
  mage_ai/data_preparation/models/block/r/__init__.py,sha256=-LGeoXPFPPkpJqBDVYimlfSMomSE5Ct3a3kiWX_uc-E,4572
230
234
  mage_ai/data_preparation/models/block/r/templates/data_exporter.jinja,sha256=k5MCQgZ75LpcKMA_j9ABvbUIQpU_iDTTtLeiY9Spsio,228
231
235
  mage_ai/data_preparation/models/block/r/templates/data_loader.jinja,sha256=pRiRlFCAyLPlqQDJuc9Q8r2FqkaS-K_3Oa-qXdgMepI,312
@@ -256,6 +260,9 @@ mage_ai/data_preparation/storage/base_storage.py,sha256=hCwlyxhV0yyQ5lu5p2nIHvJs
256
260
  mage_ai/data_preparation/storage/local_storage.py,sha256=-xAdxQcLBTdUe9BggmVuD_0DerNIHsZ82finLWFynI4,2571
257
261
  mage_ai/data_preparation/storage/s3_storage.py,sha256=3aMs7r8sDLyx9CqQ5FOm75_Uwp5Vepnmq7BqzJ2Wguk,2958
258
262
  mage_ai/data_preparation/storage/utils.py,sha256=hBvfdRVWDpoh-tZUm3TP0TbY92lnFmKdh-Pwycs-u6w,2729
263
+ mage_ai/data_preparation/sync/__init__.py,sha256=1EmeQ4XJ8ZPSNGM-zJCZrNU0KxaZwLTR3yFNIYXrciA,341
264
+ mage_ai/data_preparation/sync/base_sync.py,sha256=ISj1quDeDJttBfYw0-YsOc13e5fAMISrQsa1JINLpDU,125
265
+ mage_ai/data_preparation/sync/git_sync.py,sha256=xbErpaOUhRDis_Dnn322YmlIbFiHn8AJ-bttH6tZhuE,974
259
266
  mage_ai/data_preparation/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
260
267
  mage_ai/data_preparation/templates/template.py,sha256=VC4M_GflS0j0dJR-7Wpc-ussBpFT4bwdERkti5eCcrI,9132
261
268
  mage_ai/data_preparation/templates/testable.jinja,sha256=i_SSr-xbeZvd-gpUZYdiy_MMa0suckmmn5gfPZOxx3A,333
@@ -292,7 +299,7 @@ mage_ai/data_preparation/templates/data_loaders/pyspark/default.jinja,sha256=lPk
292
299
  mage_ai/data_preparation/templates/data_loaders/pyspark/s3.py,sha256=FElQmOjwvZh1-xVuH_foopapFcLxLmOblT6MsDcc4Z8,567
293
300
  mage_ai/data_preparation/templates/data_loaders/r/default.jinja,sha256=c-dZCgPfowQZY0F5Wvy3EOR3tr8ZgC9HQvFwvTiVSvg,156
294
301
  mage_ai/data_preparation/templates/data_loaders/streaming/azure_event_hub.yaml,sha256=B39Ma9X4K7fUwn308Acf2O-34NOobuekUlKGm_L2hmY,161
295
- mage_ai/data_preparation/templates/data_loaders/streaming/kafka.yaml,sha256=z16rBR7DxlFKOkJljxKcrqC_NUTWwLdBLdJHz0c4GnA,499
302
+ mage_ai/data_preparation/templates/data_loaders/streaming/kafka.yaml,sha256=8T_KVsxqTUV62TcK-7yb7V40LKq95QD-_K4mYKEGjXs,677
296
303
  mage_ai/data_preparation/templates/data_loaders/streaming/kinesis.yaml,sha256=HfFvgR2J5STGGdw6wTIuXdb4xlVFXcKUtFGT_hKkJAU,65
297
304
  mage_ai/data_preparation/templates/data_loaders/streaming/rabbitmq.yaml,sha256=HoFNrbs-_ruzMN8ZZsyds9QPTLuoefGy5_AJytbzxQ4,303
298
305
  mage_ai/data_preparation/templates/pipeline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -377,7 +384,7 @@ mage_ai/orchestration/airflow.py,sha256=ab8uWZ-B3Jg2WYpdD7S7fgvPlKOzSCZd-Wutui6Y
377
384
  mage_ai/orchestration/constants.py,sha256=VDKVAT3e7el5QwPDRP10_KSARMOpZHTjhFj0N3rKQ58,126
378
385
  mage_ai/orchestration/execution_process_manager.py,sha256=x0BajKRtR8CmNkLP5ZGuM4edaiKfqsInzf5ZcQGviXo,3817
379
386
  mage_ai/orchestration/job_manager.py,sha256=HDLgi6X4iw6b9L8YZ3mIKSBghGrcsYPAVfuT2GI2wq8,1514
380
- mage_ai/orchestration/pipeline_scheduler.py,sha256=Q5n9YIBNVIlrfOOXFfOP3xdI2XtFpK1GuwFnGLSJ7LE,33167
387
+ mage_ai/orchestration/pipeline_scheduler.py,sha256=WGdZYP0_9x2UrxkKHazkMBTR8faWeX994PtY9c6FSQc,33554
381
388
  mage_ai/orchestration/run_status_checker.py,sha256=xe_VBq4yv3eNuP29CYnLvGJpBHXDcA2pCHqKg8CFTRw,2405
382
389
  mage_ai/orchestration/backfills/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
383
390
  mage_ai/orchestration/backfills/service.py,sha256=9RJdUhnICJQy7tpao1qRNeoj87R3UPmyroF2g_UDy8o,3872
@@ -385,7 +392,7 @@ mage_ai/orchestration/db/__init__.py,sha256=aXkj10e_Mu_KK6D4cVKPj5yEWiwt3DUR5C9_
385
392
  mage_ai/orchestration/db/alembic.ini,sha256=f5DpoW63bVPUsMu8NlCfYg8CENVuspKpTBEesOJazmo,3262
386
393
  mage_ai/orchestration/db/database_manager.py,sha256=0Rxp3k-Gx88DPoMX6zGlyj2K8adQTX6SlX4ySGSFtZQ,960
387
394
  mage_ai/orchestration/db/errors.py,sha256=8GZDRO8siGeBAJB7VdSL8bBN4AMuEpeU8qEn3LVmciw,406
388
- mage_ai/orchestration/db/models.py,sha256=g8dWYE0Qka2RBQ-2xBLRtDcHLCf832-8TB1e2u--1zA,23745
395
+ mage_ai/orchestration/db/models.py,sha256=NAorDchMLZzHb7_wBDTCWrlrI1uU8lYtOVFA2ssm9PA,24132
389
396
  mage_ai/orchestration/db/process.py,sha256=YuMaocf0iKfqSZemW-yaLQFMCNemhJ8eb3QV6Gw_1Mw,604
390
397
  mage_ai/orchestration/db/migrations/README.md,sha256=_Zfez41V8gkX9pfywmgPDp8yLpYb2eelc7tyXPcu9EQ,264
391
398
  mage_ai/orchestration/db/migrations/env.py,sha256=94CVuJFMdvCfzl79LCrc4t_-PK8DqmgfAF4arzc-oWk,2836
@@ -435,13 +442,13 @@ mage_ai/sample_datasets/user_emails.csv,sha256=yokgn3bmkkrSZBFC-crJxPXFzKdgLaQbp
435
442
  mage_ai/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
436
443
  mage_ai/server/active_kernel.py,sha256=npf6A7NH2foSTwrJgJB8W1qaHX-46uigqsKxoubGgRY,2129
437
444
  mage_ai/server/app.py,sha256=LjdwgFr3OduHaJOGGPhiGNUGZyYvfYz0OUUe56yfCM8,13229
438
- mage_ai/server/constants.py,sha256=fI--NVk8VKlyRpgbhBoxXsipWsyci_hdH4kt-iyvmlk,421
445
+ mage_ai/server/constants.py,sha256=TLZVPkwDhyZtCp5DP1EsAccvxK9eU2OBqC4u2QIJWGs,421
439
446
  mage_ai/server/docs_server.py,sha256=MxwLjAB0HpkOk-Jb1NSsLRhynIJM1vCiUIJXUqJ-38o,618
440
447
  mage_ai/server/execution_manager.py,sha256=Acf-agMG1z86NYm6OhUNKZWRiUR-8VqnATk2E8BCYS4,2746
441
448
  mage_ai/server/kernel_output_parser.py,sha256=FyiPHybVDoJLhvycPTrxXiKe45r00yl2vOggRS6nKfs,2113
442
449
  mage_ai/server/kernels.py,sha256=Bk_NHLjI05SHVJG91VrUVJqul9VdBFNezWLx6gyyr7w,787
443
450
  mage_ai/server/scheduler_manager.py,sha256=h8JIQTMtMNMVmFPp4KYi_MiK5YcTxvQh7-osviAQs2c,2030
444
- mage_ai/server/server.py,sha256=5kIgS2i9yCIwx3XZ6LpoyFq1gW36kdzyVy50hZSbG84,12393
451
+ mage_ai/server/server.py,sha256=vNumq21oeZL4tD756vsto1RAyqk0lgnSBKePQcXA6o8,12439
445
452
  mage_ai/server/subscriber.py,sha256=zY2YuDlL6qonVJI50xsdbb_5VIbaxBOxHsD0_-s_NqE,659
446
453
  mage_ai/server/websocket_server.py,sha256=Ed2TJBC22jx7QR22ipxUxJkL4qhgcY32a3nZSfCdidI,16870
447
454
  mage_ai/server/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -460,22 +467,22 @@ mage_ai/server/client/mage.py,sha256=0aCiVpvR_D4yoqBns10Nw79oF8HrWgtgaoxB1rs7t1M
460
467
  mage_ai/server/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
461
468
  mage_ai/server/data/base.py,sha256=kxUyAhRIcIMjnXK_uQgLfRn5-OG2EBF0wgDVPlsHGFY,3827
462
469
  mage_ai/server/data/models.py,sha256=AN8exOjYWL1Nk-zZZBiFLF6fFzmJd9PwJRvP2TgKmOY,9281
463
- mage_ai/server/frontend_dist/404.html,sha256=q0C_MYDW7rp6dfgDPv9i8VGne44lw1HPBSTwT9qu1IY,8646
464
- mage_ai/server/frontend_dist/404.html.html,sha256=q0C_MYDW7rp6dfgDPv9i8VGne44lw1HPBSTwT9qu1IY,8646
470
+ mage_ai/server/frontend_dist/404.html,sha256=78igwwlYYwVnPPPHHKrhHf4KVwgTjRMv3Id5aJleDEM,8646
471
+ mage_ai/server/frontend_dist/404.html.html,sha256=78igwwlYYwVnPPPHHKrhHf4KVwgTjRMv3Id5aJleDEM,8646
465
472
  mage_ai/server/frontend_dist/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
466
- mage_ai/server/frontend_dist/index.html,sha256=IcAjnI3XyuZCq3cuxTcypmjmlLTPw6BkVXY_O1BiMEU,7408
467
- mage_ai/server/frontend_dist/manage.html,sha256=5u08omJB1igAhqfThX9uTbULtjHSEuX3c0WMM0FFrbw,9081
468
- mage_ai/server/frontend_dist/pipeline-runs.html,sha256=7p5CSsGBugNXJD4AOnboc5Ho-3qotb9AdJLuV1yNXbU,9369
469
- mage_ai/server/frontend_dist/pipelines.html,sha256=lGfuqLXR6Jsj4hfaOnTwxQBmY6ow_PQMv167htkNVZI,9201
470
- mage_ai/server/frontend_dist/settings.html,sha256=QOm7vEXIzXm_u9IknBIsuCPl2IdBptB_KjedBYqWLuA,7480
471
- mage_ai/server/frontend_dist/sign-in.html,sha256=MCOj4uw4ayfWsif96cb3WpWvNKRSON7uLSJbI22x1zk,18393
472
- mage_ai/server/frontend_dist/terminal.html,sha256=Q9XDIySsAX5jy0s_gPMGCCGPCgFbfqi_LAAA5fdDNCE,9276
473
- mage_ai/server/frontend_dist/test.html,sha256=cetM5IOMItBq5U0vOefPegmCWUsskvA_JYBP2qt8zIc,7831
474
- mage_ai/server/frontend_dist/triggers.html,sha256=w6vazaGkEV0u_P52qCdtGDGGxu7TxgZxwxUkOrRutZE,9198
473
+ mage_ai/server/frontend_dist/index.html,sha256=GWoeFIJ8LeCujSkteZKq3GdzDjQyTugJHzKYOVdDtkA,7408
474
+ mage_ai/server/frontend_dist/manage.html,sha256=RxFpdNoo3t1UpZ5x4sNTX4-MtX2h6O2G_XWvukjS9cM,9081
475
+ mage_ai/server/frontend_dist/pipeline-runs.html,sha256=tpKy4TmTy1vr7kECqtEpe1uNEqgT4ckDQRFkrl3Frcg,9369
476
+ mage_ai/server/frontend_dist/pipelines.html,sha256=sFrNxYGll3N_EEZ4uLdN3SKLGLbo23JVyuYDnQh1cTg,9201
477
+ mage_ai/server/frontend_dist/settings.html,sha256=kv9Vds7eHGPhTxdobvprmnt8nCOWnYeNMuhY7tPts_4,7480
478
+ mage_ai/server/frontend_dist/sign-in.html,sha256=zpk-Jlj1dGinVsDxj5JUHkz7rXEl21uaMsi6nGg9smI,18393
479
+ mage_ai/server/frontend_dist/terminal.html,sha256=k_pcPRZkVobMGkimiMyMlwMKx1E2ARZlKsQYC95dz4I,9276
480
+ mage_ai/server/frontend_dist/test.html,sha256=lp01drBTf6GXJ7VLlKp01jLqQ0yL5JVs8q_09qqEOxY,7831
481
+ mage_ai/server/frontend_dist/triggers.html,sha256=apkq0YlTtIhzoTnMntiF9XdQMZl9Q0YE3-9ABhFq2_A,9198
475
482
  mage_ai/server/frontend_dist/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
476
- mage_ai/server/frontend_dist/_next/static/avIy1qfPFOamteWu3WLo7/_buildManifest.js,sha256=T_JQJSx3yGUx85iOD7bOTcZUuZKpzE-WnQUsYtYZyk8,5190
477
- mage_ai/server/frontend_dist/_next/static/avIy1qfPFOamteWu3WLo7/_middlewareManifest.js,sha256=3lNBMTpNxdmCylCuSkkehLxegLD0Odh_Bfw5c8G35Zo,92
478
- mage_ai/server/frontend_dist/_next/static/avIy1qfPFOamteWu3WLo7/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
483
+ mage_ai/server/frontend_dist/_next/static/BJSgpMeWTfdkZw_YRDpOz/_buildManifest.js,sha256=5IXME_oaANtgn4U6H5Dfqq8-M_zZYa5QyMfxQwexuic,5337
484
+ mage_ai/server/frontend_dist/_next/static/BJSgpMeWTfdkZw_YRDpOz/_middlewareManifest.js,sha256=3lNBMTpNxdmCylCuSkkehLxegLD0Odh_Bfw5c8G35Zo,92
485
+ mage_ai/server/frontend_dist/_next/static/BJSgpMeWTfdkZw_YRDpOz/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
479
486
  mage_ai/server/frontend_dist/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
480
487
  mage_ai/server/frontend_dist/_next/static/chunks/1240.0819f45820d22263.js,sha256=J0T6Hf6bUPCYwHY9ldwKtZyEe2sZjt7Z0JySRGK5Tno,6458
481
488
  mage_ai/server/frontend_dist/_next/static/chunks/1286-a62050b3f897c6be.js,sha256=Ac0MHJsdkIV-vYFgdeYaJi95HbpQGGZ5VQIfdoJU6fw,32475
@@ -516,6 +523,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/4883.a5bb0edbf8f3cc8f.js,sha256
516
523
  mage_ai/server/frontend_dist/_next/static/chunks/5008.29c2662ecc2b04c7.js,sha256=XO3DVXGW2EB9Vym5YB2wkcnygKQdr9Ye3A93oxm5G3M,17422
517
524
  mage_ai/server/frontend_dist/_next/static/chunks/5104.1edcf4437c471dd4.js,sha256=H4STccgI3k17-3eLNOVRxcMfv4jHa3UNG7rFRAp1qwo,2135
518
525
  mage_ai/server/frontend_dist/_next/static/chunks/5164.857023e800905b6f.js,sha256=_DxYuUjZCsoKG4CtEnm17Hv2dvGfeXWCvgwC1SU74ik,1816
526
+ mage_ai/server/frontend_dist/_next/static/chunks/5477-d76f7f4b9d329116.js,sha256=t9C_6o7vzD6jh6xH0ftAN0VCMUjw71QE_vXrxlhahO8,17628
519
527
  mage_ai/server/frontend_dist/_next/static/chunks/5729.0f2748e9e6dab951.js,sha256=kcbxoOOAieSjZdSqTLl5o_1OaTA4cdH5IEnjSA0RRMc,3490
520
528
  mage_ai/server/frontend_dist/_next/static/chunks/5824.628653557e904674.js,sha256=zuOmz6CGILYNmrxJRyawt4dJA8x-omSDXdMhDgA0H0I,3479
521
529
  mage_ai/server/frontend_dist/_next/static/chunks/5872-103815a4a043489b.js,sha256=r0ARjGlfN_L39iMUu0FoUrTzbFkNP44TLheamque7_k,105056
@@ -552,7 +560,6 @@ mage_ai/server/frontend_dist/_next/static/chunks/8849.db0d50b4d84b09a6.js,sha256
552
560
  mage_ai/server/frontend_dist/_next/static/chunks/8901.21d26d5a1ee473fe.js,sha256=X4nOLltfBeh8tQ_X5YRS9SB43r857SG1kBuJjNrKOh8,4240
553
561
  mage_ai/server/frontend_dist/_next/static/chunks/8920.5700e380a2999098.js,sha256=RGvPzExXEFaDQYehD5SQTf1r9XRwqfkf5bIUaZ-l7q8,9937
554
562
  mage_ai/server/frontend_dist/_next/static/chunks/8961-697fe5d4db44d909.js,sha256=Qg7P5nckbakVzV89myZCUfWXM0zeWW2jma6wxc6c2Bg,16976
555
- mage_ai/server/frontend_dist/_next/static/chunks/9140-6f67e0879394373d.js,sha256=la7g0tx5DZTqALv3MjSAZufaYPF6G6-vYrTNIFBcNp0,17386
556
563
  mage_ai/server/frontend_dist/_next/static/chunks/9258.6c6ef544c701a011.js,sha256=Sd-pfR7PFDVoiqfxr5sl61hVIm2qxz5rYYpJ3GGLI4k,8406
557
564
  mage_ai/server/frontend_dist/_next/static/chunks/9307.d4baf7aebbcef1f0.js,sha256=XcyG4VF1oJ4zaD2bX8-MQ8r4cfeDmkaIj60zLyAjUkk,2131
558
565
  mage_ai/server/frontend_dist/_next/static/chunks/9361.a0820e3069f5ef74.js,sha256=zaf_GLX8tS5ektbln-27JQT7nzS3Z3V57ZP-mg2H1d8,1867
@@ -561,7 +568,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/9437.a3c32f45cf9ef69b.js,sha256
561
568
  mage_ai/server/frontend_dist/_next/static/chunks/9565-28e1c30511c95c2d.js,sha256=2K3VWusYsr2fBL4plKx2U65FRLImhDYV27m1cCCExGs,8443
562
569
  mage_ai/server/frontend_dist/_next/static/chunks/9566.f8bd24768ed14ecb.js,sha256=pAqGV5kPouj_0KzWBivKGBEFobLIBTSrZKfUkkWW6G0,1963
563
570
  mage_ai/server/frontend_dist/_next/static/chunks/9633.40e5056ca1e2b22a.js,sha256=l3eB2vxSznwceaADgJcllaCAlPPxbpxZmXJdijIyGS8,3826
564
- mage_ai/server/frontend_dist/_next/static/chunks/9767-3f852fd90cf7857f.js,sha256=QuZ6ZVenIn7CEKqEhFiSrCfC5DjJsd4WAhuu9hq1j-M,66714
571
+ mage_ai/server/frontend_dist/_next/static/chunks/9767-e89f3e19764e4f24.js,sha256=uDkW38iug-KXE4W9zEpy6Kut-3mJWxaOPSTCXBMj_Kw,66709
565
572
  mage_ai/server/frontend_dist/_next/static/chunks/9785.5ff26cb26d84d6a1.js,sha256=QnustHrope1ywzpuSb1cjyNZVVyAnckRZIjy69i1mw0,1428
566
573
  mage_ai/server/frontend_dist/_next/static/chunks/9832-c8b8970bb522f302.js,sha256=zRXD5yDS3Ao-D1fbkNyxpW2Ge16GGBhq1cAgHETYngE,12357
567
574
  mage_ai/server/frontend_dist/_next/static/chunks/9855.c4394a68322be9f8.js,sha256=onaKYV-BmOzBmZD_XErY6mN85RN44kegIthhmGew1ag,3480
@@ -572,7 +579,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/framework-7c365855dab1bf41.js,s
572
579
  mage_ai/server/frontend_dist/_next/static/chunks/main-bb0dd5375146d7fd.js,sha256=D8WTELFsu6xl-FY23xblYecv7-mxB1cvXhS7LkWANy4,102188
573
580
  mage_ai/server/frontend_dist/_next/static/chunks/polyfills-5cd94c89d3acac5f.js,sha256=fLWoemwNBaqyJFy_aiatrYDNMiVA1fY2Dd5iG_kidD8,91434
574
581
  mage_ai/server/frontend_dist/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js,sha256=5XjqgzK5119xFRvyYU2XJosUqtKjpvPPNCXOhwZ24fs,5196
575
- mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-44766f29c8c5b4ce.js,sha256=2TF2ivy5VabDzQI902MrCkrlJW3cdkA_mQ1hCW_U5AE,332661
582
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-77b4b367fdb247d6.js,sha256=cwSbXI3qDR1tDipYPF38YR7EPrF4dECniTxDNG_RYiI,332671
576
583
  mage_ai/server/frontend_dist/_next/static/chunks/pages/_error-235304e5badb19eb.js,sha256=UnruNRSRVtmbfIswQ7oYMowKiJmeSublFaxDjRHcFGo,3190
577
584
  mage_ai/server/frontend_dist/_next/static/chunks/pages/index-e34a68d2f6fe16f2.js,sha256=i--GIi7Da8VYXDapdmoQaO9uRljiazEwCaaB39j4fog,636
578
585
  mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-14c743a0e2549486.js,sha256=YPnHQbJqKQn6OmdkzRRgtOYc1Q1N24Eoa7v6EjIxRzw,43644
@@ -580,12 +587,12 @@ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-21fe37061bd
580
587
  mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-1c0627627c21667f.js,sha256=UbvWES1dpTSPiwZKYg1gEsyQHHK0T1TorNXh5utAwFU,21656
581
588
  mage_ai/server/frontend_dist/_next/static/chunks/pages/settings-d594a66a568306da.js,sha256=aXMAMxjQm_15BZfSU0uQSrYnRy403cFcRZcSYEqEXBg,4347
582
589
  mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-b4e1eb529a184c60.js,sha256=NGxnMs7zQmjgV5u8f6aUz7AeAEEB0cJpKX_ZTS0Dj30,16326
583
- mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-5d7c45bb058a3f20.js,sha256=p1hGYhmSGgKQNSqdK46QFS8apTfsBk4CG4xy-3622cM,11068
590
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-6feb9848233a6c6e.js,sha256=RHi64jFcpX7gnFX35TE0NV8lLzPCEq1DxOQIC6XKgk0,11510
584
591
  mage_ai/server/frontend_dist/_next/static/chunks/pages/test-85cf18ae78ff535c.js,sha256=QLH5js5WbSXB0fSDudyybo4IHdPnR4DezfBOa3zDW_c,4435
585
592
  mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-e0172c422c95eda9.js,sha256=TzlYG8j3lvLJ9HpDLOzMzLCueEoxU7ctw2EZOhacS-I,19885
586
593
  mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]-ca9457e1a6bced4b.js,sha256=arFIXJ6FXE4wpSHaC9BqqNdLafoSrmjlrjmQBB1UR2U,4526
587
594
  mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-0ed0d70bc659c236.js,sha256=0sxsW67gXHJrWhg0In1BGDJ-6OFbT4WYNx4bibbhpGg,25680
588
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-03812efcc2f955c1.js,sha256=ahSyovUBb7kpYfLQM75Ct1pDoLYgW4SCL7pDd1pA0iQ,337334
595
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-51fe31916670195c.js,sha256=RHofUPCZ7FzcaT6ujQCZYFfoql_XWOvGRaXSvhMd_fc,338308
589
596
  mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-5ccc75887776efb0.js,sha256=V9a3nGD6PMe-E3eRuj16jK5tXw153OcHqMadrfHU43g,34280
590
597
  mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-8b08ec1aef4af4f2.js,sha256=95aXwY6bHuwD7RkgV7Qj__Omnv6mrGmMo-YzyEBCgcI,345
591
598
  mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-67d23509a0c9a1b8.js,sha256=BYchu8h7qCXTgCPpMzQ3j3LZIb31_DsA43y-HKRjK2E,13088
@@ -596,9 +603,10 @@ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/moni
596
603
  mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-f83ab9de4094e1b0.js,sha256=eo_XYueR3HMIN4Nmeo-LiMh5P1iBXsKkS-hD8dlE7B8,11953
597
604
  mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-73ced07cc98a4968.js,sha256=KXOjZpocsXQmab0635CEZvFk3m9rm5AWSd3bZp4Ja2E,17156
598
605
  mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-ae970171cfe98c51.js,sha256=zFblX4v1kqTsDzuQoOljOtXyUOEliKyM4PVj1TtfW9Q,39151
599
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-acd7ee47219fee3d.js,sha256=gIwiCrd5Qo_UKBxvpt2RVJtAhtQm4ZKRPiK0Q2upEnQ,4003
600
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-07bda506f68974fb.js,sha256=CsV4WhNxOLcfU-Slz6uxLwxfJ0WpYm-f62ed2eIhgB0,9191
601
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-c128672e053a4c30.js,sha256=FbxtiV3ebW-Qlaqi_S7sV9xd_laKQXbma7xv4zJ2vIA,10903
606
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-88bc8c5e21f7e493.js,sha256=A8aqxptTEKuBopUDMaP3GisvQMSNe25uMVBIJJeNirY,4003
607
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-4c05a269e02f2208.js,sha256=3ccDSTKy8Qp9n1NbrkXPoRyOpkN7VSNJ5TvurIK89hM,9689
608
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync_data-f1f47e503c490758.js,sha256=kkGn9BTuQJPsuMWTgPMPAoSCQ2vBeM1LoR_PiJUzYcw,18710
609
+ mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-439adeb06fca8436.js,sha256=9YZQZ3T7Oc3YxcqggrsWANffEITNUquzSLe28t72SQ4,10903
602
610
  mage_ai/server/frontend_dist/_next/static/css/d1e8e64d0b07af2f.css,sha256=mdjfcNHDQ5vXWn5xHrFvRm2QTQUGZlPrrUb0ELexj2g,15565
603
611
  mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
604
612
  mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
@@ -644,22 +652,23 @@ mage_ai/server/frontend_dist/images/extra.jpg,sha256=G1kQYM2sUxBqTZ_S78Ge2bJHscl
644
652
  mage_ai/server/frontend_dist/images/monitor.jpg,sha256=tClQNcZveKZYKNggMv1WH5sfYMkLTgN9vopYc41vBN4,6969
645
653
  mage_ai/server/frontend_dist/images/run B.jpg,sha256=XCcTHE0uxCnOUlaU1yBhxOc6yVxcDuLDq2AFZfsj_a0,6850
646
654
  mage_ai/server/frontend_dist/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
647
- mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=LPk6EQaxSUTcHQ5vEztTE4ZGzhZk41cpOA7cXFaLYO0,7522
648
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=E4MPLdLFs-dQw_OsDcGmWjJhkx2N_jBG5a1Uvk3I8SE,9327
649
- mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=qXuWW_BFVDPRk7DFmmTOWWPcfnnyp367SR_HI3wReeM,9432
650
- mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=ZcQBQvI7N8FUM9mIbuI1PMV_rnWgJgfV2QP6Q-LNGfA,9785
651
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=ipBdl3KxqDeizXBVKd9seXgL5-WvF-e2oXVZTBuTtMc,9637
652
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=d4_Hi7Ssddk3fWlbo0Ig1gUK-uRXfStaYnZVAUrzn0w,9941
653
- mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=1g3Yjtjj1o4rDN530-mFUUNHaZ8EMPL4TN0qxTny4w0,9397
654
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=uBQpHpacI7Uo8M2lvENzI6BkwPW88fl09qqphy7_mKQ,9949
655
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=9D9RhPTjxCCgvoaPVauHoCgwXqzW7k6oOm7qsazr8k8,10273
656
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=IcUWYxDZ0xML3KBzu37E5anoHK3VqHCHb8Zhkf_htUo,9737
657
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=CZI2im_dzDHv4OZ6ldXyd5k1ECMKJO4pMyv5FFtU8YE,9903
658
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=KltuKf9Sxdd0_fxyhtnU09NgV01R7g-hwbNZFaSNl6k,10052
659
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=i2NMAWbyVG92PUh3LRBBTFHi3Qz0vTxvV7F_AafqxuA,10349
660
- mage_ai/server/frontend_dist/settings/account/profile.html,sha256=EniqWI3ZkuHuowi5l0SL3J1deSn2TK9nZDUeh3QHRiw,9308
661
- mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=XCTiyIRn9ekAqJgJVf4r05CFb798qEe1YTy1s7bydP0,9164
662
- mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=Ip9HLsPBA2eN_QjxpdEHpAA8uHLiH9ur_0Ub0UNG-Is,9308
655
+ mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=4eT-WH5nWVW_LdR4rgmA761_50-RSTNLQ5TbCH1ThRE,7522
656
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=Dz56hffWbiKI8hbvwWvO7ZjSaQNiJ43IsoWoJ2pd0aM,9327
657
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=In69bD98W3B8kepdy26w_F8xTZt1KXz840-OM7ij2UY,9432
658
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=vsV2JJYn-rTyQ7kOobFGvFgEC7jUMge3BjzWCa_beFg,9785
659
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=eaz43ctV6yhdGYTTUUL2E4DLMRV7N1lnlD_WuEVT23s,9637
660
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=CS-8TipuF0-z3K_E-dtQdyHtkK4ZhZpvnkSaXSUvCYE,9941
661
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=5N4cTPR7D1D1mjkvhjNwccgmSFY5ihEoRQDIQLRmY0U,9397
662
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=j8uvY6IdsnmhcKNj6nmWF4QJaePAn1laj9_eyjB9MOA,9949
663
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=XDxdHOVmZjdf1-sFB7XrC9yRielNt7DtkQGllNh3NRA,10273
664
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=le3j7gE_jB7FdV1837K4Vy_p702Jcg7zJFuu1wFJ5fI,9737
665
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=lE35jHcWAHYHVOH5uj_GAsVhpGK2Gm87nO34Gs5WUUY,9903
666
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=H-zglEkhn3dEFs-pVWuJSwGSvRehYcAcuWm0L380RM8,10052
667
+ mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=k4fA0_VfdNwYKwjo9HGo-7VfQVc4iw25xb5UP82WgbQ,10349
668
+ mage_ai/server/frontend_dist/settings/account/profile.html,sha256=dEshaNRbrnIkObYk8lL_D6SvP1wI36wGTyNTQpkf4IA,9308
669
+ mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=32jLKY3cXL0Ksdv-EhHuFYZKbTP4FTzUJ5nsa5C4UvA,9164
670
+ mage_ai/server/frontend_dist/settings/workspace/sync_data.html,sha256=SpKDyGoBazNBer3tpjM-GMVt2BOXBMk8_xqhttU-Bwo,9238
671
+ mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=MR4XpWWQ0QK-jHITb9G6ITTy43LsK5vB2OEI_tHQpHI,9308
663
672
  mage_ai/server/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
664
673
  mage_ai/server/utils/frontend_renderer.py,sha256=GK-iw_sfiKYg13wUREBTh-qDhYBwuuSYAU3xrPWAICA,3295
665
674
  mage_ai/server/utils/output_display.py,sha256=5Qud8UcTCbDOvXUedE6yJVlPFC2QfM9pX9mMGfdONgg,11417
@@ -724,7 +733,7 @@ mage_ai/settings/__init__.py,sha256=GQlfl0bTws_O2KnYzeIN87wdsqbvtkKN_-UXfbqnW_8,
724
733
  mage_ai/shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
725
734
  mage_ai/shared/array.py,sha256=yfUbkCf0xPKKmvngm6d0w80XMHV2-wF87Hg4xxXtGgs,946
726
735
  mage_ai/shared/code.py,sha256=xmlCpIGDGtzyX8gHdixnfnCDs8FlboV8mB77lQ4E7HI,84
727
- mage_ai/shared/config.py,sha256=ZGqGEN4qfR5H46lkyEW1aM3KtVb1d5qagyV2-7kkC1w,1382
736
+ mage_ai/shared/config.py,sha256=DOq292BSFjDubLLQYeD7h7Nj4i9h2UVa5BUN-6z5qn8,1450
728
737
  mage_ai/shared/constants.py,sha256=yiCXGatzs9pBmdeS2FGHbI_vR0YcSB7PDfiqw0zNQHY,75
729
738
  mage_ai/shared/conversions.py,sha256=ls64_4DaLex-1j-1CsDX9tw5PX76DPiLQy2cCZYzdak,10912
730
739
  mage_ai/shared/custom_types.py,sha256=fxNufXA-2cE5aGCFcknb4L2vrS-wcMtKp_RcgLhqgoo,1068
@@ -750,7 +759,7 @@ mage_ai/streaming/sinks/sink_factory.py,sha256=yyOpg5A6XoRwZjAcqgeTuci4OHJzxmaky
750
759
  mage_ai/streaming/sources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
751
760
  mage_ai/streaming/sources/azure_event_hub.py,sha256=xm9On9qE2yNBVnJNMPE6SrZYnmp3HNwwmg9OJBGPqJM,3524
752
761
  mage_ai/streaming/sources/base.py,sha256=6bJHc6cQGVVuzvbHMvfqHGrbsvvG6I_e5TJNocGdjts,1363
753
- mage_ai/streaming/sources/kafka.py,sha256=tICQxYSp9RPQFo5zg4T3Pcig_CFtGfKF9tUkrR5vb10,4059
762
+ mage_ai/streaming/sources/kafka.py,sha256=qDXH1s-gcuIK9-C0bsmaNCl1_ZAT798v4zedKrIEzbM,5808
754
763
  mage_ai/streaming/sources/kinesis.py,sha256=R9Y9A44CbXXyCGOFTnj-yqVNd17KoeKoMO1Dns0q8WI,3917
755
764
  mage_ai/streaming/sources/rabbitmq.py,sha256=Dibg5H8QbzGZQJaVFDzyVzfO1gA0Z99qUZNu9FfxdyY,3510
756
765
  mage_ai/streaming/sources/source_factory.py,sha256=B4_F6IgXQn7sT9cuKVMmqYmG5D4W0NAae4Lmi8WIvHw,1066
@@ -787,7 +796,7 @@ mage_ai/tests/data_cleaner/transformer_actions/test_row.py,sha256=iE7aaKUOX3ln5V
787
796
  mage_ai/tests/data_cleaner/transformer_actions/test_utils.py,sha256=6x2dAzKduaBX6uLjJL6KqUBbOQb6L3-Kc3AS2iea58A,858
788
797
  mage_ai/tests/data_cleaner/transformer_actions/test_variable_replacer.py,sha256=VFiHNq4-MCKFgGtfm-65xrRdj-aL8CHCPOasiUqjdCM,1497
789
798
  mage_ai/tests/data_preparation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
790
- mage_ai/tests/data_preparation/test_templates.py,sha256=ql5mRq0T4JYK_8xIaCU7SW7W8V8Vw6JC3Kzd26jenxs,23686
799
+ mage_ai/tests/data_preparation/test_templates.py,sha256=pc9CJz6q-nhZoZKn2k2qUm9h9vXD2A5pIBxgyx0kDYY,23864
791
800
  mage_ai/tests/data_preparation/test_variable_manager.py,sha256=BEtNj0rEfKeBkMDtWJpdbK86fKSWbFgXXJow4UQwtUo,4152
792
801
  mage_ai/tests/data_preparation/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
793
802
  mage_ai/tests/data_preparation/models/test_block.py,sha256=J1FZG_vL2V0TQq-S837I08mr03oIbZBoXfFfCZRzUck,12895
@@ -829,7 +838,7 @@ mage_ai/tests/streaming/sinks/test_opensearch.py,sha256=TPfcPy_KxyWK6gLeZgsVZgWE
829
838
  mage_ai/tests/streaming/sinks/test_sink_factory.py,sha256=HRbhJTm9b6XlB-xvDnvDpKKXR_qDKxIzJnwBacQe1Uc,949
830
839
  mage_ai/tests/streaming/sources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
831
840
  mage_ai/tests/streaming/sources/test_azure_event_hub.py,sha256=meGCz10QemY2c-04t7MrH03FvgXE7zQnVirzVBjnWFE,1033
832
- mage_ai/tests/streaming/sources/test_kafka.py,sha256=6WTBfe17VmvlGveUEDRoxK_6mntWtV1PWvKUNKzfl8I,2115
841
+ mage_ai/tests/streaming/sources/test_kafka.py,sha256=hP1jODMW2VR9eYW0UFVVPZPd5HjCz5IjlNw7KRr98iM,2903
833
842
  mage_ai/tests/streaming/sources/test_kinesis.py,sha256=_iK3utAPBb-6BL3Z-iszwS3HMw2zvzBGf20Q3QHTPpc,1030
834
843
  mage_ai/tests/streaming/sources/test_rabbitmq.py,sha256=-NwOf4QumuhTfZoo49O2_kFPDiLvbG-zsfq-7LcgiXo,1379
835
844
  mage_ai/tests/streaming/sources/test_source_factory.py,sha256=XXjXXv8sgdxPZWnwgMr-vV69gko3qUa9SPIpiGevmrQ,2057
@@ -837,9 +846,9 @@ mage_ai/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
837
846
  mage_ai/utils/code.py,sha256=C2LVX5mmJk45_qrU_mQDjd8q4N6pAbbZWAMJB0ECLc8,665
838
847
  mage_ai/utils/logger/__init__.py,sha256=o-e5hogCtTW0caELRmvMbeaztks5hwPO7xYUggx2hAQ,2518
839
848
  mage_ai/utils/logger/constants.py,sha256=k0Lnkz4X36AhSEGvKb5K2sI1iDacv2jXav8AC4JWPD0,271
840
- mage_ai-0.8.10.dist-info/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
841
- mage_ai-0.8.10.dist-info/METADATA,sha256=-9Q7EP1zHE8UNZjfkjaT4NNTOq4lemqZsbuxacCRguE,19508
842
- mage_ai-0.8.10.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
843
- mage_ai-0.8.10.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
844
- mage_ai-0.8.10.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
845
- mage_ai-0.8.10.dist-info/RECORD,,
849
+ mage_ai-0.8.12.dist-info/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
850
+ mage_ai-0.8.12.dist-info/METADATA,sha256=njd0KGWToCSsSJkLsZLKG672NIVzrcvnugs8CVuTTpA,19568
851
+ mage_ai-0.8.12.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
852
+ mage_ai-0.8.12.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
853
+ mage_ai-0.8.12.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
854
+ mage_ai-0.8.12.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- self.__BUILD_MANIFEST=function(s,e,i,n,p,c,t,a,l,u,r,f,b,k,g,d,h,j,o,_,m,E,O,A,B,L,w,D,T,C,I,F){return{__rewrites:{beforeFiles:[],afterFiles:[{source:"/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/datasets",destination:E},{source:"/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_",destination:E}],fallback:[]},"/":["static/chunks/pages/index-e34a68d2f6fe16f2.js"],"/_error":["static/chunks/pages/_error-235304e5badb19eb.js"],"/manage":[s,p,O,e,i,n,c,"static/chunks/pages/manage-14c743a0e2549486.js"],"/pipeline-runs":[s,p,e,i,n,c,g,"static/chunks/pages/pipeline-runs-21fe37061bdaaaea.js"],"/pipelines":[s,p,e,i,n,"static/chunks/pages/pipelines-1c0627627c21667f.js"],"/pipelines/[pipeline]":["static/chunks/pages/pipelines/[pipeline]-ca9457e1a6bced4b.js"],"/pipelines/[pipeline]/backfills":[s,p,e,i,n,t,"static/chunks/pages/pipelines/[pipeline]/backfills-0ed0d70bc659c236.js"],"/pipelines/[pipeline]/backfills/[...slug]":[s,p,a,l,r,b,d,o,e,i,n,c,t,u,f,k,g,_,"static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-678569cf24a2e10d.js"],"/pipelines/[pipeline]/edit":[A,s,p,a,l,r,b,d,h,j,B,L,w,O,"static/chunks/704-4de8946d753a578a.js",e,i,c,t,u,f,k,D,T,"static/chunks/pages/pipelines/[pipeline]/edit-03812efcc2f955c1.js"],"/pipelines/[pipeline]/logs":[s,p,l,h,o,e,i,n,c,t,u,_,"static/chunks/pages/pipelines/[pipeline]/logs-5ccc75887776efb0.js"],"/pipelines/[pipeline]/monitors":[s,p,a,j,e,i,n,t,m,C,"static/chunks/pages/pipelines/[pipeline]/monitors-8b08ec1aef4af4f2.js"],"/pipelines/[pipeline]/monitors/block-runs":[s,p,a,j,e,i,n,c,t,m,C,"static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-8f23f7ca9efcb069.js"],"/pipelines/[pipeline]/monitors/block-runtime":[A,s,p,a,j,"static/chunks/9832-c8b8970bb522f302.js",e,i,n,c,t,m,T,"static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-f83ab9de4094e1b0.js"],"/pipelines/[pipeline]/runs":[s,p,l,r,d,e,i,n,c,t,u,f,g,I,"static/chunks/pages/pipelines/[pipeline]/runs-67d23509a0c9a1b8.js"],"/pipelines/[pipeline]/runs/[run]":[s,p,a,l,r,b,B,e,i,n,t,u,f,k,I,"static/chunks/pages/pipelines/[pipeline]/runs/[run]-73ced07cc98a4968.js"],"/pipelines/[pipeline]/syncs":[s,p,h,e,i,n,t,"static/chunks/pages/pipelines/[pipeline]/syncs-4084a44baf91f30e.js"],"/pipelines/[pipeline]/triggers":[s,p,a,l,r,b,e,i,n,c,t,u,f,k,"static/chunks/pages/pipelines/[pipeline]/triggers-b0b91245d3299bdf.js"],"/pipelines/[pipeline]/triggers/[...slug]":[s,p,a,l,r,b,d,o,e,i,n,c,t,u,f,k,g,_,D,"static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-ae970171cfe98c51.js"],"/settings":["static/chunks/pages/settings-d594a66a568306da.js"],"/settings/account/profile":[s,e,i,n,c,F,"static/chunks/pages/settings/account/profile-acd7ee47219fee3d.js"],"/settings/workspace/preferences":[s,e,i,n,"static/chunks/pages/settings/workspace/preferences-07bda506f68974fb.js"],"/settings/workspace/users":[s,e,i,n,c,F,"static/chunks/pages/settings/workspace/users-c128672e053a4c30.js"],"/sign-in":[s,e,c,"static/chunks/pages/sign-in-b4e1eb529a184c60.js"],"/terminal":[s,h,w,e,i,n,"static/chunks/pages/terminal-5d7c45bb058a3f20.js"],"/test":[L,"static/chunks/pages/test-85cf18ae78ff535c.js"],"/triggers":[s,e,i,n,c,"static/chunks/pages/triggers-e0172c422c95eda9.js"],sortedPages:["/","/_app","/_error","/manage","/pipeline-runs","/pipelines","/pipelines/[pipeline]","/pipelines/[pipeline]/backfills","/pipelines/[pipeline]/backfills/[...slug]","/pipelines/[pipeline]/edit","/pipelines/[pipeline]/logs","/pipelines/[pipeline]/monitors","/pipelines/[pipeline]/monitors/block-runs","/pipelines/[pipeline]/monitors/block-runtime","/pipelines/[pipeline]/runs","/pipelines/[pipeline]/runs/[run]","/pipelines/[pipeline]/syncs","/pipelines/[pipeline]/triggers","/pipelines/[pipeline]/triggers/[...slug]","/settings","/settings/account/profile","/settings/workspace/preferences","/settings/workspace/users","/sign-in","/terminal","/test","/triggers"]}}("static/chunks/3850-6395783d820def1c.js","static/chunks/9767-3f852fd90cf7857f.js","static/chunks/6579-2b5d8d39472d85c0.js","static/chunks/434-69ddfacd3e93f2db.js","static/chunks/2083-78a438dbdc57d1e4.js","static/chunks/9898-51ca6a904b7a2382.js","static/chunks/1830-c3f709c7ca7f32ab.js","static/chunks/5896-f84e336fb8877027.js","static/chunks/4804-01a10103ebe26ca8.js","static/chunks/4463-1b9ce74c6e1bb14e.js","static/chunks/1774-aa51ef1da7217ff9.js","static/chunks/6532-a614f9e1f9434872.js","static/chunks/5872-103815a4a043489b.js","static/chunks/1286-a62050b3f897c6be.js","static/chunks/4846-b4ced91dc0e9fba9.js","static/chunks/2524-6aeb9419acf5d1b4.js","static/chunks/9565-28e1c30511c95c2d.js","static/chunks/2714-1e79e9f2e998b544.js","static/chunks/4495-4f0340aa82e0c623.js","static/chunks/8961-697fe5d4db44d909.js","static/chunks/2249-70929b8c547bbc18.js","/datasets","static/chunks/8789-4f858e520d46973b.js","static/chunks/29107295-989a0767a635d9d5.js","static/chunks/2125-0b537dc53fe71b18.js","static/chunks/7011-81dd8269c4806d26.js","static/chunks/6085-692d2f784c0504f2.js","static/chunks/2426-115f8871a2e28f8c.js","static/chunks/6641-a0ed2bd8f5dc777b.js","static/chunks/7400-1430ec3874c1fdee.js","static/chunks/5944-757b7898608a65e1.js","static/chunks/9140-6f67e0879394373d.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9140],{2850:function(e,n,t){t.d(n,{M:function(){return l},W:function(){return c}});var r=t(9518),o=t(23831),i=t(3055),c=34*t(49125).iI,l=r.default.div.withConfig({displayName:"indexstyle__BeforeStyle",componentId:"sc-12ee2ib-0"})(["min-height:calc(100vh - ","px);",""],i.Mz,(function(e){return"\n border-left: 1px solid ".concat((e.theme.borders||o.Z.borders).medium,";\n ")}))},79585:function(e,n,t){t.d(n,{DQ:function(){return u},HY:function(){return i},SA:function(){return a},WH:function(){return o},eC:function(){return c},tC:function(){return l}});var r=t(9736),o="Workspace",i="Preferences",c="Users",l="Account",u="Profile",a=function(e){var n=e.owner,t=[{linkProps:{href:"/settings/workspace/preferences"},uuid:i}];n&&t.push({linkProps:{href:"/settings/workspace/users"},uuid:c});var a=[{items:t,uuid:o}];return(0,r.YB)()?a.concat([{items:[{linkProps:{href:"/settings/account/profile"},uuid:u}],uuid:l}]):a}},30775:function(e,n,t){t.d(n,{Z:function(){return Z}});var r=t(70434),o=t(82394),i=t(12691),c=t.n(i),l=t(10919),u=t(86673),a=t(19711),s=t(9518),d=t(23831),p=t(49125),f=t(90880),m=(p.iI,s.default.div.withConfig({displayName:"indexstyle__SectionTitleStyle",componentId:"sc-1y8dyue-0"})(["padding:","px ","px;"],1*p.iI,2.5*p.iI)),h=s.default.div.withConfig({displayName:"indexstyle__ItemStyle",componentId:"sc-1y8dyue-1"})([""," padding:","px ","px;"," ",""],(0,f.eR)(),1.5*p.iI,2.5*p.iI,(function(e){return!e.selected&&"\n &:hover {\n background-color: ".concat((e.theme.background||d.Z.background).codeArea,";\n }\n ")}),(function(e){return e.selected&&"\n background-color: ".concat((e.theme.background||d.Z.background).codeTextarea,";\n ")})),b=t(28598),v=t(82684);function y(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function g(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?y(Object(t),!0).forEach((function(n){(0,o.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):y(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var w=function(e){var n=e.isItemSelected,t=e.sections;return(0,b.jsx)(u.Z,{py:p.Gg,children:null===t||void 0===t?void 0:t.map((function(e){var t=e.items,r=e.title,o=e.uuid;return(0,b.jsxs)(u.Z,{children:[(0,b.jsx)(m,{children:(0,b.jsx)(a.ZP,{bold:!0,muted:!0,small:!0,uppercase:!0,children:r?r():o})}),null===t||void 0===t?void 0:t.map((function(e){var t=e.label,r=e.linkProps,i=e.onClick,u=e.uuid,a=t?t():u,s=(0,b.jsx)(h,{selected:null===n||void 0===n?void 0:n(g(g({},e),{},{uuidWorkspace:o})),children:a});return r?(0,v.createElement)(c(),g(g({},r),{},{key:u,passHref:!0}),(0,b.jsx)(l.Z,{block:!0,noHoverUnderline:!0,noOutline:!0,sameColorAsText:!0,children:s})):(0,b.jsx)(l.Z,{block:!0,noHoverUnderline:!0,noOutline:!0,onClick:i,preventDefault:!0,sameColorAsText:!0,children:s},u)}))]},o)}))})},O=t(2850),j=t(79585),x=t(9736);var Z=function(e){var n=e.after,t=e.afterHidden,o=e.children,i=e.uuidItemSelected,c=e.uuidWorkspaceSelected,l=((0,x.PR)()||{}).owner;return(0,b.jsx)(r.Z,{after:n,afterHidden:!n||t,afterWidth:n?50*p.iI:0,afterWidthOverride:!0,before:(0,b.jsx)(O.M,{children:(0,b.jsx)(w,{isItemSelected:function(e){var n=e.uuid,t=e.uuidWorkspace;return c===t&&i===n},sections:(0,j.SA)({owner:l})})}),beforeWidth:O.W,title:"Settings",uuid:"settings/index",children:o})}},63153:function(e,n,t){t.d(n,{Z3:function(){return r},ms:function(){return i},s7:function(){return o}});var r=[{autoComplete:"username",label:"Username",required:!0,uuid:"username"},{autoComplete:"email",disabled:!0,label:"Email",required:!0,type:"email",uuid:"email"}],o="password_current",i=[{autoComplete:"current-password",label:"Current password",type:"password",uuid:o},{autoComplete:"new-password",label:"New password",type:"password",uuid:"password"},{autoComplete:"new-password",label:"Confirm new password",type:"password",uuid:"password_confirmation"}]},67867:function(e,n,t){t.d(n,{Z:function(){return S}});var r,o,i=t(82394),c=t(21831),l=t(75582),u=t(21764),a=t(82684),s=t(83455),d=t(60328),p=t(67971),f=t(87372),m=t(55378),h=t(86673),b=t(82944);!function(e){e[e.ADMIN=1]="ADMIN",e[e.EDITOR=2]="EDITOR",e[e.VIEWER=4]="VIEWER"}(o||(o={}));var v=(r={},(0,i.Z)(r,o.ADMIN,"Admin"),(0,i.Z)(r,o.EDITOR,"Editor"),(0,i.Z)(r,o.VIEWER,"Viewer"),r),y=[o.VIEWER,o.EDITOR,o.ADMIN],g=t(82531),w=t(66166),O=t(63153),j=t(7715),x=t(96510),Z=t(28598);function I(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function P(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?I(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):I(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var S=function(e){var n=e.disabledFields,t=e.hideFields,r=e.newUser,o=e.onDeleteSuccess,I=e.onSaveSuccess,S=e.showDelete,C=e.title,k=e.user,_=(0,a.useState)(!0),N=_[0],D=_[1],E=(0,a.useState)({}),H=E[0],z=E[1],T=(0,a.useState)(null),A=T[0],M=T[1],R=(0,s.Db)(r?g.ZP.users.useCreate():g.ZP.users.useUpdate(null===k||void 0===k?void 0:k.id),{onSuccess:function(e){return(0,x.wD)(e,{callback:function(e){var n=e.user,t=(0,j.GL)(n,O.Z3.concat(O.ms).map((function(e){return e.uuid})));M(t),u.Am.success(r?"New user created successfully.":"User profile successfully updated.",{position:u.Am.POSITION.BOTTOM_RIGHT,toastId:"user-update-success-".concat(n.id)}),null===I||void 0===I||I(t)},onErrorCallback:function(e){var n=e.error,t=n.message,r=n.type;u.Am.error(t,{position:u.Am.POSITION.BOTTOM_RIGHT,toastId:r})}})}}),L=(0,l.Z)(R,2),W=L[0],q=L[1].isLoading,B=(0,s.Db)(g.ZP.users.useDelete(null===k||void 0===k?void 0:k.id),{onSuccess:function(e){return(0,x.wD)(e,{callback:function(){null===o||void 0===o||o()},onErrorCallback:function(e){var n=e.error,t=n.errors,r=n.message;alert(r),console.log(t)}})}}),U=(0,l.Z)(B,2),F=U[0],G=U[1].isLoading,Q=t?(0,c.Z)(t):[];r&&Q.push(O.s7);var V=!Q||!Q.includes(O.s7),Y=(0,w.Z)(k);return(0,a.useEffect)((function(){!k||A&&(null===Y||void 0===Y?void 0:Y.id)===(null===k||void 0===k?void 0:k.id)||M((0,j.GL)(k,O.Z3.concat(O.ms).map((function(e){return e.uuid})))),null!==A&&void 0!==A&&A.password||null!==A&&void 0!==A&&A.password_confirmation?(null===A||void 0===A?void 0:A.password)!==(null===A||void 0===A?void 0:A.password_confirmation)?z({password_confirmation:"Password confirmation does not match."}):!V||null!==A&&void 0!==A&&A.password_current?z(null):z({password_current:"This field is required."}):null!==A&&void 0!==A&&A.password_current&&V?null!==A&&void 0!==A&&A.password&&null!==A&&void 0!==A&&A.password_confirmation?z(null):z({password:"This field is required.",password_confirmation:"This field is required."}):null!==A&&void 0!==A&&A.password_current||null!==A&&void 0!==A&&A.password||null!==A&&void 0!==A&&A.password_confirmation||z(null)}),[A,V,k,Y]),(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsx)(f.Z,{children:C||"Edit profile"}),(0,Z.jsxs)("form",{children:[O.Z3.filter((function(e){var n=e.uuid;return!Q||!Q.includes(n)})).map((function(e){var n=e.autoComplete,t=e.disabled,o=e.label,c=e.required,l=e.type,u=e.uuid;return(0,Z.jsx)(h.Z,{mt:2,children:(0,Z.jsx)(b.Z,{autoComplete:n,disabled:t&&!r,label:o,onChange:function(e){D(!1),M((function(n){return P(P({},n),{},(0,i.Z)({},u,e.target.value))}))},primary:!0,required:c,setContentOnMount:!0,type:l,value:(null===A||void 0===A?void 0:A[u])||""})},u)})),!(null!==k&&void 0!==k&&k.owner)&&(0,Z.jsx)(h.Z,{mt:2,children:(0,Z.jsxs)(m.Z,{disabled:null===n||void 0===n?void 0:n.includes("roles"),label:"Roles",onChange:function(e){D(!1),M((function(n){return P(P({},n),{},{roles:e.target.value})}))},primary:!0,setContentOnMount:!0,value:(null===A||void 0===A?void 0:A.roles)||(null===k||void 0===k?void 0:k.roles)||"",children:[(0,Z.jsx)("option",{value:""}),y.map((function(e){return(0,Z.jsx)("option",{value:e,children:v[e]},e)}))]})}),(0,Z.jsxs)(h.Z,{mt:5,children:[(0,Z.jsx)(f.Z,{children:r?"Password":"Change password"}),O.ms.filter((function(e){var n=e.uuid;return!Q||!Q.includes(n)})).map((function(e){var n=e.autoComplete,t=e.disabled,r=e.label,o=e.required,c=e.type,l=e.uuid;return(0,Z.jsx)(h.Z,{mt:2,children:(0,Z.jsx)(b.Z,{autoComplete:n,disabled:t,label:r,meta:{error:null===H||void 0===H?void 0:H[l],touched:!(null===H||void 0===H||!H[l])},onChange:function(e){D(!1),M((function(n){return P(P({},n),{},(0,i.Z)({},l,e.target.value))}))},primary:!0,required:o,setContentOnMount:!0,type:c,value:(null===A||void 0===A?void 0:A[l])||""})},l)}))]}),(0,Z.jsx)(h.Z,{mt:5,children:(0,Z.jsxs)(p.Z,{children:[(0,Z.jsx)(d.Z,{disabled:N||H&&!(0,j.Qr)(H),loading:q,onClick:function(){return W({user:A})},primary:!0,children:r?"Create new user":"Update user profile"}),S&&(0,Z.jsx)(h.Z,{ml:1,children:(0,Z.jsx)(d.Z,{danger:!0,loading:G,onClick:function(){window.confirm("Are you sure you want to delete ".concat(A.username||A.email,"?"))&&F()},children:"Delete user"})})]})})]})]})}},87372:function(e,n,t){var r,o,i,c,l,u,a,s,d=t(82394),p=t(26304),f=t(26653),m=t(9518),h=t(33591),b=t(23831),v=t(2005),y=t(31012),g=t(19711),w=t(49125),O=t(86673),j=t(28598),x=["children","condensed","inline","level","marketing","spacingBelow"];function Z(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function I(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Z(Object(t),!0).forEach((function(n){(0,d.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Z(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var P=(0,m.css)([""," margin:0;"," "," "," "," "," "," "," "," "," "," "," "," ",""],g.IH,(function(e){return e.color&&"\n color: ".concat(e.color,"\n ")}),(function(e){return e.yellow&&"\n color: ".concat((e.theme.accent||b.Z.accent).yellow,";\n ")}),(function(e){return e.center&&"\n text-align: center;\n "}),(function(e){return!e.monospace&&0===Number(e.weightStyle)&&"\n font-family: ".concat(v.iI,";\n ")}),(function(e){return!e.monospace&&1===Number(e.weightStyle)&&"\n font-family: ".concat(v.LX,";\n ")}),(function(e){return!e.monospace&&2===Number(e.weightStyle)&&"\n font-family: ".concat(v.LX,";\n ")}),(function(e){return!e.monospace&&3===Number(e.weightStyle)&&"\n font-family: ".concat(v.ry,";\n ")}),(function(e){return!e.monospace&&4===Number(e.weightStyle)&&"\n font-family: ".concat(v.YC,";\n ")}),(function(e){return!e.monospace&&5===Number(e.weightStyle)&&"\n font-family: ".concat(v.nF,";\n ")}),(function(e){return!e.monospace&&(6===Number(e.weightStyle)||e.bold)&&"\n font-family: ".concat(v.nF,";\n ")}),(function(e){return!e.monospace&&7===Number(e.weightStyle)&&"\n font-family: ".concat(v.nF,";\n ")}),(function(e){return!e.monospace&&8===Number(e.weightStyle)&&"\n font-family: ".concat(v.nF,";\n ")}),(function(e){return e.lineHeightAuto&&"\n line-height: normal !important;\n "})),S=m.default.div.withConfig({displayName:"Headline__HeadlineContainerStyle",componentId:"sc-12jzt2e-0"})(["",""],(function(e){return"\n color: ".concat((e.theme.content||b.Z.content).active,";\n ")})),C=m.default.h1.withConfig({displayName:"Headline__H1HeroStyle",componentId:"sc-12jzt2e-1"})([""," font-size:42px;line-height:56px;"," "," ",""],P,h.media.md(r||(r=(0,f.Z)(["\n ","\n "])),y.aQ),h.media.lg(o||(o=(0,f.Z)(["\n ","\n "])),y.aQ),h.media.xl(i||(i=(0,f.Z)(["\n ","\n "])),y.aQ)),k=m.default.h1.withConfig({displayName:"Headline__H1Style",componentId:"sc-12jzt2e-2"})([""," ",""],P,y.MJ),_=m.default.h1.withConfig({displayName:"Headline__H1MarketingStyle",componentId:"sc-12jzt2e-3"})([""," "," "," "," "," ",""],P,h.media.xs(c||(c=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),h.media.sm(l||(l=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),h.media.md(u||(u=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),h.media.lg(a||(a=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),h.media.xl(s||(s=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI)),N=m.default.h2.withConfig({displayName:"Headline__H2Style",componentId:"sc-12jzt2e-4"})([""," ",""],P,y.BL),D=m.default.h3.withConfig({displayName:"Headline__H3Style",componentId:"sc-12jzt2e-5"})([""," font-size:24px;line-height:32px;"],P),E=m.default.h4.withConfig({displayName:"Headline__H4Style",componentId:"sc-12jzt2e-6"})([""," font-size:20px;line-height:28px;"],P),H=m.default.h5.withConfig({displayName:"Headline__H5Style",componentId:"sc-12jzt2e-7"})([""," font-size:18px;line-height:26px;"],P),z=m.default.span.withConfig({displayName:"Headline__SpanStyle",componentId:"sc-12jzt2e-8"})([""," "," "," "," ",""],P,(function(e){return 1===e.level&&"\n ".concat(y.MJ,"\n ")}),(function(e){return 2===e.level&&"\n ".concat(y.BL,"\n ")}),(function(e){return 3===e.level&&"\n font-size: 24px;\n line-height: 32px;\n "}),(function(e){return 4===e.level&&"\n font-size: 20px;\n line-height: 28px;\n "})),T=function(e){var n,t=e.children,r=e.condensed,o=e.inline,i=e.level,c=e.marketing,l=e.spacingBelow,u=(0,p.Z)(e,x);o?n=z:0===Number(i)?n=C:1===Number(i)?n=c?_:k:2===Number(i)?n=N:3===Number(i)?n=D:4===Number(i)?n=E:5===Number(i)&&(n=H);var a=(0,j.jsxs)(n,I(I({},u),{},{level:i,children:[l&&(0,j.jsx)(O.Z,{mb:r?2:3,children:t}),!l&&t]}));return o?a:(0,j.jsx)(S,{children:a})};T.defaultProps={level:3,weightStyle:6},n.Z=T},55378:function(e,n,t){var r=t(82394),o=t(26304),i=t(82684),c=t(9518),l=t(69898),u=t(31969),a=t(49125),s=t(28598),d=["beforeIcon","children","label","multiple","placeholder"];function p(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function f(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?p(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):p(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var m=c.default.select.withConfig({displayName:"Select__SelectStyle",componentId:"sc-q6ezu2-0"})(["",' background-image:url("data:image/svg+xml;utf8,','");background-repeat:no-repeat;background-position:-webkit-calc(100% - ',"px) center;background-position:calc(100% - ","px) center;padding-right:","px;&:hover{cursor:pointer;}"," "," "," ",""],l.p,"\n <svg width='12' height='12' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'>\n <path\n clip-rule='evenodd'\n d='M8.0015 11.7109L14.0022 5.71017L12.588 4.29597L7.99485 8.88914L3.40754 4.34482L2 5.76567L8.0015 11.7109Z'\n fill='%23B4B8C0'\n fill-rule='evenodd'\n />\n </svg>",a.iI,a.iI,2.5*a.iI,(function(e){return!e.hasContent&&!e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).muted,";\n ")}),(function(e){return e.backgroundColor&&"\n background-color: ".concat(e.backgroundColor,";\n ")}),(function(e){return e.color&&"\n color: ".concat(e.color,";\n ")}),(function(e){return e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).inverted,";\n ")})),h=function(e,n){var t=e.beforeIcon,r=e.children,i=e.label,c=e.multiple,u=e.placeholder,a=(0,o.Z)(e,d);return(0,s.jsx)(l.Z,f(f({},a),{},{beforeIcon:t,input:(0,s.jsxs)(m,f(f({multiple:c},a),{},{children:[(i||u)&&(0,s.jsx)("option",{disabled:!0,selected:!0,value:"",children:i||u}),r]})),label:i,placeholder:u,ref:n,setContentOnMount:!0,showLabelRequirement:function(e){return!!e.content}}))};n.Z=i.forwardRef(h)},82944:function(e,n,t){var r=t(82394),o=t(91835),i=t(82684),c=t(9518),l=t(69898),u=t(28598);function a(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function s(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?a(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):a(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var d=c.default.input.withConfig({displayName:"TextInput__TextInputStyle",componentId:"sc-1ii4qtc-0"})(["",""],l.p),p=function(e,n){var t=(0,o.Z)({},e);return(0,u.jsx)(l.Z,s(s({},t),{},{input:(0,u.jsx)(d,s({},t)),ref:n}))};n.Z=i.forwardRef(p)}}]);