mage-ai 0.8.78__py3-none-any.whl → 0.8.80__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mage-ai might be problematic. Click here for more details.
- mage_ai/api/policies/PipelineRunPolicy.py +1 -0
- mage_ai/api/policies/StatusPolicy.py +4 -2
- mage_ai/api/presenters/StatusPresenter.py +1 -0
- mage_ai/api/resources/LogResource.py +12 -3
- mage_ai/api/resources/StatusResource.py +2 -0
- mage_ai/data_preparation/executors/streaming_pipeline_executor.py +73 -57
- mage_ai/data_preparation/models/block/__init__.py +30 -7
- mage_ai/data_preparation/models/constants.py +2 -0
- mage_ai/data_preparation/models/widget/charts.py +23 -4
- mage_ai/orchestration/db/models/schedules.py +2 -0
- mage_ai/orchestration/notification/sender.py +18 -5
- mage_ai/orchestration/pipeline_scheduler.py +26 -9
- mage_ai/server/constants.py +1 -1
- mage_ai/server/frontend_dist/404.html +2 -2
- mage_ai/server/frontend_dist/404.html.html +2 -2
- mage_ai/server/frontend_dist/_next/static/{m8Ltx9sPofwrShNBHkhe- → K62oaHK5x3k16vVxdvIWf}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/5682-c0d87b28bf381aae.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/8312-71137409aea5d028.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/8957-6edafc5a2521efdf.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-d90d32812b2be89e.js +1 -0
- mage_ai/server/frontend_dist/index.html +2 -2
- mage_ai/server/frontend_dist/manage.html +2 -2
- mage_ai/server/frontend_dist/pipeline-runs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
- mage_ai/server/frontend_dist/pipelines.html +2 -2
- mage_ai/server/frontend_dist/settings/account/profile.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/preferences.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/sync-data.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/users.html +2 -2
- mage_ai/server/frontend_dist/settings.html +2 -2
- mage_ai/server/frontend_dist/sign-in.html +2 -2
- mage_ai/server/frontend_dist/terminal.html +2 -2
- mage_ai/server/frontend_dist/test.html +3 -3
- mage_ai/server/frontend_dist/triggers.html +2 -2
- mage_ai/server/kernel_output_parser.py +5 -0
- mage_ai/services/gcp/cloud_run/cloud_run.py +37 -18
- mage_ai/services/gcp/cloud_run/config.py +2 -1
- mage_ai/tests/orchestration/db/test_models.py +21 -10
- mage_ai/tests/orchestration/notification/test_sender.py +6 -4
- mage_ai/usage_statistics/logger.py +2 -0
- {mage_ai-0.8.78.dist-info → mage_ai-0.8.80.dist-info}/METADATA +1 -1
- {mage_ai-0.8.78.dist-info → mage_ai-0.8.80.dist-info}/RECORD +61 -61
- mage_ai/server/frontend_dist/_next/static/chunks/5682-83f92c7d6ec974f5.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/8312-3bb169298804c401.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/8957-0c39a705c8215858.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-22d76e8fa386ba37.js +0 -1
- /mage_ai/server/frontend_dist/_next/static/{m8Ltx9sPofwrShNBHkhe- → K62oaHK5x3k16vVxdvIWf}/_middlewareManifest.js +0 -0
- /mage_ai/server/frontend_dist/_next/static/{m8Ltx9sPofwrShNBHkhe- → K62oaHK5x3k16vVxdvIWf}/_ssgManifest.js +0 -0
- {mage_ai-0.8.78.dist-info → mage_ai-0.8.80.dist-info}/LICENSE +0 -0
- {mage_ai-0.8.78.dist-info → mage_ai-0.8.80.dist-info}/WHEEL +0 -0
- {mage_ai-0.8.78.dist-info → mage_ai-0.8.80.dist-info}/entry_points.txt +0 -0
- {mage_ai-0.8.78.dist-info → mage_ai-0.8.80.dist-info}/top_level.txt +0 -0
|
@@ -37,13 +37,13 @@ mage_ai/api/policies/LogPolicy.py,sha256=wgoO4Bb382gWSAWJoD_1-lEi2BHIyRa6CnCxR7X
|
|
|
37
37
|
mage_ai/api/policies/MonitorStatPolicy.py,sha256=DqrNdwTXxGI45jhLcNP76me8WqTvuvbyZ0oaFHzxaQ8,874
|
|
38
38
|
mage_ai/api/policies/OutputPolicy.py,sha256=zEbDfk-4G5qs69I8FEV8vcEPp9SxGe8OJqihhuxQ3MY,618
|
|
39
39
|
mage_ai/api/policies/PipelinePolicy.py,sha256=YwRfd9FsgIMZXSBQQaIXntt4nhKR-05Z0mg0HifqRv0,3398
|
|
40
|
-
mage_ai/api/policies/PipelineRunPolicy.py,sha256
|
|
40
|
+
mage_ai/api/policies/PipelineRunPolicy.py,sha256=0ADO5PY6DYLK-E-zK8pjpQogYfBP7reT0BUgno_5CME,2254
|
|
41
41
|
mage_ai/api/policies/PipelineSchedulePolicy.py,sha256=u8mxAxMd0Ut4utucV3kuGV1tDp3vhLo08zhgfVsBhjM,2535
|
|
42
42
|
mage_ai/api/policies/ProjectPolicy.py,sha256=XbklLEetlTSDBDHffmH1VP0hpbYfjXNvR4NQ4rj6mWA,1003
|
|
43
43
|
mage_ai/api/policies/SchedulerPolicy.py,sha256=AHN1KbM_4wEv1yrV-ume0OVM65xCo_8Mt0bKc5FnaNw,861
|
|
44
44
|
mage_ai/api/policies/SecretPolicy.py,sha256=qj_UqCALAEnKO219jroSpZz8LDxyNBMWP2xMY7jiVjY,1299
|
|
45
45
|
mage_ai/api/policies/SessionPolicy.py,sha256=K7XWqg4KcWMB-CWqswEI4RsFYlDdoQYbxx03jd4u_54,966
|
|
46
|
-
mage_ai/api/policies/StatusPolicy.py,sha256=
|
|
46
|
+
mage_ai/api/policies/StatusPolicy.py,sha256=zhdC2yagLVXpFMr7o-nmbf9ZN4HRa5tace0X7QKxY64,553
|
|
47
47
|
mage_ai/api/policies/SyncPolicy.py,sha256=OTIxuvlosNW0wblDzb1wiIV_v2E3QIYILgMa4413MS0,1253
|
|
48
48
|
mage_ai/api/policies/UserPolicy.py,sha256=vFKbVWUeSobjoIfJcRh8EwgYyYaO7sxOvzXMtmnsl5g,2293
|
|
49
49
|
mage_ai/api/policies/VariablePolicy.py,sha256=trHh3jIlfPnOVn8MhlNYg6PVZ_VkMo4p-n8lLBO95eg,1385
|
|
@@ -79,7 +79,7 @@ mage_ai/api/presenters/ProjectPresenter.py,sha256=Sa-4NoqQPpXi97nKnl7h2jejhpThwQ
|
|
|
79
79
|
mage_ai/api/presenters/SchedulerPresenter.py,sha256=AoHbiBOe1foHMposbWZO6MySTy1NtWazEtliQR-ZgEE,157
|
|
80
80
|
mage_ai/api/presenters/SecretPresenter.py,sha256=qGxQXNKTfN7SVqufsanQRLXGCKyoS8cy14chUF9cpgs,166
|
|
81
81
|
mage_ai/api/presenters/SessionPresenter.py,sha256=7HwAe5NaF10FuYqSDJWJLTZVojLR492GLtpsD8ofO1s,286
|
|
82
|
-
mage_ai/api/presenters/StatusPresenter.py,sha256=
|
|
82
|
+
mage_ai/api/presenters/StatusPresenter.py,sha256=QqZZLhuwjNi_ac3xvcf3i6SIPCuJx03KezNtxQA_Zs4,354
|
|
83
83
|
mage_ai/api/presenters/SyncPresenter.py,sha256=o14q8DdAtAM-DvB7lsP0Evw38BLLYbNOwYxO839hBh0,384
|
|
84
84
|
mage_ai/api/presenters/UserPresenter.py,sha256=F8AcBHdcZv1MwVkGK5Jss3q4skPyI4dJZPQ1Ja2SnAE,453
|
|
85
85
|
mage_ai/api/presenters/VariablePresenter.py,sha256=In3Nz6DkypZHQih8PKwTCMntStJOIwMddr1Zj0autEM,229
|
|
@@ -109,7 +109,7 @@ mage_ai/api/resources/IntegrationDestinationResource.py,sha256=V5qaVbhuDs1OyVOPl
|
|
|
109
109
|
mage_ai/api/resources/IntegrationSourceResource.py,sha256=M7iZOjgQVwCIcvlxuiWFBe4gpAciaD2-XyyEolH_VCY,2065
|
|
110
110
|
mage_ai/api/resources/IntegrationSourceStreamResource.py,sha256=Pt_BeyHUNXfQAr69T-GPscnSm3r15_kbKm-d7HI2_M8,413
|
|
111
111
|
mage_ai/api/resources/KernelResource.py,sha256=FCWuRHoHuyv6x5Ursi4Zlzr3QOSO92BA5cAAvLoNEzY,1728
|
|
112
|
-
mage_ai/api/resources/LogResource.py,sha256=
|
|
112
|
+
mage_ai/api/resources/LogResource.py,sha256=zLElJPEtQLTQkrT7YSJhgrxiKzBLmiM7v6hJrgAvjjs,9115
|
|
113
113
|
mage_ai/api/resources/MonitorStatResource.py,sha256=dzsfNyomTkkESFynOOJW2hjllXuEFlG2Juj-is5rqRA,1397
|
|
114
114
|
mage_ai/api/resources/OutputResource.py,sha256=IG0e3OlRU5nnI-06rUo3x5sUB1Bu1r_zuEoMAHgLYSM,582
|
|
115
115
|
mage_ai/api/resources/PipelineResource.py,sha256=ksSrES2NVeZW0t4T_VyomPojP6W6tvlZ8aUlcJAtrI8,8419
|
|
@@ -120,7 +120,7 @@ mage_ai/api/resources/Resource.py,sha256=qFRHdxrq-4WNAsc9EhHVyQNMa1dVR2_XQ-sDRvw
|
|
|
120
120
|
mage_ai/api/resources/SchedulerResource.py,sha256=27lvvoq6_gM0wmDpA6sK2E9zryrlHpgQ6W8NSANxSLY,855
|
|
121
121
|
mage_ai/api/resources/SecretResource.py,sha256=7GWZzLmtvW5XIPPLOb24iWI-9_d7lQ1K91fk1fjHTAw,2225
|
|
122
122
|
mage_ai/api/resources/SessionResource.py,sha256=D_Sz1jdguUdFMko-KmxUCym8kLL5TYr0pXY06jtbTa0,3200
|
|
123
|
-
mage_ai/api/resources/StatusResource.py,sha256=
|
|
123
|
+
mage_ai/api/resources/StatusResource.py,sha256=OH9Bwvc41NhRVukw7CDLycfkP_B19Bbfqn6gxnQIwWQ,2276
|
|
124
124
|
mage_ai/api/resources/SyncResource.py,sha256=I_b0VRwDRsF-HakC_dDxNMWttOYw-JHGa9ZqAr6LLCY,3798
|
|
125
125
|
mage_ai/api/resources/UserResource.py,sha256=JeTq-nbl7FTD2sy-qGAYUM7pSSMven9TgHjIuKAgdSw,5859
|
|
126
126
|
mage_ai/api/resources/VariableResource.py,sha256=hzYm3SMQQQ1tVwZ2_Ob5NUNGuGEgSZX4Fn2l8TmMYlU,5009
|
|
@@ -235,7 +235,7 @@ mage_ai/data_preparation/executors/k8s_pipeline_executor.py,sha256=1BsFaNe4A2JMG
|
|
|
235
235
|
mage_ai/data_preparation/executors/pipeline_executor.py,sha256=pTW-TCB7NDXt8_K9NZuf7RHxjgs-PbZwpk-SkciUk4g,1671
|
|
236
236
|
mage_ai/data_preparation/executors/pyspark_block_executor.py,sha256=hzOqIZcVTIHhHvYlQqk2qNkwgPi6cG3W8UooYqVsEr8,3520
|
|
237
237
|
mage_ai/data_preparation/executors/pyspark_pipeline_executor.py,sha256=OdJ7pdnX1Se0oc2orxeWGgmr0SWD9mkcDTnVk-YSfxo,2806
|
|
238
|
-
mage_ai/data_preparation/executors/streaming_pipeline_executor.py,sha256=
|
|
238
|
+
mage_ai/data_preparation/executors/streaming_pipeline_executor.py,sha256=6NOEzep0vKGTv32ej9Ybph8NL2dCW41U59Y-hN0iELA,7549
|
|
239
239
|
mage_ai/data_preparation/git/__init__.py,sha256=3SHL5nbRs3wIvKT5q_GlLrP0SWxggIkFpe-5ucvPqHk,13993
|
|
240
240
|
mage_ai/data_preparation/logging/__init__.py,sha256=2SZxyIBs5K9WUmNnf8oGwYH0W4CM-u5WprNatxHL1ZE,452
|
|
241
241
|
mage_ai/data_preparation/logging/gcs_logger_manager.py,sha256=OH2PxZbSGo1LiOGlBVxNqTwDhd55ats0oe0fvQ3Vrxw,2010
|
|
@@ -244,14 +244,14 @@ mage_ai/data_preparation/logging/logger_manager.py,sha256=AJGpU_yj1QFD0aVTzLDfeK
|
|
|
244
244
|
mage_ai/data_preparation/logging/logger_manager_factory.py,sha256=uIk-WHAHo1MSkD4_rOtmhGPVp1Nqh_u9jN-IlP_tDCg,988
|
|
245
245
|
mage_ai/data_preparation/logging/s3_logger_manager.py,sha256=34Tpa5Hmhns0CuLVjVuZNxQ9X4kzeEcxQ17cP1uKbvk,1653
|
|
246
246
|
mage_ai/data_preparation/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
247
|
-
mage_ai/data_preparation/models/constants.py,sha256=
|
|
247
|
+
mage_ai/data_preparation/models/constants.py,sha256=L7xctwvY1rdWtwdOtHtacm6LqZsoVIcUAOuIsChSKOk,2948
|
|
248
248
|
mage_ai/data_preparation/models/errors.py,sha256=NAuStUn8neLBHNT8kmyfkhAAX4gdsW7a-3V0q2sYkK0,103
|
|
249
249
|
mage_ai/data_preparation/models/file.py,sha256=pgb9IeU7c2ELrjO6_ZUNgHDhjghZfRHRWA-20kbii6c,11120
|
|
250
250
|
mage_ai/data_preparation/models/pipeline.py,sha256=wJOV0CLjTgDDZE5E0hdRBy4yKh-KQ_p0O-nhD4Zl438,53466
|
|
251
251
|
mage_ai/data_preparation/models/project.py,sha256=WCGzFn8KOFQ-aEJqEbD6-eGvrmI3Y-vJq16X0NZ3qII,1084
|
|
252
252
|
mage_ai/data_preparation/models/utils.py,sha256=PeyDyBdXEhD38VBEUd72mO7ZKsPAfmoaoOT6sG02PR0,2209
|
|
253
253
|
mage_ai/data_preparation/models/variable.py,sha256=XQtRFjUI2EKn2G-BcmtLS3IEBfnJXrDcQDy5ym7277U,21999
|
|
254
|
-
mage_ai/data_preparation/models/block/__init__.py,sha256=
|
|
254
|
+
mage_ai/data_preparation/models/block/__init__.py,sha256=8t-dElBKVlIkGhxdRCGWjMMIYmT0kVdO-_flZLBgaLk,82268
|
|
255
255
|
mage_ai/data_preparation/models/block/constants.py,sha256=kLrfZeoAsO4wf79nxezStfld6EsB0C_Db8_hYj11DSM,775
|
|
256
256
|
mage_ai/data_preparation/models/block/errors.py,sha256=2h1cT76EvdzJaceO1rfwQwIVLOtCBR40pCnQoPQJ5tM,182
|
|
257
257
|
mage_ai/data_preparation/models/block/utils.py,sha256=ERhhYWDoX3-CvdSNa2ZF2p0yKRU60u9RHAG4MLGQOMs,19723
|
|
@@ -285,7 +285,7 @@ mage_ai/data_preparation/models/pipelines/integration_pipeline.py,sha256=EGZ531W
|
|
|
285
285
|
mage_ai/data_preparation/models/pipelines/utils.py,sha256=cEXoN8t1j-yDxAXnO6YERpBkfzmekTq1OoZeIaOhRxU,237
|
|
286
286
|
mage_ai/data_preparation/models/triggers/__init__.py,sha256=AkduvRZN3EuvE-TXiAFgUl1IsDcctC0b7HDjUyKzOnQ,2758
|
|
287
287
|
mage_ai/data_preparation/models/widget/__init__.py,sha256=R8JjSmSSxwzDoym7h42bmBgn3C3YhcTTBHfN6zBiwYg,6839
|
|
288
|
-
mage_ai/data_preparation/models/widget/charts.py,sha256
|
|
288
|
+
mage_ai/data_preparation/models/widget/charts.py,sha256=-jB0dNXddOmGd-Zn8NKjBU0S2dw2zGVgnr17z3MOH6M,6224
|
|
289
289
|
mage_ai/data_preparation/models/widget/constants.py,sha256=f-EjBgITvsZXY12u3xHjyKk6K3fkhXuq1iJh591wBu4,1806
|
|
290
290
|
mage_ai/data_preparation/models/widget/utils.py,sha256=NvHlsQEOPRCcPW9tF04tXIBfd4dv3P37ofTnScvvikg,3117
|
|
291
291
|
mage_ai/data_preparation/shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -469,7 +469,7 @@ mage_ai/orchestration/airflow.py,sha256=ab8uWZ-B3Jg2WYpdD7S7fgvPlKOzSCZd-Wutui6Y
|
|
|
469
469
|
mage_ai/orchestration/constants.py,sha256=2aLqoWjiSEgt3I6vsxyEPsfFBAz3yKeCFPcf_YSsIsc,180
|
|
470
470
|
mage_ai/orchestration/execution_process_manager.py,sha256=hKkVMu9FEePh8aT2zOk57gl9VNBsQpvJ9WQZOQ78OhY,3827
|
|
471
471
|
mage_ai/orchestration/job_manager.py,sha256=CYdt0akJhlO5HccpEHoqP0P5b-zsr06kthersgWD55Q,1515
|
|
472
|
-
mage_ai/orchestration/pipeline_scheduler.py,sha256=
|
|
472
|
+
mage_ai/orchestration/pipeline_scheduler.py,sha256=pvLYe88g8xpnT6MWH5jePYOwD1VWomZPU5v2zHMZUp8,45946
|
|
473
473
|
mage_ai/orchestration/run_status_checker.py,sha256=nB1gamqEt7_5niU0mKYFvWy-b-0MzK_Mh1W_6UprpXo,2468
|
|
474
474
|
mage_ai/orchestration/backfills/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
475
475
|
mage_ai/orchestration/backfills/service.py,sha256=Fh1YYVzfKkGAhdc5P1NNAGtcpQJc2BXrGgmXH1r4Oks,3930
|
|
@@ -506,7 +506,7 @@ mage_ai/orchestration/db/migrations/versions/ec5df57a1c60_add_metrics_to_block_r
|
|
|
506
506
|
mage_ai/orchestration/db/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
507
507
|
mage_ai/orchestration/db/models/base.py,sha256=8xlecF8_zwTVoiMZKDl3mleopDIy1ULrVimstNP5cHE,3374
|
|
508
508
|
mage_ai/orchestration/db/models/oauth.py,sha256=g5nyRcIzL0ht6pgO50PpXPib2P7m69-0Nk-46QVXhRw,4404
|
|
509
|
-
mage_ai/orchestration/db/models/schedules.py,sha256=
|
|
509
|
+
mage_ai/orchestration/db/models/schedules.py,sha256=DfdpX4Qtz49Mukm0Eyll5c1nOa12_rLos4pouhcI-jE,21002
|
|
510
510
|
mage_ai/orchestration/db/models/secrets.py,sha256=XySodXEa825D0wuCl8EAwI5cw_Xkt59FzsZV0OZJ6Wg,252
|
|
511
511
|
mage_ai/orchestration/metrics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
512
512
|
mage_ai/orchestration/metrics/pipeline_run.py,sha256=M37sxpy2gEcPZWFlb0CKOsHC8Q3A0QclFsB2cJIi_jU,5563
|
|
@@ -514,7 +514,7 @@ mage_ai/orchestration/monitor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
514
514
|
mage_ai/orchestration/monitor/monitor_stats.py,sha256=w0XQiXZ0UZ6ODed8My8H6cRfe1ZXArX4Z1eeA5SRa0E,8362
|
|
515
515
|
mage_ai/orchestration/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
516
516
|
mage_ai/orchestration/notification/config.py,sha256=zVdCZiQ1vy6XjHW4lhqnsvk2iJuvLpT9pPenoJRJkxg,3368
|
|
517
|
-
mage_ai/orchestration/notification/sender.py,sha256=
|
|
517
|
+
mage_ai/orchestration/notification/sender.py,sha256=jqb1ZiTcv06aZ6wQ89gIJtiRoopK-iPTnNe0-dAvUgk,5333
|
|
518
518
|
mage_ai/orchestration/queue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
519
519
|
mage_ai/orchestration/queue/celery_queue.py,sha256=KadOuEfBsv21dTZuuHV0t2TKQaPvmd82n2TESgdnw8A,691
|
|
520
520
|
mage_ai/orchestration/queue/config.py,sha256=NCIM4jO9O6aGhoJumkpgMWo9B9SSdVcLJ_RqKbE30fo,293
|
|
@@ -537,10 +537,10 @@ mage_ai/sample_datasets/user_emails.csv,sha256=yokgn3bmkkrSZBFC-crJxPXFzKdgLaQbp
|
|
|
537
537
|
mage_ai/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
538
538
|
mage_ai/server/active_kernel.py,sha256=YiYl_IwamkMYg9J2oFQeV76vpwQVZJA6u8ryOTZedMI,2235
|
|
539
539
|
mage_ai/server/app.py,sha256=LjdwgFr3OduHaJOGGPhiGNUGZyYvfYz0OUUe56yfCM8,13229
|
|
540
|
-
mage_ai/server/constants.py,sha256=
|
|
540
|
+
mage_ai/server/constants.py,sha256=xKI6begk1UecxMrRR9dO2YcvZbw9FmZhtEOkKBTq-xk,421
|
|
541
541
|
mage_ai/server/docs_server.py,sha256=MxwLjAB0HpkOk-Jb1NSsLRhynIJM1vCiUIJXUqJ-38o,618
|
|
542
542
|
mage_ai/server/execution_manager.py,sha256=GPMKqr3D1hyIOxN6A9WVXFVCgbQFCCRm7BT67SWrNFY,3372
|
|
543
|
-
mage_ai/server/kernel_output_parser.py,sha256=
|
|
543
|
+
mage_ai/server/kernel_output_parser.py,sha256=eOU003y8mkK0w6LmvBNbgrRRZwDTWao2io19UYPO6Co,2436
|
|
544
544
|
mage_ai/server/kernels.py,sha256=Bk_NHLjI05SHVJG91VrUVJqul9VdBFNezWLx6gyyr7w,787
|
|
545
545
|
mage_ai/server/logger.py,sha256=ZQivW37-0K6ty9zOCXQeYfHnSAho-LLvZmSQEI3fOdU,547
|
|
546
546
|
mage_ai/server/scheduler_manager.py,sha256=4fo5E3JPhpxGf6UlxOvpHJeZG_o9-gT2g8iyr7dNmb4,2471
|
|
@@ -564,19 +564,22 @@ mage_ai/server/client/mage.py,sha256=P_uT4tettbdT8eLnjrb6TnBvJ3522RHEUg2sO7KjMzg
|
|
|
564
564
|
mage_ai/server/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
565
565
|
mage_ai/server/data/base.py,sha256=mEenR7pyQ_ETa795RcOx134M6DkSpszcv41FzEu_khM,3862
|
|
566
566
|
mage_ai/server/data/models.py,sha256=K71oIFBs1A3VICS6QIQeF94KkHDu_-XGZRkPnkIWCso,9316
|
|
567
|
-
mage_ai/server/frontend_dist/404.html,sha256=
|
|
568
|
-
mage_ai/server/frontend_dist/404.html.html,sha256=
|
|
567
|
+
mage_ai/server/frontend_dist/404.html,sha256=fG4E8RpCXLU49nLU81LqhmMNrPIS59p81YTgYc9VN2E,9033
|
|
568
|
+
mage_ai/server/frontend_dist/404.html.html,sha256=fG4E8RpCXLU49nLU81LqhmMNrPIS59p81YTgYc9VN2E,9033
|
|
569
569
|
mage_ai/server/frontend_dist/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
|
|
570
|
-
mage_ai/server/frontend_dist/index.html,sha256=
|
|
571
|
-
mage_ai/server/frontend_dist/manage.html,sha256=
|
|
572
|
-
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=
|
|
573
|
-
mage_ai/server/frontend_dist/pipelines.html,sha256=
|
|
574
|
-
mage_ai/server/frontend_dist/settings.html,sha256=
|
|
575
|
-
mage_ai/server/frontend_dist/sign-in.html,sha256=
|
|
576
|
-
mage_ai/server/frontend_dist/terminal.html,sha256=
|
|
577
|
-
mage_ai/server/frontend_dist/test.html,sha256=
|
|
578
|
-
mage_ai/server/frontend_dist/triggers.html,sha256=
|
|
570
|
+
mage_ai/server/frontend_dist/index.html,sha256=xTHIEoLb5llm5EqXOpAngJUm9RDeg1cU19Bv2AtD6TQ,7795
|
|
571
|
+
mage_ai/server/frontend_dist/manage.html,sha256=eGW0MVI4YQI7mC83JpTC408Dpn3lvlDq2mAX2TEf_pw,10286
|
|
572
|
+
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=T3lcUBQwWKsWL82ZYUrtYnBf6nd16AW6zb0TVsPv0Bc,10225
|
|
573
|
+
mage_ai/server/frontend_dist/pipelines.html,sha256=U1LeAAYXAt-_WXYkx0S3nidIi_bNjAZAVbE7g8oyqhQ,10135
|
|
574
|
+
mage_ai/server/frontend_dist/settings.html,sha256=j88L_jzeCObtrbzDbhb0rI8DTCGw5QqFp_EBv90BbPo,7867
|
|
575
|
+
mage_ai/server/frontend_dist/sign-in.html,sha256=3nWeeeLVFdc3B91oDdItx1wRYScFLNUvOQNPqfbx99c,18654
|
|
576
|
+
mage_ai/server/frontend_dist/terminal.html,sha256=T-qDn0nlJQ3_IJuU9g-MtROU5nMz89YUbrZ5-xmgkfk,9976
|
|
577
|
+
mage_ai/server/frontend_dist/test.html,sha256=PmOyXKjv_jDIh2viiXOWna7uwTQHXipAAWSIlupg0Y4,8218
|
|
578
|
+
mage_ai/server/frontend_dist/triggers.html,sha256=TzfWpVmLEtc3yWTzjFxY_lWnJjx6sx6niedocJXsmBA,10132
|
|
579
579
|
mage_ai/server/frontend_dist/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
|
|
580
|
+
mage_ai/server/frontend_dist/_next/static/K62oaHK5x3k16vVxdvIWf/_buildManifest.js,sha256=eBCbc2ULvb1ssqBIkffEUfBCCSC4MVY6u1EaX_ztke0,5157
|
|
581
|
+
mage_ai/server/frontend_dist/_next/static/K62oaHK5x3k16vVxdvIWf/_middlewareManifest.js,sha256=3lNBMTpNxdmCylCuSkkehLxegLD0Odh_Bfw5c8G35Zo,92
|
|
582
|
+
mage_ai/server/frontend_dist/_next/static/K62oaHK5x3k16vVxdvIWf/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
580
583
|
mage_ai/server/frontend_dist/_next/static/chunks/1005-38fa861ca54679db.js,sha256=8B5iL8NjtG0FYL7NShBmUtIs4rB4dtltUeqz9184rIA,26578
|
|
581
584
|
mage_ai/server/frontend_dist/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
|
|
582
585
|
mage_ai/server/frontend_dist/_next/static/chunks/1240.0819f45820d22263.js,sha256=J0T6Hf6bUPCYwHY9ldwKtZyEe2sZjt7Z0JySRGK5Tno,6458
|
|
@@ -613,7 +616,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/5104.1edcf4437c471dd4.js,sha256
|
|
|
613
616
|
mage_ai/server/frontend_dist/_next/static/chunks/5164.857023e800905b6f.js,sha256=_DxYuUjZCsoKG4CtEnm17Hv2dvGfeXWCvgwC1SU74ik,1816
|
|
614
617
|
mage_ai/server/frontend_dist/_next/static/chunks/547-833b70469e82cb2b.js,sha256=rywzSOJZ7bnHFXCrR3W8Tv2JZo_UTdrw8m5mW5nT5AY,14467
|
|
615
618
|
mage_ai/server/frontend_dist/_next/static/chunks/5540-1025c6b3e65558b3.js,sha256=o-oFmbouCo7UuwjJj6TeEbMkwSet3KVF5sb9i9JWBWc,17617
|
|
616
|
-
mage_ai/server/frontend_dist/_next/static/chunks/5682-
|
|
619
|
+
mage_ai/server/frontend_dist/_next/static/chunks/5682-c0d87b28bf381aae.js,sha256=Od_HzBY84btPmKjIeWCA-U-Xi3mdhmmNf7hxsZAQXPU,11021
|
|
617
620
|
mage_ai/server/frontend_dist/_next/static/chunks/5729.0f2748e9e6dab951.js,sha256=kcbxoOOAieSjZdSqTLl5o_1OaTA4cdH5IEnjSA0RRMc,3490
|
|
618
621
|
mage_ai/server/frontend_dist/_next/static/chunks/5824.628653557e904674.js,sha256=zuOmz6CGILYNmrxJRyawt4dJA8x-omSDXdMhDgA0H0I,3479
|
|
619
622
|
mage_ai/server/frontend_dist/_next/static/chunks/5872-1767c45ee6690ae5.js,sha256=HrvGj8Rl8MrXYdTwb86yC7PmMZcTKfexbRsuBo2OlS8,105056
|
|
@@ -640,7 +643,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/8180-325d712ecbed97ce.js,sha256
|
|
|
640
643
|
mage_ai/server/frontend_dist/_next/static/chunks/8256.290ceb269b1ffe26.js,sha256=ihwSyZ700-l4I5TNDMRoxMX20xXwa2GoBtE7jC1ebn8,12094
|
|
641
644
|
mage_ai/server/frontend_dist/_next/static/chunks/826.75268ee34f93393a.js,sha256=TNPw6lOIjP4m8gyhvsyPUFOvhgSNSAG_ZiQDgYXKTF8,3939
|
|
642
645
|
mage_ai/server/frontend_dist/_next/static/chunks/8277.5003e1d94bb85156.js,sha256=eSbCXtqNN5AC2hVjDgn_zZxZTFRwY--JgAGic0QbWsE,1783
|
|
643
|
-
mage_ai/server/frontend_dist/_next/static/chunks/8312-
|
|
646
|
+
mage_ai/server/frontend_dist/_next/static/chunks/8312-71137409aea5d028.js,sha256=HVehMOfdHAe1IfSfWrrtA8VoOXkZaEHtabm1p_nryeM,13607
|
|
644
647
|
mage_ai/server/frontend_dist/_next/static/chunks/844-1e171f361e63b36d.js,sha256=0OBXieQi5zLDOLRG9_meQW2AXchqpC3pKzAUmgW8Zec,27337
|
|
645
648
|
mage_ai/server/frontend_dist/_next/static/chunks/8762.dff300f86bef8573.js,sha256=e7mUthmNXzyliYCMf-WE7jbQCJ9Nb5Cx3rAbvyR67xQ,3479
|
|
646
649
|
mage_ai/server/frontend_dist/_next/static/chunks/8789-4f858e520d46973b.js,sha256=5p39eGdUgGTO1vS0fELlrdZcON2cKDAtlzRkpeLheME,15534
|
|
@@ -648,7 +651,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/8807.a68c69c8fe0a8c01.js,sha256
|
|
|
648
651
|
mage_ai/server/frontend_dist/_next/static/chunks/8849.db0d50b4d84b09a6.js,sha256=iSCB9o5hd-_P0fsbwlTyekDkkTOwdyzBPtskoUSUpbc,3020
|
|
649
652
|
mage_ai/server/frontend_dist/_next/static/chunks/8901.21d26d5a1ee473fe.js,sha256=X4nOLltfBeh8tQ_X5YRS9SB43r857SG1kBuJjNrKOh8,4240
|
|
650
653
|
mage_ai/server/frontend_dist/_next/static/chunks/8920.5700e380a2999098.js,sha256=RGvPzExXEFaDQYehD5SQTf1r9XRwqfkf5bIUaZ-l7q8,9937
|
|
651
|
-
mage_ai/server/frontend_dist/_next/static/chunks/8957-
|
|
654
|
+
mage_ai/server/frontend_dist/_next/static/chunks/8957-6edafc5a2521efdf.js,sha256=ETud2Cwux-hHIbWSMrnXFAi5HdQKFzC0-oHvxgIuFio,38071
|
|
652
655
|
mage_ai/server/frontend_dist/_next/static/chunks/9129-8ae88897c3817909.js,sha256=xlyv4Ja8fPFeYxKOADpLLPl2WwRPnOLCdB_jJe6lwgw,25795
|
|
653
656
|
mage_ai/server/frontend_dist/_next/static/chunks/9258.6c6ef544c701a011.js,sha256=Sd-pfR7PFDVoiqfxr5sl61hVIm2qxz5rYYpJ3GGLI4k,8406
|
|
654
657
|
mage_ai/server/frontend_dist/_next/static/chunks/9307.d4baf7aebbcef1f0.js,sha256=XcyG4VF1oJ4zaD2bX8-MQ8r4cfeDmkaIj60zLyAjUkk,2131
|
|
@@ -680,7 +683,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/pages/test-bd801bde63db7c9e.js,
|
|
|
680
683
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-df30a0006fd775b8.js,sha256=mySUo5QQLtB8upoWmpJzp28-ldXCYkGqgQxfcpYR6Xg,15442
|
|
681
684
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]-ca9457e1a6bced4b.js,sha256=arFIXJ6FXE4wpSHaC9BqqNdLafoSrmjlrjmQBB1UR2U,4526
|
|
682
685
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-f08b51d9dc56eab5.js,sha256=TSL_b_RNTATtRqw1V3R2aExUoVTmIG8N8aHg3w9AMgk,9394
|
|
683
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-
|
|
686
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-d90d32812b2be89e.js,sha256=P3OeB4T3y_gRnDXGxN10__WgN8JESkoR4jzI5dFx2Vo,371137
|
|
684
687
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-0751190c3f720f8c.js,sha256=syc_nQGrz4HWJOfYM3rcoFlT2ZStFfkdu-J5D4nuiZ4,41312
|
|
685
688
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-5244d6c5d80af010.js,sha256=QnYWioI_w3hcGXxvNRd2qkp084jGfYKWR3I8OEP9z_8,334
|
|
686
689
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-88994d0bcf41cf9e.js,sha256=rY6AJjMworr-0Zihesim5XlR8XWbq4dOBJ6k7LV0ZHk,18473
|
|
@@ -697,9 +700,6 @@ mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/prefer
|
|
|
697
700
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync-data-353dc1ef2fadf70b.js,sha256=SyLT6pNa7ha7fqidqah58XzZEhEFgamMXWKZysTR1ZE,9558
|
|
698
701
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-cd838435ed1b8383.js,sha256=1Pm7pyOLa0-6eu2MBvuDOCOLmLgoeeJgvG55zI8fhIs,11604
|
|
699
702
|
mage_ai/server/frontend_dist/_next/static/css/d1e8e64d0b07af2f.css,sha256=mdjfcNHDQ5vXWn5xHrFvRm2QTQUGZlPrrUb0ELexj2g,15565
|
|
700
|
-
mage_ai/server/frontend_dist/_next/static/m8Ltx9sPofwrShNBHkhe-/_buildManifest.js,sha256=vHfZRphM5bBhfx-PhCQR5ouBPnyKpMeP2fGp5z89BMA,5157
|
|
701
|
-
mage_ai/server/frontend_dist/_next/static/m8Ltx9sPofwrShNBHkhe-/_middlewareManifest.js,sha256=3lNBMTpNxdmCylCuSkkehLxegLD0Odh_Bfw5c8G35Zo,92
|
|
702
|
-
mage_ai/server/frontend_dist/_next/static/m8Ltx9sPofwrShNBHkhe-/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
703
703
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
|
|
704
704
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
|
|
705
705
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Medium.ttf,sha256=lwkfkGI2YftPeXnBDRiPMPSAbYzjJrC8jRrMedzCDY8,283684
|
|
@@ -746,24 +746,24 @@ mage_ai/server/frontend_dist/images/run B.jpg,sha256=XCcTHE0uxCnOUlaU1yBhxOc6yVx
|
|
|
746
746
|
mage_ai/server/frontend_dist/images/extensions/dbt/logo.png,sha256=-ssfqyt73pSkqsA_UBfYf2U2h2P62yr6fCe5SIwBurc,6001
|
|
747
747
|
mage_ai/server/frontend_dist/images/extensions/great_expectations/logo.png,sha256=RK76yAE_SHMHiFxf2aq-Ox00Gw6Khap9CCkdT7ucfQw,22785
|
|
748
748
|
mage_ai/server/frontend_dist/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
|
|
749
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=
|
|
750
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=
|
|
751
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=
|
|
752
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=
|
|
753
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=
|
|
754
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256
|
|
755
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=
|
|
756
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=
|
|
757
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=
|
|
758
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=
|
|
759
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=
|
|
760
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=
|
|
761
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=
|
|
762
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=
|
|
763
|
-
mage_ai/server/frontend_dist/settings/account/profile.html,sha256
|
|
764
|
-
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=
|
|
765
|
-
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256
|
|
766
|
-
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=
|
|
749
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=Edr6gPhKl84d0Z45_ffR5wberRWwtkva2Iw7-iAuB8A,7909
|
|
750
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=XjK_Ygz3mJnZ2QS6jtyCSaf87gljx6z_wZ2mm7wnVTM,10260
|
|
751
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=8frSX70EVwvKw7KuhzOQMiPKrzA2uaiV0RuqOus7WyI,9585
|
|
752
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=29NQaCe403ATl-oat8jjh85RiWUElqXWesp4hI5BqTM,10406
|
|
753
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=xGfWC2BxUpRvH14BgDdP3X9HWVvAW7Dcegjeibuzbt4,10414
|
|
754
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=-juIUhiZdUppkgag8M8fKKAD187ve13WQ77qLbn-Gm8,10640
|
|
755
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=wGzFwoEAUpZfO_7J6ZmzScAo4FrQTiUU8Oyddp3ebWo,10180
|
|
756
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=VAdfOQA_tlzT2cTsyqU4wWPJka1ksomIl2qt8_2YGdE,10252
|
|
757
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=RPWUb7bRNRRvUOPOgpSh-8zyoqp825UoT5u1iqT7-L8,10726
|
|
758
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=lJMdxv305YcVO-8hcrouv-NMbGBA-b7kfDcfze1LdMA,10972
|
|
759
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=arF1LdUxKch6LwD3gmSZk7jb02yUZck2qK__jAu-9uE,10436
|
|
760
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=mb-_ZCjZ_-vs3sZ2vNztaMipX1uufeTdbAJ1hCbvqAQ,10602
|
|
761
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=EG5W6CQpvMhKSPzskmvZyZgcwDdEP-KgAjYmX3z3vB0,10985
|
|
762
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=E8xnGAc2ePh1HdFgJ0SJysNBJHPAXmoBea0jcw7eSvc,10970
|
|
763
|
+
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=-dMv3UQkhYNYGKyvOMV2QH8GuHPEApbJjalqYwuYLlw,10086
|
|
764
|
+
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=bLuRUf8mFJk4kjIWYZk0EOr4-_DMJnb7Hs1_4YlX9nU,10098
|
|
765
|
+
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256=ezwREvJBoYs4KRrN6e96OpG5VjgLGyjwooa1AEMUeLs,10094
|
|
766
|
+
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=hSU5T2dS-ML53XELIua-HKdImVwuZ_jDxQC-B9y_3TE,10242
|
|
767
767
|
mage_ai/server/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
768
768
|
mage_ai/server/utils/frontend_renderer.py,sha256=W3zAlyaF34pX8S9Xvofhu35gETqLBRjj_rET_f3lQ14,3331
|
|
769
769
|
mage_ai/server/utils/output_display.py,sha256=JLPHZd6JEksHXRtdO30pz9BpQGejxed2e9bIF89VSls,12077
|
|
@@ -800,8 +800,8 @@ mage_ai/services/email/config.py,sha256=zv9U8FdT0UplCNptzTxt_LsOy68Bm0wzh6Epo7l0
|
|
|
800
800
|
mage_ai/services/email/email.py,sha256=X2DLhuUioeeb1t8k-j40DcTUlfyNmCjxWU7q0CItSLg,658
|
|
801
801
|
mage_ai/services/gcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
802
802
|
mage_ai/services/gcp/cloud_run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
803
|
-
mage_ai/services/gcp/cloud_run/cloud_run.py,sha256=
|
|
804
|
-
mage_ai/services/gcp/cloud_run/config.py,sha256=
|
|
803
|
+
mage_ai/services/gcp/cloud_run/cloud_run.py,sha256=Pym9B_gOiC915L8oMWOmGoH4PYj2Lla4SXZKuMQ2xds,3386
|
|
804
|
+
mage_ai/services/gcp/cloud_run/config.py,sha256=u198PRmpAKVzjPp4GPmPhzfkfDg7efd7WJwDYnW78t8,222
|
|
805
805
|
mage_ai/services/google_chat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
806
806
|
mage_ai/services/google_chat/config.py,sha256=3Hmi6l4HkpkhmaWuNP-wCSU5nOAGKSsjA_UmAofbW54,278
|
|
807
807
|
mage_ai/services/google_chat/google_chat.py,sha256=cCk08eVCT4239BJaVDKxrHFKC123JQQfhOPaPgurPpc,386
|
|
@@ -925,11 +925,11 @@ mage_ai/tests/orchestration/test_execution_process_manager.py,sha256=Mo4sSptMjLP
|
|
|
925
925
|
mage_ai/tests/orchestration/test_job_manager.py,sha256=iPY37w240I27r-ETbOjhrP4_syQuZBMMOmPtbPBmbig,1535
|
|
926
926
|
mage_ai/tests/orchestration/test_pipeline_scheduler.py,sha256=1Gjeh16064jLXxDut-ZTfp3IpKSz1hjJ5Yo6f16VNkE,14719
|
|
927
927
|
mage_ai/tests/orchestration/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
928
|
-
mage_ai/tests/orchestration/db/test_models.py,sha256=
|
|
928
|
+
mage_ai/tests/orchestration/db/test_models.py,sha256=vm0FtsAnSUraNEwRC1vo4HzxiHedISPy__hjLw7GC0U,8744
|
|
929
929
|
mage_ai/tests/orchestration/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
930
930
|
mage_ai/tests/orchestration/notification/constants.py,sha256=MFMWt5vJm2FhfLz2_3m59mPcYJBIn215-qPVeL-G8_I,1224
|
|
931
931
|
mage_ai/tests/orchestration/notification/test_config.py,sha256=-CIG6WMiDLRNTZujwamSy71ee28c65YumMzqqzjZ6Gs,2514
|
|
932
|
-
mage_ai/tests/orchestration/notification/test_sender.py,sha256=
|
|
932
|
+
mage_ai/tests/orchestration/notification/test_sender.py,sha256=8whAXeDhR0BTBBdQ451OjZfwcjiMgwf38TzwYN4eeuo,6782
|
|
933
933
|
mage_ai/tests/orchestration/queue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
934
934
|
mage_ai/tests/orchestration/queue/test_process_queue.py,sha256=5N11KWONJ_Nfx9V20mTkG5rcP-C4GsCDzL_-o-EJuT4,1594
|
|
935
935
|
mage_ai/tests/orchestration/triggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -965,14 +965,14 @@ mage_ai/tests/streaming/sources/test_rabbitmq.py,sha256=-NwOf4QumuhTfZoo49O2_kFP
|
|
|
965
965
|
mage_ai/tests/streaming/sources/test_source_factory.py,sha256=5OhivoQRTWJleMC7asd7deJONrw3ps5pnmmVGZRtRME,2609
|
|
966
966
|
mage_ai/usage_statistics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
967
967
|
mage_ai/usage_statistics/constants.py,sha256=PgyCbrcr8wYllZ9KwG5hZYyBPMYDTIQNu8eWlIrNNeM,305
|
|
968
|
-
mage_ai/usage_statistics/logger.py,sha256
|
|
968
|
+
mage_ai/usage_statistics/logger.py,sha256=-hDTjSZlA7g_nXEweE37zL6Yz_VM4X2yD17GCDQJmKo,3021
|
|
969
969
|
mage_ai/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
970
970
|
mage_ai/utils/code.py,sha256=ne10WwWGxwYUmjfnFS8o3Ml17to2jEeJaGP_Tu2OlFA,737
|
|
971
971
|
mage_ai/utils/logger/__init__.py,sha256=o-e5hogCtTW0caELRmvMbeaztks5hwPO7xYUggx2hAQ,2518
|
|
972
972
|
mage_ai/utils/logger/constants.py,sha256=k0Lnkz4X36AhSEGvKb5K2sI1iDacv2jXav8AC4JWPD0,271
|
|
973
|
-
mage_ai-0.8.
|
|
974
|
-
mage_ai-0.8.
|
|
975
|
-
mage_ai-0.8.
|
|
976
|
-
mage_ai-0.8.
|
|
977
|
-
mage_ai-0.8.
|
|
978
|
-
mage_ai-0.8.
|
|
973
|
+
mage_ai-0.8.80.dist-info/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
|
|
974
|
+
mage_ai-0.8.80.dist-info/METADATA,sha256=-saI_k01LTGGNtXXNdc7zmabE8Qf7PP8_vEqvnq-pLw,21606
|
|
975
|
+
mage_ai-0.8.80.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
976
|
+
mage_ai-0.8.80.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
|
|
977
|
+
mage_ai-0.8.80.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
|
|
978
|
+
mage_ai-0.8.80.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5682],{62976:function(e,n,t){t.d(n,{Z:function(){return _}});var r=t(82394),o=t(21831),i=t(82684),a=t(10919),d=t(12691),l=t.n(d),c=t(34376),u=t.n(c),s=t(9518),h=t(63068),m=t(44628),f=t(6508),p=t(67971),g=t(19711),v=t(23831),b=t(31969),x=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},y=t(2005),w=t(31012),j=t(37391),k=t(6753),I=t(49125),S=t(20567),Z=t(24224),C=t(28598);function H(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 O(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?H(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):H(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var P=2*I.iI+w.dN,B=20*I.iI,N=s.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||b.Z.borders).medium,";\n ")}),(function(e){return!e.noBorderLeft&&"\n border-left: 1px solid ".concat((e.theme.borders||b.Z.borders).medium,";\n ")}),(function(e){return!e.noBorderRight&&"\n border-right: 1px solid ".concat((e.theme.borders||b.Z.borders).medium,";\n ")}),(function(e){return!e.noBorderTop&&"\n border-top: 1px solid ".concat((e.theme.borders||b.Z.borders).medium,";\n ")}),(function(e){return"\n color: ".concat((e.theme.content||b.Z.content).default,";\n ")}),(function(e){return"\n height: ".concat(e.columnHeaderHeight||P,"px;\n ")}),w.iD,y.ry,(function(e){return"\n background-color: ".concat((e.theme.background||b.Z.background).table,";\n border-bottom: 1px solid ").concat((e.theme.borders||b.Z.borders).medium,";\n border-right: 1px solid ").concat((e.theme.borders||b.Z.borders).medium,";\n ")}),1*I.iI);function M(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/(B-2*I.iI));return Math.max(r,1)*w.dN+2*I.iI}function E(e){var n=e.columnHeaderHeight,t=e.columns,r=e.data,d=e.disableScrolling,c=e.height,j=e.index,H=e.invalidValues,N=e.maxHeight,E=e.numberOfIndexes,_=e.previewIndexes,L=e.renderColumnHeader,T=e.width,R=(0,i.useContext)(s.ThemeContext),A=(0,i.useRef)(null),W=(0,i.useRef)(null);(0,i.useEffect)((function(){var e=function(e){var n;null===A||void 0===A||null===(n=A.current)||void 0===n||n.scroll(e.target.scrollLeft,0)};return W&&W.current.addEventListener("scroll",e),function(){var n;null===W||void 0===W||null===(n=W.current)||void 0===n||n.removeEventListener("scroll",e)}}),[A,W]);var D=(0,i.useMemo)((function(){return j&&r&&j.length===r.length}),[r,j]),V=(0,i.useMemo)((function(){var e=[];return(0,Z.w6)(E).forEach((function(n,t){var i=8.7*String(null===r||void 0===r?void 0:r.length).length;if(D){var a=j.map((function(e){return E>=2?String(e[t]).length:String(e).length}));i=8.7*Math.max.apply(Math,(0,o.Z)(a))}e.push(i+2*I.iI)})),e}),[r,j,E,D]),z=t.map((function(e){return null===e||void 0===e?void 0:e.Header})).slice(1),F=(0,i.useMemo)((function(){return x()}),[]),U=(0,i.useMemo)((function(){var e=T-(Math.max.apply(Math,(0,o.Z)(V))+1.5*I.iI+F),n=t.length-1,r=B;return r*n<e&&(r=e/n),{width:r}}),[t,V,F,T]),G=(0,m.useTable)({columns:t,data:r,defaultColumn:U},m.useBlockLayout,f.useSticky),q=G.getTableBodyProps,J=G.getTableProps,X=G.headerGroups,$=G.prepareRow,K=G.rows,Q=u().query.slug,Y=void 0===Q?[]:Q,ee=new Set((null===_||void 0===_?void 0:_.removedRows)||[]),ne=(0,i.useCallback)((function(e){var n=e.index,t=e.style,r=K[n];$(r);var o=r.original,d=ee.has(n);return(0,C.jsx)("div",O(O({},r.getRowProps({style:O(O({},t),{},{width:"auto"})})),{},{className:"tr",children:r.cells.map((function(e,t){var r,c=t<=E-1,u=e.getCellProps(),s=e.column.id,h=null===H||void 0===H||null===(r=H[s])||void 0===r?void 0:r.includes(n),m=O({},u.style);c&&(m.fontFamily=y.Vp,m.left=0,m.position="sticky",m.textAlign=j?"right":"center",m.width=V[t]);var f,v=o[t-E],x=z.indexOf(s);if(h&&(m.color=b.Z.interactive.dangerBorder),d&&(m.backgroundColor=b.Z.background.danger),Array.isArray(v)||"object"===typeof v)try{v=JSON.stringify(v)}catch(w){v="Error: cannot display value"}return c&&(D?(f=j[n],Array.isArray(f)&&(f=f[t])):f=e.render("Cell")),(0,i.createElement)("div",O(O({},u),{},{className:"td ".concat(c?"td-index-column":""),key:"".concat(t,"-").concat(v),style:m}),f,!c&&(0,C.jsxs)(p.Z,{justifyContent:"space-between",children:[(0,C.jsxs)(g.ZP,{danger:h,default:!0,wordBreak:!0,children:[!0===v&&"true",!1===v&&"false",(null===v||"null"===v)&&"null",!0!==v&&!1!==v&&null!==v&&"null"!==v&&v]}),h&&(0,C.jsx)(l(),{as:(0,S.o_)(k.mW,x),href:"/datasets/[...slug]",passHref:!0,children:(0,C.jsx)(a.Z,{danger:!0,children:"View all"})})]}))}))}))}),[j,H,V,E,$,K,Y]),te=(0,i.useMemo)((function(){var e;return N?(e=(0,Z.Sm)(K.map(M)),e+=n||P-w.dN):(e=c,e-=n||P),e}),[n,M,c,N,K]),re=(0,i.useMemo)((function(){return(0,C.jsx)(h.S_,{estimatedItemSize:P,height:te,itemCount:null===K||void 0===K?void 0:K.length,itemSize:function(e){return M(K[e])},outerRef:W,style:{maxHeight:N,pointerEvents:d?"none":null},children:ne})}),[te,W,ne,K]);return(0,C.jsx)("div",O(O({},J()),{},{className:"table sticky",style:{width:T},children:(0,C.jsxs)("div",O(O({},q()),{},{className:"body",children:[(0,C.jsx)("div",{className:"header",ref:A,children:X.map((function(e,n){return(0,i.createElement)("div",O(O({},e.getHeaderGroupProps()),{},{className:"tr",key:"".concat(e.id,"_").concat(n)}),e.headers.map((function(e,n){var t,r=n<=E-1,o=e.getHeaderProps(),a=O({},o.style);return r?(a.fontFamily=y.Vp,a.left=0,a.position="sticky",a.textAlign="center",a.width=V[n],a.minWidth=V[n]):L?t=L(e,n-E,{width:U.width}):(t=e.render("Header"),a.color=(R||v.Z).content.default,a.padding=1*I.iI,a.minWidth=U.width),(0,i.createElement)("div",O(O({},o),{},{className:"th",key:e.id,style:a,title:r?"Row number":void 0}),t)})))}))}),re]}))}))}var _=function(e){var n=e.columnHeaderHeight,t=e.columns,o=e.disableScrolling,a=e.height,d=e.index,l=e.invalidValues,c=e.maxHeight,u=e.noBorderBottom,s=e.noBorderLeft,h=e.noBorderRight,m=e.noBorderTop,f=e.previewIndexes,p=e.renderColumnHeader,g=e.rows,v=e.width,b=(0,i.useMemo)((function(){return null!==d&&void 0!==d&&d.length&&Array.isArray(d[0])?d[0].length:1}),[d]),x=(0,i.useMemo)((function(){return(0,Z.w6)(b).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,b]);return(0,i.useMemo)((function(){return null===g||void 0===g?void 0:g.map((function(e){return e.reduce((function(e,n,o){return O(O({},e),{},(0,r.Z)({},t[o],n))}),{})}))}),[t,g]),(0,C.jsx)(N,{columnHeaderHeight:n,disableScrolling:o,height:a,maxHeight:(c||0)+37,noBorderBottom:u,noBorderLeft:s,noBorderRight:h,noBorderTop:m,children:(0,C.jsx)(E,{columnHeaderHeight:n,columns:x,data:g,disableScrolling:o,height:a,index:d,invalidValues:l,maxHeight:c,numberOfIndexes:b,previewIndexes:f,renderColumnHeader:p,width:v})})}},64155:function(e,n,t){t.d(n,{Eh:function(){return c},ht:function(){return s},t0:function(){return u}});var r=t(9518),o=t(82386),i=t(1286),a=t(31012),d=t(37391),l=t(49125),c=(l.iI,i.O$+3*l.iI+a.dN),u=r.default.div.withConfig({displayName:"indexstyle__SidekickContainerStyle",componentId:"sc-15ofupc-0"})([""," overflow:auto;position:absolute;width:100%;",""],d.w5,(function(e){return"\n height: calc(100vh - ".concat(o.uX,"px - ").concat(e.heightOffset,"px);\n ")})),s=r.default.div.withConfig({displayName:"indexstyle__PaddingContainerStyle",componentId:"sc-15ofupc-1"})(["padding:","px;",""],2*l.iI,(function(e){return e.noPadding&&"\n padding: 0;\n "}))},22673:function(e,n,t){var r=t(82684),o=t(68792),i=t(31811),a=t(9518),d=t(65292),l=t(23831),c=t(2005),u=t(49125),s=t(28598);n.Z=function(e){var n=e.language,t=e.maxWidth,h=e.showLineNumbers,m=e.small,f=e.source,p=e.wrapLines,g=(0,r.useContext)(a.ThemeContext);function v(e){var r=e.value;return(0,s.jsx)(i.Z,{customStyle:{backgroundColor:(g.background||l.Z.background).popup,border:"none",borderRadius:"none",boxShadow:"none",fontFamily:c.Vp,fontSize:m?12:14,marginBottom:0,marginTop:0,maxWidth:t,paddingBottom:2*u.iI,paddingTop:2*u.iI},language:n,lineNumberStyle:{color:(g.content||l.Z.content).muted},showLineNumbers:h,style:d._4,useInlineStyles:!0,wrapLines:p,children:r})}return(0,s.jsx)(o.D,{components:{code:function(e){var n=e.children;return(0,s.jsx)(v,{value:n})}},children:f})}},32316:function(e,n,t){t.d(n,{Z:function(){return g}});var r=t(82684),o=t(60328),i=t(67971),a=t(882),d=t(86673),l=t(19711),c=t(99994),u=t(9518),s=t(49125),h=t(37391),m=u.default.div.withConfig({displayName:"indexstyle__TabsContainerStyle",componentId:"sc-segf7l-0"})(["padding-left:","px;padding-right:","px;"," "," ",""],s.cd*s.iI,s.cd*s.iI,(function(e){return e.noPadding&&"\n padding: 0;\n "}),(function(e){return e.allowScroll&&"\n overflow: auto;\n "}),h.w5),f=t(66653),p=t(28598);var g=function(e){var n=e.allowScroll,t=e.contained,u=e.noPadding,h=e.onClickTab,g=e.selectedTabUUID,v=e.small,b=e.tabs,x=(0,r.useMemo)((function(){var e=b.length,n=[];return b.forEach((function(t,r){var u=t.Icon,m=t.IconSelected,b=t.label,x=t.uuid,y=x===g,w=y&&m||u,j=b?b():x,k=(0,p.jsxs)(i.Z,{alignItems:"center",children:[w&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(w,{default:!y,size:2*s.iI}),(0,p.jsx)(d.Z,{mr:1})]}),(0,p.jsx)(l.ZP,{bold:!0,default:!y,noWrapping:!0,small:!0,children:j})]});r>=1&&e>=2&&n.push((0,p.jsx)("div",{style:{marginLeft:1.5*s.iI}},"spacing-".concat(x))),y?n.push((0,p.jsx)(a.Z,{backgroundGradient:c.yr,backgroundPanel:!0,borderLess:!0,borderWidth:2,compact:v,onClick:function(e){(0,f.j)(e),h(t)},paddingUnitsHorizontal:2,paddingUnitsVertical:1.25,small:v,children:k},x)):n.push((0,p.jsx)("div",{style:{padding:2},children:(0,p.jsx)(o.Z,{borderLess:!0,compact:v,default:!0,onClick:function(e){(0,f.j)(e),h(t)},outline:!0,small:v,children:k})},"button-tab-".concat(x)))})),n}),[h,g,v,b]),y=(0,p.jsx)(i.Z,{alignItems:"center",children:x});return t?y:(0,p.jsx)(m,{allowScroll:n,noPadding:u,children:y})}}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8312],{65597:function(e,n,i){i.d(n,{f:function(){return l}});var t=i(9518),r=i(23831),o=i(49125),u=i(73942),l=t.default.div.withConfig({displayName:"Tablestyle__PopupContainerStyle",componentId:"sc-8ammqd-0"})(["position:absolute;max-height:","px;z-index:10;border-radius:","px;padding:","px;"," "," "," ",""],58*o.iI,u.TR,2*o.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||r.Z.shadow).popup,";\n background-color: ").concat((e.theme.interactive||r.Z.interactive).defaultBackground,";\n ")}),(function(e){return e.leftOffset&&"\n left: ".concat(e.leftOffset,"px;\n ")}),(function(e){return e.topOffset&&"\n top: ".concat(e.topOffset,"px;\n ")}),(function(e){return e.width&&"\n width: ".concat(e.width,"px;\n ")}))},97496:function(e,n,i){var t=i(82394),r=i(75582),o=i(12691),u=i.n(o),l=i(34376),c=i.n(l),s=i(82684),d=i(83455),a=i(60328),p=i(38341),f=i(47999),h=i(93461),x=i(67971),j=i(10919),g=i(47409),b=i(86673),Z=i(54283),m=i(58180),_=i(19711),C=i(82531),O=i(23831),v=i(73942),E=i(10503),I=i(65597),k=i(93348),P=i(45838),w=i(49125),y=i(19395),N=i(24224),D=i(9736),A=i(96510),L=i(28598);function R(e,n){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),i.push.apply(i,t)}return i}function T(e){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?R(Object(i),!0).forEach((function(n){(0,t.Z)(e,n,i[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):R(Object(i)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(i,n))}))}return e}function S(e){var n=e.cancelingRunId,i=e.disabled,t=e.isLoadingCancelPipeline,o=e.onCancel,u=e.onSuccess,l=e.pipelineRun,c=e.setCancelingRunId,p=e.setErrors,h=e.setShowConfirmationId,j=e.showConfirmationId,m=(0,D.Ct)(),P=l||{},y=P.id,N=P.pipeline_schedule_id,R=P.pipeline_schedule_token,T=P.pipeline_schedule_type,S=P.status,V=t&&y===n&&g.VO.RUNNING===S,U=(0,d.Db)(k.Xm.API===T&&R?C.ZP.pipeline_runs.pipeline_schedules.useCreateWithParent(N,R):C.ZP.pipeline_runs.pipeline_schedules.useCreate(N),{onSuccess:function(e){return(0,A.wD)(e,{callback:function(){u()},onErrorCallback:function(e,n){return null===p||void 0===p?void 0:p({errors:n,response:e})}})}}),F=(0,r.Z)(U,1)[0],M=(0,s.useCallback)((function(){h(null),F({pipeline_run:{backfill_id:null===l||void 0===l?void 0:l.backfill_id,execution_date:null===l||void 0===l?void 0:l.execution_date,pipeline_schedule_id:null===l||void 0===l?void 0:l.pipeline_schedule_id,pipeline_uuid:null===l||void 0===l?void 0:l.pipeline_uuid,variables:null===l||void 0===l?void 0:l.variables}})}),[F,l,h]),B=(0,s.useCallback)((function(){h(null),c(y),o({id:y,status:g.VO.CANCELLED})}),[o,y,c,h]);return(0,L.jsxs)("div",{style:{position:"relative"},children:[(0,L.jsx)(a.Z,{backgroundColor:V&&O.Z.accent.yellow,beforeIcon:g.VO.INITIAL!==S&&!i&&(0,L.jsxs)(L.Fragment,{children:[g.VO.COMPLETED===S&&(0,L.jsx)(E.Jr,{size:2*w.iI}),[g.VO.FAILED,g.VO.CANCELLED].includes(S)&&(0,L.jsx)(E.Py,{inverted:g.VO.CANCELLED===S&&!m,size:2*w.iI}),[g.VO.RUNNING].includes(S)&&(0,L.jsx)(Z.Z,{color:V?O.Z.status.negative:O.Z.monotone.white,small:!0})]}),borderRadius:v.D7,danger:g.VO.FAILED===S&&!m,default:g.VO.INITIAL===S,disabled:i||m,loading:!l,onClick:function(){return h(y)},padding:"6px",primary:g.VO.RUNNING===S&&!V&&!m,warning:g.VO.CANCELLED===S&&!m,children:i?"Ready":V?"Canceling":g.Do[S]}),(0,L.jsx)(f.Z,{onClickOutside:function(){return h(null)},open:j===y,children:(0,L.jsxs)(I.f,{children:[[g.VO.RUNNING,g.VO.INITIAL].includes(S)&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(_.ZP,{bold:!0,color:"#9ECBFF",children:"Run is in progress"}),(0,L.jsx)(b.Z,{mb:1}),(0,L.jsxs)(_.ZP,{children:["This pipeline run is currently ongoing. Retrying will cancel",(0,L.jsx)("br",{}),"the current pipeline run."]}),(0,L.jsx)(_.ZP,{}),(0,L.jsx)(b.Z,{mt:1,children:(0,L.jsxs)(x.Z,{children:[(0,L.jsx)(a.Z,{onClick:function(){B(),M()},children:"Retry run"}),(0,L.jsx)(b.Z,{ml:1}),(0,L.jsx)(a.Z,{onClick:B,children:"Cancel run"})]})})]}),[g.VO.CANCELLED,g.VO.FAILED,g.VO.COMPLETED].includes(S)&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(_.ZP,{bold:!0,color:"#9ECBFF",children:["Run ",S]}),(0,L.jsx)(b.Z,{mb:1}),(0,L.jsx)(_.ZP,{children:"Retry the run with changes you have made to the pipeline."}),(0,L.jsx)(b.Z,{mb:1}),(0,L.jsx)(a.Z,{onClick:M,children:"Retry run"})]})]})})]})}n.Z=function(e){var n=e.allowBulkSelect,i=e.disableRowSelect,o=e.emptyMessage,l=void 0===o?"No runs available":o,f=e.fetchPipelineRuns,Z=e.onClickRow,O=e.pipelineRuns,I=e.selectedRun,k=e.selectedRuns,D=e.setSelectedRuns,R=e.setErrors,V=(0,s.useState)(null),U=V[0],F=V[1],M=(0,s.useState)(null),B=M[0],H=M[1],z=(0,d.Db)((function(e){var n=e.id,i=e.status;return C.ZP.pipeline_runs.useUpdate(n)({pipeline_run:{status:i}})}),{onSuccess:function(e){return(0,A.wD)(e,{callback:function(){F(null),f()},onErrorCallback:function(e,n){F(null),null===R||void 0===R||R({errors:n,response:e})}})}}),Y=(0,r.Z)(z,2),G=Y[0],J=Y[1].isLoading,K=[null,1,2,1,1,null],q=[{uuid:"Status"},{uuid:"Pipeline UUID"},{uuid:"Date"},{uuid:"Trigger"},{uuid:"Block runs"},{uuid:"Completed"},{uuid:"Logs"}],Q=(0,s.useMemo)((function(){return O.every((function(e){var n=e.id;return!(null===k||void 0===k||!k[n])}))}),[O,k]);return n&&(K.unshift(null),q.unshift({label:function(){return(0,L.jsx)(p.Z,{checked:Q,onClick:function(){var e=(0,N.HK)(O||[],(function(e){return e.id}));D(Q?{}:e)}})},uuid:"Selected"})),!i&&Z&&(K.push(null),q.push({label:function(){return""},uuid:"action"})),(0,L.jsx)(P.cl,{minHeight:30*w.iI,overflowVisible:!!B,children:0===(null===O||void 0===O?void 0:O.length)?(0,L.jsx)(b.Z,{px:3,py:1,children:(0,L.jsx)(_.ZP,{bold:!0,default:!0,monospace:!0,muted:!0,children:l})}):(0,L.jsx)(m.Z,{columnFlex:K,columns:q,isSelectedRow:function(e){return!i&&O[e].id===(null===I||void 0===I?void 0:I.id)},onClickRow:i?null:Z,rowVerticalPadding:6,rows:null===O||void 0===O?void 0:O.map((function(e,r){var o=e.block_runs_count,l=e.completed_at,s=e.execution_date,d=e.id,m=e.pipeline_schedule_id,C=e.pipeline_schedule_name,I=e.pipeline_uuid,P=e.status,N=!d&&!P,A=[];if(A=r>0&&O[r-1].execution_date===e.execution_date&&O[r-1].pipeline_schedule_id===e.pipeline_schedule_id?[(0,L.jsx)(b.Z,{ml:1,children:(0,L.jsxs)(x.Z,{alignItems:"center",children:[(0,L.jsx)(E.TT,{size:2*w.iI,useStroke:!0}),(0,L.jsx)(a.Z,{borderRadius:v.D7,notClickable:!0,padding:"6px",children:(0,L.jsx)(_.ZP,{muted:!0,children:g.Do[P]})})]})},"row_status"),(0,L.jsx)(_.ZP,{default:!0,monospace:!0,muted:!0,children:I},"row_pipeline_uuid"),(0,L.jsx)(_.ZP,{default:!0,monospace:!0,muted:!0,children:"-"},"row_date_retry"),(0,L.jsx)(_.ZP,{default:!0,monospace:!0,muted:!0,children:"-"},"row_trigger_retry"),(0,L.jsx)(u(),{as:"/pipelines/".concat(I,"/runs/").concat(d),href:"/pipelines/[pipeline]/runs/[run]",passHref:!0,children:(0,L.jsx)(j.Z,{bold:!0,muted:!0,children:"See block runs (".concat(o,")")})},"row_block_runs"),(0,L.jsx)(_.ZP,{monospace:!0,muted:!0,children:l&&(0,y.Vx)(l)||"-"},"row_completed"),(0,L.jsx)(a.Z,{default:!0,iconOnly:!0,noBackground:!0,onClick:function(){return c().push("/pipelines/".concat(I,"/logs?pipeline_run_id[]=").concat(d))},children:(0,L.jsx)(E.B4,{default:!0,size:2*w.iI})},"row_logs")]:[(0,L.jsx)(S,{cancelingRunId:U,disabled:N,isLoadingCancelPipeline:J,onCancel:G,onSuccess:f,pipelineRun:e,setCancelingRunId:F,setErrors:R,setShowConfirmationId:H,showConfirmationId:B},"row_retry_button"),(0,L.jsx)(_.ZP,{default:!0,monospace:!0,children:I},"row_pipeline_uuid"),(0,L.jsx)(_.ZP,{default:!0,monospace:!0,children:s&&(0,y.Vx)(s)||"-"},"row_date"),(0,L.jsx)(u(),{as:"/pipelines/".concat(I,"/triggers/").concat(m),href:"/pipelines/[pipeline]/triggers/[...slug]",passHref:!0,children:(0,L.jsx)(j.Z,{bold:!0,sameColorAsText:!0,children:C})},"row_trigger"),(0,L.jsx)(u(),{as:"/pipelines/".concat(I,"/runs/").concat(d),href:"/pipelines/[pipeline]/runs/[run]",passHref:!0,children:(0,L.jsx)(j.Z,{bold:!0,disabled:N,sameColorAsText:!0,children:N?"":"See block runs (".concat(o,")")})},"row_block_runs"),(0,L.jsx)(_.ZP,{default:!0,monospace:!0,children:l&&(0,y.Vx)(l)||"-"},"row_completed"),(0,L.jsx)(a.Z,{default:!0,disabled:N,iconOnly:!0,noBackground:!0,onClick:function(){return c().push("/pipelines/".concat(I,"/logs?pipeline_run_id[]=").concat(d))},children:(0,L.jsx)(E.B4,{default:!0,size:2*w.iI})},"row_item_13")],n){var V=!(null===k||void 0===k||!k[d]);A.unshift((0,L.jsx)(p.Z,{checked:V,onClick:function(){D((function(n){return T(T({},n),{},(0,t.Z)({},d,V?null:e))}))}},"selected-pipeline-run-".concat(d)))}return!i&&Z&&A.push((0,L.jsx)(h.Z,{flex:1,justifyContent:"flex-end",children:(0,L.jsx)(E._Q,{default:!0,size:2*w.iI})})),A})),uuid:"pipeline-runs"})})}},19395:function(e,n,i){i.d(n,{IJ:function(){return d},Vx:function(){return p},eI:function(){return a},gU:function(){return h},tL:function(){return f},vJ:function(){return x}});var t,r,o=i(82394),u=i(92083),l=i.n(u);function c(e,n){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),i.push.apply(i,t)}return i}function s(e){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?c(Object(i),!0).forEach((function(n){(0,o.Z)(e,n,i[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):c(Object(i)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(i,n))}))}return e}function d(e){return null===e||void 0===e?void 0:e.reduce((function(e,n){var i=n.block_uuid,t=n.completed_at,r=n.started_at,u=n.status,c=null;r&&t&&(c=l()(t).valueOf()-l()(r).valueOf());return s(s({},e),{},(0,o.Z)({},i,{runtime:c,status:u}))}),{})}function a(e){if(!e)return null;var n=new Date(l()(e).valueOf()),i=Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds());return new Date(i)}function p(e){return"string"!==typeof e?e:a(e.split("+")[0]).toISOString().split(".")[0]}!function(e){e.DAY="day",e.HOUR="hour",e.MINUTE="minute",e.SECOND="second"}(r||(r={}));var f=(t={},(0,o.Z)(t,r.DAY,86400),(0,o.Z)(t,r.HOUR,3600),(0,o.Z)(t,r.MINUTE,60),(0,o.Z)(t,r.SECOND,1),t);function h(e){var n=r.SECOND,i=e;return e%86400===0?(i/=86400,n=r.DAY):e%3600===0?(i/=3600,n=r.HOUR):e%60===0&&(i/=60,n=r.MINUTE),{time:i,unit:n}}function x(e,n){return e*f[n]}},51099:function(e,n,i){i.d(n,{Q:function(){return d}});i(82684);var t=i(60328),r=i(67971),o=i(86673),u=i(10503),l=i(73899),c=i(49125),s=i(28598),d=22;n.Z=function(e){var n=e.page,i=e.maxPages,d=e.onUpdate,a=e.totalPages,p=[],f=i;if(f>a)p=Array.from({length:a},(function(e,n){return n}));else{var h=Math.floor(f/2),x=n-h;n+h>=a?(x=a-f+2,f-=2):n-h<=0?(x=0,f-=2):(f-=4,x=n-Math.floor(f/2)),p=Array.from({length:f},(function(e,n){return n+x}))}return(0,s.jsx)(s.Fragment,{children:a>0&&(0,s.jsxs)(r.Z,{alignItems:"center",children:[(0,s.jsx)(t.Z,{disabled:0===n,onClick:function(){return d(n-1)},children:(0,s.jsx)(u.Hd,{size:1.5*c.iI,stroke:"#AEAEAE"})}),!p.includes(0)&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(t.Z,{onClick:function(){return d(0)},borderLess:!0,noBackground:!0,children:1})},0),!p.includes(1)&&(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(t.Z,{notClickable:!0,noBackground:!0,noPadding:!0,children:"..."})},0)]}),p.map((function(e){return(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(t.Z,{onClick:function(){e!==n&&d(e)},notClickable:e===n,backgroundColor:e===n&&l.a$,borderLess:!0,noBackground:!0,children:e+1})},e)})),!p.includes(a-1)&&(0,s.jsxs)(s.Fragment,{children:[!p.includes(a-2)&&(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(t.Z,{notClickable:!0,noBackground:!0,noPadding:!0,children:"..."})},0),(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(t.Z,{onClick:function(){return d(a-1)},borderLess:!0,noBackground:!0,children:a})},a-1)]}),(0,s.jsx)(o.Z,{ml:1}),(0,s.jsx)(t.Z,{disabled:n===a-1,onClick:function(){return d(n+1)},children:(0,s.jsx)(u.Kw,{size:1.5*c.iI,stroke:"#AEAEAE"})})]})})}},47409:function(e,n,i){i.d(n,{Az:function(){return l},BF:function(){return u},Do:function(){return s},VO:function(){return o},sZ:function(){return c}});var t,r=i(82394),o=i(66050).V,u=[o.INITIAL,o.RUNNING],l=[o.CANCELLED,o.COMPLETED,o.FAILED],c="__mage_variables",s=(t={},(0,r.Z)(t,o.CANCELLED,"Cancelled"),(0,r.Z)(t,o.COMPLETED,"Done"),(0,r.Z)(t,o.FAILED,"Failed"),(0,r.Z)(t,o.INITIAL,"Ready"),(0,r.Z)(t,o.RUNNING,"Running"),t)},93348:function(e,n,i){i.d(n,{TR:function(){return a},U5:function(){return c},Xm:function(){return o},Z4:function(){return d},fq:function(){return l},kJ:function(){return s}});var t,r,o,u=i(82394);!function(e){e.API="api",e.EVENT="event",e.TIME="time"}(o||(o={}));var l,c,s,d=(t={},(0,u.Z)(t,o.API,(function(){return"API"})),(0,u.Z)(t,o.EVENT,(function(){return"event"})),(0,u.Z)(t,o.TIME,(function(){return"schedule"})),t);!function(e){e.ACTIVE="active",e.INACTIVE="inactive"}(l||(l={})),function(e){e.ONCE="@once",e.HOURLY="@hourly",e.DAILY="@daily",e.WEEKLY="@weekly",e.MONTHLY="@monthly"}(c||(c={})),function(e){e.CREATED_AT="created_at",e.NAME="name",e.PIPELINE="pipeline_uuid",e.STATUS="status",e.TYPE="schedule_type"}(s||(s={}));var a=(r={},(0,u.Z)(r,s.CREATED_AT,"Created at"),(0,u.Z)(r,s.NAME,"Name"),(0,u.Z)(r,s.PIPELINE,"Pipeline"),(0,u.Z)(r,s.STATUS,"Status"),(0,u.Z)(r,s.TYPE,"Type"),r)}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8957],{44162:function(n,e,t){t.d(e,{HC:function(){return g},Kf:function(){return s},Nk:function(){return f},PY:function(){return p},gE:function(){return m},jv:function(){return b},nz:function(){return v},oh:function(){return d},qn:function(){return a},t1:function(){return h},y9:function(){return k}});var o=t(9518),r=t(23831),i=t(86422),c=t(73942),u=t(49125),l=t(90880),d=68;function a(n,e){var t,o,c=((null===e||void 0===e||null===(t=e.theme)||void 0===t?void 0:t.borders)||r.Z.borders).light,u=((null===e||void 0===e||null===(o=e.theme)||void 0===o?void 0:o.monotone)||r.Z.monotone).grey500,l=e||{},d=l.blockColor,a=l.isSelected,s=l.theme;return a?c=(s||r.Z).content.active:i.tf.TRANSFORMER===n||d===i.Lq.PURPLE?(c=(s||r.Z).accent.purple,u=(s||r.Z).accent.purpleLight):i.tf.DATA_EXPORTER===n||d===i.Lq.YELLOW?(c=(s||r.Z).accent.yellow,u=(s||r.Z).accent.yellowLight):i.tf.DATA_LOADER===n||d===i.Lq.BLUE?(c=(s||r.Z).accent.blue,u=(s||r.Z).accent.blueLight):i.tf.MARKDOWN===n?(c=(s||r.Z).accent.sky,u=(s||r.Z).accent.skyLight):i.tf.SENSOR===n||d===i.Lq.PINK?(c=(s||r.Z).accent.pink,u=(s||r.Z).accent.pinkLight):i.tf.DBT===n?(c=(s||r.Z).accent.dbt,u=(s||r.Z).accent.dbtLight):i.tf.EXTENSION===n||d===i.Lq.TEAL?(c=((null===s||void 0===s?void 0:s.accent)||r.Z.accent).teal,u=((null===s||void 0===s?void 0:s.accent)||r.Z.accent).tealLight):i.tf.CALLBACK===n?(c=((null===s||void 0===s?void 0:s.accent)||r.Z.accent).rose,u=((null===s||void 0===s?void 0:s.accent)||r.Z.accent).roseLight):(i.tf.SCRATCHPAD===n||d===i.Lq.GREY||i.tf.CUSTOM===n&&!d)&&(c=(s||r.Z).content.default,u=(s||r.Z).accent.contentDefaultTransparent),{accent:c,accentLight:u}}var s=(0,o.css)([""," "," "," "," "," "," ",""],(0,l.eR)(),(function(n){return!n.selected&&!n.hasError&&"\n border-color: ".concat(a(n.blockType,n).accentLight,";\n ")}),(function(n){return n.selected&&!n.hasError&&"\n border-color: ".concat(a(n.blockType,n).accent,";\n ")}),(function(n){return!n.selected&&n.hasError&&"\n border-color: ".concat((n.theme.accent||r.Z.accent).negativeTransparent,";\n ")}),(function(n){return n.selected&&n.hasError&&"\n border-color: ".concat((n.theme.borders||r.Z.borders).danger,";\n ")}),(function(n){return n.dynamicBlock&&"\n border-style: dashed !important;\n "}),(function(n){return n.dynamicChildBlock&&"\n border-style: dotted !important;\n "})),f=o.default.div.withConfig({displayName:"indexstyle__ContainerStyle",componentId:"sc-s5rj34-0"})(["border-radius:","px;position:relative;"],c.n_),p=o.default.div.withConfig({displayName:"indexstyle__HiddenBlockContainerStyle",componentId:"sc-s5rj34-1"})([""," border-radius:","px;border-style:",";border-width:","px;",""],s,c.n_,c.M8,c.mP,(function(n){return"\n background-color: ".concat((n.theme||r.Z).background.content,";\n\n &:hover {\n border-color: ").concat(a(n.blockType,n).accent,";\n }\n ")})),v=o.default.div.withConfig({displayName:"indexstyle__BlockHeaderStyle",componentId:"sc-s5rj34-2"})([""," border-top-left-radius:","px;border-top-right-radius:","px;border-top-style:",";border-top-width:","px;border-left-style:",";border-left-width:","px;border-right-style:",";border-right-width:","px;padding:","px;position:sticky;top:-5px;"," "," ",""],s,c.n_,c.n_,c.M8,c.mP,c.M8,c.mP,c.M8,c.mP,u.iI,(function(n){return"\n background-color: ".concat((n.theme||r.Z).background.content,";\n ")}),(function(n){return n.bottomBorder&&"\n border-bottom: ".concat(c.YF,"px ").concat(c.M8," ").concat((n.theme||r.Z).borders.medium2,";\n ")}),(function(n){return n.zIndex&&"\n z-index: ".concat(6+(n.zIndex||0),";\n ")})),b=o.default.div.withConfig({displayName:"indexstyle__CodeContainerStyle",componentId:"sc-s5rj34-3"})([""," border-left-style:",";border-left-width:","px;border-right-style:",";border-right-width:","px;padding-bottom:","px;padding-top:","px;position:relative;"," "," "," .line-numbers{opacity:0;}&.selected{.line-numbers{opacity:1 !important;}}"],s,c.M8,c.mP,c.M8,c.mP,u.iI,u.iI,(function(n){return"\n background-color: ".concat((n.theme.background||r.Z.background).codeTextarea,";\n ")}),(function(n){return n.lightBackground&&"\n background-color: ".concat((n.theme||r.Z).background.content,";\n ")}),(function(n){return!n.hasOutput&&"\n border-bottom-left-radius: ".concat(c.n_,"px;\n border-bottom-right-radius: ").concat(c.n_,"px;\n border-bottom-style: ").concat(c.M8,";\n border-bottom-width: ").concat(c.mP,"px;\n ")})),m=o.default.div.withConfig({displayName:"indexstyle__BlockDivider",componentId:"sc-s5rj34-4"})(["align-items:center;display:flex;height:","px;justify-content:center;position:relative;z-index:8;bottom:","px;&:hover{"," .block-divider-inner{","}}"],2*u.iI,.5*u.iI,(function(n){return n.additionalZIndex>0&&"\n z-index: ".concat(8+n.additionalZIndex,";\n ")}),(function(n){return"\n background-color: ".concat((n.theme.text||r.Z.text).fileBrowser,";\n ")})),h=o.default.div.withConfig({displayName:"indexstyle__BlockDividerInner",componentId:"sc-s5rj34-5"})(["height 1px;width:100%;position:absolute;z-index:-1;top:","px;"],1.5*u.iI),k=o.default.div.withConfig({displayName:"indexstyle__CodeHelperStyle",componentId:"sc-s5rj34-6"})(["margin-bottom:","px;padding-bottom:","px;",""],u.cd*u.iI,u.iI,(function(n){return"\n border-bottom: 1px solid ".concat((n.theme.borders||r.Z.borders).medium,";\n padding-left: ").concat(n.normalPadding?u.iI:d,"px;\n ")})),g=o.default.div.withConfig({displayName:"indexstyle__TimeTrackerStyle",componentId:"sc-s5rj34-7"})(["bottom:","px;left:","px;position:absolute;"],1*u.iI,d)},75968:function(n,e,t){t.d(e,{J8:function(){return p},MS:function(){return v},Ts:function(){return f},_o:function(){return b},eY:function(){return a},fA:function(){return s}});var o=t(82394),r=t(86422),i=t(90211),c=t(33766),u=t(60701);function l(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,o)}return t}function d(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?l(Object(t),!0).forEach((function(e){(0,o.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):l(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var a=function(n,e){var t=(null===e||void 0===e?void 0:e.upstream_blocks)||[];return r.iZ.includes(null===n||void 0===n?void 0:n.type)||r.iZ.includes(null===e||void 0===e?void 0:e.type)||r.tf.DATA_LOADER===(null===e||void 0===e?void 0:e.type)&&r.tf.SENSOR!==n.type||t.push(n.uuid),t},s=function(n,e){var t=[];return r.iZ.includes(null===n||void 0===n?void 0:n.type)||r.iZ.includes(null===e||void 0===e?void 0:e.type)||(t=t.concat((null===n||void 0===n?void 0:n.downstream_blocks)||[])),t},f=function(n,e,t,o){for(var c,u=[],l=e.findIndex((function(e){return e.uuid===n.uuid}));!c&&l>=0;){var d;c=e[l-1],r.tf.SCRATCHPAD===(null===(d=c)||void 0===d?void 0:d.type)&&(c=null),l-=1}return c&&u.push(c.uuid),r.Ut.map((function(e){return{label:function(){return"Convert to ".concat((0,i.wX)(r.V4[e]))},onClick:function(){return o({converted_from_type:e,converted_from_uuid:n.uuid,type:e,upstream_blocks:u})},uuid:"".concat(t,"/convert_to/").concat(e)}}))},p=function(n,e,t,o,i,l){var a=n||{},s=a.configuration,f=a.downstream_blocks,p=a.has_callback,v=a.upstream_blocks,b=s||{},m=b.dynamic,h=b.reduce_output,k=r.tf.DBT===(null===n||void 0===n?void 0:n.type),g=[];if(![r.tf.CALLBACK,r.tf.EXTENSION,r.tf.MARKDOWN].includes(n.type)){g.push({label:function(){return k?"Execute and run upstream blocks":"Execute with upstream blocks"},onClick:function(){return e({block:n,runUpstream:!0})},uuid:"execute_upstream"}),k||g.push({label:function(){return"Execute block and run tests"},onClick:function(){return e({block:n,runTests:!0})},uuid:"run_tests"});var y=l||{},E=y.blocksMapping,A=y.fetchFileTree,O=y.fetchPipeline,T=y.savePipelineContent,R=y.updatePipeline,x=[];if(f.forEach((function(n){var e=null===E||void 0===E?void 0:E[n];e&&e.upstream_blocks.forEach((function(n){var e,t;null!==E&&void 0!==E&&null!==(e=E[n])&&void 0!==e&&null!==(t=e.configuration)&&void 0!==t&&t.dynamic&&x.push(E[n])}))})),k&&g.unshift.apply(g,[{label:function(){return"Run model"},onClick:function(){return e({block:n,runSettings:{run_model:!0}})},tooltip:function(){return"Execute command dbt run."},uuid:"run_model"},{label:function(){return"Test model"},onClick:function(){return e({block:n,runSettings:{test_model:!0}})},tooltip:function(){return"Execute command dbt test."},uuid:"test_model"},{label:function(){return"Build model"},onClick:function(){return e({block:n,runSettings:{build_model:!0}})},tooltip:function(){return"Execute command dbt build."},uuid:"build_model"},{label:function(){return"Add upstream models"},onClick:function(){R({pipeline:{add_upstream_for_block_uuid:null===n||void 0===n?void 0:n.uuid}})},tooltip:function(){return"Add upstream models for this model to the pipeline."},uuid:"add_upstream_models"}]),k||!T||!m&&0!==x.length||g.push({label:function(){return m?"Disable block as dynamic":"Set block as dynamic"},onClick:function(){return T({block:d(d({},n),{},{configuration:d(d({},s),{},{dynamic:!m})})})},uuid:"dynamic"}),E)(null===v||void 0===v?void 0:v.find((function(n){var e,t;return null===E||void 0===E||null===(e=E[n])||void 0===e||null===(t=e.configuration)||void 0===t?void 0:t.dynamic})))&&g.push({label:function(){return h?"Don\u2019t reduce output":"Reduce output"},onClick:function(){return T({block:d(d({},n),{},{configuration:d(d({},s),{},{reduce_output:!h})})})},uuid:"reduce_output"});g.push({label:function(){return p?"Remove callback":"Add callback"},onClick:function(){if(p)return T({block:d(d({},n),{},{has_callback:!p})}).then((function(){A(),O()}));(0,c.u7)({sideview:u.cH.CALLBACKS})},uuid:"has_callback"})}return g.push({label:function(){return"Delete block"},onClick:function(){t(n),o(!1)},uuid:"delete_block"}),i?[g.pop()]:g};function v(n){var e=n.tags,t=[];return null===e||void 0===e||e.forEach((function(n){r.L8.DYNAMIC===n?t.push({description:"This block will create N blocks for each of its downstream blocks.",title:(0,i.vg)(r.L8.DYNAMIC)}):r.L8.DYNAMIC_CHILD===n?t.push({description:"This block is dynamically created by its upstream parent block that is dynamic.",title:(0,i.vg)(r.L8.DYNAMIC_CHILD)}):r.L8.REDUCE_OUTPUT===n?t.push({description:"Reduce output from all dynamically created blocks into a single array output.",title:(0,i.vg)(r.L8.REDUCE_OUTPUT)}):t.push({title:n})})),t}function b(n){var e=n.block,t=n.dynamic,o=n.dynamicUpstreamBlock,r=n.hasError,i=(n.reduceOutput,n.reduceOutputUpstreamBlock),c=n.selected,u=o&&!i;return{borderColorShareProps:{blockColor:null===e||void 0===e?void 0:e.color,blockType:null===e||void 0===e?void 0:e.type,dynamicBlock:t,dynamicChildBlock:u,hasError:r,selected:c},tags:v(e)}}},35438:function(n,e,t){t.d(e,{Ai:function(){return c},BT:function(){return l},Jo:function(){return i},X8:function(){return d},bJ:function(){return u},rl:function(){return o}});var o,r=t(86422),i=(t(49125).iI,1e4),c={compact:!0},u={height:10,width:10},l=[r.tf.DATA_EXPORTER,r.tf.SENSOR],d=[r.Lq.GREY,r.Lq.PINK,r.Lq.TEAL,r.Lq.YELLOW];!function(n){n.NORTH="NORTH",n.SOUTH="SOUTH"}(o||(o={}))},48957:function(n,e,t){t.d(e,{Z:function(){return nn}});var o=t(21831),r=t(75582),i=t(82394),c=t(26304),u=t(77837),l=t(38860),d=t.n(l),a=t(51774),s=t.n(a),f=t(9518),p=t(4804),v=t(82684),b=t(83455),m=t(86422),h=t(67971),k=t(18283),g=t(16634),y=t(86673),E=t(54283),A=t(19711),O=t(23831),T=t(10503),R=t(35438),x=t(73942),C=t(37391),S=t(49125),D=f.default.div.withConfig({displayName:"indexstyle__GraphContainerStyle",componentId:"sc-bc2ei5-0"})(["div{","}",""],C.w5,(function(n){return n.height&&"\n height: ".concat(n.height,"px;\n ")})),Z=f.default.div.withConfig({displayName:"indexstyle__NodeStyle",componentId:"sc-bc2ei5-1"})(["border-radius:","px;border:1px solid transparent;min-width:fit-content;"," "," "," "," ",""],x.BG,(function(n){return n.selected&&"\n border-color: ".concat((n.theme.content||O.Z.content).active,";\n ")}),(function(n){return n.backgroundColor&&"\n background-color: ".concat(n.backgroundColor,";\n ")}),(function(n){return(n.isCancelled||n.disabled)&&"\n // opacity doesn\u2019t work on Safari\n border-color: ".concat((n.theme.content||O.Z.content).active,";\n border-style: dashed;\n cursor: not-allowed;\n ")}),(function(n){return n.disabled&&"\n &:hover {\n cursor: not-allowed;\n }\n "}),(function(n){return n.height&&"\n height: ".concat(n.height,"px;\n ")})),_=f.default.div.withConfig({displayName:"indexstyle__RuntimeStyle",componentId:"sc-bc2ei5-2"})(["margin-right:","px;padding:12px 4px;height:100%;width:50px;background:rgba(0,0,0,0.2);background-blend-mode:soft-light;"],2*S.iI),P=t(75968),L=t(44162),N=t(25958),j=t(90211),w=function(n){var e=n/1e3,t=4-Math.floor(e).toString().length,o=(0,j.QV)(e,t>=0?t:0),r="s";return o>1e3&&(o=(0,j.QV)(o/60,0),r="m"),"".concat(o).concat(r)},I=function(n,e){var t=n||{},o=t.id,r=t.side,i=null===e||void 0===e?void 0:e.id;return r===R.rl.NORTH?null===o||void 0===o?void 0:o.endsWith("".concat(i,"-to")):r===R.rl.SOUTH&&(null===o||void 0===o?void 0:o.startsWith(i))},B=t(28598);var M=function(n){var e=n.block,t=n.bodyText,o=n.children,r=n.disabled,i=n.hasFailed,c=n.height,u=n.hideStatus,l=n.isCancelled,d=n.isInProgress,a=n.isQueued,s=n.isSuccessful,p=(n.onClick,n.runtime),b=n.selected,x=(0,v.useContext)(f.ThemeContext),C=e.color,D=e.type,j=e.uuid,I=(0,P.MS)(e),M=!(d||a||i||s||l),U=s&&!(d||a),H=i&&!(d||a),K="";M?K="No status":U?K="Successful execution":H?K="Failed execution":d?K="Currently executiing":l&&(K="Cancelled execution");var X,F=R.BT.includes(D)||R.X8.includes(C);return m.tf.DBT===D&&(X=(0,N.IU)(e).project),(0,B.jsx)(Z,{backgroundColor:(0,L.qn)(D,{blockColor:C,theme:x}).accent,disabled:r,height:c,isCancelled:l,selected:b,children:(0,B.jsxs)(h.Z,{alignItems:"center",fullHeight:!0,children:[p&&(0,B.jsx)(_,{backgroundColor:(0,L.qn)(D,{blockColor:C,theme:x}).accent,children:(0,B.jsx)(h.Z,{justifyContent:"center",children:(0,B.jsx)(A.ZP,{inverted:R.BT.includes(D)||R.X8.includes(C),xsmall:!0,children:w(p)})})}),!p&&(0,B.jsx)(y.Z,{ml:2}),!u&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(h.Z,{alignItems:"center",justifyContent:"center",style:{height:2*S.iI,width:2*S.iI},title:K,children:[d&&(0,B.jsx)(E.Z,{color:(x||O.Z).content.active,small:!0}),U&&(0,B.jsx)(T.Jr,{size:2*S.iI,success:!0}),H&&(0,B.jsx)(T.x8,{danger:!0,size:1.5*S.iI}),M&&(0,B.jsx)(g.Z,{borderSize:1,size:1*S.iI})]}),(0,B.jsx)(y.Z,{ml:1})]}),(0,B.jsxs)(h.Z,{flexDirection:"column",justifyContent:"center",style:{height:"100%",padding:"8px 0"},children:[X&&(0,B.jsx)(A.ZP,{bold:!0,inverted:F,monospace:!0,xsmall:!0,children:X}),t&&(0,B.jsx)(A.ZP,{inverted:F,monospace:!0,small:!0,children:t}),o,(null===I||void 0===I?void 0:I.length)>=1&&(0,B.jsx)(h.Z,{alignItems:"center",children:I.reduce((function(n,e,t){var o=e.title;return t>=1&&n.push((0,B.jsx)("div",{children:"\xa0"},"space-".concat(o))),n.push((0,B.jsx)(k.Z,{inverted:!F,xxsmall:!0,children:o},"badge-".concat(o))),n}),[])})]})]})},j)},U=t(11135),H=t(98781),K=t(82531),X=t(66050),F=t(24224),q=t(96510),V=t(87323),G=["forwardedRef"];function Y(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,o)}return t}function W(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?Y(Object(t),!0).forEach((function(e){(0,i.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):Y(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var Q=s()((0,u.Z)(d().mark((function n(){var e,o;return d().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Promise.all([t.e(4434),t.e(5987),t.e(3873)]).then(t.t.bind(t,74529,23));case 2:return e=n.sent,o=e.Canvas,n.abrupt("return",(function(n){var e=n.forwardedRef,t=(0,c.Z)(n,G);return(0,B.jsx)(o,W({ref:e},t))}));case 5:case"end":return n.stop()}}),n)}))),{ssr:!1,loadableGenerated:{webpack:function(){return[74529]}}}),z=s()((0,u.Z)(d().mark((function n(){var e;return d().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Promise.all([t.e(4434),t.e(5987),t.e(3873)]).then(t.t.bind(t,74529,23));case 2:return e=n.sent,n.abrupt("return",e.Node);case 4:case"end":return n.stop()}}),n)}))),{ssr:!1,loadableGenerated:{webpack:function(){return[74529]}}}),J=s()((0,u.Z)(d().mark((function n(){var e;return d().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Promise.all([t.e(4434),t.e(5987),t.e(3873)]).then(t.t.bind(t,74529,23));case 2:return e=n.sent,n.abrupt("return",e.Edge);case 4:case"end":return n.stop()}}),n)}))),{ssr:!1,loadableGenerated:{webpack:function(){return[74529]}}}),$=s()((0,u.Z)(d().mark((function n(){var e;return d().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Promise.all([t.e(4434),t.e(5987),t.e(3873)]).then(t.t.bind(t,74529,23));case 2:return e=n.sent,n.abrupt("return",e.Port);case 4:case"end":return n.stop()}}),n)}))),{ssr:!1,loadableGenerated:{webpack:function(){return[74529]}}});var nn=function(n){var e=n.blockRefs,t=n.blockStatus,i=n.disabled,c=n.editingBlock,u=n.enablePorts,l=void 0!==u&&u,d=n.fetchPipeline,a=n.height,s=n.heightOffset,k=void 0===s?10*S.iI:s,g=n.noStatus,E=n.onClickNode,O=n.pannable,T=void 0===O||O,x=n.pipeline,C=n.runningBlocks,Z=void 0===C?[]:C,_=n.selectedBlock,P=n.setEditingBlock,j=n.setErrors,w=n.setSelectedBlock,G=n.setZoom,Y=n.showDynamicBlocks,nn=void 0!==Y&&Y,en=n.treeRef,tn=n.zoomable,on=void 0===tn||tn,rn=(0,v.useContext)(f.ThemeContext),cn=(0,v.useRef)(null),un=en||cn,ln=(0,v.useState)([]),dn=ln[0],an=ln[1],sn=(0,v.useState)(!1),fn=sn[0],pn=sn[1],vn=(0,v.useState)(null),bn=vn[0],mn=vn[1],hn=l&&fn,kn=(null===c||void 0===c?void 0:c.upstreamBlocks)||{},gn=kn.block,yn=kn.values,En=void 0===yn?[]:yn,An=(0,v.useMemo)((function(){return En.length}),[En]),On=(0,v.useMemo)((function(){var n;return(null===x||void 0===x||null===(n=x.blocks)||void 0===n?void 0:n.filter((function(n){var e=n.type;return!m.iZ.includes(e)})))||[]}),[null===x||void 0===x?void 0:x.blocks]),Tn=((0,F.HK)((0,V.cU)(On,On),(function(n){return n.block.uuid})),(0,v.useMemo)((function(){return On}),[On,nn])),Rn=(0,v.useMemo)((function(){return(0,F.HK)(Tn,(function(n){return n.uuid}))}),[Tn]),xn=(0,v.useMemo)((function(){return(0,F.HK)(Z,(function(n){return n.uuid}))}),[Z]),Cn=(0,b.Db)(K.ZP.blocks.pipelines.useUpdate(null===x||void 0===x?void 0:x.uuid,encodeURIComponent(null===gn||void 0===gn?void 0:gn.uuid)),{onSuccess:function(n){return(0,q.wD)(n,{callback:function(){P({upstreamBlocks:null}),null===d||void 0===d||d()},onErrorCallback:function(n,e){return null===j||void 0===j?void 0:j({errors:e,response:n})}})}}),Sn=(0,r.Z)(Cn,2),Dn=Sn[0],Zn=Sn[1].isLoading,_n=(0,b.Db)((function(n){var e=n.fromBlock,t=n.portSide,o=n.toBlock,r=n.removeDependency,i=o,c=o.upstream_blocks.concat(e.uuid);return r||t!==R.rl.NORTH||(i=e,c=e.upstream_blocks.concat(o.uuid)),K.ZP.blocks.pipelines.useUpdate(null===x||void 0===x?void 0:x.uuid,encodeURIComponent(i.uuid))({block:W(W({},i),{},{upstream_blocks:r?o.upstream_blocks.filter((function(n){return n!==e.uuid})):c})})}),{onSuccess:function(n){return(0,q.wD)(n,{callback:function(){null===d||void 0===d||d()},onErrorCallback:function(n,e){return null===j||void 0===j?void 0:j({errors:e,response:n})}})}}),Pn=(0,r.Z)(_n,1)[0],Ln=(0,v.useCallback)((function(n){var t=n.type,o=n.uuid;if(null===w||void 0===w||w(n),an([]),null!==e&&void 0!==e&&e.current){var r,i=e.current["".concat(t,"s/").concat(o,".py")];null===i||void 0===i||null===(r=i.current)||void 0===r||r.scrollIntoView()}}),[e,w]),Nn=(0,v.useCallback)((function(n){an([]),P((function(e){var t=e.upstreamBlocks.values||[],o=t.findIndex((function(e){var t=e.uuid;return n.uuid===t}));return W(W({},e),{},{upstreamBlocks:W(W({},e.upstreamBlocks),{},{values:o>=0?(0,F.oM)(t,o):t.concat(n)})})}))}),[P]),jn=(0,v.useMemo)((function(){var n={};return Tn.forEach((function(e){e.upstream_blocks.forEach((function(t){n[t]||(n[t]=[]),n[t].push(e)}))})),n}),[Tn]),wn=(0,v.useCallback)((function(n){var e,t;if(H.qL.INTEGRATION===(null===x||void 0===x?void 0:x.type)&&m.tf.TRANSFORMER!==n.type){var o,r={};if(m.t6.YAML===n.language&&(r=(0,p.Qc)(n.content)),m.tf.DATA_LOADER===n.type)e="".concat(n.uuid,": ").concat(null===(o=r)||void 0===o?void 0:o.source);else if(m.tf.DATA_EXPORTER===n.type){var i;e="".concat(n.uuid,": ").concat(null===(i=r)||void 0===i?void 0:i.destination)}}else if(m.tf.DBT===n.type&&m.t6.SQL===n.language){var c=(0,N.IU)(n);e=c.name,t=c.project}return e||(e=n.uuid),{displayText:e,kicker:t,subtitle:undefined}}),[x]),In=(0,v.useMemo)((function(){var n=[],e=[];return Tn.forEach((function(r){var c,u=wn(r),l=u.displayText,d=u.kicker,a=u.subtitle,s=r.tags,f=void 0===s?[]:s,p=r.upstream_blocks,v=void 0===p?[]:p,b=r.uuid,m=jn[b],h=[];m?h.push.apply(h,(0,o.Z)(m.map((function(n){return W(W({},R.bJ),{},{id:"".concat(b,"-").concat(n.uuid,"-from"),side:R.rl.SOUTH})})))):h.push(W(W({},R.bJ),{},{id:"".concat(b,"-from"),side:R.rl.SOUTH})),0===v.length&&h.push(W(W({},R.bJ),{},{id:"".concat(b,"-to"),side:R.rl.NORTH})),null===v||void 0===v||v.forEach((function(n){h.push(W(W({},R.bJ),{},{id:"".concat(n,"-").concat(b,"-to"),side:R.rl.NORTH})),e.push({from:n,fromPort:"".concat(n,"-").concat(b,"-from"),id:"".concat(n,"-").concat(b),to:b,toPort:"".concat(n,"-").concat(b,"-to")})}));var k=37;(null===f||void 0===f?void 0:f.length)>=1&&(k+=26),d&&(k+=26),a&&(k+=26);var g=l;[d,a].forEach((function(n){n&&n.length>g.length&&(g=n)})),n.push({data:{block:r},height:k,id:b,ports:h,width:g.length*S.KF+(i?0:5*S.iI)+((null===gn||void 0===gn?void 0:gn.uuid)===r.uuid?19*S.KF:0)+(null!==t&&void 0!==t&&null!==(c=t[r.uuid])&&void 0!==c&&c.runtime?50:0)})})),{edges:e,nodes:n}}),[null===gn||void 0===gn?void 0:gn.uuid,t,Tn,i,wn,jn]),Bn=In.edges,Mn=In.nodes,Un=(0,v.useCallback)((function(n){if(g)return{};if(t){var e=t[n.uuid]||{},o=e.status,r=e.runtime;return{hasFailed:X.V.FAILED===o,isCancelled:X.V.CANCELLED===o,isInProgress:X.V.RUNNING===o,isQueued:X.V.INITIAL===o,isSuccessful:X.V.COMPLETED===o,runtime:r}}var i;return{hasFailed:m.DA.FAILED===n.status,isInProgress:xn[n.uuid],isQueued:xn[n.uuid]&&(null===(i=Z[0])||void 0===i?void 0:i.uuid)!==n.uuid,isSuccessful:m.DA.EXECUTED===n.status}}),[t,g,Z,xn]),Hn=(0,v.useMemo)((function(){var n=0;return a&&(n+=a),k&&(n-=k),Math.max(0,n)}),[a,k]);return(0,B.jsxs)(B.Fragment,{children:[gn&&(0,B.jsxs)(y.Z,{my:3,px:S.cd,children:[(0,B.jsxs)(y.Z,{mb:S.cd,children:[(0,B.jsxs)(A.ZP,{children:["Select parent block(s) for ",(0,B.jsx)(A.ZP,{color:(0,L.qn)(gn.type,{blockColor:gn.color,theme:rn}).accent,inline:!0,monospace:!0,children:gn.uuid}),":"]}),(0,B.jsx)(y.Z,{mt:1,children:En.map((function(n,e){var t,o,r=n.uuid;return(0,B.jsxs)(A.ZP,{color:(0,L.qn)(null===(t=Rn[r])||void 0===t?void 0:t.type,{blockColor:null===(o=Rn[r])||void 0===o?void 0:o.type,theme:rn}).accent,inline:!0,monospace:!0,children:[r,An>=2&&e<=An-2?(0,B.jsx)(A.ZP,{inline:!0,children:",\xa0"}):null]},r)}))})]}),(0,B.jsxs)(h.Z,{alignItems:"center",children:[(0,B.jsx)(U.ZP,{compact:!0,inline:!0,loading:Zn,onClick:function(){return Dn({block:W(W({},gn),{},{upstream_blocks:En.map((function(n){return n.uuid}))})})},uuid:"DependencyGraph/save_parents",children:"Save dependencies"}),(0,B.jsx)(y.Z,{ml:1}),(0,B.jsx)(U.ZP,{compact:!0,inline:!0,noBackground:!0,onClick:function(){an([]),P({upstreamBlocks:null})},uuid:"DependencyGraph/cancel_save_parents",children:"Cancel"})]})]}),(0,B.jsx)(D,{height:Hn,onDoubleClick:function(){var n,e;return null===un||void 0===un||null===(n=un.current)||void 0===n||null===(e=n.fitCanvas)||void 0===e?void 0:e.call(n)},children:(0,B.jsx)(Q,{arrow:null,disabled:i,edge:function(n){var e,t=Rn[n.source];return(0,B.jsx)(J,W(W({},n),{},{onClick:function(n,e){mn(null),an([e.id])},onRemove:function(n,e){var t=Rn[e.from],o=Rn[e.to];Pn({fromBlock:t,removeDependency:!0,toBlock:o}),an([])},removable:l&&!(null!==c&&void 0!==c&&c.upstreamBlocks),style:{stroke:null===(e=(0,L.qn)(null===t||void 0===t?void 0:t.type,{blockColor:null===t||void 0===t?void 0:t.color,theme:rn}))||void 0===e?void 0:e.accent}}))},edges:Bn,fit:!0,forwardedRef:un,maxHeight:R.Jo,maxWidth:R.Jo,maxZoom:1,minZoom:-.7,node:function(n){var e,t,o,r,u,l;return(0,B.jsx)(z,W(W({},n),{},{dragType:"port",linkable:!0,onClick:function(n,e){var t=e.data.block;mn(null),(null===gn||void 0===gn?void 0:gn.uuid)===t.uuid||(gn?Nn(t):(null===E||void 0===E||E({block:t}),setTimeout((function(){Ln(t)}),1)))},onEnter:function(){null!==c&&void 0!==c&&c.upstreamBlocks||pn(!0)},onLeave:function(){return pn(!1)},port:hn&&(null===bn||I(bn,n))?(0,B.jsx)($,{onDrag:function(){return pn(!0)},onDragEnd:function(){pn(!1),mn(null)},onDragStart:function(n,e,t){var o=null===t||void 0===t?void 0:t.side;mn({id:null===t||void 0===t?void 0:t.id,side:o})},onEnter:function(){return pn(!0)},rx:10,ry:10,style:{fill:(0,L.qn)(null===n||void 0===n||null===(e=n.properties)||void 0===e||null===(t=e.data)||void 0===t||null===(o=t.block)||void 0===o?void 0:o.type,{blockColor:null===n||void 0===n||null===(r=n.properties)||void 0===r||null===(u=r.data)||void 0===u||null===(l=u.block)||void 0===l?void 0:l.color,theme:rn}).accent,stroke:"white",strokeWidth:"1px"}}):null,style:{fill:"transparent",stroke:"transparent",strokeWidth:0},children:function(n){var e=n.height,t=n.node.data.block,o=Un(t),r=wn(t).displayText;return(0,B.jsx)("foreignObject",{height:e,style:{pointerEvents:"none"},width:n.width,x:0,y:0,children:(0,B.jsx)(M,W({block:t,bodyText:"".concat(r).concat((null===gn||void 0===gn?void 0:gn.uuid)===t.uuid?" (editing)":""),disabled:(null===gn||void 0===gn?void 0:gn.uuid)===t.uuid,height:e,hideStatus:i,selected:gn?!!(0,F.sE)(En,(function(n){return n.uuid===t.uuid})):(null===_||void 0===_?void 0:_.uuid)===t.uuid},o),t.uuid)})}}))},nodes:Mn,onNodeLink:function(n,e,t,o){var r,i=Rn[e.id],c=Rn[t.id],u=(null===x||void 0===x?void 0:x.type)===H.qL.INTEGRATION&&((null===i||void 0===i?void 0:i.type)===m.tf.DATA_EXPORTER||(null===i||void 0===i?void 0:i.type)===m.tf.DATA_LOADER&&(null===c||void 0===c?void 0:c.type)===m.tf.DATA_EXPORTER);if(!(null!==i&&void 0!==i&&null!==(r=i.upstream_blocks)&&void 0!==r&&r.includes(c.uuid)||e.id===t.id||u)){var l=null===o||void 0===o?void 0:o.side;Pn({fromBlock:i,portSide:l||R.rl.SOUTH,toBlock:c})}},onNodeLinkCheck:function(n,e,t){return!Bn.some((function(n){return n.from===e.id&&n.to===t.id}))},onZoomChange:function(n){return null===G||void 0===G?void 0:G(n)},pannable:T,selections:dn,zoomable:on})})]})}},60701:function(n,e,t){t.d(e,{Qq:function(){return f},Z7:function(){return p},cH:function(){return r},du:function(){return a},fp:function(){return d},j5:function(){return s},uM:function(){return l}});var o,r,i=t(82394),c=t(10503),u=t(24224),l="sideview",d=90;!function(n){n.CALLBACKS="callbacks",n.CHARTS="charts",n.DATA="data",n.EXTENSIONS="power_ups",n.FILE_VERSIONS="file_versions",n.GRAPHS="graphs",n.REPORTS="reports",n.SECRETS="secrets",n.SETTINGS="settings",n.TERMINAL="terminal",n.TREE="tree",n.VARIABLES="variables"}(r||(r={}));r.CALLBACKS,r.CHARTS,r.DATA,r.EXTENSIONS,r.REPORTS,r.TREE;var a=[r.DATA,r.REPORTS,r.GRAPHS],s=[{key:r.TREE,label:"Tree"},{buildLabel:function(n){var e=(n.pipeline||{}).widgets,t=void 0===e?[]:e;return(null===t||void 0===t?void 0:t.length)>=1?"Charts (".concat(t.length,")"):"Charts"},key:r.CHARTS},{buildLabel:function(n){var e=n.variables;return(null===e||void 0===e?void 0:e.length)>=1?"Variables (".concat(e.length,")"):"Variables"},key:r.VARIABLES},{buildLabel:function(n){var e=n.secrets;return(null===e||void 0===e?void 0:e.length)>=1?"Secrets (".concat(e.length,")"):"Secrets"},key:r.SECRETS},{buildLabel:function(n){var e=(n.pipeline||{}).callbacks,t=void 0===e?[]:e;return(null===t||void 0===t?void 0:t.length)>=1?"Callbacks (".concat(t.length,")"):"Callbacks"},key:r.CALLBACKS},{buildLabel:function(n){var e=(n.pipeline||{}).extensions,t=void 0===e?{}:e,o=0;return Object.values(t).forEach((function(n){var e=n.blocks;o+=(null===e||void 0===e?void 0:e.length)||0})),o>=1?"Power ups (".concat(o,")"):"Power ups"},key:r.EXTENSIONS},{key:r.DATA,label:"Data"},{key:r.TERMINAL,label:"Terminal"}],f=(0,u.HK)(s,(function(n){return n.key})),p=(o={},(0,i.Z)(o,r.CALLBACKS,c.AQ),(0,i.Z)(o,r.CHARTS,c.GQ),(0,i.Z)(o,r.DATA,c.iA),(0,i.Z)(o,r.EXTENSIONS,c.Bf),(0,i.Z)(o,r.GRAPHS,c.GQ),(0,i.Z)(o,r.REPORTS,c.Do),(0,i.Z)(o,r.SECRETS,c.Yo),(0,i.Z)(o,r.SETTINGS,c.Zr),(0,i.Z)(o,r.TERMINAL,c.oI),(0,i.Z)(o,r.TREE,c.mp),(0,i.Z)(o,r.VARIABLES,c.LO),o)},66050:function(n,e,t){var o;t.d(e,{V:function(){return o}}),function(n){n.CANCELLED="cancelled",n.COMPLETED="completed",n.FAILED="failed",n.INITIAL="initial",n.RUNNING="running"}(o||(o={}))},86422:function(n,e,t){t.d(e,{$W:function(){return p},DA:function(){return f},HX:function(){return m},J8:function(){return b},L8:function(){return c},Lq:function(){return a},Qj:function(){return h},Ut:function(){return E},V4:function(){return y},VZ:function(){return v},dO:function(){return s},f2:function(){return g},iZ:function(){return k},t6:function(){return u},tf:function(){return d}});var o,r,i,c,u,l=t(82394);!function(n){n.DYNAMIC="dynamic",n.DYNAMIC_CHILD="dynamic_child",n.REDUCE_OUTPUT="reduce_output"}(c||(c={})),function(n){n.MARKDOWN="markdown",n.PYTHON="python",n.R="r",n.SQL="sql",n.YAML="yaml"}(u||(u={}));var d,a,s=(o={},(0,l.Z)(o,u.MARKDOWN,"MD"),(0,l.Z)(o,u.PYTHON,"PY"),(0,l.Z)(o,u.R,"R"),(0,l.Z)(o,u.SQL,"SQL"),(0,l.Z)(o,u.YAML,"YAML"),o);!function(n){n.CALLBACK="callback",n.CHART="chart",n.CUSTOM="custom",n.DATA_EXPORTER="data_exporter",n.DATA_LOADER="data_loader",n.DBT="dbt",n.EXTENSION="extension",n.SCRATCHPAD="scratchpad",n.SENSOR="sensor",n.MARKDOWN="markdown",n.TRANSFORMER="transformer"}(d||(d={})),function(n){n.BLUE="blue",n.GREY="grey",n.PINK="pink",n.PURPLE="purple",n.TEAL="teal",n.YELLOW="yellow"}(a||(a={}));var f,p=[d.CHART,d.CUSTOM,d.DATA_EXPORTER,d.DATA_LOADER,d.SCRATCHPAD,d.SENSOR,d.MARKDOWN,d.TRANSFORMER],v=[d.DATA_EXPORTER,d.DATA_LOADER],b=[d.DATA_EXPORTER,d.DATA_LOADER,d.TRANSFORMER],m=[d.DATA_EXPORTER,d.DATA_LOADER,d.DBT,d.TRANSFORMER],h=[d.CHART,d.SCRATCHPAD,d.SENSOR,d.MARKDOWN],k=[d.CALLBACK,d.CHART,d.EXTENSION,d.SCRATCHPAD,d.MARKDOWN];!function(n){n.EXECUTED="executed",n.FAILED="failed",n.NOT_EXECUTED="not_executed",n.UPDATED="updated"}(f||(f={}));var g=[d.CUSTOM,d.DATA_EXPORTER,d.DATA_LOADER,d.TRANSFORMER],y=(r={},(0,l.Z)(r,d.EXTENSION,"Callback"),(0,l.Z)(r,d.CUSTOM,"Custom"),(0,l.Z)(r,d.DATA_EXPORTER,"Data exporter"),(0,l.Z)(r,d.DATA_LOADER,"Data loader"),(0,l.Z)(r,d.EXTENSION,"Extension"),(0,l.Z)(r,d.SCRATCHPAD,"Scratchpad"),(0,l.Z)(r,d.SENSOR,"Sensor"),(0,l.Z)(r,d.MARKDOWN,"Markdown"),(0,l.Z)(r,d.TRANSFORMER,"Transformer"),r),E=[d.DATA_LOADER,d.TRANSFORMER,d.DATA_EXPORTER,d.SENSOR];i={},(0,l.Z)(i,d.DATA_EXPORTER,"DE"),(0,l.Z)(i,d.DATA_LOADER,"DL"),(0,l.Z)(i,d.SCRATCHPAD,"SP"),(0,l.Z)(i,d.SENSOR,"SR"),(0,l.Z)(i,d.MARKDOWN,"MD"),(0,l.Z)(i,d.TRANSFORMER,"TF")},18283:function(n,e,t){var o=t(82394),r=t(26304),i=(t(82684),t(9518)),c=t(23831),u=t(73942),l=t(2005),d=t(49125),a=t(31012),s=t(28598),f=["children"];function p(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,o)}return t}function v(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?p(Object(t),!0).forEach((function(e){(0,o.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):p(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var b=i.default.p.withConfig({displayName:"Badge__BadgeStyle",componentId:"sc-tfqsp0-0"})(["border-radius:","px;display:inline;font-family:",";margin:0;",";"," "," ",";",";"," "," "," "," "," "," ",""],u.BG,l.ry,a.iD,(function(n){return n.small&&"\n ".concat(a.HC,";\n ")}),(function(n){return n.xxsmall&&"\n font-size: ".concat(a.VK,"px;\n line-height: ").concat(a.VK,"px;\n ")}),(function(n){return!n.regular&&"\n padding: 2px 4px;\n "}),(function(n){return n.regular&&"\n padding: ".concat(1*d.iI,"px ").concat(1.25*d.iI,"px;\n ")}),(function(n){return n.noVerticalPadding&&"\n padding-bottom: 0;\n padding-top: 0;\n "}),(function(n){return!n.disabled&&!n.inverted&&"\n background-color: ".concat((n.theme||c.Z).background.row,";\n color: ").concat((n.theme||c.Z).content.default,";\n ")}),(function(n){return!n.disabled&&n.inverted&&"\n background-color: ".concat((n.theme||c.Z).background.dark,";\n color: ").concat((n.theme||c.Z).content.inverted,";\n ")}),(function(n){return n.cyan&&"\n background-color: ".concat((n.theme||c.Z).accent.cyan,";\n color: ").concat((n.theme||c.Z).monotone.black,";\n ")}),(function(n){return n.disabled&&"\n background-color: ".concat((n.theme||c.Z).feature.disabled,";\n color: ").concat((n.theme||c.Z).content.disabled,";\n ")}),(function(n){return n.quantifier&&"\n border-radius: 34px;\n line-height: 10px;\n padding: 4px 6px;\n "}),(function(n){return n.monospace&&"\n font-family: ".concat(l.Vp,";\n word-break: break-all;\n ")}));e.Z=function(n){var e=n.children,t=(0,r.Z)(n,f);return(0,s.jsx)(b,v(v({},t),{},{children:e}))}},87323:function(n,e,t){t.d(e,{cU:function(){return c}});var o=t(82684),r=t(24224);function i(n,e){return function(n,e,t){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{includeAllNodes:!1},i=(0,r.HK)(t,(function(n){return n.uuid})),c=(o||{}).includeAllNodes,u=[];function l(t){if(t){var o=(t[e]||[]).reduce((function(e,t){return n.uuid===t?e:e.concat(i[t])}),[]);(0===o.length||c&&n.uuid!==t.uuid)&&u.push(t),o.forEach((function(n){l(n)}))}}return l(n),u}(n,"upstream_blocks",e,{includeAllNodes:!0})}function c(n,e){return(0,o.useMemo)((function(){return n.map((function(t){var o=function(n,e){var t=i(n,e),o=t.filter((function(e){var t=e.configuration,o=e.uuid;return(null===t||void 0===t?void 0:t.dynamic)&&o!==(null===n||void 0===n?void 0:n.uuid)})),r=t.filter((function(e){var t=e.configuration,o=e.uuid;return(null===t||void 0===t?void 0:t.reduce_output)&&o!==(null===n||void 0===n?void 0:n.uuid)}));return{dynamicUpstreamBlock:o[0],dynamicUpstreamBlocks:o,reduceOutputUpstreamBlock:r[0],reduceOutputUpstreamBlocks:r}}(t,e),r=o.dynamicUpstreamBlock,c=o.dynamicUpstreamBlocks,u=o.reduceOutputUpstreamBlock,l=o.reduceOutputUpstreamBlocks,d=(t||{}).configuration||{},a=d.dynamic,s=d.reduce_output;return{block:t,blocksToUse:n,dynamic:!!a,dynamicUpstreamBlock:r,dynamicUpstreamBlocks:c,reduceOutput:!!s,reduceOutputUpstreamBlock:u,reduceOutputUpstreamBlocks:l}}))}),[e,null===e||void 0===e?void 0:e.map((function(n){var e=n.configuration;return null===e||void 0===e?void 0:e.dynamic})),null===e||void 0===e?void 0:e.map((function(n){var e=n.configuration;return null===e||void 0===e?void 0:e.reduce_output})),null===e||void 0===e?void 0:e.map((function(n){return n.upstream_blocks}))])}},25958:function(n,e,t){t.d(e,{$1:function(){return i},Dy:function(){return r},IU:function(){return c}});var o=t(17717),r="--full-refresh";function i(n,e){var t,r=null===e||void 0===e?void 0:e.fullPath,i=null===n||void 0===n||null===(t=n.configuration)||void 0===t?void 0:t.file_path;if(r)return null===n||void 0===n?void 0:n.uuid;if(i){var c=i.split(o.sep),u=c[c.length-1].split(".");return u.pop(),u.join(".")}}function c(n){var e,t=null===n||void 0===n||null===(e=n.configuration)||void 0===e?void 0:e.file_path;if(t){var r=t.split(o.sep),i=r[0],c=r[r.length-1].split(".");return c.pop(),{directory:r.slice(1,r.length-1).join(o.sep),filePath:t,name:c.join("."),project:i}}return{filePath:t}}},33766:function(n,e,t){t.d(e,{O2:function(){return s},g_:function(){return p},u7:function(){return f}});var o=t(75582),r=t(82394),i=t(34376),c=t.n(i),u=t(59e3),l=t(24224);function d(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,o)}return t}function a(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?d(Object(t),!0).forEach((function(e){(0,r.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):d(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var s="_offset";function f(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=e.preserveParams,r=e.pushHistory,i=e.replaceParams,l=(0,u.iV)(),d={};t&&t.forEach((function(n){l[n]&&(d[n]=l[n])}));var s,f=i?d:l;s=window.location.pathname;var p=r?c().push:c().replace,v=a(a({},f),n);Object.entries(n).forEach((function(n){var e=(0,o.Z)(n,2),t=e[0],r=e[1];"undefined"!==typeof r&&null!==r||delete v[t]}));var b=(0,u.uM)(v);b.length>=1&&(b="?".concat(b));var m="".concat(s.split("?")[0]).concat(b);return p(c().router.pathname,m,{shallow:!0})}function p(n,e,t){var r=t.addingMultipleValues,i=t.isList,c=t.itemsPerPage,u=t.pushHistory,d=void 0!==u&&u,p=t.resetLimitParams,v=a({},n);r?Object.entries(e).forEach((function(n){var e=(0,o.Z)(n,2),t=e[0],r=e[1];if(Array.isArray(r)){var i="".concat(t,"[]");v[i]=r.map(String)}})):i?Object.entries(e).forEach((function(n){var e=(0,o.Z)(n,2),t=e[0],r=e[1],i=String(r),c="".concat(t,"[]"),u=v[c];u&&Array.isArray(u)?(u=u.map(String)).includes(i)?v[c]=(0,l.Od)(u,(function(n){return n===i})):v[c]=u.concat(i):v[c]=[i]})):v=a(a({},v),e),p&&(v._limit=c||20,v[s]=0),f(v,{pushHistory:d})}}}]);
|