mage-ai 0.9.76__py3-none-any.whl → 0.9.78__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/resources/GitFileResource.py +8 -0
- mage_ai/cli/main.py +6 -1
- mage_ai/data_preparation/executors/block_executor.py +8 -3
- mage_ai/data_preparation/executors/pipeline_executor.py +35 -19
- mage_ai/data_preparation/git/utils.py +2 -2
- mage_ai/data_preparation/logging/logger_manager.py +18 -2
- mage_ai/data_preparation/models/block/__init__.py +29 -22
- mage_ai/data_preparation/models/block/outputs.py +7 -1
- mage_ai/data_preparation/models/constants.py +2 -0
- mage_ai/data_preparation/storage/local_storage.py +4 -1
- mage_ai/io/config.py +1 -0
- mage_ai/io/mssql.py +16 -9
- mage_ai/io/postgres.py +3 -0
- mage_ai/orchestration/db/migrations/versions/39d36f1dab73_create_genericjob.py +47 -0
- mage_ai/orchestration/db/models/oauth.py +2 -1
- mage_ai/orchestration/db/models/schedules.py +105 -0
- mage_ai/orchestration/job_manager.py +19 -0
- mage_ai/orchestration/notification/sender.py +2 -2
- mage_ai/orchestration/pipeline_scheduler_original.py +146 -1
- mage_ai/orchestration/queue/config.py +11 -1
- mage_ai/orchestration/queue/process_queue.py +2 -0
- mage_ai/server/api/base.py +41 -0
- mage_ai/server/api/constants.py +1 -0
- mage_ai/server/constants.py +1 -1
- mage_ai/server/frontend_dist/404.html +2 -2
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-3881267993576e2c.js +1 -0
- mage_ai/server/frontend_dist/_next/static/{qR0jauUABqPaFMjUsYeoG → yqYUo8S74SIsh2zOwDJBS}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist/block-layout.html +2 -2
- mage_ai/server/frontend_dist/compute.html +2 -2
- mage_ai/server/frontend_dist/files.html +2 -2
- mage_ai/server/frontend_dist/global-data-products/[...slug].html +2 -2
- mage_ai/server/frontend_dist/global-data-products.html +2 -2
- mage_ai/server/frontend_dist/global-hooks/[...slug].html +2 -2
- mage_ai/server/frontend_dist/global-hooks.html +2 -2
- mage_ai/server/frontend_dist/index.html +2 -2
- mage_ai/server/frontend_dist/manage/files.html +2 -2
- mage_ai/server/frontend_dist/manage/overview.html +2 -2
- mage_ai/server/frontend_dist/manage/pipeline-runs.html +2 -2
- mage_ai/server/frontend_dist/manage/settings.html +2 -2
- mage_ai/server/frontend_dist/manage/users/[user].html +2 -2
- mage_ai/server/frontend_dist/manage/users/new.html +2 -2
- mage_ai/server/frontend_dist/manage/users.html +2 -2
- mage_ai/server/frontend_dist/manage.html +2 -2
- mage_ai/server/frontend_dist/oauth.html +3 -3
- mage_ai/server/frontend_dist/overview.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]/dashboard.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/platform/global-hooks/[...slug].html +2 -2
- mage_ai/server/frontend_dist/platform/global-hooks.html +2 -2
- mage_ai/server/frontend_dist/settings/account/profile.html +2 -2
- mage_ai/server/frontend_dist/settings/platform/preferences.html +2 -2
- mage_ai/server/frontend_dist/settings/platform/settings.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/permissions.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/preferences.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/roles.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/sync-data.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/users/[...slug].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 +5 -5
- mage_ai/server/frontend_dist/templates/[...slug].html +2 -2
- mage_ai/server/frontend_dist/templates.html +2 -2
- mage_ai/server/frontend_dist/terminal.html +2 -2
- mage_ai/server/frontend_dist/test.html +2 -2
- mage_ai/server/frontend_dist/triggers.html +2 -2
- mage_ai/server/frontend_dist/v2/canvas.html +2 -2
- mage_ai/server/frontend_dist/v2.html +2 -2
- mage_ai/server/frontend_dist/version-control.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/404.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-3881267993576e2c.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/{iCySon3_GCldnbC5U7C-s → xAmU_ZNdoOy8aaJdtbt_F}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist_base_path_template/block-layout.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/compute.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/files.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/global-data-products.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/global-hooks/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/global-hooks.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/index.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage/files.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage/overview.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage/pipeline-runs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage/settings.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage/users/new.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage/users.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/oauth.html +3 -3
- mage_ai/server/frontend_dist_base_path_template/overview.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/platform/global-hooks/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/platform/global-hooks.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/platform/preferences.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/platform/settings.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/sign-in.html +5 -5
- mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/templates.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/terminal.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/test.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/triggers.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/v2/canvas.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/v2.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/version-control.html +2 -2
- mage_ai/server/scheduler_manager.py +2 -0
- mage_ai/server/terminal_server.py +3 -0
- mage_ai/settings/server.py +3 -1
- mage_ai/streaming/sources/kafka.py +2 -1
- mage_ai/tests/data_preparation/executors/test_block_executor.py +3 -3
- mage_ai/tests/data_preparation/logging/test_logger_manager.py +24 -5
- mage_ai/tests/data_preparation/models/test_variable.py +2 -0
- mage_ai/tests/io/create_table/test_postgresql.py +3 -2
- mage_ai/tests/orchestration/notification/test_sender.py +5 -1
- mage_ai/tests/streaming/sources/test_kafka.py +2 -2
- {mage_ai-0.9.76.dist-info → mage_ai-0.9.78.dist-info}/METADATA +72 -107
- {mage_ai-0.9.76.dist-info → mage_ai-0.9.78.dist-info}/RECORD +164 -163
- {mage_ai-0.9.76.dist-info → mage_ai-0.9.78.dist-info}/WHEEL +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-432da20df91511fb.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-432da20df91511fb.js +0 -1
- /mage_ai/server/frontend_dist/_next/static/{qR0jauUABqPaFMjUsYeoG → yqYUo8S74SIsh2zOwDJBS}/_ssgManifest.js +0 -0
- /mage_ai/server/frontend_dist_base_path_template/_next/static/{iCySon3_GCldnbC5U7C-s → xAmU_ZNdoOy8aaJdtbt_F}/_ssgManifest.js +0 -0
- {mage_ai-0.9.76.dist-info → mage_ai-0.9.78.dist-info}/entry_points.txt +0 -0
- {mage_ai-0.9.76.dist-info → mage_ai-0.9.78.dist-info}/licenses/LICENSE +0 -0
- {mage_ai-0.9.76.dist-info → mage_ai-0.9.78.dist-info}/top_level.txt +0 -0
|
@@ -245,7 +245,7 @@ mage_ai/api/resources/FolderResource.py,sha256=uRckWnBbma5XT6qkcYe33sa26-y6V_uK-
|
|
|
245
245
|
mage_ai/api/resources/GenericResource.py,sha256=rknlwnMY4ed0TIFc64X9JhflCPEl8g8B2ks7RXGeLDw,312
|
|
246
246
|
mage_ai/api/resources/GitBranchResource.py,sha256=rim2livt4zybpVmMAZk5r5IVQUn3MW6l0qP4sW-0J-w,20149
|
|
247
247
|
mage_ai/api/resources/GitCustomBranchResource.py,sha256=fWECl8SduiJX7WWWJryD2SnEt50KDfmBs8IU4p4Z0Mg,2094
|
|
248
|
-
mage_ai/api/resources/GitFileResource.py,sha256=
|
|
248
|
+
mage_ai/api/resources/GitFileResource.py,sha256=AY0F1VveoUfBADFbilo9ecErfY7thcFl7nNP20reyfA,2942
|
|
249
249
|
mage_ai/api/resources/GlobalDataProductResource.py,sha256=zOO7JvnxwbrhsQ6Gv7eh3mPxTrgD7CrTZLmcCsAL8vM,2682
|
|
250
250
|
mage_ai/api/resources/GlobalHookResource.py,sha256=xpdlFPYteiaKz9R_HhkY-vzjl7IyI1ubtHJvFAb6I6s,8518
|
|
251
251
|
mage_ai/api/resources/IntegrationDestinationResource.py,sha256=QgmGV0Ri3B7jC4xa5UhYWPAUqteV44LoifEi7UtZWl0,1551
|
|
@@ -356,7 +356,7 @@ mage_ai/cache/dbt/constants.py,sha256=jItufZIrMSnGj_b8UhY55MbZg6yJ8dDmQMtHRiwTYt
|
|
|
356
356
|
mage_ai/cache/dbt/models.py,sha256=6LjJKmlCQI4trUM0RMLfi8n7ic5R3bxIOSA2AhDS-xU,416
|
|
357
357
|
mage_ai/cache/dbt/utils.py,sha256=TgoQmwHVT5l2swBqRCv4gOdmc2Sfay8zZKHXh8GfwYY,6962
|
|
358
358
|
mage_ai/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
|
-
mage_ai/cli/main.py,sha256=
|
|
359
|
+
mage_ai/cli/main.py,sha256=xXu5DcWzLuKs4noaKugYOd9SH6Gs4NN5w8yKNd-jI2g,11433
|
|
360
360
|
mage_ai/cli/utils.py,sha256=Y8TvvMbh0dUvZZV4rHo64TNC2WGQMqCUXLWuMVLBft4,919
|
|
361
361
|
mage_ai/cluster_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
362
362
|
mage_ai/cluster_manager/cluster_manager.py,sha256=DzFGOFJp2TqJWCdswSqiFCSqt-c_JoOKWQKJWBDAdLQ,269
|
|
@@ -524,21 +524,21 @@ mage_ai/data_preparation/repo_manager.py,sha256=xI8h3oYypRyAJrl9qrcveIYY2TDwQmw4
|
|
|
524
524
|
mage_ai/data_preparation/variable_manager.py,sha256=TWySToWXx9Tc5b-pbwup_aNkSF-5B6VZ2Fs7K1TND6w,22238
|
|
525
525
|
mage_ai/data_preparation/executors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
526
526
|
mage_ai/data_preparation/executors/azure_container_instance_executor.py,sha256=hXxQJVwFTEKZYimpkbCnhbbygi85lE22vfqBSERKw9Q,1157
|
|
527
|
-
mage_ai/data_preparation/executors/block_executor.py,sha256
|
|
527
|
+
mage_ai/data_preparation/executors/block_executor.py,sha256=-559JyeqGZ1H2JagaWsA7D3JNRAxGTHE0Od2J9Gj-D4,66061
|
|
528
528
|
mage_ai/data_preparation/executors/ecs_block_executor.py,sha256=o6NDO8Lu4XgG3B7ZsDKWKhMe756k7mn1B6v4yHVYYPY,991
|
|
529
529
|
mage_ai/data_preparation/executors/ecs_pipeline_executor.py,sha256=UFu5NVEuSkMTcOkmVJLEEWatNDUf8UVnKRfVrgbSpBw,964
|
|
530
530
|
mage_ai/data_preparation/executors/executor_factory.py,sha256=2zgRpkbFrWFsCeNDUJvkD3Z8aeckRhNxugSj5vX2928,7724
|
|
531
531
|
mage_ai/data_preparation/executors/gcp_cloud_run_block_executor.py,sha256=YyWEYJV_KPFoK52sw0FDL4ezZlQMJRX87_8r_pudzDI,1350
|
|
532
532
|
mage_ai/data_preparation/executors/k8s_block_executor.py,sha256=pwpWd7ufNVZEcc2nxoKQDlWP0fnII9-T_Cxf13fn4WA,2934
|
|
533
533
|
mage_ai/data_preparation/executors/k8s_pipeline_executor.py,sha256=bMfR6gwFy9jyo265e71wMai5jO8pvfIdXcIAdvBZY-U,3725
|
|
534
|
-
mage_ai/data_preparation/executors/pipeline_executor.py,sha256=
|
|
534
|
+
mage_ai/data_preparation/executors/pipeline_executor.py,sha256=59iQjcD7pl6lBIs0OHwZpq2ZYMDu_ZI6FQ74ou0og5Q,8766
|
|
535
535
|
mage_ai/data_preparation/executors/pyspark_block_executor.py,sha256=LoFUEsr-jSWMThKJLnGmwwW152Ty8wEOrlRZf3HUfik,3924
|
|
536
536
|
mage_ai/data_preparation/executors/pyspark_pipeline_executor.py,sha256=kQEPl4SZFh9iYEEGNoIe552odnW7QUPcJy4f4su52tY,3299
|
|
537
537
|
mage_ai/data_preparation/executors/streaming_pipeline_executor.py,sha256=TyFyn1oJlG9uCsJ1CaupmtB0WoozGDBqaPLDUecu18s,12919
|
|
538
538
|
mage_ai/data_preparation/git/__init__.py,sha256=joqhLzt2744ITjmNdAM2kIIT8X7reKx3BrC4g-e0CDM,30227
|
|
539
539
|
mage_ai/data_preparation/git/api.py,sha256=D-Rv2P7G59oSVUWgxhcwpZUv3Rcre0-_5GdoDHQBlU8,9703
|
|
540
540
|
mage_ai/data_preparation/git/constants.py,sha256=ymCioaagfeOlErb8kO33XtEGcLaBR-Pq0NGxv8kajbE,304
|
|
541
|
-
mage_ai/data_preparation/git/utils.py,sha256=
|
|
541
|
+
mage_ai/data_preparation/git/utils.py,sha256=qBtJDvFlIKPJTA2v4ugxRtiWhW_GopOrdMQPooaqth4,10904
|
|
542
542
|
mage_ai/data_preparation/git/clients/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
543
543
|
mage_ai/data_preparation/git/clients/azure_devops.py,sha256=9qput7QD7MU9vge_45QV7Yh1svMEwwd1N7PoNHLFfZg,3832
|
|
544
544
|
mage_ai/data_preparation/git/clients/base.py,sha256=202s22cn1rS2Da_EMLGIP38vkhdDT4GnPdFNGxoFutc,1731
|
|
@@ -549,23 +549,23 @@ mage_ai/data_preparation/git/clients/gitlab.py,sha256=2otbflbR8G55iB85xvfXKpTGrs
|
|
|
549
549
|
mage_ai/data_preparation/logging/__init__.py,sha256=CmlQtY0nPtkmJfKYVD8v5MYmDrbX6s0djmqRf-gJiFQ,566
|
|
550
550
|
mage_ai/data_preparation/logging/gcs_logger_manager.py,sha256=sNPmSWxIHMV1uJHZM_nuTq88PfPA6__2mfOiialWbZI,2119
|
|
551
551
|
mage_ai/data_preparation/logging/logger.py,sha256=B-T1-HNu3Q4nz-GMnm9_Vr0MrHjuCsV5dsy4s8-A8Uk,2683
|
|
552
|
-
mage_ai/data_preparation/logging/logger_manager.py,sha256=
|
|
552
|
+
mage_ai/data_preparation/logging/logger_manager.py,sha256=UfIQD6EeIzgnAkwBxDI6wVKseAjhHIdPGTsrNFN-5yw,11364
|
|
553
553
|
mage_ai/data_preparation/logging/logger_manager_factory.py,sha256=uIk-WHAHo1MSkD4_rOtmhGPVp1Nqh_u9jN-IlP_tDCg,988
|
|
554
554
|
mage_ai/data_preparation/logging/s3_logger_manager.py,sha256=Za5aPbXzcaDAVfphC1jnZRn9ZyoDsJA-Yu9pMU8FiDY,1964
|
|
555
555
|
mage_ai/data_preparation/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
556
|
-
mage_ai/data_preparation/models/constants.py,sha256=
|
|
556
|
+
mage_ai/data_preparation/models/constants.py,sha256=PwG0KA7R46HsJ8NXAhIfp0lv67NLbegFAcPFiALacdk,4428
|
|
557
557
|
mage_ai/data_preparation/models/errors.py,sha256=tANqAOf5Ki73kbVmhXrEloZ8dNjinjCM7EtYyWeJyZg,393
|
|
558
558
|
mage_ai/data_preparation/models/file.py,sha256=3Lykr5TPtKHipifGrufoJLsROZBljvS2tFRNe78_qd4,20665
|
|
559
559
|
mage_ai/data_preparation/models/interfaces.py,sha256=5I2R3TDwKwoyXW3blsS_nzV8xiysJIFux78ZVmEtYho,796
|
|
560
560
|
mage_ai/data_preparation/models/pipeline.py,sha256=viy9BpJWhnX2h-ogbDIFSDrvXdNOI705xea_a2aaUNU,98755
|
|
561
561
|
mage_ai/data_preparation/models/utils.py,sha256=lkSCkSvDbivC_qA-yps5ZhK_Zji5ao0rrxeCazAM4TQ,19678
|
|
562
562
|
mage_ai/data_preparation/models/variable.py,sha256=T2SkN0R0MjEHBF-g7kCOOmppQdNreXOOKo4jyWj-oy4,64649
|
|
563
|
-
mage_ai/data_preparation/models/block/__init__.py,sha256
|
|
563
|
+
mage_ai/data_preparation/models/block/__init__.py,sha256=-yiLXk-fYh4KFdCxsEsPeCewhMGuVB34U9gyoR-rL-g,175832
|
|
564
564
|
mage_ai/data_preparation/models/block/block_factory.py,sha256=OfjOm4ucuJ6pcM6yv4uhI1tH_7WdeO5mrFxPSJBhS7Q,2793
|
|
565
565
|
mage_ai/data_preparation/models/block/constants.py,sha256=_HTgssMN9Nr8Lq1FjyDV9-xGgmrBadYi7IHYbjnMlM4,1071
|
|
566
566
|
mage_ai/data_preparation/models/block/content.py,sha256=pxqkgAUMKOOL6ZxruM_2C-8vbp6BIv7k0lcEv33_njg,3444
|
|
567
567
|
mage_ai/data_preparation/models/block/errors.py,sha256=2h1cT76EvdzJaceO1rfwQwIVLOtCBR40pCnQoPQJ5tM,182
|
|
568
|
-
mage_ai/data_preparation/models/block/outputs.py,sha256=
|
|
568
|
+
mage_ai/data_preparation/models/block/outputs.py,sha256=yX7hexL-q-gZszw9kKsUGr1gSE9z8WNZQ1lMbx333g0,26166
|
|
569
569
|
mage_ai/data_preparation/models/block/seed.py,sha256=Omv6VQj8HAU1EN8te-mmd4kyARZcMFOswF7J8e-mKoM,2883
|
|
570
570
|
mage_ai/data_preparation/models/block/utils.py,sha256=nZiXQH1Bejeyf0W_naPveTIdfvEQ0FULU4lRL0aO06E,34794
|
|
571
571
|
mage_ai/data_preparation/models/block/data_integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -685,7 +685,7 @@ mage_ai/data_preparation/shared/utils.py,sha256=MnpG4vX_AQU49QNzI6MFbZeqwqD4dXm_
|
|
|
685
685
|
mage_ai/data_preparation/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
686
686
|
mage_ai/data_preparation/storage/base_storage.py,sha256=9LlzTBa2S5o-bPSF0EzjlUm7IwreVJeiDaS-8gpCCM8,2992
|
|
687
687
|
mage_ai/data_preparation/storage/gcs_storage.py,sha256=wnIyRHmvUkn3xEzmrz9dp8Bk8qVK7N_FNjcjBaLaqg8,6048
|
|
688
|
-
mage_ai/data_preparation/storage/local_storage.py,sha256=
|
|
688
|
+
mage_ai/data_preparation/storage/local_storage.py,sha256=JzyTVXGF0rLNUjMIDMCNj4w-nrqvFanL50QY9pPQEh0,5682
|
|
689
689
|
mage_ai/data_preparation/storage/s3_storage.py,sha256=DW-3CJGzGVSMUTX5F2IIGzcrOxzuCbPJWa2LlXaS4b0,4262
|
|
690
690
|
mage_ai/data_preparation/storage/utils.py,sha256=hBvfdRVWDpoh-tZUm3TP0TbY92lnFmKdh-Pwycs-u6w,2729
|
|
691
691
|
mage_ai/data_preparation/sync/__init__.py,sha256=r9sqRZEdjRJR1W1-DddHmvRmHAEfgtiV8wMxvw4wq-o,1723
|
|
@@ -918,7 +918,7 @@ mage_ai/io/base.py,sha256=yWC0l6OVk8KjF_WNXcr96E9jkKAIEw8nF9TADd5WJlA,13392
|
|
|
918
918
|
mage_ai/io/bigquery.py,sha256=rK1JSdqEaRfsQmZUSJ3u2bFTGN2nGI2cjyUav3hDWIM,24470
|
|
919
919
|
mage_ai/io/chroma.py,sha256=oMjh9I18J4MSgVSmi73wGYSrKf632ER5_tLOItgky0c,5801
|
|
920
920
|
mage_ai/io/clickhouse.py,sha256=wlnm1Z93W1j7f1mpR9cpUyPHSx_OWN1yx1q_M3h_gEI,10700
|
|
921
|
-
mage_ai/io/config.py,sha256=
|
|
921
|
+
mage_ai/io/config.py,sha256=FIz1jiI6ZacUKplrbeZTW3o52Kc-m-FTkoR44grFbqU,22280
|
|
922
922
|
mage_ai/io/constants.py,sha256=RFGp6m57u842N-LrIpC0a6LlDCHsBiSQQsZbTy65taI,13399
|
|
923
923
|
mage_ai/io/druid.py,sha256=V1Af65rHU7DIxP71LM3yBYYxI3_cwhRc56HtCLvtZy8,5628
|
|
924
924
|
mage_ai/io/duckdb.py,sha256=mrTp6Mu6N85ihLDWJK23pVDKEzNr701IN7RlDVdqKyE,4747
|
|
@@ -928,11 +928,11 @@ mage_ai/io/google_cloud_storage.py,sha256=wEeeILfe8xtvfq6ditTnhJlk6JP6wl2T3rpYY4
|
|
|
928
928
|
mage_ai/io/google_sheets.py,sha256=W6MU9oyj2ofzeEYvxbF-gk2_XhfSzgwhvs2aToFjoSA,11738
|
|
929
929
|
mage_ai/io/io_config.py,sha256=bTlvZVuNZLUm_Z4y3bK69N22GZzs25-vLR5Vxr667sY,1463
|
|
930
930
|
mage_ai/io/mongodb.py,sha256=BhJcwgQELONuDQRIMCjFO8Lq0FgsJ-S7L6MEGPhtkmk,3273
|
|
931
|
-
mage_ai/io/mssql.py,sha256=
|
|
931
|
+
mage_ai/io/mssql.py,sha256=XMHxgLp0LD6vi1Cq-7-ubFF2tZWMrspM0KcV2pegHGQ,11717
|
|
932
932
|
mage_ai/io/mysql.py,sha256=DOLZ_yfEJfI9hMffq041JMX191cB2TbH4-N9nDfKHNI,8341
|
|
933
933
|
mage_ai/io/oracledb.py,sha256=UYtlik565uvfrwfw1v1-QJ0EutuIxvgUMDfmYMk3xno,9037
|
|
934
934
|
mage_ai/io/pinot.py,sha256=tFxLQsgxZhNIq3lQ4dm_6r0Cwbmilg4W1K-qcqzz-WI,4838
|
|
935
|
-
mage_ai/io/postgres.py,sha256=
|
|
935
|
+
mage_ai/io/postgres.py,sha256=ATMSrLIqYSYLKg1hIlmqNG_VWudM83zmXWdGk0TbDWM,16057
|
|
936
936
|
mage_ai/io/qdrant.py,sha256=9mCx5z9HAujbWgyFUidpItaMVGazYwfxCKOgTEUozTI,5576
|
|
937
937
|
mage_ai/io/redshift.py,sha256=-RQwMpb5vmIRAEm7YcQTtoo7q1BBh5Mkti-1mTxv-H8,15450
|
|
938
938
|
mage_ai/io/s3.py,sha256=WuKcjRc2gX8QhSzyHFucuU3GYyoM7-52WDIuZ41MbM0,6324
|
|
@@ -968,9 +968,9 @@ mage_ai/orchestration/airflow.py,sha256=8OaU4-EVmfgiGYmG-h1OvcZJw30ndutR7l0xV1Vf
|
|
|
968
968
|
mage_ai/orchestration/concurrency.py,sha256=Ry73xMmpvHqN0pIrY0ZGCechEVGsnO_R71E160kh71c,563
|
|
969
969
|
mage_ai/orchestration/constants.py,sha256=9ua1wMffrQ218fPnCYeXpLrRSV6apdYIc6hA6zh4ArM,718
|
|
970
970
|
mage_ai/orchestration/execution_process_manager.py,sha256=hKkVMu9FEePh8aT2zOk57gl9VNBsQpvJ9WQZOQ78OhY,3827
|
|
971
|
-
mage_ai/orchestration/job_manager.py,sha256=
|
|
971
|
+
mage_ai/orchestration/job_manager.py,sha256=vglx0FUWBcD3EeXWO0doBHPHtSPJpT8XLzmbjs7Ke8c,3487
|
|
972
972
|
mage_ai/orchestration/pipeline_scheduler.py,sha256=9mhlW8viMC5FxNXbUYaZpq5i3s2DxGcLIZpY4EHp6Y4,84
|
|
973
|
-
mage_ai/orchestration/pipeline_scheduler_original.py,sha256=
|
|
973
|
+
mage_ai/orchestration/pipeline_scheduler_original.py,sha256=_sIqnmHKrjVrf06MqhSduqyrcVAOGDsE0ZlDIKgkiow,79979
|
|
974
974
|
mage_ai/orchestration/pipeline_scheduler_project_platform.py,sha256=RN0sAEzFQoCayNAh1gZq128QbjrgVpLLXqNKeuUjBEc,69885
|
|
975
975
|
mage_ai/orchestration/run_status_checker.py,sha256=6_kaxXqK0vaulYJtEIRuSs7YC2d-1QOS2l1-29_z5hY,2655
|
|
976
976
|
mage_ai/orchestration/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1003,6 +1003,7 @@ mage_ai/orchestration/db/migrations/versions/21e31d66ccea_add_pipeline_uuid_inde
|
|
|
1003
1003
|
mage_ai/orchestration/db/migrations/versions/2266370f589b_add_indexes_to_pipeline_run.py,sha256=AdGgza-dl2FO3yoV2a8VYlH80Dj4sjaK_K_GCXzPI1E,1124
|
|
1004
1004
|
mage_ai/orchestration/db/migrations/versions/26305e46df52_create_backfills_table.py,sha256=otXeqYzcAmXjLAREH_idJpaoVT7KS6nhhqXJ3ifJD9w,2579
|
|
1005
1005
|
mage_ai/orchestration/db/migrations/versions/386bcfebd48d_create_tag_and_tagassociation_tables.py,sha256=SYuVspWXnNuxBz1B0vjZ9SrA_gPa1IJ_Z4CAzodW-AE,2479
|
|
1006
|
+
mage_ai/orchestration/db/migrations/versions/39d36f1dab73_create_genericjob.py,sha256=6UfQrSlgHC6zrR9pES_dG7fsKOTgKaN3Pym6dqPYH48,1973
|
|
1006
1007
|
mage_ai/orchestration/db/migrations/versions/3fafd217efa7_add_event_matcher_model.py,sha256=zOOmB4-p23UrEuue8k4ufhNyDIYy15ttLvdyIlGIyAw,1607
|
|
1007
1008
|
mage_ai/orchestration/db/migrations/versions/42a14d6143f1_update_token_column_type.py,sha256=Y8I6jFIws9_EQ9w9iIJf3kiCM6t1ifG02zqzNC_8nCQ,1442
|
|
1008
1009
|
mage_ai/orchestration/db/migrations/versions/526c4523d5d5_add_user_id_to_roles_and_more_entity_.py,sha256=UhhkeQzCmuDQJq1hyFERjqmqe-kUjtpW65jpEXrRhSQ,1807
|
|
@@ -1031,9 +1032,9 @@ mage_ai/orchestration/db/migrations/versions/e7beb59b44f9_add_repo_path_to_pipel
|
|
|
1031
1032
|
mage_ai/orchestration/db/migrations/versions/ec5df57a1c60_add_metrics_to_block_runs.py,sha256=6yGww3f8GptOPgk8i2UfdpJJa3VPrCJMUd8oC4l1jP8,685
|
|
1032
1033
|
mage_ai/orchestration/db/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1033
1034
|
mage_ai/orchestration/db/models/base.py,sha256=K3jd7r1OQnHzIS8IhEXDoi2FTdiH5iT4V8drNuTmZ38,3790
|
|
1034
|
-
mage_ai/orchestration/db/models/oauth.py,sha256=
|
|
1035
|
+
mage_ai/orchestration/db/models/oauth.py,sha256=B9fJ0-oEK6aotFLVNo_XAvWShbmR164B6g1uFXePz-A,29330
|
|
1035
1036
|
mage_ai/orchestration/db/models/projects.py,sha256=gyr_F7o69D-jU8WfrSFu-xrjGAiHipsW3GFjYKaNp-k,368
|
|
1036
|
-
mage_ai/orchestration/db/models/schedules.py,sha256=
|
|
1037
|
+
mage_ai/orchestration/db/models/schedules.py,sha256=kuWZOE4Pcz4BWEoMavAUwz9g1uXftbOb4hNDl8htVOw,79526
|
|
1037
1038
|
mage_ai/orchestration/db/models/schedules_project_platform.py,sha256=w1isPuhFJyDEjWOo6OuSCRZXr9B_faXo5lfFXdsAdlI,15521
|
|
1038
1039
|
mage_ai/orchestration/db/models/secrets.py,sha256=Ko1ElaEbJSsei5amuuW92O1Y7_tV6mVHw0xyBfBbf3s,1180
|
|
1039
1040
|
mage_ai/orchestration/db/models/tags.py,sha256=wUuq0dK-aCO6kCSm1vbig1mCf4Vuc1ZnvGYorP0LEUY,1354
|
|
@@ -1046,11 +1047,11 @@ mage_ai/orchestration/monitor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
1046
1047
|
mage_ai/orchestration/monitor/monitor_stats.py,sha256=CWukxm9Q7rVQzDCLN4yOiPzLlt9n7_FHuX2GuKtz7qs,14016
|
|
1047
1048
|
mage_ai/orchestration/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1048
1049
|
mage_ai/orchestration/notification/config.py,sha256=1eLvWi2SFi1EnQwUUysfO4BZh-fpgwLUACewIkKEuyc,1559
|
|
1049
|
-
mage_ai/orchestration/notification/sender.py,sha256=
|
|
1050
|
+
mage_ai/orchestration/notification/sender.py,sha256=jV5MeVytnUZGpGokFJUJ7sSyNZ5SIhvgw2A-BExTczU,10645
|
|
1050
1051
|
mage_ai/orchestration/queue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1051
1052
|
mage_ai/orchestration/queue/celery_queue.py,sha256=UG6-8Yg7VYAiXcJROYiXqlkss11nqLCeMF8W8yAe-Qo,761
|
|
1052
|
-
mage_ai/orchestration/queue/config.py,sha256=
|
|
1053
|
-
mage_ai/orchestration/queue/process_queue.py,sha256=
|
|
1053
|
+
mage_ai/orchestration/queue/config.py,sha256=4MsGKoK3YH0em6_wr7SImNwD_k6N97GRFG411i4bam8,706
|
|
1054
|
+
mage_ai/orchestration/queue/process_queue.py,sha256=rke7maweXCAGB6_-a5aOgsPrkwKu2fOU_UEakFqe4AU,11389
|
|
1054
1055
|
mage_ai/orchestration/queue/queue.py,sha256=BnaXvG5qByu5LJYH-K8uQmmPkZ8rA14gax93kEqXyYw,594
|
|
1055
1056
|
mage_ai/orchestration/queue/queue_factory.py,sha256=XUXpRP1gOmnCytY6gb12mvk-IOEE32IzAE9ZYjh4-I0,728
|
|
1056
1057
|
mage_ai/orchestration/triggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1113,23 +1114,23 @@ mage_ai/sample_datasets/titanic_survival.csv,sha256=SkN_3gX-UmThcBpzh6xvt1OTdyuj
|
|
|
1113
1114
|
mage_ai/sample_datasets/user_emails.csv,sha256=yokgn3bmkkrSZBFC-crJxPXFzKdgLaQbp7VJVzGLZiA,258700
|
|
1114
1115
|
mage_ai/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1115
1116
|
mage_ai/server/active_kernel.py,sha256=kknHr2ooUbFRiTkAvM81jTYXcpAGe-XCz4E6CTTdEnc,4962
|
|
1116
|
-
mage_ai/server/constants.py,sha256=
|
|
1117
|
+
mage_ai/server/constants.py,sha256=vyonyTXdvtGcs-Yqrf7U3O-LhhRlowK_Jjt_KOv5vvk,421
|
|
1117
1118
|
mage_ai/server/docs_server.py,sha256=jeSlvxsJHvHHkiuDwL76cFv1HFazCqPWbX23B2PTOlg,606
|
|
1118
1119
|
mage_ai/server/execution_manager.py,sha256=jB8K0_aCO15fZdgE2Kd1zdROiv2VBOLGXWiigvb6rKQ,3457
|
|
1119
1120
|
mage_ai/server/file_observer.py,sha256=3LreT_Ll5x2irHk2QRL4UL2Cca91Xm8raGz1eZFd1Qw,340
|
|
1120
1121
|
mage_ai/server/kernel_output_parser.py,sha256=G9Z7nEPPHgp6Xh-vhwcto_NrVYE8T7i9OjCnWTLeQTo,2618
|
|
1121
1122
|
mage_ai/server/kernels.py,sha256=43RnLxfu_BTAUayh5JGkmUj1v0Y4KWHsw2BEJqwROl0,803
|
|
1122
1123
|
mage_ai/server/logger.py,sha256=psqBnb2ORm8i9XFeXtUQQ2ScYvo3uJtUrDE1zDPv1MA,747
|
|
1123
|
-
mage_ai/server/scheduler_manager.py,sha256=
|
|
1124
|
+
mage_ai/server/scheduler_manager.py,sha256=H4EtqWUEflsQuCX88IOV5XCloLuxf_B9xFfMVDyLO8U,4006
|
|
1124
1125
|
mage_ai/server/server.py,sha256=KVneReG_xP_bUdyrQ0LqVMFahBxeocqEJmaMHueiuwQ,31598
|
|
1125
1126
|
mage_ai/server/setup.py,sha256=7vOM_UaKyjil7LpnU-Q1faEgWrUGD3mbW6TkbnBZkOQ,409
|
|
1126
1127
|
mage_ai/server/subscriber.py,sha256=DiHuAe1xLIhHsiCHD7J4OAVF0jrTcqsE2iO94vV1EjI,712
|
|
1127
|
-
mage_ai/server/terminal_server.py,sha256=
|
|
1128
|
+
mage_ai/server/terminal_server.py,sha256=0ge2xGDhQg21yelZpMJ5ze23_BgN8R4Svkvb3zCJ-9I,6115
|
|
1128
1129
|
mage_ai/server/websocket_server.py,sha256=QGPp-Yu-VTvPl2--8OuGqQM95D6T57pZ-iaMCCvTj1o,28091
|
|
1129
1130
|
mage_ai/server/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1130
|
-
mage_ai/server/api/base.py,sha256=
|
|
1131
|
+
mage_ai/server/api/base.py,sha256=o0AFv12UYdN8cd1fm06TWOvEANX7qKQtmm2QtbEOxro,6769
|
|
1131
1132
|
mage_ai/server/api/blocks.py,sha256=CU6ekJKtCXl9WuLc4bjytTb5chgcFoGwlIu2CQ1Zi8k,583
|
|
1132
|
-
mage_ai/server/api/constants.py,sha256=
|
|
1133
|
+
mage_ai/server/api/constants.py,sha256=eElqW_MJ56H_Z7X4pRhmI3-i0dQSTLrHzkIYA0A04Tg,261
|
|
1133
1134
|
mage_ai/server/api/downloads.py,sha256=hBN4lqGMqsivrj7lRhKlQCF6o3J_9bb5HA5oOLQ84zE,6173
|
|
1134
1135
|
mage_ai/server/api/errors.py,sha256=9p9jSjVEmeeA6lKFf3Y8Yua-Y2GdwHee2xqTRE1mZ0I,119
|
|
1135
1136
|
mage_ai/server/api/events.py,sha256=9yifYQJkmha4Bmw2MDem-84vFNB3K4Dob-wjBiQ1zEc,2106
|
|
@@ -1145,31 +1146,31 @@ mage_ai/server/data/base.py,sha256=mEenR7pyQ_ETa795RcOx134M6DkSpszcv41FzEu_khM,3
|
|
|
1145
1146
|
mage_ai/server/data/models.py,sha256=nLLmDv476_eKqzuPWgeVAWcVnBuMZp8Csf4X-xYysgQ,9317
|
|
1146
1147
|
mage_ai/server/events/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1147
1148
|
mage_ai/server/events/stream.py,sha256=myZ3a3PwrLURGMecUc0X-NWAgeAK8OxmAtKW236nXxk,2088
|
|
1148
|
-
mage_ai/server/frontend_dist/404.html,sha256=
|
|
1149
|
-
mage_ai/server/frontend_dist/block-layout.html,sha256=
|
|
1150
|
-
mage_ai/server/frontend_dist/compute.html,sha256=
|
|
1149
|
+
mage_ai/server/frontend_dist/404.html,sha256=VEW7b1cKH6-1YHlID1ciuRMy-c3x8RAQ6BucKCoqmgw,11759
|
|
1150
|
+
mage_ai/server/frontend_dist/block-layout.html,sha256=kmmGyPst-MI7hFF8T98P7HbP8MxraXfWyZPX5_nJYq4,10177
|
|
1151
|
+
mage_ai/server/frontend_dist/compute.html,sha256=ZuxgRZdS1bfOBHiCA8yiL9fMjA94QNqL50bKlpB1Haw,11275
|
|
1151
1152
|
mage_ai/server/frontend_dist/favicon-pro.ico,sha256=kFkKmuH0-ZGuqsQnZOEg8fc776DKddryiHfxzGwxI8I,141677
|
|
1152
1153
|
mage_ai/server/frontend_dist/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
|
|
1153
|
-
mage_ai/server/frontend_dist/files.html,sha256=
|
|
1154
|
-
mage_ai/server/frontend_dist/global-data-products.html,sha256=
|
|
1155
|
-
mage_ai/server/frontend_dist/global-hooks.html,sha256=
|
|
1156
|
-
mage_ai/server/frontend_dist/index.html,sha256=
|
|
1154
|
+
mage_ai/server/frontend_dist/files.html,sha256=x33LqzNnK3TCVCHxRPh6drT0Ib9M5UwfeEqpXQUJRGk,11191
|
|
1155
|
+
mage_ai/server/frontend_dist/global-data-products.html,sha256=T4eUh1C0Nuc81YAnXTXZvM0A-B34XSDkH2gKDxOqFp0,11459
|
|
1156
|
+
mage_ai/server/frontend_dist/global-hooks.html,sha256=bkvU6h_IU52Q_M2LARCwOrKgFBxwe9BwVr0j_KIC97o,11279
|
|
1157
|
+
mage_ai/server/frontend_dist/index.html,sha256=nfmEB8tFqcTJ8P9CVsypNhQOdje9fPw4iMmoziIppuA,9315
|
|
1157
1158
|
mage_ai/server/frontend_dist/m24.png,sha256=jLEkQAh5uMazS_DpwY2UfqzWwuojpa0KfHd7PuoSHic,1247777
|
|
1158
1159
|
mage_ai/server/frontend_dist/m24.svg,sha256=Pgxwy73-TWwoMwpxy-lIFSMlZ9GXWgT5kzwxatnD4kQ,1220211
|
|
1159
|
-
mage_ai/server/frontend_dist/manage.html,sha256=
|
|
1160
|
-
mage_ai/server/frontend_dist/oauth.html,sha256=
|
|
1161
|
-
mage_ai/server/frontend_dist/overview.html,sha256=
|
|
1162
|
-
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=
|
|
1163
|
-
mage_ai/server/frontend_dist/pipelines.html,sha256=
|
|
1164
|
-
mage_ai/server/frontend_dist/settings.html,sha256=
|
|
1165
|
-
mage_ai/server/frontend_dist/sign-in.html,sha256=
|
|
1166
|
-
mage_ai/server/frontend_dist/templates.html,sha256=
|
|
1167
|
-
mage_ai/server/frontend_dist/terminal.html,sha256=
|
|
1168
|
-
mage_ai/server/frontend_dist/test.html,sha256=
|
|
1169
|
-
mage_ai/server/frontend_dist/triggers.html,sha256=
|
|
1170
|
-
mage_ai/server/frontend_dist/v2.html,sha256=
|
|
1160
|
+
mage_ai/server/frontend_dist/manage.html,sha256=w3GHlK8PFKzeBiAra_YXMeRaF9vYyo9aT-g2jchI5fM,11343
|
|
1161
|
+
mage_ai/server/frontend_dist/oauth.html,sha256=b7EABcfR3Hu5qreTYmZM_5lpo8CPV07pmAiX1iBfUiw,10959
|
|
1162
|
+
mage_ai/server/frontend_dist/overview.html,sha256=7icnfVScSnaNR3lSP5qF2SR_oQAaLDThwtVtBCSYtL4,12449
|
|
1163
|
+
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=puWGHCpDj49iKXzd4JRtBzgq2L9HDu5AX0mT4QwyvtI,11360
|
|
1164
|
+
mage_ai/server/frontend_dist/pipelines.html,sha256=FThN5Y1fZqcljIANz0ibdIFqY6jAwl1TNh4W8Cdy8ic,11581
|
|
1165
|
+
mage_ai/server/frontend_dist/settings.html,sha256=4Qd7_NqmFRznhD5ArwNyV-SSUtN5t41lxKMoOp2cRs8,9387
|
|
1166
|
+
mage_ai/server/frontend_dist/sign-in.html,sha256=qik08vspgeLNzNe_z13EUCEFYpttcxAchdh4E00FCz8,20288
|
|
1167
|
+
mage_ai/server/frontend_dist/templates.html,sha256=V4Hfp8eSdvpWSMmx6r_QNi9zL7KWZykgJabvdTHGujM,11347
|
|
1168
|
+
mage_ai/server/frontend_dist/terminal.html,sha256=sOOKBeforfdtugYAc6QI7NJ6BeJvFxuOzTMp34Ccuvw,11189
|
|
1169
|
+
mage_ai/server/frontend_dist/test.html,sha256=iFJxeigkSvWui6x51JZOusHL422fwIK3GZVCgfrvA2Q,13648
|
|
1170
|
+
mage_ai/server/frontend_dist/triggers.html,sha256=qWU-qmxeHSBMo7q4u8yMLYW6Z6Jmx3tvFW5HgUSeGRc,11267
|
|
1171
|
+
mage_ai/server/frontend_dist/v2.html,sha256=3Fh47UNYBAatpdEzfpNAWZiwsxg-N6gtd3_toMx89O4,18596
|
|
1171
1172
|
mage_ai/server/frontend_dist/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
|
|
1172
|
-
mage_ai/server/frontend_dist/version-control.html,sha256=
|
|
1173
|
+
mage_ai/server/frontend_dist/version-control.html,sha256=sYD4BDXayLPcWDkQp8uqTt3GmAB4w0aHmFQnmvIuBe0,11210
|
|
1173
1174
|
mage_ai/server/frontend_dist/_next/static/chunks/1004.a4db096bf00e5748.js,sha256=xkdDfWP0Y45S9EigKBWk-zKu43VkF8zlhmzTz6Kpdbw,3076
|
|
1174
1175
|
mage_ai/server/frontend_dist/_next/static/chunks/1004.a4db096bf00e5748.js.LICENSE.txt,sha256=MDov8tAf6tU89D5bupNoGlJKZ9XsKnOYuk8644UaiMc,387
|
|
1175
1176
|
mage_ai/server/frontend_dist/_next/static/chunks/1040.5ce2658611163884.js,sha256=rfKgJPBCdxnsVIVIAC1ZPvMeOLBddb45kaiY4iuaaWc,2845
|
|
@@ -1522,7 +1523,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users/new-4c088833
|
|
|
1522
1523
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]-1a0d1ab496183686.js,sha256=bvb-Bba0xjPCQM2WLL-2HZzITpV2j5FiSjKAHu7UMU8,4432
|
|
1523
1524
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-bd11e87d026bfbf9.js,sha256=hMQXI0-F8-yuNOEtv9jGH3UAjdN7IBmDdxRmAM0YLUU,13641
|
|
1524
1525
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/dashboard-0f4f47f721b0723f.js,sha256=fvj1c0wO8vY770--zSkQghDPmULIwgnont3xh8NmueE,4549
|
|
1525
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-
|
|
1526
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-3881267993576e2c.js,sha256=mPl5ranl_Fj7K9TPt2ZsmN6BN9x1OwrjzY016rOtB1k,411645
|
|
1526
1527
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-fe91dfb0091f6bc6.js,sha256=wUDBmSFMEwomjaaE4dyn-RaGX6fqaIk-nr-bTRGZcPI,33538
|
|
1527
1528
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-80bebb4401eefe25.js,sha256=hDblXIMuBSAiIOUNjmJ3gfA09NnvhkNu6IqELj99qrU,12306
|
|
1528
1529
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-e3d7fdfeb7f806f7.js,sha256=OtiBtEM6AKUUFsukH6Fo4BT0Wvv8liuVTbLXLHX94rE,21544
|
|
@@ -1586,8 +1587,8 @@ mage_ai/server/frontend_dist/_next/static/media/root-folder-open-dark.eca1c8fe.s
|
|
|
1586
1587
|
mage_ai/server/frontend_dist/_next/static/media/root-folder-open-light.67f329d5.svg,sha256=CpAieZgGZneyp98IBCZSCZrpFf0f7jtK4CXWrWaabc8,930
|
|
1587
1588
|
mage_ai/server/frontend_dist/_next/static/media/vs_minimal-icon-theme.881c595b.json,sha256=CU9g5KEAv5m8DE88KAJTbUFkTjv5Adf-q3wyJcVZhd8,1094
|
|
1588
1589
|
mage_ai/server/frontend_dist/_next/static/media/webWorkerExtensionHostIframe.c4103280.html,sha256=FjPq75l00BbTCf43hmTUk24XqyI8q0h1RZaFiX42UtI,4022
|
|
1589
|
-
mage_ai/server/frontend_dist/_next/static/
|
|
1590
|
-
mage_ai/server/frontend_dist/_next/static/
|
|
1590
|
+
mage_ai/server/frontend_dist/_next/static/yqYUo8S74SIsh2zOwDJBS/_buildManifest.js,sha256=yMGtncSFPHyhoHfHKSZ7YpaLzIsiVeRsl5OGRcnRTXc,8855
|
|
1591
|
+
mage_ai/server/frontend_dist/_next/static/yqYUo8S74SIsh2zOwDJBS/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
1591
1592
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
|
|
1592
1593
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-BoldItalic.otf,sha256=hZtTph0dKS37TLrDbJ-Mnhvaf2rG9sFP9RSV2sx2zgw,130052
|
|
1593
1594
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
|
|
@@ -1634,8 +1635,8 @@ mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-SemiBoldItalic.
|
|
|
1634
1635
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-Thin.ttf,sha256=zlgstcLhG4408Fo8JS7sZRC6Mt2XftUXpop3Ja8FywI,87872
|
|
1635
1636
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-ThinItalic.ttf,sha256=JfREOX6nw1mHlEYBq_j9_7rLfI3CIcQ5bOBytV-pUi8,93056
|
|
1636
1637
|
mage_ai/server/frontend_dist/fonts/codicon/codicon.ttf,sha256=izSevKNd2mT7WHZYsm4XzDTGwdk0_FCb7wRObtuJ20k,73624
|
|
1637
|
-
mage_ai/server/frontend_dist/global-data-products/[...slug].html,sha256=
|
|
1638
|
-
mage_ai/server/frontend_dist/global-hooks/[...slug].html,sha256=
|
|
1638
|
+
mage_ai/server/frontend_dist/global-data-products/[...slug].html,sha256=RuBLzvzn1sYABwwWHzit2-gNfzyntrzCIyN20LSHziw,11475
|
|
1639
|
+
mage_ai/server/frontend_dist/global-hooks/[...slug].html,sha256=DVBN0sJkQqKYNwWurwVod8ho1RtVG4Y-ankWhG10Gwc,11288
|
|
1639
1640
|
mage_ai/server/frontend_dist/images/backfill.jpg,sha256=0cUfwkvBISDC9yXxiDV7o2RPqKI_9OIydX90gw54azk,4404
|
|
1640
1641
|
mage_ai/server/frontend_dist/images/banner-shape-purple-peach.jpg,sha256=b6fpPLZfxxm7hiWf6Ci1Dv01P3d68k0eK_uu4v43Vss,4854
|
|
1641
1642
|
mage_ai/server/frontend_dist/images/dashboard-api-key.webp,sha256=5IwOoTLp3RKDrHVQsdCADoQkjcTbh5MTZGqlgyqcXNk,57024
|
|
@@ -1646,13 +1647,13 @@ mage_ai/server/frontend_dist/images/blocks/grey_block.webp,sha256=cAGmkcJ6edDr3B
|
|
|
1646
1647
|
mage_ai/server/frontend_dist/images/extensions/dbt/logo.png,sha256=-ssfqyt73pSkqsA_UBfYf2U2h2P62yr6fCe5SIwBurc,6001
|
|
1647
1648
|
mage_ai/server/frontend_dist/images/extensions/great_expectations/logo.png,sha256=RK76yAE_SHMHiFxf2aq-Ox00Gw6Khap9CCkdT7ucfQw,22785
|
|
1648
1649
|
mage_ai/server/frontend_dist/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
|
|
1649
|
-
mage_ai/server/frontend_dist/manage/files.html,sha256=
|
|
1650
|
-
mage_ai/server/frontend_dist/manage/overview.html,sha256=
|
|
1651
|
-
mage_ai/server/frontend_dist/manage/pipeline-runs.html,sha256=
|
|
1652
|
-
mage_ai/server/frontend_dist/manage/settings.html,sha256=
|
|
1653
|
-
mage_ai/server/frontend_dist/manage/users.html,sha256=
|
|
1654
|
-
mage_ai/server/frontend_dist/manage/users/[user].html,sha256=
|
|
1655
|
-
mage_ai/server/frontend_dist/manage/users/new.html,sha256=
|
|
1650
|
+
mage_ai/server/frontend_dist/manage/files.html,sha256=wWfhpl-TQsce8EP7DiyJtWvTup2EhLBjoGc69I3fxK4,11277
|
|
1651
|
+
mage_ai/server/frontend_dist/manage/overview.html,sha256=bntNtbMjUAlNrXcC9lvzKwgdJSE-Y4vM_0Js4NDhzQs,11605
|
|
1652
|
+
mage_ai/server/frontend_dist/manage/pipeline-runs.html,sha256=aPN1V4PGY9tAO69i-rClZ3FShUK8GHKrwQb3EdFlUSM,11449
|
|
1653
|
+
mage_ai/server/frontend_dist/manage/settings.html,sha256=ZcRk9c_Ov1H4W6Shv-s6cMi8TFUXoijkNMQvbzchMiA,11283
|
|
1654
|
+
mage_ai/server/frontend_dist/manage/users.html,sha256=aYiTBYuu3YseycuwKEgcB5GipRCRrbUEspiyStbSBZA,11277
|
|
1655
|
+
mage_ai/server/frontend_dist/manage/users/[user].html,sha256=1SZc9g-moNKQEVS6YO2hn9m3Lpvh2_d2Qb_TJKA7nrI,11305
|
|
1656
|
+
mage_ai/server/frontend_dist/manage/users/new.html,sha256=PeCj_-1PvuZN9lxlKVxFeoxnBXTw7fqqZog32yzfLmE,11285
|
|
1656
1657
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/loader.js,sha256=-g736o6tNxP1uWgDa4GNMLu0cVw5rpd9iv_JkFqjJYg,30051
|
|
1657
1658
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf,sha256=izSevKNd2mT7WHZYsm4XzDTGwdk0_FCb7wRObtuJ20k,73624
|
|
1658
1659
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.de.js,sha256=f6eZPSfW6q0TZXRHJH9Ot3KDmzXRrnAwUrGz6zTWa5c,869
|
|
@@ -1766,62 +1767,62 @@ mage_ai/server/frontend_dist/monaco-editor/min/vs/language/json/jsonMode.js,sha2
|
|
|
1766
1767
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/language/json/jsonWorker.js,sha256=zgcNdzxOPbIH9mjg7oUxO3FHBwTvv9EQRMOKQWdjLF4,128871
|
|
1767
1768
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/language/typescript/tsMode.js,sha256=GL-DBXaHEUZHBE6SZA_HY0m326feu9NjFduSIp_6o8o,23674
|
|
1768
1769
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/language/typescript/tsWorker.js,sha256=GDkXJvtDJ6BGEWF6fLxQrtAlWx1PqCn78i1sEdOnrIY,4602226
|
|
1769
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=
|
|
1770
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=
|
|
1771
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/dashboard.html,sha256=
|
|
1772
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=
|
|
1773
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=
|
|
1774
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=
|
|
1775
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=
|
|
1776
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=
|
|
1777
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=
|
|
1778
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=
|
|
1779
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=
|
|
1780
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=
|
|
1781
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=
|
|
1782
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=
|
|
1783
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=
|
|
1784
|
-
mage_ai/server/frontend_dist/platform/global-hooks.html,sha256=
|
|
1785
|
-
mage_ai/server/frontend_dist/platform/global-hooks/[...slug].html,sha256=
|
|
1786
|
-
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=
|
|
1787
|
-
mage_ai/server/frontend_dist/settings/platform/preferences.html,sha256=
|
|
1788
|
-
mage_ai/server/frontend_dist/settings/platform/settings.html,sha256=
|
|
1789
|
-
mage_ai/server/frontend_dist/settings/workspace/permissions.html,sha256=
|
|
1790
|
-
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=
|
|
1791
|
-
mage_ai/server/frontend_dist/settings/workspace/roles.html,sha256=
|
|
1792
|
-
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256=
|
|
1793
|
-
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=
|
|
1794
|
-
mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html,sha256=
|
|
1795
|
-
mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html,sha256=
|
|
1796
|
-
mage_ai/server/frontend_dist/settings/workspace/users/[...slug].html,sha256=
|
|
1797
|
-
mage_ai/server/frontend_dist/templates/[...slug].html,sha256=
|
|
1798
|
-
mage_ai/server/frontend_dist/v2/canvas.html,sha256=
|
|
1770
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=nj8qYJgB8JUUeJ5y4cY36m57JZkcX8bvNGqlE3yL_IE,9429
|
|
1771
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=EU-RPbTGHdixL2gwpTdDtLTXeKvYMyviBgTnjicDlyE,11318
|
|
1772
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/dashboard.html,sha256=d1CEngk7fgfjeC_scQcr5GjqaXH1sQVg1XyFHih4jwI,12100
|
|
1773
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=XczCvKqWBNdgIuT0iVOVOofOTaIA-RTC1_cebq66aGA,10777
|
|
1774
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=Wqc3JocZBAVi1cA1zr29e6EXUAf9xTjLEqNJp5XpEfE,11386
|
|
1775
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=pEunMLFVlFCXD7ymmlVKvF2nYgqgr70L9duWo3y18y8,11549
|
|
1776
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=3eeCOe0jlG61rifNnlgv4O_a_ekiYGUIdbL9ErbYqOo,11464
|
|
1777
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=26LAKIT1CBYZ04-PHONrwRBc5-AIbNYBYnY0bQKuL-8,11316
|
|
1778
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=heoKFeVQBg9T6fWJvxnxhVL_cPK4rSvtuN6vJMrzoLo,11310
|
|
1779
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=JTwp2bGbvR6IULFZpjKVc1LaXmMqWY4epn2yuv0ePKI,11782
|
|
1780
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=ylovDoYCUNtoxQ4mft1Z7RQBneYzmWl3JnXPun_PV2Q,11562
|
|
1781
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=mon6A8RGcDjl5xTgLaQLcMeXDCtCZTvbmh5VfN_8Ipo,11493
|
|
1782
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=bHlVe--8YtPLF1-zKYhauxv1MAwU5svI3pSsWdBpWOQ,11737
|
|
1783
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=8LlwMXWZzYksOPOJDpD1tdXQ9nKNnPjT4Wbf3bUAdxw,11807
|
|
1784
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=8sNcPHr8XNKYyqBRopgjWdjZTgvhgDwzeBMq6vANGTs,11714
|
|
1785
|
+
mage_ai/server/frontend_dist/platform/global-hooks.html,sha256=rP9S22OjEAjlzzD3gLi_uNWI0FydqDj8LGNmEYbADt8,11306
|
|
1786
|
+
mage_ai/server/frontend_dist/platform/global-hooks/[...slug].html,sha256=WL-sRbqxfLPX_iaiEEcq58zRFLkJMRQi1_wA0nT4IP4,11306
|
|
1787
|
+
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=N6NK3N5fUZnxHfbKIK8ctROTckWoTQMsa4mos_3qKKM,11377
|
|
1788
|
+
mage_ai/server/frontend_dist/settings/platform/preferences.html,sha256=cnMFWQTFhZbR1C4lYJqpmv55bAZ1S8cqw5h_RCn0ypc,11309
|
|
1789
|
+
mage_ai/server/frontend_dist/settings/platform/settings.html,sha256=PNz5hL9C_Bd_CXhAG-PDkMeTbr77nKcK3FIeMYLxpTE,11303
|
|
1790
|
+
mage_ai/server/frontend_dist/settings/workspace/permissions.html,sha256=SLrG3exrqXwliTIbO_JBbQosaouiVpo8UObQgr1HxZw,11392
|
|
1791
|
+
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=ivY_77o4RkJi_eHZVaPk6EPNqPs-rXamW4wrGXfiO4A,11311
|
|
1792
|
+
mage_ai/server/frontend_dist/settings/workspace/roles.html,sha256=QOPBUfUO0c8GrXEtJcfk8Ww87ZNs2yxYe4M5AuDdbec,11374
|
|
1793
|
+
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256=QL5OAp_8PqeVVjjzY2AtytGNw_AW1RIQLzjGNzpX_hI,11695
|
|
1794
|
+
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=iLUjRQHv4bxr4TYEaVmlyzXxn7XOGVt1ei7aYdFglT8,11374
|
|
1795
|
+
mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html,sha256=EzAbORJCNFX-vjvR58oaUkEthZFnFwu3C-cCru56GXQ,11419
|
|
1796
|
+
mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html,sha256=p2fR44VekM-hPdZw0Suzlppba4lbyTmQT2chYsjbV5Y,11401
|
|
1797
|
+
mage_ai/server/frontend_dist/settings/workspace/users/[...slug].html,sha256=530BPC1GlCkik2g8oFh-7urKjBw2g4Qqpfk5sTlBp94,11401
|
|
1798
|
+
mage_ai/server/frontend_dist/templates/[...slug].html,sha256=IFD2qqTu5tRlQ3kNkv-o9i__mpUY6k6RH7MRF_RX4q4,11282
|
|
1799
|
+
mage_ai/server/frontend_dist/v2/canvas.html,sha256=nC9v7-kOR0EZp0Fk9ME-jfDPvwjOCwL64SehLCAdXfY,18610
|
|
1799
1800
|
mage_ai/server/frontend_dist/workers/worker.ts,sha256=uH_b7ZH76lKgCbHI0SS1fhp7HGhxKQJWpp-Wlv9GiBw,406
|
|
1800
|
-
mage_ai/server/frontend_dist_base_path_template/404.html,sha256=
|
|
1801
|
-
mage_ai/server/frontend_dist_base_path_template/block-layout.html,sha256=
|
|
1802
|
-
mage_ai/server/frontend_dist_base_path_template/compute.html,sha256
|
|
1801
|
+
mage_ai/server/frontend_dist_base_path_template/404.html,sha256=Chy5C_U7B6lz7SwAByGkVwV94Uc9o1FbdZAV5gBMJR0,12232
|
|
1802
|
+
mage_ai/server/frontend_dist_base_path_template/block-layout.html,sha256=UBkMt2_gMJm0xh1ovRadnGLi1I1GoIIK1FiGlm-4sc8,11030
|
|
1803
|
+
mage_ai/server/frontend_dist_base_path_template/compute.html,sha256=etVhI5nxglssdk1JljAVHdpnIvo1rfOCSK_rUOoD6iI,11862
|
|
1803
1804
|
mage_ai/server/frontend_dist_base_path_template/favicon-pro.ico,sha256=kFkKmuH0-ZGuqsQnZOEg8fc776DKddryiHfxzGwxI8I,141677
|
|
1804
1805
|
mage_ai/server/frontend_dist_base_path_template/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
|
|
1805
|
-
mage_ai/server/frontend_dist_base_path_template/files.html,sha256=
|
|
1806
|
-
mage_ai/server/frontend_dist_base_path_template/global-data-products.html,sha256=
|
|
1807
|
-
mage_ai/server/frontend_dist_base_path_template/global-hooks.html,sha256=
|
|
1808
|
-
mage_ai/server/frontend_dist_base_path_template/index.html,sha256=
|
|
1806
|
+
mage_ai/server/frontend_dist_base_path_template/files.html,sha256=BJnRBkx1xCQS7KSGyFolcftCgpiQe9JZQ61aKUeKPeA,11740
|
|
1807
|
+
mage_ai/server/frontend_dist_base_path_template/global-data-products.html,sha256=ByFC-gugFPTkn8DoKiFYueK43m8a5WVhx33fQIJTJp0,12122
|
|
1808
|
+
mage_ai/server/frontend_dist_base_path_template/global-hooks.html,sha256=xzvf5GBecbkazqQhc4FDC5xpBii0qE5FGIZuV84vxmA,11866
|
|
1809
|
+
mage_ai/server/frontend_dist_base_path_template/index.html,sha256=HObCnjGvrJRfKoiaHIuGtDhiOlhUugD88Ehuh5xjDqk,9788
|
|
1809
1810
|
mage_ai/server/frontend_dist_base_path_template/m24.png,sha256=jLEkQAh5uMazS_DpwY2UfqzWwuojpa0KfHd7PuoSHic,1247777
|
|
1810
1811
|
mage_ai/server/frontend_dist_base_path_template/m24.svg,sha256=Pgxwy73-TWwoMwpxy-lIFSMlZ9GXWgT5kzwxatnD4kQ,1220211
|
|
1811
|
-
mage_ai/server/frontend_dist_base_path_template/manage.html,sha256=
|
|
1812
|
-
mage_ai/server/frontend_dist_base_path_template/oauth.html,sha256=
|
|
1813
|
-
mage_ai/server/frontend_dist_base_path_template/overview.html,sha256=
|
|
1814
|
-
mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html,sha256=
|
|
1815
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines.html,sha256=
|
|
1816
|
-
mage_ai/server/frontend_dist_base_path_template/settings.html,sha256=
|
|
1817
|
-
mage_ai/server/frontend_dist_base_path_template/sign-in.html,sha256=
|
|
1818
|
-
mage_ai/server/frontend_dist_base_path_template/templates.html,sha256=
|
|
1819
|
-
mage_ai/server/frontend_dist_base_path_template/terminal.html,sha256=
|
|
1820
|
-
mage_ai/server/frontend_dist_base_path_template/test.html,sha256=
|
|
1821
|
-
mage_ai/server/frontend_dist_base_path_template/triggers.html,sha256=
|
|
1822
|
-
mage_ai/server/frontend_dist_base_path_template/v2.html,sha256=
|
|
1812
|
+
mage_ai/server/frontend_dist_base_path_template/manage.html,sha256=bJ1vrcG1UedKbCM_fifTQg0QRHZWVuQykNtMzI66jbQ,11968
|
|
1813
|
+
mage_ai/server/frontend_dist_base_path_template/oauth.html,sha256=8eCHhhvKdN4De3d3Q__cDBSvmBkRkyF7rAGwoV_aVK8,11508
|
|
1814
|
+
mage_ai/server/frontend_dist_base_path_template/overview.html,sha256=wYjNL9_yB4eDh2pJNuxcWvY0bcBuxP88FVplUhOfjy0,13606
|
|
1815
|
+
mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html,sha256=Ju6CoWmqwbHyUcm5BzRX749Tl71O9ySB4gSQg_t1E_w,11985
|
|
1816
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines.html,sha256=ugAAhWGinpF6wVC3VNr0QqW9sn4dF-LKu0d_UHnLykY,12320
|
|
1817
|
+
mage_ai/server/frontend_dist_base_path_template/settings.html,sha256=DHgtW2IUaJEUk_aji98rKM9XDxEPglQB7Gjt7KJ4O8I,9860
|
|
1818
|
+
mage_ai/server/frontend_dist_base_path_template/sign-in.html,sha256=U4bxSyxUjXrA4EdsRfDgn6xBe41SeFbmeBPbBhIjGGU,20913
|
|
1819
|
+
mage_ai/server/frontend_dist_base_path_template/templates.html,sha256=MENUq5Oc4n7MTRO8sCM-WosrUEEZZWZ425Ppr-K9JJg,11972
|
|
1820
|
+
mage_ai/server/frontend_dist_base_path_template/terminal.html,sha256=tYFnes2cvPvwrNHWfpqRlydHWYxl1U_4UxBk78Ym9kI,11738
|
|
1821
|
+
mage_ai/server/frontend_dist_base_path_template/test.html,sha256=YwJrbfL65EJCSzV5Pxbkn65e7HHdzLp-WYzaY3YNI5c,14121
|
|
1822
|
+
mage_ai/server/frontend_dist_base_path_template/triggers.html,sha256=tZcMqDlCQEshEHM4LYygBfzXtyn3od2USqOg2TBn0Q4,11854
|
|
1823
|
+
mage_ai/server/frontend_dist_base_path_template/v2.html,sha256=ux4R7USCQ6DQkThcuahBl3BVmU8eRvErdNbVMQqPK10,19107
|
|
1823
1824
|
mage_ai/server/frontend_dist_base_path_template/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
|
|
1824
|
-
mage_ai/server/frontend_dist_base_path_template/version-control.html,sha256=
|
|
1825
|
+
mage_ai/server/frontend_dist_base_path_template/version-control.html,sha256=sUItdFkpfgc5zYZLH9_3OmiCNnbN1RboU-55Gu_bBMA,11759
|
|
1825
1826
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1004.a4db096bf00e5748.js,sha256=xkdDfWP0Y45S9EigKBWk-zKu43VkF8zlhmzTz6Kpdbw,3076
|
|
1826
1827
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1004.a4db096bf00e5748.js.LICENSE.txt,sha256=MDov8tAf6tU89D5bupNoGlJKZ9XsKnOYuk8644UaiMc,387
|
|
1827
1828
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1040.5ce2658611163884.js,sha256=rfKgJPBCdxnsVIVIAC1ZPvMeOLBddb45kaiY4iuaaWc,2845
|
|
@@ -2174,7 +2175,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage
|
|
|
2174
2175
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]-1a0d1ab496183686.js,sha256=bvb-Bba0xjPCQM2WLL-2HZzITpV2j5FiSjKAHu7UMU8,4432
|
|
2175
2176
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-bd11e87d026bfbf9.js,sha256=hMQXI0-F8-yuNOEtv9jGH3UAjdN7IBmDdxRmAM0YLUU,13641
|
|
2176
2177
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/dashboard-0f4f47f721b0723f.js,sha256=fvj1c0wO8vY770--zSkQghDPmULIwgnont3xh8NmueE,4549
|
|
2177
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-
|
|
2178
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-3881267993576e2c.js,sha256=mPl5ranl_Fj7K9TPt2ZsmN6BN9x1OwrjzY016rOtB1k,411645
|
|
2178
2179
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-fe91dfb0091f6bc6.js,sha256=wUDBmSFMEwomjaaE4dyn-RaGX6fqaIk-nr-bTRGZcPI,33538
|
|
2179
2180
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors-80bebb4401eefe25.js,sha256=hDblXIMuBSAiIOUNjmJ3gfA09NnvhkNu6IqELj99qrU,12306
|
|
2180
2181
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs-e3d7fdfeb7f806f7.js,sha256=OtiBtEM6AKUUFsukH6Fo4BT0Wvv8liuVTbLXLHX94rE,21544
|
|
@@ -2209,8 +2210,6 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/css/93632f5b9a6a749
|
|
|
2209
2210
|
mage_ai/server/frontend_dist_base_path_template/_next/static/css/9754555763f038b5.css,sha256=jdz-pCDHq1PG7EkOk49tqbStsc8YPbjXrCNhBHXrm9A,1529
|
|
2210
2211
|
mage_ai/server/frontend_dist_base_path_template/_next/static/css/ab28aa164f43cb7c.css,sha256=llbDq_8g5Y8Qan-Aau9WTneI6Bub5ABXxvYYF9UMEDA,2382828
|
|
2211
2212
|
mage_ai/server/frontend_dist_base_path_template/_next/static/css/f4a98ab2f1d50f04.css,sha256=q7Mk1RImmlq_fM6m2XeUOSkJtqvVL6msHkn7JR0eNHQ,268
|
|
2212
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/iCySon3_GCldnbC5U7C-s/_buildManifest.js,sha256=vOeF0lOd3KCybVSbPxyoc9V6XM0htESKinynYz5_Cnc,8855
|
|
2213
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/iCySon3_GCldnbC5U7C-s/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
2214
2213
|
mage_ai/server/frontend_dist_base_path_template/_next/static/media/MagicPython.tmLanguage.c9ce5464.json,sha256=qOwnznnssf2gV4PUdjbv7kVBNWX2LdFaLrxB1_DXFqA,78248
|
|
2215
2214
|
mage_ai/server/frontend_dist_base_path_template/_next/static/media/MagicRegExp.tmLanguage.d57a0961.json,sha256=ElVgRDnKLCe2dUxaGOwLSJ5kCNGcQT7aEnDUBMCyqbg,8371
|
|
2216
2215
|
mage_ai/server/frontend_dist_base_path_template/_next/static/media/config.38e6bc60.json,sha256=nXGfRSHP-PpT4e2MI-VHcAvqqosodwDlxHa9v0TUL4s,2252
|
|
@@ -2240,6 +2239,8 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/media/root-folder-o
|
|
|
2240
2239
|
mage_ai/server/frontend_dist_base_path_template/_next/static/media/root-folder-open-light.67f329d5.svg,sha256=CpAieZgGZneyp98IBCZSCZrpFf0f7jtK4CXWrWaabc8,930
|
|
2241
2240
|
mage_ai/server/frontend_dist_base_path_template/_next/static/media/vs_minimal-icon-theme.881c595b.json,sha256=CU9g5KEAv5m8DE88KAJTbUFkTjv5Adf-q3wyJcVZhd8,1094
|
|
2242
2241
|
mage_ai/server/frontend_dist_base_path_template/_next/static/media/webWorkerExtensionHostIframe.c4103280.html,sha256=FjPq75l00BbTCf43hmTUk24XqyI8q0h1RZaFiX42UtI,4022
|
|
2242
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/xAmU_ZNdoOy8aaJdtbt_F/_buildManifest.js,sha256=yMGtncSFPHyhoHfHKSZ7YpaLzIsiVeRsl5OGRcnRTXc,8855
|
|
2243
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/xAmU_ZNdoOy8aaJdtbt_F/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
2243
2244
|
mage_ai/server/frontend_dist_base_path_template/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
|
|
2244
2245
|
mage_ai/server/frontend_dist_base_path_template/fonts/Fira_Code/ttf/FiraCode-BoldItalic.otf,sha256=hZtTph0dKS37TLrDbJ-Mnhvaf2rG9sFP9RSV2sx2zgw,130052
|
|
2245
2246
|
mage_ai/server/frontend_dist_base_path_template/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
|
|
@@ -2286,8 +2287,8 @@ mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoM
|
|
|
2286
2287
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-Thin.ttf,sha256=zlgstcLhG4408Fo8JS7sZRC6Mt2XftUXpop3Ja8FywI,87872
|
|
2287
2288
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-ThinItalic.ttf,sha256=JfREOX6nw1mHlEYBq_j9_7rLfI3CIcQ5bOBytV-pUi8,93056
|
|
2288
2289
|
mage_ai/server/frontend_dist_base_path_template/fonts/codicon/codicon.ttf,sha256=izSevKNd2mT7WHZYsm4XzDTGwdk0_FCb7wRObtuJ20k,73624
|
|
2289
|
-
mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html,sha256=
|
|
2290
|
-
mage_ai/server/frontend_dist_base_path_template/global-hooks/[...slug].html,sha256=
|
|
2290
|
+
mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html,sha256=CfXHqq1KPD-8QjDw_77bIvUE4RJFjnV3q5YC_ozLZac,12138
|
|
2291
|
+
mage_ai/server/frontend_dist_base_path_template/global-hooks/[...slug].html,sha256=FKA-cI5grSGCFJ3GZlZjuywCsDy566qM-U8eZQ6_p5c,11875
|
|
2291
2292
|
mage_ai/server/frontend_dist_base_path_template/images/backfill.jpg,sha256=0cUfwkvBISDC9yXxiDV7o2RPqKI_9OIydX90gw54azk,4404
|
|
2292
2293
|
mage_ai/server/frontend_dist_base_path_template/images/banner-shape-purple-peach.jpg,sha256=b6fpPLZfxxm7hiWf6Ci1Dv01P3d68k0eK_uu4v43Vss,4854
|
|
2293
2294
|
mage_ai/server/frontend_dist_base_path_template/images/dashboard-api-key.webp,sha256=5IwOoTLp3RKDrHVQsdCADoQkjcTbh5MTZGqlgyqcXNk,57024
|
|
@@ -2298,13 +2299,13 @@ mage_ai/server/frontend_dist_base_path_template/images/blocks/grey_block.webp,sh
|
|
|
2298
2299
|
mage_ai/server/frontend_dist_base_path_template/images/extensions/dbt/logo.png,sha256=-ssfqyt73pSkqsA_UBfYf2U2h2P62yr6fCe5SIwBurc,6001
|
|
2299
2300
|
mage_ai/server/frontend_dist_base_path_template/images/extensions/great_expectations/logo.png,sha256=RK76yAE_SHMHiFxf2aq-Ox00Gw6Khap9CCkdT7ucfQw,22785
|
|
2300
2301
|
mage_ai/server/frontend_dist_base_path_template/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
|
|
2301
|
-
mage_ai/server/frontend_dist_base_path_template/manage/files.html,sha256=
|
|
2302
|
-
mage_ai/server/frontend_dist_base_path_template/manage/overview.html,sha256=
|
|
2303
|
-
mage_ai/server/frontend_dist_base_path_template/manage/pipeline-runs.html,sha256=
|
|
2304
|
-
mage_ai/server/frontend_dist_base_path_template/manage/settings.html,sha256=
|
|
2305
|
-
mage_ai/server/frontend_dist_base_path_template/manage/users.html,sha256=
|
|
2306
|
-
mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html,sha256=
|
|
2307
|
-
mage_ai/server/frontend_dist_base_path_template/manage/users/new.html,sha256=
|
|
2302
|
+
mage_ai/server/frontend_dist_base_path_template/manage/files.html,sha256=ZJUu4uJ3UHIwvmQbXkwZyckIRKZPGI0lRK2o7Gue4DM,11864
|
|
2303
|
+
mage_ai/server/frontend_dist_base_path_template/manage/overview.html,sha256=f2-vcfTpziZXX0CsTPDXFWfF2UIftgdu2RRTeGB8lK0,12344
|
|
2304
|
+
mage_ai/server/frontend_dist_base_path_template/manage/pipeline-runs.html,sha256=eZt2oVEDejGODL9StSN9G0fhRqdUcazVe8bgOCamgNo,12112
|
|
2305
|
+
mage_ai/server/frontend_dist_base_path_template/manage/settings.html,sha256=6b-H5mCwN5HL5yqo8j428kXGDyqYtG9sB75sHwncSmU,11870
|
|
2306
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users.html,sha256=W6waeA_LwDppeI1t_1cxixGRUxG5d1WJSpkNFJmnz74,11864
|
|
2307
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html,sha256=ncU5dWOkFTFWkU6x8YpaBg0dqmqwqepVLxu_pMnPy3Y,11892
|
|
2308
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users/new.html,sha256=Ngq_3rOAhUPI3Px5ixHGD0vlUVz6R_4LB3Ku9rFIB-w,11872
|
|
2308
2309
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/loader.js,sha256=-g736o6tNxP1uWgDa4GNMLu0cVw5rpd9iv_JkFqjJYg,30051
|
|
2309
2310
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf,sha256=izSevKNd2mT7WHZYsm4XzDTGwdk0_FCb7wRObtuJ20k,73624
|
|
2310
2311
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.de.js,sha256=f6eZPSfW6q0TZXRHJH9Ot3KDmzXRrnAwUrGz6zTWa5c,869
|
|
@@ -2418,36 +2419,36 @@ mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/js
|
|
|
2418
2419
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/json/jsonWorker.js,sha256=zgcNdzxOPbIH9mjg7oUxO3FHBwTvv9EQRMOKQWdjLF4,128871
|
|
2419
2420
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/typescript/tsMode.js,sha256=GL-DBXaHEUZHBE6SZA_HY0m326feu9NjFduSIp_6o8o,23674
|
|
2420
2421
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/typescript/tsWorker.js,sha256=GDkXJvtDJ6BGEWF6fLxQrtAlWx1PqCn78i1sEdOnrIY,4602226
|
|
2421
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html,sha256=
|
|
2422
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html,sha256=
|
|
2423
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html,sha256=
|
|
2424
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html,sha256=
|
|
2425
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html,sha256=
|
|
2426
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html,sha256=
|
|
2427
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html,sha256=
|
|
2428
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html,sha256=
|
|
2429
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html,sha256=
|
|
2430
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html,sha256=
|
|
2431
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html,sha256=
|
|
2432
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html,sha256=
|
|
2433
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html,sha256=
|
|
2434
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html,sha256=
|
|
2435
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html,sha256=
|
|
2436
|
-
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks.html,sha256=
|
|
2437
|
-
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks/[...slug].html,sha256=
|
|
2438
|
-
mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html,sha256=
|
|
2439
|
-
mage_ai/server/frontend_dist_base_path_template/settings/platform/preferences.html,sha256=
|
|
2440
|
-
mage_ai/server/frontend_dist_base_path_template/settings/platform/settings.html,sha256=
|
|
2441
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html,sha256=
|
|
2442
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html,sha256
|
|
2443
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html,sha256=
|
|
2444
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html,sha256=
|
|
2445
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html,sha256=
|
|
2446
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html,sha256=
|
|
2447
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html,sha256=
|
|
2448
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html,sha256=
|
|
2449
|
-
mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html,sha256=
|
|
2450
|
-
mage_ai/server/frontend_dist_base_path_template/v2/canvas.html,sha256=
|
|
2422
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html,sha256=WgAJsPzcVfNf2rtqnCSSxfTrzYWFCkJjk9ZsBK1CtEE,9902
|
|
2423
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html,sha256=lnR0Pur77FlBjFFMkEC9bWxZBUGOR-S65UevnqvjX8c,11905
|
|
2424
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html,sha256=17VDUxC0EtSGZ_F2yHTnQ_zfsP1ZnRWSOMV-0OuLGTs,13067
|
|
2425
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html,sha256=PhOlxpNfXGUJo-J1a4OR0Jo7LSiRGWipYvrx6Y45GzY,11934
|
|
2426
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html,sha256=wsfhkI7tWn7cYSOza_ypGfQQ4SxV3_0oKHVrm6JlmzE,12011
|
|
2427
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html,sha256=of8puKccGwZrw4VP74UDgcVxGDVccbk3PkV-u0aQHg8,12250
|
|
2428
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html,sha256=2II575VEtt-go8myA8Koznv9xKaF-siCmsRmR8rop3I,12127
|
|
2429
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html,sha256=dGzQTvm86yqh5nWWDZ779WlDKx2pwD04L8V3OKhT1M0,11903
|
|
2430
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html,sha256=CbDd9Ym9iSGVG9mHbIp2kIFteUyfEMhUwSkAGZWqQ7E,11897
|
|
2431
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html,sha256=1BjSZAzQaFlKHsnyWQuGiNN84S-W6nPmSfCoXRf26Dg,12597
|
|
2432
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html,sha256=v4JddKIiw1ooBRYZhujJK2gjNEqC-ovCjtTGxvHOFfM,12263
|
|
2433
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html,sha256=wKgwkpHlUrklXQtL-t6PbwcGe2M8s0KvaSA-vB2hjcs,12156
|
|
2434
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html,sha256=Cx3AFA2-XSkoGXMP9LYBIGiUafzF_SX1WHMrvteP2cY,12514
|
|
2435
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html,sha256=8iV_2cJb34nNOpi6yDEiT-jSCJuwy1s4xWgfYU7kwjw,12622
|
|
2436
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html,sha256=pT6AfB8RKyQFx8QI3X-ihQGLKqwhRrps0vzfXDmhj2w,12491
|
|
2437
|
+
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks.html,sha256=g5wwJUmqRhualwN21O-qUdOoZILgako0bQtagZOPRAQ,11893
|
|
2438
|
+
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks/[...slug].html,sha256=MB707VWJeJKyQR9OB1NN7XphfYrzDTVlrWbdGtfQkWw,11893
|
|
2439
|
+
mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html,sha256=z6XpvDI4quajPdU3UEJyZ2G5IkmomGUn-DkoBRafKd8,12002
|
|
2440
|
+
mage_ai/server/frontend_dist_base_path_template/settings/platform/preferences.html,sha256=BvfB6WZj8WH5snvxLPTNNtUEjpUIYool9fTRs54O73A,11896
|
|
2441
|
+
mage_ai/server/frontend_dist_base_path_template/settings/platform/settings.html,sha256=b_PJ8SfHpCAveafNEs8E0kQ-194LxUA-3Zi6lyqqNNU,11890
|
|
2442
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html,sha256=jZh6tH9emk4Z1VjBBBMGYTGkJZd0tnOwC57Qo7fRAjw,12017
|
|
2443
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html,sha256=-KvsG5rtPygsWtfkzmcv21P_8RHATtTbPf4cqReRjoE,11898
|
|
2444
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html,sha256=Tf63ii91QhNGeNCLrda1PdlB9Ysk9iDARNdTlvnomJ8,11999
|
|
2445
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html,sha256=xi6oBLJ6qMVLM9fL_o_yOwl7LeDP5mFMlwOrx0P8N9w,12472
|
|
2446
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html,sha256=tqSHStlyQxa2lDoEDmwZeWGYhHQHXLZxbIgc-_SIsKo,11999
|
|
2447
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html,sha256=qdLXhR7mYtwSovKt2Yhc37VUEQhoAzib62JU3lUSQB4,12044
|
|
2448
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html,sha256=vweubk5fNPQHjFNJVdbP8tY8_b3aeD0S6d19n3HfxmA,12026
|
|
2449
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html,sha256=O382uMkxMvCRiThlzM9DCQrZWkpIAFwYwGvePRxFqtI,12026
|
|
2450
|
+
mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html,sha256=NAgdR7opfVFHFcX-cpsDYAfK_nNkToE3G00NRr6hkZo,11869
|
|
2451
|
+
mage_ai/server/frontend_dist_base_path_template/v2/canvas.html,sha256=oj-dJ7x_EAZBqzzLh5Fg2UVRFMEFpcv713ghswawoCo,19121
|
|
2451
2452
|
mage_ai/server/frontend_dist_base_path_template/workers/worker.ts,sha256=uH_b7ZH76lKgCbHI0SS1fhp7HGhxKQJWpp-Wlv9GiBw,406
|
|
2452
2453
|
mage_ai/server/static/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2453
2454
|
mage_ai/server/static/files.py,sha256=JAJUbWUv6UcS8sctewwbxT0cv_XLEuoMV90BHPWiBW8,1330
|
|
@@ -2587,7 +2588,7 @@ mage_ai/settings/backends.py,sha256=BnIwl_DOYr93DfOXTfWeNQeGW9N1BQipdKuLmXYPiv4,
|
|
|
2587
2588
|
mage_ai/settings/constants.py,sha256=iEGrZXx1peumWVNgwkKZ5r5ZE3u-8LsBqj9Ve99w42s,81
|
|
2588
2589
|
mage_ai/settings/repo.py,sha256=vVabWFQG_rUujy-TAykFp-Ea-mI-pcul4HBNAjRcCHY,8065
|
|
2589
2590
|
mage_ai/settings/secret_generation.py,sha256=YYVnO_lt3FEg5tSxkVy5KQlaGehmecvri2o3HEMmPEU,191
|
|
2590
|
-
mage_ai/settings/server.py,sha256=
|
|
2591
|
+
mage_ai/settings/server.py,sha256=sbFxxqwJFXaYMhh1kYA9E2TPIuandO-6BockbTC3WP4,10663
|
|
2591
2592
|
mage_ai/settings/utils.py,sha256=Ufi3F5z4vZ3FaK8242zlcZWCdc2bWl2-t1ISo9iTm2g,310
|
|
2592
2593
|
mage_ai/settings/keys/__init__.py,sha256=nu7jPI1n0xMql3ud3zCPMJIKYtSLE-IaxKN5aMhXjiE,61
|
|
2593
2594
|
mage_ai/settings/keys/auth.py,sha256=TS6ZOP6CP_QuZNZf8SY1feHODXS5i7lOolpJ_QXzEyY,2523
|
|
@@ -2661,7 +2662,7 @@ mage_ai/streaming/sources/base.py,sha256=5blUj8cyw8aFzkHGJuc8Jba2uvDZxx2XLr-Brj8
|
|
|
2661
2662
|
mage_ai/streaming/sources/base_python.py,sha256=WVOMhzgqktvqkTLGICh5LN1gyOAG0tix_qLZYvZ50nk,837
|
|
2662
2663
|
mage_ai/streaming/sources/google_cloud_pubsub.py,sha256=sO_scPcUpmfsfqq0EHJbECV3mU5VDZ7iLVaeeacisss,6703
|
|
2663
2664
|
mage_ai/streaming/sources/influxdb.py,sha256=TzSKynjSneNYxqI6va0LKJFMxduzKJfkOUL_Nj6EDqc,8247
|
|
2664
|
-
mage_ai/streaming/sources/kafka.py,sha256=
|
|
2665
|
+
mage_ai/streaming/sources/kafka.py,sha256=vJilCd_0idAtQkgj9HRy7FISYsClWl2Bz6ckVwv-O3c,12230
|
|
2665
2666
|
mage_ai/streaming/sources/kinesis.py,sha256=KisyHYYSW4oE1cROHjea2sma2FWC6B657-q_pEB0UWE,3950
|
|
2666
2667
|
mage_ai/streaming/sources/mongodb.py,sha256=qg82im_KCB33JZthiRdnf8LxCsFDizp725HNo55ZmVM,2567
|
|
2667
2668
|
mage_ai/streaming/sources/nats_js.py,sha256=P8Uh3kq4CBRWOPAIOL-PdYdkJXf9HOMjPSF-i36Lv3I,8755
|
|
@@ -2802,14 +2803,14 @@ mage_ai/tests/data_preparation/test_templates.py,sha256=o1T_aHNoszgny3kxIe1MJQh9
|
|
|
2802
2803
|
mage_ai/tests/data_preparation/test_variable_manager.py,sha256=ZIMzmqGUgXz-9Olsyd-8ejAH-ENng5_p4O-IFZPG2Wo,4737
|
|
2803
2804
|
mage_ai/tests/data_preparation/test_variable_manager_project_platform.py,sha256=QqMZkHRmqifdDCCbE9Lxks0qbNKKt3b_bQ_5QySNjx4,1539
|
|
2804
2805
|
mage_ai/tests/data_preparation/executors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2805
|
-
mage_ai/tests/data_preparation/executors/test_block_executor.py,sha256=
|
|
2806
|
+
mage_ai/tests/data_preparation/executors/test_block_executor.py,sha256=5ZYb_mzDmIgykJRd4250DNEwmEa2DCsfdI1vA56SFDI,17974
|
|
2806
2807
|
mage_ai/tests/data_preparation/executors/test_k8s_block_executor.py,sha256=bVXUnM4C8ZqIFOntvw0Dr49-C_hRCidPgNN4tihZG0g,3049
|
|
2807
2808
|
mage_ai/tests/data_preparation/executors/test_pipeline_executor.py,sha256=iS1eJAAe8Tp_uk40ZAuvjjTAwnvCCmEmOOi2WI-tD_k,2525
|
|
2808
2809
|
mage_ai/tests/data_preparation/git/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2809
2810
|
mage_ai/tests/data_preparation/git/test_api.py,sha256=nY8rMSb-gt823J08zzwn5xVkHFjmNRqCW30U7J0v9aY,1317
|
|
2810
2811
|
mage_ai/tests/data_preparation/git/test_git.py,sha256=j0H_Oh86NaIMVwOOFf6VUzbPX61J52GTlUXbgVkrk9U,820
|
|
2811
2812
|
mage_ai/tests/data_preparation/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2812
|
-
mage_ai/tests/data_preparation/logging/test_logger_manager.py,sha256=
|
|
2813
|
+
mage_ai/tests/data_preparation/logging/test_logger_manager.py,sha256=ZbcZaMLaLYY6aDAz_nTBP9AOvqBYq4HDKqsq34eMJF4,6247
|
|
2813
2814
|
mage_ai/tests/data_preparation/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2814
2815
|
mage_ai/tests/data_preparation/models/test_block.py,sha256=fNPs5o8FkZH08o-V-MyQ7QDH584XwCd5PKspwMmKhZw,26935
|
|
2815
2816
|
mage_ai/tests/data_preparation/models/test_blocks_helper.py,sha256=w4lbE7ILSX2DKhHQtHT96dW-qoDhEdmgdgER1LH1KDY,3028
|
|
@@ -2818,7 +2819,7 @@ mage_ai/tests/data_preparation/models/test_global_data_product.py,sha256=MArll0y
|
|
|
2818
2819
|
mage_ai/tests/data_preparation/models/test_pipeline.py,sha256=KPWJ1jnGtOMQuDdielVOKV5KjAaR0EEiTLMKKLlWTFQ,43705
|
|
2819
2820
|
mage_ai/tests/data_preparation/models/test_project.py,sha256=KgMLndtarBHEsofopYSe8BXT4C_0XG7S2v1ZkfxI4jQ,8194
|
|
2820
2821
|
mage_ai/tests/data_preparation/models/test_utils.py,sha256=c-dl2FkbBfHcaA67ahSsDs46509dEkUZv6Sv0xCvNoM,3229
|
|
2821
|
-
mage_ai/tests/data_preparation/models/test_variable.py,sha256=
|
|
2822
|
+
mage_ai/tests/data_preparation/models/test_variable.py,sha256=L1qoiUDYNmwDi3Hz1ZOJwzQChysq1jf0T1vSwkPEfpc,13595
|
|
2822
2823
|
mage_ai/tests/data_preparation/models/block/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2823
2824
|
mage_ai/tests/data_preparation/models/block/test_global_data_product.py,sha256=EJIrcRMfZ5g-tEK1LVVhpyBUbtFa612uffkyrQaDw3k,2809
|
|
2824
2825
|
mage_ai/tests/data_preparation/models/block/test_sql.py,sha256=LcTkzHVoQGitCouea9cmlKCXkXSP1I7_TLQ2QbgJ3kA,2558
|
|
@@ -2870,7 +2871,7 @@ mage_ai/tests/io/create_table/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
2870
2871
|
mage_ai/tests/io/create_table/test_bigquery.py,sha256=kTOfRkZpItP5iDV8gTATsskqRioE0Gqn4P8IFa_4LBo,3008
|
|
2871
2872
|
mage_ai/tests/io/create_table/test_mssql.py,sha256=yNQ4OokU5OiknJpFXKiSRWSWigOm2DQLqCy5cRnU9AA,1038
|
|
2872
2873
|
mage_ai/tests/io/create_table/test_mysql.py,sha256=TuOOOjnsz22ttHxa360GJTMxejWl_014VckKKmJxohU,1063
|
|
2873
|
-
mage_ai/tests/io/create_table/test_postgresql.py,sha256=
|
|
2874
|
+
mage_ai/tests/io/create_table/test_postgresql.py,sha256=PxHRgF9-xAfSuBg51NWuefHJqrmmt5l_oZ3ZIVVyfoc,1966
|
|
2874
2875
|
mage_ai/tests/io/create_table/test_redshift.py,sha256=DudbiVzXfwXBUuh5yk8IMLsX68TfzBMSElFSIOtfgJI,1318
|
|
2875
2876
|
mage_ai/tests/io/create_table/test_trino.py,sha256=NdNfmJxY4OhjiLLe8TSO1End5ApwhPr_tqjosZ9SPTo,1039
|
|
2876
2877
|
mage_ai/tests/orchestration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2887,7 +2888,7 @@ mage_ai/tests/orchestration/db/models/test_schedules_dynamic_blocks.py,sha256=PP
|
|
|
2887
2888
|
mage_ai/tests/orchestration/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2888
2889
|
mage_ai/tests/orchestration/notification/constants.py,sha256=x1ScqchOupAhgy2LPCJFr9e6iwlZa2kuqYBibH5ZiNc,1659
|
|
2889
2890
|
mage_ai/tests/orchestration/notification/test_config.py,sha256=UHH95JdWYPOmTZ_BbwLl2QLJ4JwZXw7deILnJDZNZho,2517
|
|
2890
|
-
mage_ai/tests/orchestration/notification/test_sender.py,sha256=
|
|
2891
|
+
mage_ai/tests/orchestration/notification/test_sender.py,sha256=oJskdz_H5Q6TFgHFy75I1bRfnYvRZORS0_F3XJIjQVc,8169
|
|
2891
2892
|
mage_ai/tests/orchestration/queue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2892
2893
|
mage_ai/tests/orchestration/queue/test_process_queue.py,sha256=puK7yRILrZP3bhGw6Sxc1t0SkwJUZFhKRDVS9eHKSlw,2567
|
|
2893
2894
|
mage_ai/tests/orchestration/triggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2954,7 +2955,7 @@ mage_ai/tests/streaming/sources/test_amazon_sqs.py,sha256=5gbIsYYdHeB1pVfX8QIWun
|
|
|
2954
2955
|
mage_ai/tests/streaming/sources/test_azure_event_hub.py,sha256=YEj-sB9QChdO5KUEgyA84gUMbxa0Z06ZohnpIBZG-wM,1041
|
|
2955
2956
|
mage_ai/tests/streaming/sources/test_google_cloud_pubsub.py,sha256=BuD7dMxjAOgjBSj53IW56V8CjbNuI-vvjLLd1dFHzes,1318
|
|
2956
2957
|
mage_ai/tests/streaming/sources/test_influxdb.py,sha256=eI1zOIJH48Tjkd4ZS5zrXRBuxapEbOiHQN0-eCoq9bA,1124
|
|
2957
|
-
mage_ai/tests/streaming/sources/test_kafka.py,sha256=
|
|
2958
|
+
mage_ai/tests/streaming/sources/test_kafka.py,sha256=g-hH7hOgsBJB4DMzGz79BQKi0Y5uNE2VnldCq2xSyMk,4201
|
|
2958
2959
|
mage_ai/tests/streaming/sources/test_kinesis.py,sha256=_iK3utAPBb-6BL3Z-iszwS3HMw2zvzBGf20Q3QHTPpc,1030
|
|
2959
2960
|
mage_ai/tests/streaming/sources/test_mongodb.py,sha256=iQfOlsfR9MgBADDL9JFrYRp6znUNGHf3Eccut8J-m-s,1757
|
|
2960
2961
|
mage_ai/tests/streaming/sources/test_nats_js.py,sha256=LiSsZdfeTZLqEUTxIRc9-XNDIPfuYQeeGd7XAyaccuo,1191
|
|
@@ -2972,9 +2973,9 @@ mage_ai/version_control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
2972
2973
|
mage_ai/version_control/models.py,sha256=synqylfkRPVl_E6dl_1yWiYk2t_KO14nlFpB3RPfKbk,22904
|
|
2973
2974
|
mage_ai/version_control/branch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2974
2975
|
mage_ai/version_control/branch/utils.py,sha256=tscNg2-sLqVR-YEqET4t9HiPTZ_IW1xN-435v3fmSN8,7302
|
|
2975
|
-
mage_ai-0.9.
|
|
2976
|
-
mage_ai-0.9.
|
|
2977
|
-
mage_ai-0.9.
|
|
2978
|
-
mage_ai-0.9.
|
|
2979
|
-
mage_ai-0.9.
|
|
2980
|
-
mage_ai-0.9.
|
|
2976
|
+
mage_ai-0.9.78.dist-info/licenses/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
|
|
2977
|
+
mage_ai-0.9.78.dist-info/METADATA,sha256=RNnLTAAiSzVoAxWLX7tKy4TCR8qB20m4_HeraJxhUZo,14355
|
|
2978
|
+
mage_ai-0.9.78.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2979
|
+
mage_ai-0.9.78.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
|
|
2980
|
+
mage_ai-0.9.78.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
|
|
2981
|
+
mage_ai-0.9.78.dist-info/RECORD,,
|