mage-ai 0.9.68__py3-none-any.whl → 0.9.69__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/SeedResource.py +2 -1
- mage_ai/api/resources/SessionResource.py +13 -1
- mage_ai/authentication/permissions/constants.py +2 -0
- mage_ai/authentication/permissions/seed.py +32 -21
- mage_ai/authentication/providers/active_directory.py +4 -3
- mage_ai/authentication/providers/okta.py +22 -83
- mage_ai/data_preparation/executors/streaming_pipeline_executor.py +77 -7
- mage_ai/data_preparation/models/block/__init__.py +7 -3
- mage_ai/data_preparation/models/block/data_integration/mixins.py +16 -5
- mage_ai/data_preparation/models/block/dynamic/child.py +3 -0
- mage_ai/data_preparation/models/block/dynamic/variables.py +2 -2
- mage_ai/data_preparation/models/block/extension/utils.py +1 -0
- mage_ai/data_preparation/models/block/integration/__init__.py +1 -1
- mage_ai/data_preparation/models/block/sql/__init__.py +1 -1
- mage_ai/data_preparation/models/pipeline.py +22 -6
- mage_ai/data_preparation/models/utils.py +6 -0
- mage_ai/data_preparation/models/variable.py +18 -4
- mage_ai/data_preparation/repo_manager.py +3 -2
- mage_ai/data_preparation/shared/utils.py +1 -1
- mage_ai/data_preparation/templates/data_exporters/mysql.py +2 -2
- mage_ai/data_preparation/templates/data_exporters/oracledb.py +27 -0
- mage_ai/data_preparation/templates/repo/metadata.yaml +1 -0
- mage_ai/io/bigquery.py +131 -58
- mage_ai/io/mysql.py +38 -6
- mage_ai/io/snowflake.py +152 -29
- mage_ai/orchestration/db/models/oauth.py +4 -4
- mage_ai/orchestration/db/models/schedules.py +9 -2
- mage_ai/orchestration/job_manager.py +6 -0
- mage_ai/orchestration/pipeline_scheduler_original.py +16 -6
- mage_ai/orchestration/queue/celery_queue.py +8 -1
- mage_ai/orchestration/queue/process_queue.py +67 -4
- mage_ai/orchestration/queue/queue.py +8 -0
- mage_ai/server/constants.py +1 -1
- mage_ai/server/frontend_dist/404.html +2 -2
- mage_ai/server/frontend_dist/_next/static/{i8pymuJDTVHdWjUP1QSh1 → _krrrgup_C-dPOpX36S8I}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/1557-df144fbd8b2208c3.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/2717-d9200be634dd6766.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/3548-fa0792ddb88f4646.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/5699-6d708c6b2153ea08.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/7361-8a23dd8360593e7a.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-d9c89527266296f7.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/index-4e12783b064c1cfe.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{pipeline-runs-a66b4c7641ae03eb.js → pipeline-runs-3edc6270c5b0e962.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-e1dd1ed71d26c10d.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-59aca25a5b1d3998.js +1 -0
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-cb88fd075a357fcf.js → frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-1bdfda8edc9cf4a8.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-3591d035bb3bb2b8.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/preferences-503049734a8b082f.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/settings-c2e9ef989c8bfa73.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-5b26eeda8aed8a7b.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{sync-data-79a4cf66a623e667.js → sync-data-8b793b3b696a2cd3.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{users-86814e581acaf5db.js → users-a4db8710f703c729.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-09414a8b66fb6f06.js +1 -0
- 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/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 +2 -2
- 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 +2 -2
- 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/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/{CKCvjsYCf2imD2X8zAOBf → KLL5mirre9d7_ZeEpaw3s}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1557-df144fbd8b2208c3.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2717-d9200be634dd6766.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3548-fa0792ddb88f4646.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5699-6d708c6b2153ea08.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7361-8a23dd8360593e7a.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-d9c89527266296f7.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/index-4e12783b064c1cfe.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{pipeline-runs-a66b4c7641ae03eb.js → pipeline-runs-3edc6270c5b0e962.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-e1dd1ed71d26c10d.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/settings-59aca25a5b1d3998.js +1 -0
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-cb88fd075a357fcf.js → frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-1bdfda8edc9cf4a8.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-3591d035bb3bb2b8.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/preferences-503049734a8b082f.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/settings-c2e9ef989c8bfa73.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-5b26eeda8aed8a7b.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/{sync-data-79a4cf66a623e667.js → sync-data-8b793b3b696a2cd3.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/{users-86814e581acaf5db.js → users-a4db8710f703c729.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/sign-in-09414a8b66fb6f06.js +1 -0
- 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/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 +2 -2
- 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 +2 -2
- 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/version-control.html +2 -2
- mage_ai/server/scheduler_manager.py +7 -0
- mage_ai/server/server.py +12 -5
- mage_ai/server/websocket_server.py +1 -0
- mage_ai/settings/keys/auth.py +2 -0
- mage_ai/settings/server.py +1 -1
- mage_ai/streaming/sources/influxdb.py +2 -0
- mage_ai/streaming/sources/kafka.py +1 -1
- mage_ai/tests/api/endpoints/mixins.py +10 -9
- mage_ai/tests/api/endpoints/test_seeds.py +24 -0
- mage_ai/tests/api/operations/test_sessions.py +53 -2
- mage_ai/tests/authentication/providers/test_okta.py +43 -0
- mage_ai/tests/orchestration/db/models/test_oauth.py +3 -3
- mage_ai/tests/orchestration/queue/test_process_queue.py +1 -0
- mage_ai/tests/server/test_server.py +8 -4
- {mage_ai-0.9.68.dist-info → mage_ai-0.9.69.dist-info}/METADATA +4 -4
- {mage_ai-0.9.68.dist-info → mage_ai-0.9.69.dist-info}/RECORD +203 -200
- mage_ai/server/frontend_dist/_next/static/chunks/1557-01f0843dc6ac4971.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/2717-b5f9575799b594d5.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/3548-961ff79ca70038c7.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/5699-6efc749f2f8ddd20.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/7361-18d9d8be96e1ce97.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-08790743315de36a.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/index-13760bb72d823b69.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-bd0aff5a5ed8888c.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-d1ee961387c58b7f.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-ceb06e1616ee9610.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/preferences-8ff16ef9566e911a.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/settings-74d76300942dcee8.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-d7a8bc51bb7a1082.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-f59d34429fe022ee.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1557-01f0843dc6ac4971.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2717-b5f9575799b594d5.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3548-961ff79ca70038c7.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5699-6efc749f2f8ddd20.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7361-18d9d8be96e1ce97.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-08790743315de36a.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/index-13760bb72d823b69.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-bd0aff5a5ed8888c.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/settings-d1ee961387c58b7f.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-ceb06e1616ee9610.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/preferences-8ff16ef9566e911a.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/settings-74d76300942dcee8.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-d7a8bc51bb7a1082.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/sign-in-f59d34429fe022ee.js +0 -1
- /mage_ai/server/frontend_dist/_next/static/{i8pymuJDTVHdWjUP1QSh1 → _krrrgup_C-dPOpX36S8I}/_ssgManifest.js +0 -0
- /mage_ai/server/frontend_dist_base_path_template/_next/static/{CKCvjsYCf2imD2X8zAOBf → KLL5mirre9d7_ZeEpaw3s}/_ssgManifest.js +0 -0
- {mage_ai-0.9.68.dist-info → mage_ai-0.9.69.dist-info}/LICENSE +0 -0
- {mage_ai-0.9.68.dist-info → mage_ai-0.9.69.dist-info}/WHEEL +0 -0
- {mage_ai-0.9.68.dist-info → mage_ai-0.9.69.dist-info}/entry_points.txt +0 -0
- {mage_ai-0.9.68.dist-info → mage_ai-0.9.69.dist-info}/top_level.txt +0 -0
|
@@ -259,8 +259,8 @@ mage_ai/api/resources/RoleResource.py,sha256=pmsD8KvJTbpIlDJbxSAIFKECgvVhw_UpIZb
|
|
|
259
259
|
mage_ai/api/resources/SchedulerResource.py,sha256=27lvvoq6_gM0wmDpA6sK2E9zryrlHpgQ6W8NSANxSLY,855
|
|
260
260
|
mage_ai/api/resources/SearchResultResource.py,sha256=GLbgYgQN1DzzjDX1QII2VA73oWOCMMNduWhdivKVlY4,2596
|
|
261
261
|
mage_ai/api/resources/SecretResource.py,sha256=A8wQQLkcen2hD6qhfJZvCcdN_h3l8Wm-dkNozRcO_90,2679
|
|
262
|
-
mage_ai/api/resources/SeedResource.py,sha256=
|
|
263
|
-
mage_ai/api/resources/SessionResource.py,sha256=
|
|
262
|
+
mage_ai/api/resources/SeedResource.py,sha256=JsGdYMER-RfP1_fWn0m2hKMzYlr6URRsdSzG7JZ72Ko,476
|
|
263
|
+
mage_ai/api/resources/SessionResource.py,sha256=TtrZYM21j7xgjAdVDCnwbELfPddgyzoIr3ID8GfH-kY,6244
|
|
264
264
|
mage_ai/api/resources/SparkApplicationResource.py,sha256=X3V6_-NnR7UzF4IB6YpWVl_dHobTx7wQSK3mSbGbiv8,1099
|
|
265
265
|
mage_ai/api/resources/SparkEnvironmentResource.py,sha256=wcyOG7YOIn2R7cZfIVNZMiG3u09uzq2VP2Iup2fQUDU,396
|
|
266
266
|
mage_ai/api/resources/SparkExecutorResource.py,sha256=G5u9GUxmG4KC81F31DQK70Uqq18QIlF7d0dxLdZZBCY,689
|
|
@@ -302,11 +302,11 @@ mage_ai/authentication/operation_history/constants.py,sha256=tXud4dVMF8byJlAcL9X
|
|
|
302
302
|
mage_ai/authentication/operation_history/models.py,sha256=_Y5cMTCvsq5fspq0UV3rdtC5cL-rQjZm8gS4B1QbJLA,5433
|
|
303
303
|
mage_ai/authentication/operation_history/utils.py,sha256=hAjs2vLnQgUmhsGIpyl9N1JECqCyk1p1C-rZO14iScw,2499
|
|
304
304
|
mage_ai/authentication/permissions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
305
|
-
mage_ai/authentication/permissions/constants.py,sha256=
|
|
306
|
-
mage_ai/authentication/permissions/seed.py,sha256=
|
|
305
|
+
mage_ai/authentication/permissions/constants.py,sha256=s0CIeHTCcBEfP2HizP6QQLxP8gCObYNteD-0sfH666k,6909
|
|
306
|
+
mage_ai/authentication/permissions/seed.py,sha256=KjRQ5-VewosRu3RtDKOF-_LIqZyy77k1Ug1GY298FR8,22204
|
|
307
307
|
mage_ai/authentication/permissions/seed_script.py,sha256=bJQ2JVXyPAO95hIyR_v0a8lsW-tgy_XP6iBwcdQ7Wxs,245
|
|
308
308
|
mage_ai/authentication/providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
|
-
mage_ai/authentication/providers/active_directory.py,sha256=
|
|
309
|
+
mage_ai/authentication/providers/active_directory.py,sha256=LE6b1iR7C2r5xIhmaXY9NrRKIsEOkIb1HZRWQh3dBfc,8465
|
|
310
310
|
mage_ai/authentication/providers/azure_devops.py,sha256=yoq9qJFYwZszlUpA-8T2P9t78ZXOn637joZhi1oXaKk,846
|
|
311
311
|
mage_ai/authentication/providers/bitbucket.py,sha256=56p7JuZVPN6tYU1ftSgRwMIjql30hOtTE0VXxnt9HZs,3430
|
|
312
312
|
mage_ai/authentication/providers/constants.py,sha256=uXXelRQ8Lg98ADDzX84RZ5IN2amORZsYSxqtUdrYH-I,978
|
|
@@ -315,7 +315,7 @@ mage_ai/authentication/providers/gitlab.py,sha256=9Nah3iotqFmEv1AgpJDeaN8-DScYH-
|
|
|
315
315
|
mage_ai/authentication/providers/google.py,sha256=Rj1Ym7jJ_aBAI-KcP2mQ2XmH5pOHUex2MF1QDHjgEQQ,3398
|
|
316
316
|
mage_ai/authentication/providers/oauth.py,sha256=XTUrz2grN49_gSWN0weJvdn71oPZSBKwilqqZJamUMI,3096
|
|
317
317
|
mage_ai/authentication/providers/oidc.py,sha256=vIhMO3TT7HFg8naZkU9x5Wq9bVoQeI4jEKcEsZMNuxs,4469
|
|
318
|
-
mage_ai/authentication/providers/okta.py,sha256=
|
|
318
|
+
mage_ai/authentication/providers/okta.py,sha256=8uvFgxc9RUtJADITsqaCHRQ506bXxEoE7_9XuSysCrs,1645
|
|
319
319
|
mage_ai/authentication/providers/sso.py,sha256=yo0rI62snknyambjI9BvXOQh1PyD3zXIgUOiDZPfv2I,651
|
|
320
320
|
mage_ai/authentication/providers/utils.py,sha256=29i3MdFkBxOCg5bRRBYJdUTu8WRTeRgrzx5o_W6qsj4,317
|
|
321
321
|
mage_ai/autocomplete/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -478,7 +478,7 @@ mage_ai/data_integrations/utils/settings.py,sha256=2N0IIKmdclEVBMRrEX-VuL3B3UXA8
|
|
|
478
478
|
mage_ai/data_preparation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
479
479
|
mage_ai/data_preparation/decorators.py,sha256=0OcfUflF9zA2NYROsuVHTkMETPZRfbzkoew_wZPnahg,1810
|
|
480
480
|
mage_ai/data_preparation/preferences.py,sha256=EMQUMGupQ7ViqPRktqxx1nJBTQDIjgx8M5DrPMoX5EE,5561
|
|
481
|
-
mage_ai/data_preparation/repo_manager.py,sha256=
|
|
481
|
+
mage_ai/data_preparation/repo_manager.py,sha256=YfFYedWBSMjprraGnMYJtDsHAITmfUpyCPkhgGkAbmo,14262
|
|
482
482
|
mage_ai/data_preparation/variable_manager.py,sha256=cnm53wr87Kibd3omD85WscA5q71weUWaIGe1-l0ha2k,14235
|
|
483
483
|
mage_ai/data_preparation/executors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
484
484
|
mage_ai/data_preparation/executors/azure_container_instance_executor.py,sha256=hXxQJVwFTEKZYimpkbCnhbbygi85lE22vfqBSERKw9Q,1157
|
|
@@ -492,7 +492,7 @@ mage_ai/data_preparation/executors/k8s_pipeline_executor.py,sha256=oTXGcMaVQqf-T
|
|
|
492
492
|
mage_ai/data_preparation/executors/pipeline_executor.py,sha256=u_5aPZIrycaixCdyePbUIibJ6Ng7RRN9w8WM5oGgyms,7993
|
|
493
493
|
mage_ai/data_preparation/executors/pyspark_block_executor.py,sha256=LoFUEsr-jSWMThKJLnGmwwW152Ty8wEOrlRZf3HUfik,3924
|
|
494
494
|
mage_ai/data_preparation/executors/pyspark_pipeline_executor.py,sha256=kQEPl4SZFh9iYEEGNoIe552odnW7QUPcJy4f4su52tY,3299
|
|
495
|
-
mage_ai/data_preparation/executors/streaming_pipeline_executor.py,sha256=
|
|
495
|
+
mage_ai/data_preparation/executors/streaming_pipeline_executor.py,sha256=AVJsfUDpV7n1F0qnTqF4DWuly99E596A3UkQK7JkNBw,12600
|
|
496
496
|
mage_ai/data_preparation/git/__init__.py,sha256=VThbeqa78sRZf0neYQvP_8SgGwSeIJcX-R2Jl5vIVDU,28475
|
|
497
497
|
mage_ai/data_preparation/git/api.py,sha256=DwR0ul-SWA4XTGb5eLQINApPgdIe8XgPWcB2JO3aVh4,8086
|
|
498
498
|
mage_ai/data_preparation/git/constants.py,sha256=ymCioaagfeOlErb8kO33XtEGcLaBR-Pq0NGxv8kajbE,304
|
|
@@ -514,10 +514,10 @@ mage_ai/data_preparation/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
|
514
514
|
mage_ai/data_preparation/models/constants.py,sha256=YOuDlpI0wFbtbH20bDZE-_x9TPjvGvIYOjfCELEIT9I,3853
|
|
515
515
|
mage_ai/data_preparation/models/errors.py,sha256=tANqAOf5Ki73kbVmhXrEloZ8dNjinjCM7EtYyWeJyZg,393
|
|
516
516
|
mage_ai/data_preparation/models/file.py,sha256=d3z5RpZVOoYEAsMi1Xi8wt9cGjk4Caq5B5WwNuOHyYo,19181
|
|
517
|
-
mage_ai/data_preparation/models/pipeline.py,sha256=
|
|
518
|
-
mage_ai/data_preparation/models/utils.py,sha256=
|
|
519
|
-
mage_ai/data_preparation/models/variable.py,sha256=
|
|
520
|
-
mage_ai/data_preparation/models/block/__init__.py,sha256=
|
|
517
|
+
mage_ai/data_preparation/models/pipeline.py,sha256=GakoZuvYNpSzQ1icgeM70roebItIX17PAZdlmmJ_P0M,91171
|
|
518
|
+
mage_ai/data_preparation/models/utils.py,sha256=wNHo1D3KES7STxuzuZDBh9WCj5NDIzx-MWT5m6oD6Cg,3861
|
|
519
|
+
mage_ai/data_preparation/models/variable.py,sha256=ZckykZCI1SaDSuKvHB-86p_m1beXlW6ASbXpfvq3M5o,30106
|
|
520
|
+
mage_ai/data_preparation/models/block/__init__.py,sha256=w39Vxrdw0DMnCyjwiphcJZh4qdOgA8Y1xd3ewsCuKAI,146917
|
|
521
521
|
mage_ai/data_preparation/models/block/block_factory.py,sha256=q768gL5__5joHviaNOtUsggy5Kb9OdM5vFVaaWaD6CY,2544
|
|
522
522
|
mage_ai/data_preparation/models/block/constants.py,sha256=_HTgssMN9Nr8Lq1FjyDV9-xGgmrBadYi7IHYbjnMlM4,1071
|
|
523
523
|
mage_ai/data_preparation/models/block/content.py,sha256=pxqkgAUMKOOL6ZxruM_2C-8vbp6BIv7k0lcEv33_njg,3444
|
|
@@ -527,7 +527,7 @@ mage_ai/data_preparation/models/block/utils.py,sha256=oKtMAC-eJiaG3V4WWfFp6gztfA
|
|
|
527
527
|
mage_ai/data_preparation/models/block/data_integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
528
528
|
mage_ai/data_preparation/models/block/data_integration/constants.py,sha256=JnqwL_DfpAGS2Suh99jmCXqTGPkZog26vsWsqV9nw8E,2110
|
|
529
529
|
mage_ai/data_preparation/models/block/data_integration/data.py,sha256=38t2oG5b1aaQapP9KzhvyC3D8OQaGABw9hZiEhVk-TI,2680
|
|
530
|
-
mage_ai/data_preparation/models/block/data_integration/mixins.py,sha256=
|
|
530
|
+
mage_ai/data_preparation/models/block/data_integration/mixins.py,sha256=cGy3v7nOn1_8u19uoc-Kj7UyjUdvUNFLjSzaiLMBSwc,34715
|
|
531
531
|
mage_ai/data_preparation/models/block/data_integration/schema.py,sha256=6t66_FNvZAxHONxh_L7yTCu6-oOP7snFlnAROif9XLc,4499
|
|
532
532
|
mage_ai/data_preparation/models/block/data_integration/utils.py,sha256=X166_OY1ZuKnrDvmPt9zQ-sr5bM_tBis42RJrAVn8dU,51738
|
|
533
533
|
mage_ai/data_preparation/models/block/dbt/__init__.py,sha256=H7dCa8HB6Z-4NFKZBGxvXFp7nNhtWKW-qcRSU0EFynQ,52
|
|
@@ -542,19 +542,19 @@ mage_ai/data_preparation/models/block/dbt/project.py,sha256=7T74n-lMlukzRYQXzUHK
|
|
|
542
542
|
mage_ai/data_preparation/models/block/dbt/sources.py,sha256=wVqZZiaYgwR9B41aRzNSLqYeo3nPKeQ3ON4hMhuDT9A,9249
|
|
543
543
|
mage_ai/data_preparation/models/block/dbt/utils.py,sha256=pfMk5zqsbQAzwOr65TrzgJRxubJ2n6k79_zAur-oCGQ,191
|
|
544
544
|
mage_ai/data_preparation/models/block/dynamic/__init__.py,sha256=iQYVLaizdq216xK_UvGJexEFa897rMh8h1q6jk9qwZY,3160
|
|
545
|
-
mage_ai/data_preparation/models/block/dynamic/child.py,sha256=
|
|
545
|
+
mage_ai/data_preparation/models/block/dynamic/child.py,sha256=ezXj_cZ8SVvcdqHbss1n3sYvF1ZK3QRK7hZFIAAk0zY,8459
|
|
546
546
|
mage_ai/data_preparation/models/block/dynamic/constants.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
547
547
|
mage_ai/data_preparation/models/block/dynamic/dynamic_child.py,sha256=4AQhzIcDNHGqXKqlnVyTEWFOw57L1FgpDf6h2VFYviU,30262
|
|
548
548
|
mage_ai/data_preparation/models/block/dynamic/utils.py,sha256=uQ0onAYHopyfnForosqmdvVOpVrpUxM79YirRlncn6A,31585
|
|
549
|
-
mage_ai/data_preparation/models/block/dynamic/variables.py,sha256=
|
|
549
|
+
mage_ai/data_preparation/models/block/dynamic/variables.py,sha256=rRaXpo4bel292qSwqEkcpLTjgJSf3b-FjDRXdXQq6zw,16919
|
|
550
550
|
mage_ai/data_preparation/models/block/extension/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
551
551
|
mage_ai/data_preparation/models/block/extension/block.py,sha256=1veZ9eb8UB10KfbwqZulxBQyUTRNxiUvsrADL7-Oggg,3207
|
|
552
552
|
mage_ai/data_preparation/models/block/extension/great_expectations.py,sha256=YjCutv1Gfqb0cTYdeLc8QgbbL3_Gm0nWwd3gTYzFEEU,3476
|
|
553
|
-
mage_ai/data_preparation/models/block/extension/utils.py,sha256=
|
|
553
|
+
mage_ai/data_preparation/models/block/extension/utils.py,sha256=LCUR5EFpMDp7QR4mHpBOEvbWmW7u6YPyFN25gP1s6ho,1674
|
|
554
554
|
mage_ai/data_preparation/models/block/global_data_product/__init__.py,sha256=nsd25FFu3Js4Z5H8W6Jp4lCv-XIbmkDpHgzCSQLrXW0,1553
|
|
555
555
|
mage_ai/data_preparation/models/block/hook/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
556
556
|
mage_ai/data_preparation/models/block/hook/block.py,sha256=O_O7Q6iSEn0BmVviMtdhky5HiqvSxpQJT1u6B2ps-1o,1261
|
|
557
|
-
mage_ai/data_preparation/models/block/integration/__init__.py,sha256=
|
|
557
|
+
mage_ai/data_preparation/models/block/integration/__init__.py,sha256=pMcWRX3-MvVkEygEj4aj9u7G_UoboZTk47404lGosaY,20526
|
|
558
558
|
mage_ai/data_preparation/models/block/platform/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
559
559
|
mage_ai/data_preparation/models/block/platform/mixins.py,sha256=0XDzinCsJkmn4BBppe3aL9PvIBhKNiZVb6e8I45qGLw,9833
|
|
560
560
|
mage_ai/data_preparation/models/block/platform/utils.py,sha256=swjlT4pnyUIBNSNQkQshLvsoL74ZfG3eDd1duQbv5AM,3375
|
|
@@ -565,7 +565,7 @@ mage_ai/data_preparation/models/block/r/templates/transformer.jinja,sha256=6zorV
|
|
|
565
565
|
mage_ai/data_preparation/models/block/spark/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
566
566
|
mage_ai/data_preparation/models/block/spark/constants.py,sha256=Q8L-Pd5NIdsxyUHKnPZYgnSxSXpILQRB1vDZBXUAlhw,60
|
|
567
567
|
mage_ai/data_preparation/models/block/spark/mixins.py,sha256=adxUBovbqh9AmMUvz_-YqSHAcvZiVo8-lXjxSWE-2-Q,12973
|
|
568
|
-
mage_ai/data_preparation/models/block/sql/__init__.py,sha256=
|
|
568
|
+
mage_ai/data_preparation/models/block/sql/__init__.py,sha256=kvqz6MtwatZgoNYAvNpiGsuzZxiBqAH1Kvwvo2OS_FM,25798
|
|
569
569
|
mage_ai/data_preparation/models/block/sql/bigquery.py,sha256=fc4-JTtKZhzyIano7RiU98mfNbWjdfJKop09Jo-xDHM,4670
|
|
570
570
|
mage_ai/data_preparation/models/block/sql/clickhouse.py,sha256=Bt14RHI9thMwPU4ALM4ziU09UDzI_z-91vtpZ4OT31I,1674
|
|
571
571
|
mage_ai/data_preparation/models/block/sql/constants.py,sha256=sMUAbID23PpCyQR2u54JaZGRkaKfYSjBWIjC97DTyRs,139
|
|
@@ -614,7 +614,7 @@ mage_ai/data_preparation/shared/constants.py,sha256=QRUkBujMQbQojyWVvsNKVrePCqIs
|
|
|
614
614
|
mage_ai/data_preparation/shared/retry.py,sha256=FXwptLB6vrJCflhkzPkQohvskfLqIvWxsAp7nndBfGY,225
|
|
615
615
|
mage_ai/data_preparation/shared/secrets.py,sha256=O026Fv0mbmfBCjlEgZ6TD1vaQsMOi9bjIh2MIjxpimo,8981
|
|
616
616
|
mage_ai/data_preparation/shared/stream.py,sha256=jbJt3CGs9qDRTL6oYXu4KE1lNz2D-YosDt9nZnhDMKY,703
|
|
617
|
-
mage_ai/data_preparation/shared/utils.py,sha256=
|
|
617
|
+
mage_ai/data_preparation/shared/utils.py,sha256=MnpG4vX_AQU49QNzI6MFbZeqwqD4dXm_QsaqfQu0Fto,1079
|
|
618
618
|
mage_ai/data_preparation/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
619
619
|
mage_ai/data_preparation/storage/base_storage.py,sha256=msjzA3ehRhI10qRTpTquSvscxQG1t5Yhlk29qcBLWaI,2952
|
|
620
620
|
mage_ai/data_preparation/storage/gcs_storage.py,sha256=_Y3eax0hDgCyWjbm7E1uIBcNFH347c5cnzflsNi5jrM,5971
|
|
@@ -645,7 +645,8 @@ mage_ai/data_preparation/templates/data_exporters/google_cloud_storage.py,sha256
|
|
|
645
645
|
mage_ai/data_preparation/templates/data_exporters/google_sheets.py,sha256=UGNLXmmMlDm1-ws1VrnOYWvlE2p_gXJd3MkA_OAs_EE,1042
|
|
646
646
|
mage_ai/data_preparation/templates/data_exporters/mongodb.py,sha256=hWC8w9IM0bDJG8DljcoebfVeylBxdiOhZ51ySaElffM,597
|
|
647
647
|
mage_ai/data_preparation/templates/data_exporters/mssql.py,sha256=sS-9KCweI0TjG22QjPrN01_a0hzQqgDzRjXyonVAJIw,1216
|
|
648
|
-
mage_ai/data_preparation/templates/data_exporters/mysql.py,sha256=
|
|
648
|
+
mage_ai/data_preparation/templates/data_exporters/mysql.py,sha256=uE6KYgsWPnADbWrc0_ALEvVjqGaQlYips2ilri292bU,1099
|
|
649
|
+
mage_ai/data_preparation/templates/data_exporters/oracledb.py,sha256=QxVdOR-Md_02TnckUcY032EypaeF9X3sxrZ6-X4hXCE,824
|
|
649
650
|
mage_ai/data_preparation/templates/data_exporters/postgres.py,sha256=T_VmF8G1DXrbxcgcntb1cjXmwL6KZmU1ApIV8COveEY,1194
|
|
650
651
|
mage_ai/data_preparation/templates/data_exporters/qdrant.py,sha256=0vl1EmPel7ZKAYdQ3DD6sHGjwYp4BXPN14PoojAmlrg,894
|
|
651
652
|
mage_ai/data_preparation/templates/data_exporters/redshift.py,sha256=66CyEeQyr98OlNm9JDmHG4TL3t0m3UU-pJ5HehlpGag,938
|
|
@@ -746,7 +747,7 @@ mage_ai/data_preparation/templates/pipeline_execution/spark_script.jinja,sha256=
|
|
|
746
747
|
mage_ai/data_preparation/templates/repo/.gitignore,sha256=5xUJSnHX0OFC9mcUyZSuUt2QWL2JFbnnuzdimxVjl-Q,174
|
|
747
748
|
mage_ai/data_preparation/templates/repo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
748
749
|
mage_ai/data_preparation/templates/repo/io_config.yaml,sha256=JuzfdifPDEPOW4517HbR7aQYSSSh2E6vI--iAy-uElo,4723
|
|
749
|
-
mage_ai/data_preparation/templates/repo/metadata.yaml,sha256=
|
|
750
|
+
mage_ai/data_preparation/templates/repo/metadata.yaml,sha256=0BTp7wOVs9bGWZwoclz6i6nCVe9k1NEFJi0PDoLM25Y,1953
|
|
750
751
|
mage_ai/data_preparation/templates/repo/requirements.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
751
752
|
mage_ai/data_preparation/templates/repo/charts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
752
753
|
mage_ai/data_preparation/templates/repo/custom/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -819,7 +820,7 @@ mage_ai/io/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
819
820
|
mage_ai/io/algolia.py,sha256=wuS6bUe6J2d-JORQNcN2SnW5RpX9Wg3on0DL-YKxuQY,2802
|
|
820
821
|
mage_ai/io/azure_blob_storage.py,sha256=0A2ChxAsDstT5gcNotecJTqKmzTy_lUIh_9sRKTlYjM,4900
|
|
821
822
|
mage_ai/io/base.py,sha256=SwyFWWGqjJN0_vrIO3Hv44J5pTw9u39iBBNS0PJhxAQ,11926
|
|
822
|
-
mage_ai/io/bigquery.py,sha256=
|
|
823
|
+
mage_ai/io/bigquery.py,sha256=EF6trBCmyOmg81qll6mIN-t287dAXB8l3FR-G8MlxtI,22634
|
|
823
824
|
mage_ai/io/chroma.py,sha256=oMjh9I18J4MSgVSmi73wGYSrKf632ER5_tLOItgky0c,5801
|
|
824
825
|
mage_ai/io/clickhouse.py,sha256=wlnm1Z93W1j7f1mpR9cpUyPHSx_OWN1yx1q_M3h_gEI,10700
|
|
825
826
|
mage_ai/io/config.py,sha256=npSptHTDuhr3xTX6IXGN1oT7n3YPEhOq7TIVemo6440,22011
|
|
@@ -833,14 +834,14 @@ mage_ai/io/google_sheets.py,sha256=W6MU9oyj2ofzeEYvxbF-gk2_XhfSzgwhvs2aToFjoSA,1
|
|
|
833
834
|
mage_ai/io/io_config.py,sha256=somR_wBVcnUzxozFYEgbLj83GwpbdF5sNZsVw3e0uzY,1446
|
|
834
835
|
mage_ai/io/mongodb.py,sha256=BhJcwgQELONuDQRIMCjFO8Lq0FgsJ-S7L6MEGPhtkmk,3273
|
|
835
836
|
mage_ai/io/mssql.py,sha256=QpFMTiIjJ-knKfDsJhCzNFTnDFS2yCQ8GPOT4dp09uo,11129
|
|
836
|
-
mage_ai/io/mysql.py,sha256=
|
|
837
|
+
mage_ai/io/mysql.py,sha256=1vGHmeKbGiw6Lg0uQxIH656KTiWChBr0LTG-bSU86dc,8048
|
|
837
838
|
mage_ai/io/oracledb.py,sha256=pIU0lRapQRz-GV9x5GuI9dlROVmbz3pnmXR8l_zxFMw,9104
|
|
838
839
|
mage_ai/io/pinot.py,sha256=tFxLQsgxZhNIq3lQ4dm_6r0Cwbmilg4W1K-qcqzz-WI,4838
|
|
839
840
|
mage_ai/io/postgres.py,sha256=ARiz-KCeTCIIJyBBSB4SbsRL7ICDgsywiBMM5vtEcIQ,15133
|
|
840
841
|
mage_ai/io/qdrant.py,sha256=9mCx5z9HAujbWgyFUidpItaMVGazYwfxCKOgTEUozTI,5576
|
|
841
842
|
mage_ai/io/redshift.py,sha256=TgbZsC8XfZ_VPtc0aKk3ySD1ulDrUiyTGPQATx8urBw,14841
|
|
842
843
|
mage_ai/io/s3.py,sha256=WuKcjRc2gX8QhSzyHFucuU3GYyoM7-52WDIuZ41MbM0,6324
|
|
843
|
-
mage_ai/io/snowflake.py,sha256=
|
|
844
|
+
mage_ai/io/snowflake.py,sha256=bm7Mz9lbZCro_-6CcSHazu1Ag9O6XQ4TSjJ8YCamZvU,17752
|
|
844
845
|
mage_ai/io/spark.py,sha256=T3ULoETSRJr64McbnnxNs22otmRksDjwZG-6qeg39Eg,8355
|
|
845
846
|
mage_ai/io/sql.py,sha256=Klj432FNMlmB6TgHTIMiEsG391Wg0qL-VDleL1okHrg,14190
|
|
846
847
|
mage_ai/io/trino.py,sha256=ZBC-IijvJmZnOfCXi5oiRnLZHAYxfJB08-FlGz9Lubk,13502
|
|
@@ -851,9 +852,9 @@ mage_ai/orchestration/airflow.py,sha256=8OaU4-EVmfgiGYmG-h1OvcZJw30ndutR7l0xV1Vf
|
|
|
851
852
|
mage_ai/orchestration/concurrency.py,sha256=TnjyCmXL9cBzUNgrFfON6tQcGkCIqQUlLxHroB3wbxI,377
|
|
852
853
|
mage_ai/orchestration/constants.py,sha256=Gyrk_t9GGE4xzlCf3RbGPz4dT-Dj2xakIG77Y44W858,643
|
|
853
854
|
mage_ai/orchestration/execution_process_manager.py,sha256=hKkVMu9FEePh8aT2zOk57gl9VNBsQpvJ9WQZOQ78OhY,3827
|
|
854
|
-
mage_ai/orchestration/job_manager.py,sha256=
|
|
855
|
+
mage_ai/orchestration/job_manager.py,sha256=BRY3k5mHb0yPSqZNcTLlG9SDG0GaWLEFCyuevmSh3OU,2775
|
|
855
856
|
mage_ai/orchestration/pipeline_scheduler.py,sha256=9mhlW8viMC5FxNXbUYaZpq5i3s2DxGcLIZpY4EHp6Y4,84
|
|
856
|
-
mage_ai/orchestration/pipeline_scheduler_original.py,sha256=
|
|
857
|
+
mage_ai/orchestration/pipeline_scheduler_original.py,sha256=3aPwOIdNsPpYaq3ER20nD5OITlah4uBxOMbRaeOlkgE,72194
|
|
857
858
|
mage_ai/orchestration/pipeline_scheduler_project_platform.py,sha256=X2INdaaM-eV_73fNfX71lHsHepmBY6NDt_pBYimYaUI,68493
|
|
858
859
|
mage_ai/orchestration/run_status_checker.py,sha256=Y9PRm7IYG-JsMNJ1O8DEN-e-zQkWtbF5QG9Esklf60M,2385
|
|
859
860
|
mage_ai/orchestration/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -912,8 +913,8 @@ mage_ai/orchestration/db/migrations/versions/e7beb59b44f9_add_repo_path_to_pipel
|
|
|
912
913
|
mage_ai/orchestration/db/migrations/versions/ec5df57a1c60_add_metrics_to_block_runs.py,sha256=6yGww3f8GptOPgk8i2UfdpJJa3VPrCJMUd8oC4l1jP8,685
|
|
913
914
|
mage_ai/orchestration/db/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
914
915
|
mage_ai/orchestration/db/models/base.py,sha256=K3jd7r1OQnHzIS8IhEXDoi2FTdiH5iT4V8drNuTmZ38,3790
|
|
915
|
-
mage_ai/orchestration/db/models/oauth.py,sha256=
|
|
916
|
-
mage_ai/orchestration/db/models/schedules.py,sha256=
|
|
916
|
+
mage_ai/orchestration/db/models/oauth.py,sha256=uGf5Mv5vV6lto-EOSJDmlGEBTUCC1krPM-lcTI9s0Uk,29522
|
|
917
|
+
mage_ai/orchestration/db/models/schedules.py,sha256=aheTKWl1QrmTTNnOnV6O9mSi44O42ZYfNbk1Xshdxz0,74009
|
|
917
918
|
mage_ai/orchestration/db/models/schedules_project_platform.py,sha256=th3gCYgXE8mdKpWUL7LeaZIt4PjGXbP2lLjZC2H78tM,15352
|
|
918
919
|
mage_ai/orchestration/db/models/secrets.py,sha256=gtXZ1yUccerqx9glPCkRNNO-F6SJUkoupMjKvLVjveo,901
|
|
919
920
|
mage_ai/orchestration/db/models/tags.py,sha256=wUuq0dK-aCO6kCSm1vbig1mCf4Vuc1ZnvGYorP0LEUY,1354
|
|
@@ -926,10 +927,10 @@ mage_ai/orchestration/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
|
|
|
926
927
|
mage_ai/orchestration/notification/config.py,sha256=2IpPuArOoC1bAmhitrkVrLYZXtPnDzY-EFT18XMkNyE,1543
|
|
927
928
|
mage_ai/orchestration/notification/sender.py,sha256=hWRwLB2sgKt-LVjlcv48cHiHp4HiuuWwzTyDDB8xyQM,9873
|
|
928
929
|
mage_ai/orchestration/queue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
929
|
-
mage_ai/orchestration/queue/celery_queue.py,sha256=
|
|
930
|
+
mage_ai/orchestration/queue/celery_queue.py,sha256=UG6-8Yg7VYAiXcJROYiXqlkss11nqLCeMF8W8yAe-Qo,761
|
|
930
931
|
mage_ai/orchestration/queue/config.py,sha256=gKJLAaJ0zHf57b_HIzHGASwhiv_T99QFToipCf5jWqY,423
|
|
931
|
-
mage_ai/orchestration/queue/process_queue.py,sha256=
|
|
932
|
-
mage_ai/orchestration/queue/queue.py,sha256=
|
|
932
|
+
mage_ai/orchestration/queue/process_queue.py,sha256=3QaZC3_vT6eopa4yEq91fvewrrJrgmmYsXNMas2OXFk,11303
|
|
933
|
+
mage_ai/orchestration/queue/queue.py,sha256=BnaXvG5qByu5LJYH-K8uQmmPkZ8rA14gax93kEqXyYw,594
|
|
933
934
|
mage_ai/orchestration/queue/queue_factory.py,sha256=XUXpRP1gOmnCytY6gb12mvk-IOEE32IzAE9ZYjh4-I0,728
|
|
934
935
|
mage_ai/orchestration/triggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
935
936
|
mage_ai/orchestration/triggers/api.py,sha256=PjRMQW911hoVGrO3qP1Oa6JYq1JhtPufWf-WC-WfT_I,2757
|
|
@@ -989,18 +990,18 @@ mage_ai/sample_datasets/titanic_survival.csv,sha256=SkN_3gX-UmThcBpzh6xvt1OTdyuj
|
|
|
989
990
|
mage_ai/sample_datasets/user_emails.csv,sha256=yokgn3bmkkrSZBFC-crJxPXFzKdgLaQbp7VJVzGLZiA,258700
|
|
990
991
|
mage_ai/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
991
992
|
mage_ai/server/active_kernel.py,sha256=QIXsiIXeSR2RkkuiIXDwBFf2mMO9_eHtLKRsp-sVREI,4964
|
|
992
|
-
mage_ai/server/constants.py,sha256=
|
|
993
|
+
mage_ai/server/constants.py,sha256=vdJ8ghEZzHQoNpy8rVdJ_aj7y1mT2sKM3PFiFY2keL0,421
|
|
993
994
|
mage_ai/server/docs_server.py,sha256=jeSlvxsJHvHHkiuDwL76cFv1HFazCqPWbX23B2PTOlg,606
|
|
994
995
|
mage_ai/server/execution_manager.py,sha256=jB8K0_aCO15fZdgE2Kd1zdROiv2VBOLGXWiigvb6rKQ,3457
|
|
995
996
|
mage_ai/server/file_observer.py,sha256=3LreT_Ll5x2irHk2QRL4UL2Cca91Xm8raGz1eZFd1Qw,340
|
|
996
997
|
mage_ai/server/kernel_output_parser.py,sha256=eOU003y8mkK0w6LmvBNbgrRRZwDTWao2io19UYPO6Co,2436
|
|
997
998
|
mage_ai/server/kernels.py,sha256=Bk_NHLjI05SHVJG91VrUVJqul9VdBFNezWLx6gyyr7w,787
|
|
998
999
|
mage_ai/server/logger.py,sha256=psqBnb2ORm8i9XFeXtUQQ2ScYvo3uJtUrDE1zDPv1MA,747
|
|
999
|
-
mage_ai/server/scheduler_manager.py,sha256=
|
|
1000
|
-
mage_ai/server/server.py,sha256=
|
|
1000
|
+
mage_ai/server/scheduler_manager.py,sha256=AbWUSXf9adet6OR1lvElvE0PTk9sXu4li8AsAxOfqTQ,3494
|
|
1001
|
+
mage_ai/server/server.py,sha256=KiBwQQ6rwyqPinZRQQBBMpOyCg36KnCiqoiI5aG6CVw,29273
|
|
1001
1002
|
mage_ai/server/subscriber.py,sha256=DiHuAe1xLIhHsiCHD7J4OAVF0jrTcqsE2iO94vV1EjI,712
|
|
1002
1003
|
mage_ai/server/terminal_server.py,sha256=99x-vCSc9fMYfzFp_63TT4jZnLaev6b9yrOJLqwKj3E,5982
|
|
1003
|
-
mage_ai/server/websocket_server.py,sha256=
|
|
1004
|
+
mage_ai/server/websocket_server.py,sha256=JkV3_ChbLngOrdSfgKYVlqcA6uXyMj7_OS8xGbbpmUQ,26899
|
|
1004
1005
|
mage_ai/server/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1005
1006
|
mage_ai/server/api/base.py,sha256=PICI0dlh0Fofo6nLo6XrbSatIGwtMEAvTJHa7VbTHYQ,4961
|
|
1006
1007
|
mage_ai/server/api/blocks.py,sha256=1aQognsNOG4Bfh-CEXqMgXatoTiw4tjzqm5_tHFtf2I,508
|
|
@@ -1017,34 +1018,36 @@ mage_ai/server/client/mage.py,sha256=P_uT4tettbdT8eLnjrb6TnBvJ3522RHEUg2sO7KjMzg
|
|
|
1017
1018
|
mage_ai/server/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1018
1019
|
mage_ai/server/data/base.py,sha256=mEenR7pyQ_ETa795RcOx134M6DkSpszcv41FzEu_khM,3862
|
|
1019
1020
|
mage_ai/server/data/models.py,sha256=K71oIFBs1A3VICS6QIQeF94KkHDu_-XGZRkPnkIWCso,9316
|
|
1020
|
-
mage_ai/server/frontend_dist/404.html,sha256=
|
|
1021
|
-
mage_ai/server/frontend_dist/block-layout.html,sha256=
|
|
1022
|
-
mage_ai/server/frontend_dist/compute.html,sha256=
|
|
1021
|
+
mage_ai/server/frontend_dist/404.html,sha256=Y4z6T6rd9kKfUL-AUQjr1bu4pyUPDlMVA2L11QXLlcM,10758
|
|
1022
|
+
mage_ai/server/frontend_dist/block-layout.html,sha256=PgcKSrcem-HPAu2K576nQlhnICKUL6P9R32iAdkD8_k,9028
|
|
1023
|
+
mage_ai/server/frontend_dist/compute.html,sha256=k4dPawpQGWrDOKsTGkUY2v3JElJAupx4Khp62W5eNRc,10267
|
|
1023
1024
|
mage_ai/server/frontend_dist/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
|
|
1024
|
-
mage_ai/server/frontend_dist/files.html,sha256=
|
|
1025
|
-
mage_ai/server/frontend_dist/global-data-products.html,sha256=
|
|
1026
|
-
mage_ai/server/frontend_dist/global-hooks.html,sha256=
|
|
1027
|
-
mage_ai/server/frontend_dist/index.html,sha256=
|
|
1028
|
-
mage_ai/server/frontend_dist/manage.html,sha256=
|
|
1029
|
-
mage_ai/server/frontend_dist/oauth.html,sha256=
|
|
1030
|
-
mage_ai/server/frontend_dist/overview.html,sha256=
|
|
1031
|
-
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=
|
|
1032
|
-
mage_ai/server/frontend_dist/pipelines.html,sha256=
|
|
1033
|
-
mage_ai/server/frontend_dist/settings.html,sha256=
|
|
1034
|
-
mage_ai/server/frontend_dist/sign-in.html,sha256=
|
|
1035
|
-
mage_ai/server/frontend_dist/templates.html,sha256=
|
|
1036
|
-
mage_ai/server/frontend_dist/terminal.html,sha256=
|
|
1037
|
-
mage_ai/server/frontend_dist/test.html,sha256=
|
|
1038
|
-
mage_ai/server/frontend_dist/triggers.html,sha256=
|
|
1025
|
+
mage_ai/server/frontend_dist/files.html,sha256=l3EW7gztiNMA_TsD3hgAMQUQzrnY1LaEDby4zE9kwBI,10183
|
|
1026
|
+
mage_ai/server/frontend_dist/global-data-products.html,sha256=_v_xrdfvl96WP7g_tArhgj0PnXN2Pp1j81IFylckwdw,10451
|
|
1027
|
+
mage_ai/server/frontend_dist/global-hooks.html,sha256=EOBfL3esrvt3nd1DD5qkXaHHHhTXOP_WSUPTJR9Fz08,10271
|
|
1028
|
+
mage_ai/server/frontend_dist/index.html,sha256=2ZfSFDalORIJUUoI5Kro5EKVhSW296JyrfkPke9FnGE,8311
|
|
1029
|
+
mage_ai/server/frontend_dist/manage.html,sha256=q6mgkcdarMq00OHGg-9qQGWLOKmMwga5XntyED6RI_w,10335
|
|
1030
|
+
mage_ai/server/frontend_dist/oauth.html,sha256=OFdLB_S7Hr4YMLaFNFR9-VVCzqomxPwEqbFA9989oGU,9929
|
|
1031
|
+
mage_ai/server/frontend_dist/overview.html,sha256=VqZE2mD6MqKDcOfQVu_20jTWEZxJwKl_4A4Yp667eHI,11210
|
|
1032
|
+
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=Z1yGLriKSg8X0yUTzRZ0ifGjaxe8oH5tf-m8NxnN6QA,10352
|
|
1033
|
+
mage_ai/server/frontend_dist/pipelines.html,sha256=fbzPdJX-FE5B447mKOwo0xwi4zzPWiu0us5lLN8ZMt0,10573
|
|
1034
|
+
mage_ai/server/frontend_dist/settings.html,sha256=8yZyK7Vx-d5Y1IUd_DGBIQOuECMkvP7C-op7Y6zloH8,8383
|
|
1035
|
+
mage_ai/server/frontend_dist/sign-in.html,sha256=cIpru3XyuweZEwtZY3fsY96FRjyIivMlwQamOCM2oqo,19255
|
|
1036
|
+
mage_ai/server/frontend_dist/templates.html,sha256=ABGQR6voeXL02o3ItO92-9PeAxiRXPVIh819GRGrcFg,10339
|
|
1037
|
+
mage_ai/server/frontend_dist/terminal.html,sha256=dp82qO6tMGS5TxKQ8MnrxHQfQTMcHiju5lMwnaGor30,10181
|
|
1038
|
+
mage_ai/server/frontend_dist/test.html,sha256=fiIErHL75Zab9uemNwqrioW3pHm3MhLvP8DeO0fBOU0,8325
|
|
1039
|
+
mage_ai/server/frontend_dist/triggers.html,sha256=Dh5zaGk0nXpuzAR9CRfgtu-g18taY7pim1Vaz6ydoPY,10259
|
|
1039
1040
|
mage_ai/server/frontend_dist/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
|
|
1040
|
-
mage_ai/server/frontend_dist/version-control.html,sha256
|
|
1041
|
+
mage_ai/server/frontend_dist/version-control.html,sha256=-yA6xe59_5ciqrnHeubVf3D9LZkFkzz-AZF4O-Q9bus,10202
|
|
1042
|
+
mage_ai/server/frontend_dist/_next/static/_krrrgup_C-dPOpX36S8I/_buildManifest.js,sha256=RIUGLHIRt4RwUkzOcdKlxmyUw5CHV-wJT6T-UX9JkGw,8317
|
|
1043
|
+
mage_ai/server/frontend_dist/_next/static/_krrrgup_C-dPOpX36S8I/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
1041
1044
|
mage_ai/server/frontend_dist/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
|
|
1042
1045
|
mage_ai/server/frontend_dist/_next/static/chunks/1187-c9537b3f51775d0c.js,sha256=AQmTmZKhDoqjOPTBTlbRApEZ_mBBW6Af013mQ_U5g9I,48837
|
|
1043
1046
|
mage_ai/server/frontend_dist/_next/static/chunks/1235.c9ed47779baccc05.js,sha256=eZbcOxEMDmjg_xxzMVoiU5w21oYfty6-pfs-xA-5uXM,2162
|
|
1044
1047
|
mage_ai/server/frontend_dist/_next/static/chunks/1240.0819f45820d22263.js,sha256=J0T6Hf6bUPCYwHY9ldwKtZyEe2sZjt7Z0JySRGK5Tno,6458
|
|
1045
1048
|
mage_ai/server/frontend_dist/_next/static/chunks/125-abc06c39b97fd8aa.js,sha256=QGtMaNyn8fIbuFFmHcV4tJ5Q3q_O8_qqUj7NeIre-M8,92008
|
|
1046
1049
|
mage_ai/server/frontend_dist/_next/static/chunks/1450.d383f64c169d4278.js,sha256=Wta_dDXv2gjlzEgdcOzHlEzECgj6-0a4PCMqT9gaEck,5290
|
|
1047
|
-
mage_ai/server/frontend_dist/_next/static/chunks/1557-
|
|
1050
|
+
mage_ai/server/frontend_dist/_next/static/chunks/1557-df144fbd8b2208c3.js,sha256=BiYjMY72P2H2lqlOdZ7iQCvU3ZM9rO_baZJ4p9m4J7Q,37022
|
|
1048
1051
|
mage_ai/server/frontend_dist/_next/static/chunks/1598-3070ba5a71ce3e2d.js,sha256=lSKctOhct9axfkW6W-3XB73jLYPGk1294GWflgtzbw0,8186
|
|
1049
1052
|
mage_ai/server/frontend_dist/_next/static/chunks/2481.0454a0e25dc7e027.js,sha256=sdXmwsUwcOtd3zL9rTwWkitW4-5QGFjqoyiNvEcZ6V8,2942
|
|
1050
1053
|
mage_ai/server/frontend_dist/_next/static/chunks/2508.724531e7f9cf5f36.js,sha256=AHITXAvHRthYNLtGMXL_ThpWnXzRXyi_E89hb1h2D-Y,1649
|
|
@@ -1054,12 +1057,12 @@ mage_ai/server/frontend_dist/_next/static/chunks/261.0a24b4ece1d29aa1.js,sha256=
|
|
|
1054
1057
|
mage_ai/server/frontend_dist/_next/static/chunks/2631-b9f9bea3f1cf906d.js,sha256=nA-nZDn_KO2i2PlwLMwBukcdQaZ6KbUqpmNsv5RuiHs,102878
|
|
1055
1058
|
mage_ai/server/frontend_dist/_next/static/chunks/266.e301071d22592682.js,sha256=iP7r9afOmCfCOErl59zVuDXUrXy3rU1T-l9hMcOeW0o,2226
|
|
1056
1059
|
mage_ai/server/frontend_dist/_next/static/chunks/2714-68fef54789d7eaeb.js,sha256=9f5VJZbShO3iax7jBh0iL5TB2VLjCaXJuxcrBsg2dx0,9689
|
|
1057
|
-
mage_ai/server/frontend_dist/_next/static/chunks/2717-
|
|
1060
|
+
mage_ai/server/frontend_dist/_next/static/chunks/2717-d9200be634dd6766.js,sha256=SbS6r4AWExdpZqE3yrGtDYQjtHjYZ6vB4wBH33iN9m0,65673
|
|
1058
1061
|
mage_ai/server/frontend_dist/_next/static/chunks/29107295-989a0767a635d9d5.js,sha256=uFc2UgaKJ9q_NXBLc5d8rBJfHVQWwr4Vh0F6AcCsVMI,71691
|
|
1059
1062
|
mage_ai/server/frontend_dist/_next/static/chunks/3366-526b00bb494c02a4.js,sha256=leJxq83OCMdOKRS4jD6twupK4z9S4MRxTJkzeRT0rOQ,14834
|
|
1060
1063
|
mage_ai/server/frontend_dist/_next/static/chunks/3453.992f4b1667e9882c.js,sha256=PYm5SZCBWpX2kOafRCgG3R9I0Wo8KIW6R0jJ_5-XFCI,3524
|
|
1061
1064
|
mage_ai/server/frontend_dist/_next/static/chunks/3467.38cd0654ba6f788f.js,sha256=GSh5dCIP7HWFJuchJzpPUJ6TyI3coksbiZwKftDZms8,1618
|
|
1062
|
-
mage_ai/server/frontend_dist/_next/static/chunks/3548-
|
|
1065
|
+
mage_ai/server/frontend_dist/_next/static/chunks/3548-fa0792ddb88f4646.js,sha256=1uv0xvHLepw28An8jOmKJ94VemYh-HyYkA4-QtedKcA,10374
|
|
1063
1066
|
mage_ai/server/frontend_dist/_next/static/chunks/3763-61b542dafdbf5754.js,sha256=BiC5gwYsOTK2ujPoili3UUfyHlNxgaxWYnUNzZKu174,29258
|
|
1064
1067
|
mage_ai/server/frontend_dist/_next/static/chunks/3782-ef4cd4f0b52072d0.js,sha256=JpndL19JSNS_UJ_g5iJIi0NAEvsIzZ4qzMQVOfmIXbo,11763
|
|
1065
1068
|
mage_ai/server/frontend_dist/_next/static/chunks/3835.df296b4e4078e985.js,sha256=kD2QFPxjs1XDTi-3diXwSlgCno80VqrgU6OL80IHC6M,30652
|
|
@@ -1082,7 +1085,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/523-be11ad59861d00ca.js,sha256=
|
|
|
1082
1085
|
mage_ai/server/frontend_dist/_next/static/chunks/5496.29af09f188750c3a.js,sha256=1y39-d-zSOVEmgNoqv_Eh-UnGN1a1pRo6bQt5pqyzqk,6544
|
|
1083
1086
|
mage_ai/server/frontend_dist/_next/static/chunks/5544-d10ee8ec70354aa1.js,sha256=q_csyFuA3liakMpC4uXGLbxAN66qk3DpWMZvvZXhq9k,15145
|
|
1084
1087
|
mage_ai/server/frontend_dist/_next/static/chunks/5627-237a3de578538022.js,sha256=cF_LNR6BA2Gj__M0PJe-1qa4v6BYH7uKUzRCV7Ywxlg,14483
|
|
1085
|
-
mage_ai/server/frontend_dist/_next/static/chunks/5699-
|
|
1088
|
+
mage_ai/server/frontend_dist/_next/static/chunks/5699-6d708c6b2153ea08.js,sha256=rWMMcH6mj4Af2sNxt40E4Pu4eOE5v7rmzlMTRHxukSU,11575
|
|
1086
1089
|
mage_ai/server/frontend_dist/_next/static/chunks/5729.0f2748e9e6dab951.js,sha256=kcbxoOOAieSjZdSqTLl5o_1OaTA4cdH5IEnjSA0RRMc,3490
|
|
1087
1090
|
mage_ai/server/frontend_dist/_next/static/chunks/5824.628653557e904674.js,sha256=zuOmz6CGILYNmrxJRyawt4dJA8x-omSDXdMhDgA0H0I,3479
|
|
1088
1091
|
mage_ai/server/frontend_dist/_next/static/chunks/5831-2abc4063e887a03e.js,sha256=4ilpZOuP__hf6MoJ1fnxCEktdFmWrWHKCbf0JK4RgEQ,10421
|
|
@@ -1097,7 +1100,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/6507.d3a17777d2c294e6.js,sha256
|
|
|
1097
1100
|
mage_ai/server/frontend_dist/_next/static/chunks/6958.8f39c585d36737a7.js,sha256=K_KQZaTdVvt_1WIBVKO5-_zRDSXTWo2J8BoVKgoyW8U,2766
|
|
1098
1101
|
mage_ai/server/frontend_dist/_next/static/chunks/7022-0d52dd8868621fb0.js,sha256=ziOEzKRUDKKY2QXWUo0YtzJd69yDZYcwAxqlv47dMPA,16771
|
|
1099
1102
|
mage_ai/server/frontend_dist/_next/static/chunks/72fdc299.8240d0c3c5e19977.js,sha256=XjNBWTmi-gnMvoS0f7IQIyYpYJ7BlgsS__KpIECVgKQ,1409739
|
|
1100
|
-
mage_ai/server/frontend_dist/_next/static/chunks/7361-
|
|
1103
|
+
mage_ai/server/frontend_dist/_next/static/chunks/7361-8a23dd8360593e7a.js,sha256=NCWihxoATJqVlk4q4DxwiQASaVpyGd_k9Sq3GEWfABQ,22031
|
|
1101
1104
|
mage_ai/server/frontend_dist/_next/static/chunks/739.3d24945544b37e52.js,sha256=0hHH3YUwHMf_QXqImKNGmk0APmITTmotAht-myKuSLY,3506
|
|
1102
1105
|
mage_ai/server/frontend_dist/_next/static/chunks/7674-5f8f0882b3411d98.js,sha256=SXkEDjvNXDsdNZxuBLZMgeHlOoc2ipinmXdvUnnXl2E,58572
|
|
1103
1106
|
mage_ai/server/frontend_dist/_next/static/chunks/792.010ca00d79b2112f.js,sha256=iKH6f5zTT86af5rNSQaJbFd_btMzycM5rm71ZqUXlUg,5292
|
|
@@ -1136,21 +1139,21 @@ mage_ai/server/frontend_dist/_next/static/chunks/main-77fe248a6fbd12d8.js,sha256
|
|
|
1136
1139
|
mage_ai/server/frontend_dist/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js,sha256=AiXrA00CSgO9yQ6mx59WGTZi58Pu6QlpYpiCDlF8u4M,91460
|
|
1137
1140
|
mage_ai/server/frontend_dist/_next/static/chunks/webpack-d079359c241db804.js,sha256=cqcvM_h1R2dc_zuTAHhuBhLKp44ZvYAO5qCJhmQPf2Q,5527
|
|
1138
1141
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/404-8ecd93274c427b76.js,sha256=lmeHQIPtqqXqhdnEE3rTu4f1MK-Bm08mCCbv4X16C40,962
|
|
1139
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-
|
|
1142
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-d9c89527266296f7.js,sha256=9urw3FW4FwkB_rLb9kFEoQ2kv6Cy8td0DHd0kmGhyeA,3064845
|
|
1140
1143
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/_error-e989623bffcbf724.js,sha256=aXIjJAH8qQYH7p8jGDslEzBUIJz0QqLgGEgyIeCAaF8,3207
|
|
1141
1144
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/block-layout-14f952f66964022f.js,sha256=83aGXofYLSPbRXbGMieHpDnW1nrUglMk3VuqjEIWK0s,5810
|
|
1142
1145
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/compute-010d9ac728f8a517.js,sha256=vWy9M-bYFFHoUxBL1F5UEqEK9rVPkTKOkwI-KitxlVk,74219
|
|
1143
1146
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/files-98df0674eac4ec84.js,sha256=2L0BqRXRiE1YaEMK0hAiilzB_X-Jxk5ly1kigXwvX6Q,8440
|
|
1144
1147
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/global-data-products-78e8e88f2a757a18.js,sha256=JD-unsIqXwu5WGISkKcR6cG4DznxA0mnHx30UInfe-M,3206
|
|
1145
1148
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/global-hooks-34966cfd2d89c366.js,sha256=oAIRD1bzZQNHOsei4SG6VWqat1s9FxCPiPE0i14buNA,5776
|
|
1146
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/index-
|
|
1149
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/index-4e12783b064c1cfe.js,sha256=EdlRsauzGm5jqRU4lW_UL2MxEBjXsW2DtJ4GOT5rOXU,993
|
|
1147
1150
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-852d403c7bda21b3.js,sha256=TBLSzffAAnKyUDue7G-wdW5oubl2f4H8CMKT70Be4JY,27772
|
|
1148
1151
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/oauth-30e34ee15d410331.js,sha256=xmC9d4T0oV1f9vpC1w9t-IyrsV6UnRHdIl_OFO5Ub4s,3478
|
|
1149
1152
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/overview-597b74828bf105db.js,sha256=CJrZyPPaqkpZN_hbekuMGe36BO7H3na_B_UGrA0NRjs,28505
|
|
1150
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-
|
|
1151
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-
|
|
1153
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-3edc6270c5b0e962.js,sha256=8nFfDejpFo-JAvqkcgN6pNgQfzcqfIl43GYvbzuf8p0,10166
|
|
1154
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-3591d035bb3bb2b8.js,sha256=mdRN2lx2xPqQ6CHE7Cbo-BaY6rgJU0cBp3y_kKW67gY,26109
|
|
1152
1155
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings-b39e5bca035dec41.js,sha256=Vef-qeiaZqA0DdpKO6I188W2eMPPDavi3UQuH50netE,4278
|
|
1153
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-
|
|
1156
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-09414a8b66fb6f06.js,sha256=ayQ6AEsOozkbUdczxUEl23HPsHPQIMGe-XuinVanWRY,10885
|
|
1154
1157
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/templates-05a5312f50db749c.js,sha256=lWVRMBmXaauwbIyANZYeGzcUxbXX7WsO2TaIByW1WDI,5431
|
|
1155
1158
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-89e1b3e6799378a5.js,sha256=URHDE0SU2aW7VNN7Q5AfuPjR9YHnKvOjcKAhJ4DLp3Q,7398
|
|
1156
1159
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/test-bd51b3918b39329e.js,sha256=0WTVZbrWflW4r1qSnBKUjOBKET4WKDC7icN9_hD0ZP4,375
|
|
@@ -1166,13 +1169,13 @@ mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users/new-d0a403e8
|
|
|
1166
1169
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]-91a5d6a11e7d4c56.js,sha256=h3jlij4QWjbd-5LhvGlRlv0Vipp6xq5jiuMlLMNc9c4,4457
|
|
1167
1170
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-a8b61d8d239fd16f.js,sha256=WHGB09TLNDOzF1igWGVmS2iZblPQWudGWaUqDWK0NeA,12789
|
|
1168
1171
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/dashboard-95ffcd3e2b27e567.js,sha256=LblSTJ21PkfpnzzhMSNGiLPxNSOR7Bvw3orLFzAh5pM,4521
|
|
1169
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-
|
|
1172
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-e1dd1ed71d26c10d.js,sha256=iR55r87-kPPWfhMZceJVIIO5Jz_w7EIANyIATO9yDnA,426128
|
|
1170
1173
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-3f5c14076ddde20e.js,sha256=WWWvkQT03cpZnMlOdcdHt7n-Fr4TRQeeSwG83H3iGks,34226
|
|
1171
1174
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-7acc7afc00df17c2.js,sha256=VkdJkpwPr4TvKG5WOKUuPQiidABW9GlLUvUcprakXF8,12543
|
|
1172
1175
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-6dae38250e135c54.js,sha256=8-sjk2-uPny6afANHiq8LbmYTRq2V4OnBW7FPOG-EeU,22028
|
|
1173
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-
|
|
1176
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-59aca25a5b1d3998.js,sha256=mXc5ne2y5qREDILG1cy5a5JDnim869l7K55nD4zFarA,17263
|
|
1174
1177
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-90abafc7ed61c582.js,sha256=Lq09K1N_3DHZin2mbbb8AJFwfaBYk7qeEbJqCnPg_dE,31133
|
|
1175
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-
|
|
1178
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-1bdfda8edc9cf4a8.js,sha256=DR1FHbngbWFqnoUuPNPNHrBID1jrVYUXWUHztDXVRVA,25193
|
|
1176
1179
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-ff4bd7a8ec3bab40.js,sha256=yXU2m4j8BPsCJjBpwDvyR3K79YTJhxY8bTUb8qORNY0,34079
|
|
1177
1180
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-a5c0362763a21fa8.js,sha256=4__ED372rfUepNce-Nhu1JREKu0iYFBkpm759-Hdmfs,19221
|
|
1178
1181
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-1ed9045b2f1dfd65.js,sha256=wGcagnZ39yfcbUDuW1T5c7w491V0AxLf2vrW-6bFvV0,17030
|
|
@@ -1181,20 +1184,18 @@ mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/trig
|
|
|
1181
1184
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/platform/global-hooks-c916c778b0764634.js,sha256=8U1JkoCbTS1JhrYB54pusJRMYoV7UHYVBIXpce9WxcM,5799
|
|
1182
1185
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/platform/global-hooks/[...slug]-e187f4c2b4eccd00.js,sha256=wDFo52b3-6nZfZicRe2WV1Cgnl1V4Jkg_OWX6tkh0a4,2321
|
|
1183
1186
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-3f0df3decc856ee9.js,sha256=ulUIp1rzKToIghI2BUBxXpy2l3z0p6VozxgqANosLgs,856
|
|
1184
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/preferences-
|
|
1185
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/settings-
|
|
1187
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/preferences-503049734a8b082f.js,sha256=Tot4MGWeAzFDfLkboOPGkZyBLS83ulXkIHWLZTiGP9g,10283
|
|
1188
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/settings-c2e9ef989c8bfa73.js,sha256=ABNo-bCMb2ZbXPsc6OoKmA1B9_cAyefScy4GqzFbQ54,5897
|
|
1186
1189
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/permissions-e5a4d3d815cec25d.js,sha256=Ale7bl1MgcEzn8KMZIEWCj4RO_1v70IiKax0ItCvriQ,3179
|
|
1187
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-
|
|
1190
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-5b26eeda8aed8a7b.js,sha256=aeyZ4P8a_Muj6N4yp6XAxPx4XsoLny_IiXHaHCCkStM,10243
|
|
1188
1191
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/roles-36fa165a48af586b.js,sha256=-1jdSVA5PjarT8VPICvgVtrXjqNw7OhvF7S5Jz_UZjs,3519
|
|
1189
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync-data-
|
|
1190
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-
|
|
1192
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync-data-8b793b3b696a2cd3.js,sha256=DSl0EKxd16LmOhOC61rY5N0ksBiiWKz-lrRQUz_hr30,11583
|
|
1193
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-a4db8710f703c729.js,sha256=zsTSXcWT_cjm2sGYpX01KCEUHxiNKxM9xCQgMGnPoMM,2676
|
|
1191
1194
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/permissions/[...slug]-47b64ced27c24985.js,sha256=1i7jF9RSqMhWu3_HCT7p0M-4CgD1JJKbaiWgnwIlPXY,824
|
|
1192
1195
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/roles/[...slug]-379e1ee292504842.js,sha256=cmMDNHRXTW6FNR5dPXjocpVhl7Nw58qOJBpie0yvsks,819
|
|
1193
1196
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users/[...slug]-2af9afbe727d88aa.js,sha256=mtiTbV_fJoDfi0041GgNL36Tck-qTXCkDYl_nWShwAw,821
|
|
1194
1197
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/templates/[...slug]-98a34c313012fc10.js,sha256=hTlFdbbkQ0mN4WkzjLMbdcMMa79gpxBKPVdsKtvOb7U,5652
|
|
1195
1198
|
mage_ai/server/frontend_dist/_next/static/css/b59541b123fd7191.css,sha256=g5T87zalsCnOvv20DKhIuNopDzK6rNISJ1pQGnhDXQo,15691
|
|
1196
|
-
mage_ai/server/frontend_dist/_next/static/i8pymuJDTVHdWjUP1QSh1/_buildManifest.js,sha256=FYZvEX7SE-oD0IvgwwCUeaFsWIt_pq8oHyoUIvMRN24,8317
|
|
1197
|
-
mage_ai/server/frontend_dist/_next/static/i8pymuJDTVHdWjUP1QSh1/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
1198
1199
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
|
|
1199
1200
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
|
|
1200
1201
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Medium.ttf,sha256=lwkfkGI2YftPeXnBDRiPMPSAbYzjJrC8jRrMedzCDY8,283684
|
|
@@ -1232,8 +1233,8 @@ mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-SemiBold.ttf,sh
|
|
|
1232
1233
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-SemiBoldItalic.ttf,sha256=4xNDNrikIhglWYAoOlb2LjyYeDo5Gh0G52A72papgR4,93940
|
|
1233
1234
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-Thin.ttf,sha256=zlgstcLhG4408Fo8JS7sZRC6Mt2XftUXpop3Ja8FywI,87872
|
|
1234
1235
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-ThinItalic.ttf,sha256=JfREOX6nw1mHlEYBq_j9_7rLfI3CIcQ5bOBytV-pUi8,93056
|
|
1235
|
-
mage_ai/server/frontend_dist/global-data-products/[...slug].html,sha256=
|
|
1236
|
-
mage_ai/server/frontend_dist/global-hooks/[...slug].html,sha256=
|
|
1236
|
+
mage_ai/server/frontend_dist/global-data-products/[...slug].html,sha256=4FM66ug7EfcHdOaiMfV9N7-bwxRYl-75DSrdTLzPzvs,10452
|
|
1237
|
+
mage_ai/server/frontend_dist/global-hooks/[...slug].html,sha256=YNVUzpS97zT0x1XzeoxNkjoKSHNobqWn75GLgwYODHA,10280
|
|
1237
1238
|
mage_ai/server/frontend_dist/images/backfill.jpg,sha256=0cUfwkvBISDC9yXxiDV7o2RPqKI_9OIydX90gw54azk,4404
|
|
1238
1239
|
mage_ai/server/frontend_dist/images/banner-shape-purple-peach.jpg,sha256=b6fpPLZfxxm7hiWf6Ci1Dv01P3d68k0eK_uu4v43Vss,4854
|
|
1239
1240
|
mage_ai/server/frontend_dist/images/dashboard-api-key.webp,sha256=5IwOoTLp3RKDrHVQsdCADoQkjcTbh5MTZGqlgyqcXNk,57024
|
|
@@ -1244,11 +1245,11 @@ mage_ai/server/frontend_dist/images/blocks/grey_block.webp,sha256=cAGmkcJ6edDr3B
|
|
|
1244
1245
|
mage_ai/server/frontend_dist/images/extensions/dbt/logo.png,sha256=-ssfqyt73pSkqsA_UBfYf2U2h2P62yr6fCe5SIwBurc,6001
|
|
1245
1246
|
mage_ai/server/frontend_dist/images/extensions/great_expectations/logo.png,sha256=RK76yAE_SHMHiFxf2aq-Ox00Gw6Khap9CCkdT7ucfQw,22785
|
|
1246
1247
|
mage_ai/server/frontend_dist/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
|
|
1247
|
-
mage_ai/server/frontend_dist/manage/files.html,sha256=
|
|
1248
|
-
mage_ai/server/frontend_dist/manage/settings.html,sha256=
|
|
1249
|
-
mage_ai/server/frontend_dist/manage/users.html,sha256=
|
|
1250
|
-
mage_ai/server/frontend_dist/manage/users/[user].html,sha256=
|
|
1251
|
-
mage_ai/server/frontend_dist/manage/users/new.html,sha256=
|
|
1248
|
+
mage_ai/server/frontend_dist/manage/files.html,sha256=aU_rZRHa7UaPGqpS_caqvQDTIE6Nvu52p0o_HgPbhbk,10269
|
|
1249
|
+
mage_ai/server/frontend_dist/manage/settings.html,sha256=6tfCLQyNnSsJcZYakpnIekYrhn3_6ut5x-nR3wzSSYY,10275
|
|
1250
|
+
mage_ai/server/frontend_dist/manage/users.html,sha256=XivT2tcjRXQlfqJku0_uq3zHUDb5p5oTfzscy3WA5Oo,10269
|
|
1251
|
+
mage_ai/server/frontend_dist/manage/users/[user].html,sha256=rwvS7280hHxjqRAY-bPrqsLeEZasNwNcqpkwU8y5Yzg,10297
|
|
1252
|
+
mage_ai/server/frontend_dist/manage/users/new.html,sha256=BxVhpLVUf7OB4C4_vC3LJcQGxEwgb3T1LVvHzKoF14I,10277
|
|
1252
1253
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/loader.js,sha256=-g736o6tNxP1uWgDa4GNMLu0cVw5rpd9iv_JkFqjJYg,30051
|
|
1253
1254
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf,sha256=izSevKNd2mT7WHZYsm4XzDTGwdk0_FCb7wRObtuJ20k,73624
|
|
1254
1255
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.de.js,sha256=f6eZPSfW6q0TZXRHJH9Ot3KDmzXRrnAwUrGz6zTWa5c,869
|
|
@@ -1362,65 +1363,65 @@ mage_ai/server/frontend_dist/monaco-editor/min/vs/language/json/jsonMode.js,sha2
|
|
|
1362
1363
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/language/json/jsonWorker.js,sha256=zgcNdzxOPbIH9mjg7oUxO3FHBwTvv9EQRMOKQWdjLF4,128871
|
|
1363
1364
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/language/typescript/tsMode.js,sha256=GL-DBXaHEUZHBE6SZA_HY0m326feu9NjFduSIp_6o8o,23674
|
|
1364
1365
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/language/typescript/tsWorker.js,sha256=GDkXJvtDJ6BGEWF6fLxQrtAlWx1PqCn78i1sEdOnrIY,4602226
|
|
1365
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=
|
|
1366
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=
|
|
1367
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/dashboard.html,sha256=
|
|
1368
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=
|
|
1369
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=
|
|
1370
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=
|
|
1371
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=
|
|
1372
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=
|
|
1373
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=
|
|
1374
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=
|
|
1375
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=
|
|
1376
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=
|
|
1377
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=
|
|
1378
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=
|
|
1379
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=
|
|
1380
|
-
mage_ai/server/frontend_dist/platform/global-hooks.html,sha256=
|
|
1381
|
-
mage_ai/server/frontend_dist/platform/global-hooks/[...slug].html,sha256=
|
|
1382
|
-
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=
|
|
1383
|
-
mage_ai/server/frontend_dist/settings/platform/preferences.html,sha256=
|
|
1384
|
-
mage_ai/server/frontend_dist/settings/platform/settings.html,sha256=
|
|
1385
|
-
mage_ai/server/frontend_dist/settings/workspace/permissions.html,sha256=
|
|
1386
|
-
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=
|
|
1387
|
-
mage_ai/server/frontend_dist/settings/workspace/roles.html,sha256=
|
|
1388
|
-
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256=
|
|
1389
|
-
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=
|
|
1390
|
-
mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html,sha256=
|
|
1391
|
-
mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html,sha256=
|
|
1392
|
-
mage_ai/server/frontend_dist/settings/workspace/users/[...slug].html,sha256=
|
|
1393
|
-
mage_ai/server/frontend_dist/templates/[...slug].html,sha256=
|
|
1394
|
-
mage_ai/server/frontend_dist_base_path_template/404.html,sha256=
|
|
1395
|
-
mage_ai/server/frontend_dist_base_path_template/block-layout.html,sha256=
|
|
1396
|
-
mage_ai/server/frontend_dist_base_path_template/compute.html,sha256=
|
|
1366
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=fS9lcEtby-dGOdZni-B1hNMAMo5lXFk7dPGWRDhZ06c,8425
|
|
1367
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=9Sa7l_KeE13EDBDs-qbsn6zZmKq7ZKPbcJyn-6UQkTw,10310
|
|
1368
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/dashboard.html,sha256=gfQQB5XiQeFO0-MiecTpB2w5KYWHOd3obvT9b7NupQw,10936
|
|
1369
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=JKDQPDAh3JyoEbMGhoc1J_iFQa46gTs8hbCrVkVWUTI,9553
|
|
1370
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=Zdd30hRGcOLJZNbxxzU426oqxpCYCblRLnVHLaV8w48,10378
|
|
1371
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=HSyvbov7-hdQkkreia0NGa2at2JYNQ1M6wcFlAbMKeY,10541
|
|
1372
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=lnsRdFk85g5Anq7QFiti7eP1ygqvMM_t-uUeILnI9h0,10456
|
|
1373
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=CHvFGGWpB19XEGdnxJlu9QVgkWyRt4yCx6NPtQz04VU,10308
|
|
1374
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=QciBFwhuJWhhptdcqvnWI9SMv6TVJ5PucKf_kpLy--s,10302
|
|
1375
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=5OGzT1adrw1zoNJ3IfWAEkXFG-uNNCDQgd3xU_TwuoA,10774
|
|
1376
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=Zz8TW6gZgC_DV7TZIuMxiyWQDO8jDCGHe6Rvb-DYBBI,10554
|
|
1377
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=S66875X8Wqch_fRXiVeMqlTkTKx0ZHVC1c38Szmzcic,10485
|
|
1378
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=mL9CLDWFS7wBa-JUyLdZmNzjYYoFxrsoDg54InN-tfA,10651
|
|
1379
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=Ud1vFShkxe-Mb6Oy2GQ3KK2TbPwF_gtWvwBWxu473RA,10722
|
|
1380
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=FshHmMNB7RBLoauoZXyF85t8k4rGaiqGfTzNwVVKAoY,10706
|
|
1381
|
+
mage_ai/server/frontend_dist/platform/global-hooks.html,sha256=73eXrXKZtItUkFy4ibBMEOaMImv2guUOxRjz8lXeJ9c,10298
|
|
1382
|
+
mage_ai/server/frontend_dist/platform/global-hooks/[...slug].html,sha256=3sDkVM_11FxgPVQRS-J-2KE2lNxIP8FH288cAChJ1MY,10298
|
|
1383
|
+
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=anAwcuA_tR5VoW3K3Ce0fFtWC0OMrupjsUq029kBLd4,10369
|
|
1384
|
+
mage_ai/server/frontend_dist/settings/platform/preferences.html,sha256=ca15bNZ3VIA7pKSO80a-CQyGAFFRH1dogR77OlLO4dU,10301
|
|
1385
|
+
mage_ai/server/frontend_dist/settings/platform/settings.html,sha256=zYXnx55Ka3O4epJr_dG1uBg1e1YF-DWgiXPVT6mkBSE,10295
|
|
1386
|
+
mage_ai/server/frontend_dist/settings/workspace/permissions.html,sha256=G76tGJvyzowcmLzeRGxs0hmB2m71_BOdSHoDiwHnGSU,10384
|
|
1387
|
+
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=FU4H7p7l3ssocmnnk5Avi74X7cwqs8zoneSy3g3J6bU,10303
|
|
1388
|
+
mage_ai/server/frontend_dist/settings/workspace/roles.html,sha256=R1JWoExVqV7TSVTfDQtSHk8YineBbkdYZT5lnYrNay4,10366
|
|
1389
|
+
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256=K534cq9vO9OJsfLC-72RAgk1nCJj5gnCr2Dk-eQgnko,10299
|
|
1390
|
+
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=i02U4hzzLeGviznxADPyfHD9VnAUMglATVYNtC2A5Rc,10366
|
|
1391
|
+
mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html,sha256=iOh_h0Kcs0oz35DwnNoHbx4B3DRXZsuDhK9A6HdKTkU,10411
|
|
1392
|
+
mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html,sha256=q3xbZp05o5rjuJCv8ickaVcz8UXGmQN11Q707kSgN1E,10393
|
|
1393
|
+
mage_ai/server/frontend_dist/settings/workspace/users/[...slug].html,sha256=dtHDOz1WLEttzKCMu3deTGroHoQS2wmi3mpAAOjlwMo,10393
|
|
1394
|
+
mage_ai/server/frontend_dist/templates/[...slug].html,sha256=vWhpbh4sB2shY-0ly9W1to-r7Pbi7z6kxTshRkbe1m0,10274
|
|
1395
|
+
mage_ai/server/frontend_dist_base_path_template/404.html,sha256=TmmZQlyFjsKHSXvCdFbUReUtbk5UHGXHoxL1jTI3lpA,11193
|
|
1396
|
+
mage_ai/server/frontend_dist_base_path_template/block-layout.html,sha256=mF87sCBbczYLZwRq4VMfWZAYSo9U9jFeGT-Q71YfFSA,9767
|
|
1397
|
+
mage_ai/server/frontend_dist_base_path_template/compute.html,sha256=0lJxmWLcIu8t-8bI2YSHVmqM_pgtyrTySMs5Mjr0Jjg,10778
|
|
1397
1398
|
mage_ai/server/frontend_dist_base_path_template/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
|
|
1398
|
-
mage_ai/server/frontend_dist_base_path_template/files.html,sha256=
|
|
1399
|
-
mage_ai/server/frontend_dist_base_path_template/global-data-products.html,sha256=
|
|
1400
|
-
mage_ai/server/frontend_dist_base_path_template/global-hooks.html,sha256=
|
|
1401
|
-
mage_ai/server/frontend_dist_base_path_template/index.html,sha256=
|
|
1402
|
-
mage_ai/server/frontend_dist_base_path_template/manage.html,sha256=
|
|
1403
|
-
mage_ai/server/frontend_dist_base_path_template/oauth.html,sha256=
|
|
1404
|
-
mage_ai/server/frontend_dist_base_path_template/overview.html,sha256=
|
|
1405
|
-
mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html,sha256=
|
|
1406
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines.html,sha256=
|
|
1407
|
-
mage_ai/server/frontend_dist_base_path_template/settings.html,sha256=
|
|
1408
|
-
mage_ai/server/frontend_dist_base_path_template/sign-in.html,sha256=
|
|
1409
|
-
mage_ai/server/frontend_dist_base_path_template/templates.html,sha256=
|
|
1410
|
-
mage_ai/server/frontend_dist_base_path_template/terminal.html,sha256=
|
|
1411
|
-
mage_ai/server/frontend_dist_base_path_template/test.html,sha256=
|
|
1412
|
-
mage_ai/server/frontend_dist_base_path_template/triggers.html,sha256
|
|
1399
|
+
mage_ai/server/frontend_dist_base_path_template/files.html,sha256=tuOHmp2dkGFHRTFJIv2pW2GYFMhp1h3qSMdMyV7Wzcw,10656
|
|
1400
|
+
mage_ai/server/frontend_dist_base_path_template/global-data-products.html,sha256=8muqDKMSR1rnvfAltJ4J3SiNd3eXii5G3yu56QB3sng,11038
|
|
1401
|
+
mage_ai/server/frontend_dist_base_path_template/global-hooks.html,sha256=t2GXfOJLCdhSeoq3JyP7C2vnKSmfA9nlykSJQvIrEIo,10782
|
|
1402
|
+
mage_ai/server/frontend_dist_base_path_template/index.html,sha256=tc1ahUMkzXkaY0bBR90iePzp-r--RtCFNwmS2e6iQcs,8746
|
|
1403
|
+
mage_ai/server/frontend_dist_base_path_template/manage.html,sha256=oO0y8rZT3p6WFSGTRCfBi-f1a_5hF40A_eDkBywSTXs,10884
|
|
1404
|
+
mage_ai/server/frontend_dist_base_path_template/oauth.html,sha256=0rxph4lU3RuDp0Ktm0LVi1mSfM4RicfDlLzCJJ6WntI,10402
|
|
1405
|
+
mage_ai/server/frontend_dist_base_path_template/overview.html,sha256=XTbRMQGQvF742Akt_QMlhEKMK12aBPvNs3obHkzNa-I,12177
|
|
1406
|
+
mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html,sha256=iLcMll97CyaealzUp766VlI-zxhTslZxprhS3GaJvNE,10901
|
|
1407
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines.html,sha256=ynM9BjE_M-r9rE23WTuYreOF4x3iqbzX57DfH9iBdXs,11236
|
|
1408
|
+
mage_ai/server/frontend_dist_base_path_template/settings.html,sha256=wiZkql8uZcCby2LYITHIyqN5RUIC7SOX7JBehv0zGU4,8818
|
|
1409
|
+
mage_ai/server/frontend_dist_base_path_template/sign-in.html,sha256=oRuQcYpHary7WRiHu4_R9oPZ-tstmZSDAztSUGsSbUg,19804
|
|
1410
|
+
mage_ai/server/frontend_dist_base_path_template/templates.html,sha256=nK9IDGfwrR5TiTGw1IWFOCRt5kuPJ3MgDfdPvulMyqA,10888
|
|
1411
|
+
mage_ai/server/frontend_dist_base_path_template/terminal.html,sha256=92JL6sxj2ipz8_1kVo_7CizbghyWdV3RrurYmdoTT_U,10654
|
|
1412
|
+
mage_ai/server/frontend_dist_base_path_template/test.html,sha256=P1AnG1QFKLSSzIY6zTbnpyNx2wplsLK7BNpKgqEc_t8,8760
|
|
1413
|
+
mage_ai/server/frontend_dist_base_path_template/triggers.html,sha256=-TSyb_T5mRE1WPVeoV-KcxJmnctJbXYB58vakl5o0r0,10770
|
|
1413
1414
|
mage_ai/server/frontend_dist_base_path_template/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
|
|
1414
|
-
mage_ai/server/frontend_dist_base_path_template/version-control.html,sha256=
|
|
1415
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/
|
|
1416
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/
|
|
1415
|
+
mage_ai/server/frontend_dist_base_path_template/version-control.html,sha256=GNSq7qotdXlQb8OTkqP94PzZqOOsCxB2OTShb2Prwf0,10675
|
|
1416
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/KLL5mirre9d7_ZeEpaw3s/_buildManifest.js,sha256=RIUGLHIRt4RwUkzOcdKlxmyUw5CHV-wJT6T-UX9JkGw,8317
|
|
1417
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/KLL5mirre9d7_ZeEpaw3s/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
1417
1418
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
|
|
1418
1419
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1187-c9537b3f51775d0c.js,sha256=AQmTmZKhDoqjOPTBTlbRApEZ_mBBW6Af013mQ_U5g9I,48837
|
|
1419
1420
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1235.c9ed47779baccc05.js,sha256=eZbcOxEMDmjg_xxzMVoiU5w21oYfty6-pfs-xA-5uXM,2162
|
|
1420
1421
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1240.0819f45820d22263.js,sha256=J0T6Hf6bUPCYwHY9ldwKtZyEe2sZjt7Z0JySRGK5Tno,6458
|
|
1421
1422
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/125-abc06c39b97fd8aa.js,sha256=QGtMaNyn8fIbuFFmHcV4tJ5Q3q_O8_qqUj7NeIre-M8,92008
|
|
1422
1423
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1450.d383f64c169d4278.js,sha256=Wta_dDXv2gjlzEgdcOzHlEzECgj6-0a4PCMqT9gaEck,5290
|
|
1423
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1557-
|
|
1424
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1557-df144fbd8b2208c3.js,sha256=BiYjMY72P2H2lqlOdZ7iQCvU3ZM9rO_baZJ4p9m4J7Q,37022
|
|
1424
1425
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1598-3070ba5a71ce3e2d.js,sha256=lSKctOhct9axfkW6W-3XB73jLYPGk1294GWflgtzbw0,8186
|
|
1425
1426
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2481.0454a0e25dc7e027.js,sha256=sdXmwsUwcOtd3zL9rTwWkitW4-5QGFjqoyiNvEcZ6V8,2942
|
|
1426
1427
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2508.724531e7f9cf5f36.js,sha256=AHITXAvHRthYNLtGMXL_ThpWnXzRXyi_E89hb1h2D-Y,1649
|
|
@@ -1430,12 +1431,12 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/261.0a24b4ec
|
|
|
1430
1431
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2631-b9f9bea3f1cf906d.js,sha256=nA-nZDn_KO2i2PlwLMwBukcdQaZ6KbUqpmNsv5RuiHs,102878
|
|
1431
1432
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/266.e301071d22592682.js,sha256=iP7r9afOmCfCOErl59zVuDXUrXy3rU1T-l9hMcOeW0o,2226
|
|
1432
1433
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2714-68fef54789d7eaeb.js,sha256=9f5VJZbShO3iax7jBh0iL5TB2VLjCaXJuxcrBsg2dx0,9689
|
|
1433
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2717-
|
|
1434
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2717-d9200be634dd6766.js,sha256=SbS6r4AWExdpZqE3yrGtDYQjtHjYZ6vB4wBH33iN9m0,65673
|
|
1434
1435
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/29107295-989a0767a635d9d5.js,sha256=uFc2UgaKJ9q_NXBLc5d8rBJfHVQWwr4Vh0F6AcCsVMI,71691
|
|
1435
1436
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3366-526b00bb494c02a4.js,sha256=leJxq83OCMdOKRS4jD6twupK4z9S4MRxTJkzeRT0rOQ,14834
|
|
1436
1437
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3453.992f4b1667e9882c.js,sha256=PYm5SZCBWpX2kOafRCgG3R9I0Wo8KIW6R0jJ_5-XFCI,3524
|
|
1437
1438
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3467.38cd0654ba6f788f.js,sha256=GSh5dCIP7HWFJuchJzpPUJ6TyI3coksbiZwKftDZms8,1618
|
|
1438
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3548-
|
|
1439
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3548-fa0792ddb88f4646.js,sha256=1uv0xvHLepw28An8jOmKJ94VemYh-HyYkA4-QtedKcA,10374
|
|
1439
1440
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3763-61b542dafdbf5754.js,sha256=BiC5gwYsOTK2ujPoili3UUfyHlNxgaxWYnUNzZKu174,29258
|
|
1440
1441
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3782-ef4cd4f0b52072d0.js,sha256=JpndL19JSNS_UJ_g5iJIi0NAEvsIzZ4qzMQVOfmIXbo,11763
|
|
1441
1442
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3835.df296b4e4078e985.js,sha256=kD2QFPxjs1XDTi-3diXwSlgCno80VqrgU6OL80IHC6M,30652
|
|
@@ -1458,7 +1459,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/523-be11ad59
|
|
|
1458
1459
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5496.29af09f188750c3a.js,sha256=1y39-d-zSOVEmgNoqv_Eh-UnGN1a1pRo6bQt5pqyzqk,6544
|
|
1459
1460
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5544-d10ee8ec70354aa1.js,sha256=q_csyFuA3liakMpC4uXGLbxAN66qk3DpWMZvvZXhq9k,15145
|
|
1460
1461
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5627-237a3de578538022.js,sha256=cF_LNR6BA2Gj__M0PJe-1qa4v6BYH7uKUzRCV7Ywxlg,14483
|
|
1461
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5699-
|
|
1462
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5699-6d708c6b2153ea08.js,sha256=rWMMcH6mj4Af2sNxt40E4Pu4eOE5v7rmzlMTRHxukSU,11575
|
|
1462
1463
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5729.0f2748e9e6dab951.js,sha256=kcbxoOOAieSjZdSqTLl5o_1OaTA4cdH5IEnjSA0RRMc,3490
|
|
1463
1464
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5824.628653557e904674.js,sha256=zuOmz6CGILYNmrxJRyawt4dJA8x-omSDXdMhDgA0H0I,3479
|
|
1464
1465
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5831-2abc4063e887a03e.js,sha256=4ilpZOuP__hf6MoJ1fnxCEktdFmWrWHKCbf0JK4RgEQ,10421
|
|
@@ -1473,7 +1474,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6507.d3a1777
|
|
|
1473
1474
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6958.8f39c585d36737a7.js,sha256=K_KQZaTdVvt_1WIBVKO5-_zRDSXTWo2J8BoVKgoyW8U,2766
|
|
1474
1475
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7022-0d52dd8868621fb0.js,sha256=ziOEzKRUDKKY2QXWUo0YtzJd69yDZYcwAxqlv47dMPA,16771
|
|
1475
1476
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/72fdc299.8240d0c3c5e19977.js,sha256=XjNBWTmi-gnMvoS0f7IQIyYpYJ7BlgsS__KpIECVgKQ,1409739
|
|
1476
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7361-
|
|
1477
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7361-8a23dd8360593e7a.js,sha256=NCWihxoATJqVlk4q4DxwiQASaVpyGd_k9Sq3GEWfABQ,22031
|
|
1477
1478
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/739.3d24945544b37e52.js,sha256=0hHH3YUwHMf_QXqImKNGmk0APmITTmotAht-myKuSLY,3506
|
|
1478
1479
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7674-5f8f0882b3411d98.js,sha256=SXkEDjvNXDsdNZxuBLZMgeHlOoc2ipinmXdvUnnXl2E,58572
|
|
1479
1480
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/792.010ca00d79b2112f.js,sha256=iKH6f5zTT86af5rNSQaJbFd_btMzycM5rm71ZqUXlUg,5292
|
|
@@ -1512,21 +1513,21 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/main-70b7815
|
|
|
1512
1513
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js,sha256=AiXrA00CSgO9yQ6mx59WGTZi58Pu6QlpYpiCDlF8u4M,91460
|
|
1513
1514
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/webpack-68c003fb6a175cd7.js,sha256=75cAKGAtn0UGWQoUd8ClfuqeJfW_cIMm95YnaMpSqIg,5566
|
|
1514
1515
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/404-8ecd93274c427b76.js,sha256=lmeHQIPtqqXqhdnEE3rTu4f1MK-Bm08mCCbv4X16C40,962
|
|
1515
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-
|
|
1516
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-d9c89527266296f7.js,sha256=9urw3FW4FwkB_rLb9kFEoQ2kv6Cy8td0DHd0kmGhyeA,3064845
|
|
1516
1517
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_error-e989623bffcbf724.js,sha256=aXIjJAH8qQYH7p8jGDslEzBUIJz0QqLgGEgyIeCAaF8,3207
|
|
1517
1518
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/block-layout-14f952f66964022f.js,sha256=83aGXofYLSPbRXbGMieHpDnW1nrUglMk3VuqjEIWK0s,5810
|
|
1518
1519
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/compute-010d9ac728f8a517.js,sha256=vWy9M-bYFFHoUxBL1F5UEqEK9rVPkTKOkwI-KitxlVk,74219
|
|
1519
1520
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/files-98df0674eac4ec84.js,sha256=2L0BqRXRiE1YaEMK0hAiilzB_X-Jxk5ly1kigXwvX6Q,8440
|
|
1520
1521
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-data-products-78e8e88f2a757a18.js,sha256=JD-unsIqXwu5WGISkKcR6cG4DznxA0mnHx30UInfe-M,3206
|
|
1521
1522
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-hooks-34966cfd2d89c366.js,sha256=oAIRD1bzZQNHOsei4SG6VWqat1s9FxCPiPE0i14buNA,5776
|
|
1522
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/index-
|
|
1523
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/index-4e12783b064c1cfe.js,sha256=EdlRsauzGm5jqRU4lW_UL2MxEBjXsW2DtJ4GOT5rOXU,993
|
|
1523
1524
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage-852d403c7bda21b3.js,sha256=TBLSzffAAnKyUDue7G-wdW5oubl2f4H8CMKT70Be4JY,27772
|
|
1524
1525
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/oauth-30e34ee15d410331.js,sha256=xmC9d4T0oV1f9vpC1w9t-IyrsV6UnRHdIl_OFO5Ub4s,3478
|
|
1525
1526
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/overview-597b74828bf105db.js,sha256=CJrZyPPaqkpZN_hbekuMGe36BO7H3na_B_UGrA0NRjs,28505
|
|
1526
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipeline-runs-
|
|
1527
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-
|
|
1527
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipeline-runs-3edc6270c5b0e962.js,sha256=8nFfDejpFo-JAvqkcgN6pNgQfzcqfIl43GYvbzuf8p0,10166
|
|
1528
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-3591d035bb3bb2b8.js,sha256=mdRN2lx2xPqQ6CHE7Cbo-BaY6rgJU0cBp3y_kKW67gY,26109
|
|
1528
1529
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings-b39e5bca035dec41.js,sha256=Vef-qeiaZqA0DdpKO6I188W2eMPPDavi3UQuH50netE,4278
|
|
1529
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/sign-in-
|
|
1530
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/sign-in-09414a8b66fb6f06.js,sha256=ayQ6AEsOozkbUdczxUEl23HPsHPQIMGe-XuinVanWRY,10885
|
|
1530
1531
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/templates-05a5312f50db749c.js,sha256=lWVRMBmXaauwbIyANZYeGzcUxbXX7WsO2TaIByW1WDI,5431
|
|
1531
1532
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/terminal-89e1b3e6799378a5.js,sha256=URHDE0SU2aW7VNN7Q5AfuPjR9YHnKvOjcKAhJ4DLp3Q,7398
|
|
1532
1533
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/test-bd51b3918b39329e.js,sha256=0WTVZbrWflW4r1qSnBKUjOBKET4WKDC7icN9_hD0ZP4,375
|
|
@@ -1542,13 +1543,13 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage
|
|
|
1542
1543
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]-91a5d6a11e7d4c56.js,sha256=h3jlij4QWjbd-5LhvGlRlv0Vipp6xq5jiuMlLMNc9c4,4457
|
|
1543
1544
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-a8b61d8d239fd16f.js,sha256=WHGB09TLNDOzF1igWGVmS2iZblPQWudGWaUqDWK0NeA,12789
|
|
1544
1545
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/dashboard-95ffcd3e2b27e567.js,sha256=LblSTJ21PkfpnzzhMSNGiLPxNSOR7Bvw3orLFzAh5pM,4521
|
|
1545
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-
|
|
1546
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-e1dd1ed71d26c10d.js,sha256=iR55r87-kPPWfhMZceJVIIO5Jz_w7EIANyIATO9yDnA,426128
|
|
1546
1547
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-3f5c14076ddde20e.js,sha256=WWWvkQT03cpZnMlOdcdHt7n-Fr4TRQeeSwG83H3iGks,34226
|
|
1547
1548
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors-7acc7afc00df17c2.js,sha256=VkdJkpwPr4TvKG5WOKUuPQiidABW9GlLUvUcprakXF8,12543
|
|
1548
1549
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs-6dae38250e135c54.js,sha256=8-sjk2-uPny6afANHiq8LbmYTRq2V4OnBW7FPOG-EeU,22028
|
|
1549
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/settings-
|
|
1550
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/settings-59aca25a5b1d3998.js,sha256=mXc5ne2y5qREDILG1cy5a5JDnim869l7K55nD4zFarA,17263
|
|
1550
1551
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/syncs-90abafc7ed61c582.js,sha256=Lq09K1N_3DHZin2mbbb8AJFwfaBYk7qeEbJqCnPg_dE,31133
|
|
1551
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-
|
|
1552
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-1bdfda8edc9cf4a8.js,sha256=DR1FHbngbWFqnoUuPNPNHrBID1jrVYUXWUHztDXVRVA,25193
|
|
1552
1553
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-ff4bd7a8ec3bab40.js,sha256=yXU2m4j8BPsCJjBpwDvyR3K79YTJhxY8bTUb8qORNY0,34079
|
|
1553
1554
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-a5c0362763a21fa8.js,sha256=4__ED372rfUepNce-Nhu1JREKu0iYFBkpm759-Hdmfs,19221
|
|
1554
1555
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-1ed9045b2f1dfd65.js,sha256=wGcagnZ39yfcbUDuW1T5c7w491V0AxLf2vrW-6bFvV0,17030
|
|
@@ -1557,13 +1558,13 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipeli
|
|
|
1557
1558
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/platform/global-hooks-c916c778b0764634.js,sha256=8U1JkoCbTS1JhrYB54pusJRMYoV7UHYVBIXpce9WxcM,5799
|
|
1558
1559
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/platform/global-hooks/[...slug]-e187f4c2b4eccd00.js,sha256=wDFo52b3-6nZfZicRe2WV1Cgnl1V4Jkg_OWX6tkh0a4,2321
|
|
1559
1560
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/account/profile-3f0df3decc856ee9.js,sha256=ulUIp1rzKToIghI2BUBxXpy2l3z0p6VozxgqANosLgs,856
|
|
1560
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/preferences-
|
|
1561
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/settings-
|
|
1561
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/preferences-503049734a8b082f.js,sha256=Tot4MGWeAzFDfLkboOPGkZyBLS83ulXkIHWLZTiGP9g,10283
|
|
1562
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/settings-c2e9ef989c8bfa73.js,sha256=ABNo-bCMb2ZbXPsc6OoKmA1B9_cAyefScy4GqzFbQ54,5897
|
|
1562
1563
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/permissions-e5a4d3d815cec25d.js,sha256=Ale7bl1MgcEzn8KMZIEWCj4RO_1v70IiKax0ItCvriQ,3179
|
|
1563
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-
|
|
1564
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-5b26eeda8aed8a7b.js,sha256=aeyZ4P8a_Muj6N4yp6XAxPx4XsoLny_IiXHaHCCkStM,10243
|
|
1564
1565
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/roles-36fa165a48af586b.js,sha256=-1jdSVA5PjarT8VPICvgVtrXjqNw7OhvF7S5Jz_UZjs,3519
|
|
1565
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/sync-data-
|
|
1566
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/users-
|
|
1566
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/sync-data-8b793b3b696a2cd3.js,sha256=DSl0EKxd16LmOhOC61rY5N0ksBiiWKz-lrRQUz_hr30,11583
|
|
1567
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/users-a4db8710f703c729.js,sha256=zsTSXcWT_cjm2sGYpX01KCEUHxiNKxM9xCQgMGnPoMM,2676
|
|
1567
1568
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/permissions/[...slug]-47b64ced27c24985.js,sha256=1i7jF9RSqMhWu3_HCT7p0M-4CgD1JJKbaiWgnwIlPXY,824
|
|
1568
1569
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/roles/[...slug]-379e1ee292504842.js,sha256=cmMDNHRXTW6FNR5dPXjocpVhl7Nw58qOJBpie0yvsks,819
|
|
1569
1570
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/users/[...slug]-2af9afbe727d88aa.js,sha256=mtiTbV_fJoDfi0041GgNL36Tck-qTXCkDYl_nWShwAw,821
|
|
@@ -1606,8 +1607,8 @@ mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoM
|
|
|
1606
1607
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-SemiBoldItalic.ttf,sha256=4xNDNrikIhglWYAoOlb2LjyYeDo5Gh0G52A72papgR4,93940
|
|
1607
1608
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-Thin.ttf,sha256=zlgstcLhG4408Fo8JS7sZRC6Mt2XftUXpop3Ja8FywI,87872
|
|
1608
1609
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-ThinItalic.ttf,sha256=JfREOX6nw1mHlEYBq_j9_7rLfI3CIcQ5bOBytV-pUi8,93056
|
|
1609
|
-
mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html,sha256=
|
|
1610
|
-
mage_ai/server/frontend_dist_base_path_template/global-hooks/[...slug].html,sha256=
|
|
1610
|
+
mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html,sha256=hebkGV0wdiyr8vSkMbyJ6NqS3lYf20oF1RhXEXvC6b4,11039
|
|
1611
|
+
mage_ai/server/frontend_dist_base_path_template/global-hooks/[...slug].html,sha256=wjy1hQfHLtu4hFemJS4ityfdzOXZVSnMszC5k05XqBw,10791
|
|
1611
1612
|
mage_ai/server/frontend_dist_base_path_template/images/backfill.jpg,sha256=0cUfwkvBISDC9yXxiDV7o2RPqKI_9OIydX90gw54azk,4404
|
|
1612
1613
|
mage_ai/server/frontend_dist_base_path_template/images/banner-shape-purple-peach.jpg,sha256=b6fpPLZfxxm7hiWf6Ci1Dv01P3d68k0eK_uu4v43Vss,4854
|
|
1613
1614
|
mage_ai/server/frontend_dist_base_path_template/images/dashboard-api-key.webp,sha256=5IwOoTLp3RKDrHVQsdCADoQkjcTbh5MTZGqlgyqcXNk,57024
|
|
@@ -1618,11 +1619,11 @@ mage_ai/server/frontend_dist_base_path_template/images/blocks/grey_block.webp,sh
|
|
|
1618
1619
|
mage_ai/server/frontend_dist_base_path_template/images/extensions/dbt/logo.png,sha256=-ssfqyt73pSkqsA_UBfYf2U2h2P62yr6fCe5SIwBurc,6001
|
|
1619
1620
|
mage_ai/server/frontend_dist_base_path_template/images/extensions/great_expectations/logo.png,sha256=RK76yAE_SHMHiFxf2aq-Ox00Gw6Khap9CCkdT7ucfQw,22785
|
|
1620
1621
|
mage_ai/server/frontend_dist_base_path_template/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
|
|
1621
|
-
mage_ai/server/frontend_dist_base_path_template/manage/files.html,sha256=
|
|
1622
|
-
mage_ai/server/frontend_dist_base_path_template/manage/settings.html,sha256=
|
|
1623
|
-
mage_ai/server/frontend_dist_base_path_template/manage/users.html,sha256=
|
|
1624
|
-
mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html,sha256=
|
|
1625
|
-
mage_ai/server/frontend_dist_base_path_template/manage/users/new.html,sha256=
|
|
1622
|
+
mage_ai/server/frontend_dist_base_path_template/manage/files.html,sha256=K-fKGieUvd01sWEVifmkfjGvy-OuZNciru-ULeKtKKo,10780
|
|
1623
|
+
mage_ai/server/frontend_dist_base_path_template/manage/settings.html,sha256=m42cYwhV1s6BO525t70IIgZVBX5DPW3GLsbNxujBl98,10786
|
|
1624
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users.html,sha256=WVrmlZHMbYnDYYWUasseMmI9iVTvyMMo4f6_J4EUHm8,10780
|
|
1625
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html,sha256=P0VkQCtK3jC94gQchJdOATBIJ1sRPkCbtZqv2YwxmIo,10808
|
|
1626
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users/new.html,sha256=LumpHmDVAsB2y1bg6iHtAquacic26WgMHCw0qhx15i8,10788
|
|
1626
1627
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/loader.js,sha256=-g736o6tNxP1uWgDa4GNMLu0cVw5rpd9iv_JkFqjJYg,30051
|
|
1627
1628
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf,sha256=izSevKNd2mT7WHZYsm4XzDTGwdk0_FCb7wRObtuJ20k,73624
|
|
1628
1629
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.de.js,sha256=f6eZPSfW6q0TZXRHJH9Ot3KDmzXRrnAwUrGz6zTWa5c,869
|
|
@@ -1736,35 +1737,35 @@ mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/js
|
|
|
1736
1737
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/json/jsonWorker.js,sha256=zgcNdzxOPbIH9mjg7oUxO3FHBwTvv9EQRMOKQWdjLF4,128871
|
|
1737
1738
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/typescript/tsMode.js,sha256=GL-DBXaHEUZHBE6SZA_HY0m326feu9NjFduSIp_6o8o,23674
|
|
1738
1739
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/typescript/tsWorker.js,sha256=GDkXJvtDJ6BGEWF6fLxQrtAlWx1PqCn78i1sEdOnrIY,4602226
|
|
1739
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html,sha256=
|
|
1740
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html,sha256=
|
|
1741
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html,sha256=
|
|
1742
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html,sha256=
|
|
1743
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html,sha256=
|
|
1744
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html,sha256=
|
|
1745
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html,sha256=
|
|
1746
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html,sha256=
|
|
1747
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html,sha256=
|
|
1748
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html,sha256=
|
|
1749
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html,sha256=
|
|
1750
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html,sha256=
|
|
1751
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html,sha256=
|
|
1752
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html,sha256=
|
|
1753
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html,sha256=
|
|
1754
|
-
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks.html,sha256=
|
|
1755
|
-
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks/[...slug].html,sha256=
|
|
1756
|
-
mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html,sha256=
|
|
1757
|
-
mage_ai/server/frontend_dist_base_path_template/settings/platform/preferences.html,sha256=
|
|
1758
|
-
mage_ai/server/frontend_dist_base_path_template/settings/platform/settings.html,sha256=
|
|
1759
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html,sha256=
|
|
1760
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html,sha256=
|
|
1761
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html,sha256=
|
|
1762
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html,sha256=
|
|
1763
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html,sha256=
|
|
1764
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html,sha256=
|
|
1765
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html,sha256=
|
|
1766
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html,sha256=
|
|
1767
|
-
mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html,sha256=
|
|
1740
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html,sha256=cK3qeOAsJ9P8Hqx4BpcsnD6sOzZQTj5i69zJZp_ZYRo,8860
|
|
1741
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html,sha256=KyL2Evd4JjJxXArZc2S5q2DuynyUIxCm7lZSG2YAo1g,10821
|
|
1742
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html,sha256=e86Bu9h04seELBA7YyDSz-0Q3wsNFJOz79SqFMaIjjM,11751
|
|
1743
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html,sha256=WvORWFhICD-pnxMlRqaMNF_8QE9tzlHTjvU9Ho6Pq6U,10520
|
|
1744
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html,sha256=3RWU8QpeQBkTALriZEhsxOXuPUj3b3erwqnyjCToG7Y,10927
|
|
1745
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html,sha256=Dw-ClqmBfrmr7g7ybBi2_u4FtD21KrJFTgzJNvEKdOo,11166
|
|
1746
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html,sha256=Kiv2M6dkWk24o6_f1KU-Z0tEgzyf_0p9h4YUVypko14,11043
|
|
1747
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html,sha256=pUysAM4q33ClXkMTJoGaB1j7eFLxmTZ82Wl3r0Ifrck,10819
|
|
1748
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html,sha256=YWeleYOT2BlVuS1wwIoNvMQcOkQfSok-vwz7lSQT-Z8,10813
|
|
1749
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html,sha256=3eYiymhDbmUd7Z0-KIBkWewGM7hzVkK2ZGiBZcqCOyw,11513
|
|
1750
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html,sha256=ACjPUJeU_r7iB77S4v0gtgIET0G69XK0CI5l2-PBiT4,11179
|
|
1751
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html,sha256=vZ4nXS0_FfOMSATEsQms3vmfxOmgW8IBFCxnb5DOd2E,11072
|
|
1752
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html,sha256=OiaJqbs8Qus50uvWDqFROwqt9CYbYRfHwkl6rPG8cks,11314
|
|
1753
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html,sha256=S0UZMLtu6QZFSE123iNzvnRMPPhZQ_Z8LN1H-_Sv40M,11423
|
|
1754
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html,sha256=IIG11VyuFx_ruWBAzRfeDKMH97ti8enb_5bj1qEjVt4,11407
|
|
1755
|
+
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks.html,sha256=isZK-CCvPcLnji9_zf3WgK9lu6FLKZnZkvgUdFkgT34,10809
|
|
1756
|
+
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks/[...slug].html,sha256=VpMjhQufeQcbR_zqgU5BeF0M7tT2fYLmxnaPwU9SFoo,10809
|
|
1757
|
+
mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html,sha256=nPIgepnifK76zX4zm7LFMqXRCmfVIdyqLvrg7qV2F6E,10918
|
|
1758
|
+
mage_ai/server/frontend_dist_base_path_template/settings/platform/preferences.html,sha256=g2g4Z038kMtCSfmPE87wqnDrIzrGwMZ8Vc4jw-3mwiI,10812
|
|
1759
|
+
mage_ai/server/frontend_dist_base_path_template/settings/platform/settings.html,sha256=x-c5ajL2sScVmb5XssnTU2HzvGizfe4raSpCIXVV23Q,10806
|
|
1760
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html,sha256=FAf-lRDFOBrC0JJLV1ZHLeJRbytEIGrilBCcN2BD5ew,10933
|
|
1761
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html,sha256=stsz5Q4PQlAsYbQFeRneXi2cPyrSOiTMlXd5PnQyPvg,10814
|
|
1762
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html,sha256=dlZJchby9Ih4sfIPR2xJoy0EvxFmka0Xo41t8I-Gvz0,10915
|
|
1763
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html,sha256=JK96W9Z6uR5jHD1_u7OhatiaRsPd9uxxl-8tnBenZfY,10810
|
|
1764
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html,sha256=vAxOHj6JYMQahmPDRxKitz86DYqKPEbytn5jxfPiurQ,10915
|
|
1765
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html,sha256=7ub6rtnKtvMqPOQM2RNN_e5naPmezb3tVyFgbNDGEn4,10960
|
|
1766
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html,sha256=BRExiYJjS3ZojBOmP1kRKjhm1bDXFzqHt-LyY57bPvs,10942
|
|
1767
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html,sha256=gBBL0cTg2-TwL_4Rs0SI5z0nJk9ZSBHTKegziPfqcQE,10942
|
|
1768
|
+
mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html,sha256=S8VN_UDvb7xs1EmHPszqlg75NX5IwpiPYEnOfS64vk8,10785
|
|
1768
1769
|
mage_ai/server/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1769
1770
|
mage_ai/server/utils/frontend_renderer.py,sha256=W3zAlyaF34pX8S9Xvofhu35gETqLBRjj_rET_f3lQ14,3331
|
|
1770
1771
|
mage_ai/server/utils/output_display.py,sha256=ni8_UdmCXO3DhUWImbXhrDUgbbGbbtbZG88iN1Z78VI,17498
|
|
@@ -1899,10 +1900,10 @@ mage_ai/settings/backends.py,sha256=HBiX6UbNGH5Z9p0OihRk9fzJcbhVuDlc5W62PVp8_C8,
|
|
|
1899
1900
|
mage_ai/settings/constants.py,sha256=iEGrZXx1peumWVNgwkKZ5r5ZE3u-8LsBqj9Ve99w42s,81
|
|
1900
1901
|
mage_ai/settings/repo.py,sha256=IoEreWPJ8UfxdXGZI5WIhWcfKhSGH1prh7aV4ZoY3jQ,7577
|
|
1901
1902
|
mage_ai/settings/secret_generation.py,sha256=YYVnO_lt3FEg5tSxkVy5KQlaGehmecvri2o3HEMmPEU,191
|
|
1902
|
-
mage_ai/settings/server.py,sha256=
|
|
1903
|
+
mage_ai/settings/server.py,sha256=EeYdlDAOpt1siLZ_C-KnO00CHyQe8d9-uZWnOgiWX6o,6597
|
|
1903
1904
|
mage_ai/settings/utils.py,sha256=Ufi3F5z4vZ3FaK8242zlcZWCdc2bWl2-t1ISo9iTm2g,310
|
|
1904
1905
|
mage_ai/settings/keys/__init__.py,sha256=nu7jPI1n0xMql3ud3zCPMJIKYtSLE-IaxKN5aMhXjiE,61
|
|
1905
|
-
mage_ai/settings/keys/auth.py,sha256=
|
|
1906
|
+
mage_ai/settings/keys/auth.py,sha256=aQtiVDMVZ8T5A_z_sJRMl_-sxioy3bIqK8YvLnAWu6A,2401
|
|
1906
1907
|
mage_ai/settings/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1907
1908
|
mage_ai/settings/models/configuration_option.py,sha256=ywSxe0hY4WApPZvBnaP-kGb48pjPYa845_eFnQY8CBs,6936
|
|
1908
1909
|
mage_ai/settings/platform/__init__.py,sha256=xku8KKlyo04V5IS1b_TwWNidFeJH7nmXLUqyUuYN730,14993
|
|
@@ -1963,8 +1964,8 @@ mage_ai/streaming/sources/azure_event_hub.py,sha256=xm9On9qE2yNBVnJNMPE6SrZYnmp3
|
|
|
1963
1964
|
mage_ai/streaming/sources/base.py,sha256=E6Y93bMjTb4ntc0ib6_ZOI3UnokR-3XqCngqgu8aZHI,2796
|
|
1964
1965
|
mage_ai/streaming/sources/base_python.py,sha256=WVOMhzgqktvqkTLGICh5LN1gyOAG0tix_qLZYvZ50nk,837
|
|
1965
1966
|
mage_ai/streaming/sources/google_cloud_pubsub.py,sha256=sO_scPcUpmfsfqq0EHJbECV3mU5VDZ7iLVaeeacisss,6703
|
|
1966
|
-
mage_ai/streaming/sources/influxdb.py,sha256=
|
|
1967
|
-
mage_ai/streaming/sources/kafka.py,sha256=
|
|
1967
|
+
mage_ai/streaming/sources/influxdb.py,sha256=TzSKynjSneNYxqI6va0LKJFMxduzKJfkOUL_Nj6EDqc,8247
|
|
1968
|
+
mage_ai/streaming/sources/kafka.py,sha256=HL7OweX4NE1ENm9rLwqtUeFmWi2s65KjHiKrmXBLAsE,11526
|
|
1968
1969
|
mage_ai/streaming/sources/kinesis.py,sha256=KisyHYYSW4oE1cROHjea2sma2FWC6B657-q_pEB0UWE,3950
|
|
1969
1970
|
mage_ai/streaming/sources/mongodb.py,sha256=qg82im_KCB33JZthiRdnf8LxCsFDizp725HNo55ZmVM,2567
|
|
1970
1971
|
mage_ai/streaming/sources/nats_js.py,sha256=xKCjpVUowJXqiVq1aOD5eUkq6BXyD-LyG_H3gF3HhhE,8458
|
|
@@ -1983,7 +1984,7 @@ mage_ai/tests/api/test_utils.py,sha256=rf69bwvVzoNCNoZpwxJAp2EKUtg9o1lrJSdaH7BT3
|
|
|
1983
1984
|
mage_ai/tests/api/test_views.py,sha256=kIDFsCbf_aVdBI51zd1Llhck7G1QKHS48QoHoSsaN2w,10092
|
|
1984
1985
|
mage_ai/tests/api/utils.py,sha256=SzBTbXbDsLMf36lD6wHQVahjr0cEm3A2x-NUgawwnSA,131
|
|
1985
1986
|
mage_ai/tests/api/endpoints/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1986
|
-
mage_ai/tests/api/endpoints/mixins.py,sha256=
|
|
1987
|
+
mage_ai/tests/api/endpoints/mixins.py,sha256=FvU_9Ui2Kj8vTuK4y_XLp_uwRgwoymr8N1WuXsl6AUI,46846
|
|
1987
1988
|
mage_ai/tests/api/endpoints/test_block_outputs.py,sha256=Gc8WJsl9wjYHWV5V6CLkdDxeYK-U-DXHAXgEWz6tU_4,474
|
|
1988
1989
|
mage_ai/tests/api/endpoints/test_block_runs.py,sha256=rsBmKn89Jgu68NXO1r5O0gDxQ3pseIoVsvz1KfcU7qY,1228
|
|
1989
1990
|
mage_ai/tests/api/endpoints/test_blocks.py,sha256=pI7Vkb6iUE0fTuWVeRlexTFNSn7AhpTODvfgLT9cDdM,6037
|
|
@@ -2006,6 +2007,7 @@ mage_ai/tests/api/endpoints/test_role_permissions.py,sha256=JRVWG-2yiAT1WHEiej1b
|
|
|
2006
2007
|
mage_ai/tests/api/endpoints/test_roles.py,sha256=6DobbKpGsPetU3xhlJD0GCa7eia7THO4XaO-mr-YDVY,7026
|
|
2007
2008
|
mage_ai/tests/api/endpoints/test_schedulers.py,sha256=qiFXnukQkFm-jO1A2UQ3yfHll_uUSxcfkuy0lGDcXfg,933
|
|
2008
2009
|
mage_ai/tests/api/endpoints/test_secrets.py,sha256=x7drkQmoqrB0Ha_3zJBotyIqWii8TohYr6mAbzmc5sE,1711
|
|
2010
|
+
mage_ai/tests/api/endpoints/test_seeds.py,sha256=OL70f8LuwiyrTovQ4R6W54j8CFdYBWP6V4bOHlZYCa8,671
|
|
2009
2011
|
mage_ai/tests/api/endpoints/test_statuses.py,sha256=5X8z7sd8tnpMI12mc_rdTbEdXkqqWwmLGcNkvESiopM,3842
|
|
2010
2012
|
mage_ai/tests/api/endpoints/test_user_roles.py,sha256=H8UhY8-7GCwzM-AapQFwktDlX4PTRkCPibLbVx-kg34,1494
|
|
2011
2013
|
mage_ai/tests/api/endpoints/test_variables.py,sha256=yweVbUNJvcpkLROl-y7GUxqEUYJw88S1YZ9zRYVMadc,3374
|
|
@@ -2015,7 +2017,7 @@ mage_ai/tests/api/operations/test_base.py,sha256=PlrzS_F_JJQWH8x0s5T9Tu8-l2PTWe7
|
|
|
2015
2017
|
mage_ai/tests/api/operations/test_operations.py,sha256=AdxCi6Qp3WZKQ4Dzoom6IqY0tpgCH5_mFj70JtfMbRQ,1765
|
|
2016
2018
|
mage_ai/tests/api/operations/test_operations_with_hooks.py,sha256=8FGdoUYY_zFNhE1uTbZyhEVv5XZbLvYuaBooqOAYtD4,24084
|
|
2017
2019
|
mage_ai/tests/api/operations/test_pipeline_schedules.py,sha256=0tqa5IQDHUfoAhTVoX590LHeNbALR_QkORjM0TFg-98,4963
|
|
2018
|
-
mage_ai/tests/api/operations/test_sessions.py,sha256=
|
|
2020
|
+
mage_ai/tests/api/operations/test_sessions.py,sha256=H7u7CDCToEe2OCVW-8mjWmXm5bspeFBKflMuDH-P7do,9368
|
|
2019
2021
|
mage_ai/tests/api/operations/test_syncs.py,sha256=wIzJVMov-l7kvPgDpkzhrq7IshOkZpmGvVozaubaEUc,3574
|
|
2020
2022
|
mage_ai/tests/api/operations/test_users.py,sha256=EJiDn3d0ivkUMj2Z8gRJz0U327-QWFNNq9i-Nm5gnTI,4157
|
|
2021
2023
|
mage_ai/tests/api/operations/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2044,6 +2046,7 @@ mage_ai/tests/authentication/oauth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
|
|
|
2044
2046
|
mage_ai/tests/authentication/oauth/test_utils.py,sha256=pLzHF5HR2wmh4pWhOKyzUNT4LWJ9prTSSOpuKz_fkyY,3675
|
|
2045
2047
|
mage_ai/tests/authentication/providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2046
2048
|
mage_ai/tests/authentication/providers/test_active_directory.py,sha256=QYnyNK83S1yS-lPW9mGffTp5rjyYYfxFcbMoJ1Dv1jw,6358
|
|
2049
|
+
mage_ai/tests/authentication/providers/test_okta.py,sha256=7NIekx6L_SCmyj__RSbhwCQu2v6fyQqK3sWhdEkDfE0,1681
|
|
2047
2050
|
mage_ai/tests/cache/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2048
2051
|
mage_ai/tests/cache/test_pipeline_cache.py,sha256=HNaIjwUZYbmvakupInVEgSoLarLgsQg-hHoY6UiyWXc,6782
|
|
2049
2052
|
mage_ai/tests/cluster_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2148,21 +2151,21 @@ mage_ai/tests/orchestration/test_pipeline_scheduler_project_platform.py,sha256=n
|
|
|
2148
2151
|
mage_ai/tests/orchestration/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2149
2152
|
mage_ai/tests/orchestration/db/test_utils.py,sha256=-x13Eh4inQOgwtu5e8WJOzLHjBLjhW3XZXD-37cU7l0,821
|
|
2150
2153
|
mage_ai/tests/orchestration/db/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2151
|
-
mage_ai/tests/orchestration/db/models/test_oauth.py,sha256=
|
|
2154
|
+
mage_ai/tests/orchestration/db/models/test_oauth.py,sha256=f9qUnc5KJoVAVYImYAmDEwaG-XEuKXlp4Gk_xVmijkU,1552
|
|
2152
2155
|
mage_ai/tests/orchestration/db/models/test_schedules.py,sha256=JbFQ5sZaVgAaonfGhhy1sYgsybWDcZBRVMCWKG4N-Lc,71994
|
|
2153
2156
|
mage_ai/tests/orchestration/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2154
2157
|
mage_ai/tests/orchestration/notification/constants.py,sha256=x1ScqchOupAhgy2LPCJFr9e6iwlZa2kuqYBibH5ZiNc,1659
|
|
2155
2158
|
mage_ai/tests/orchestration/notification/test_config.py,sha256=-CIG6WMiDLRNTZujwamSy71ee28c65YumMzqqzjZ6Gs,2514
|
|
2156
2159
|
mage_ai/tests/orchestration/notification/test_sender.py,sha256=pvK4SZMvduJiKD7d3Uxe8JHwSPTS48dRHwjTDKiICvo,8016
|
|
2157
2160
|
mage_ai/tests/orchestration/queue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2158
|
-
mage_ai/tests/orchestration/queue/test_process_queue.py,sha256=
|
|
2161
|
+
mage_ai/tests/orchestration/queue/test_process_queue.py,sha256=HEN7CAPgABJTqRc9zFIzIIhAbyhItkTLcvJj2q0eBDE,2543
|
|
2159
2162
|
mage_ai/tests/orchestration/triggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2160
2163
|
mage_ai/tests/orchestration/triggers/test_event_trigger.py,sha256=VgRiKPhn5dqDfZ33baXqL1RKRhceJCmKO48Hb2RuI38,461
|
|
2161
2164
|
mage_ai/tests/orchestration/triggers/test_global_data_product.py,sha256=0ujPQrpoj3pj1gL0LijYOLmNP3DJ3GbJXwGoHuVsiuI,13778
|
|
2162
2165
|
mage_ai/tests/orchestration/triggers/test_loop_time_trigger.py,sha256=KeOOObB6dp-AlWuAqIv5mkKFi1eWkbf2dWFfYj9uVng,541
|
|
2163
2166
|
mage_ai/tests/orchestration/triggers/test_utils.py,sha256=0d9VGIflb5ot109gDmzRFf6GoVIsyudTnHjsRoUr-j4,4022
|
|
2164
2167
|
mage_ai/tests/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2165
|
-
mage_ai/tests/server/test_server.py,sha256=
|
|
2168
|
+
mage_ai/tests/server/test_server.py,sha256=3VHKcO8N8-a3jLKXJTZGuUWRw2KetI4HcSldXzjD17g,6595
|
|
2166
2169
|
mage_ai/tests/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2167
2170
|
mage_ai/tests/services/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2168
2171
|
mage_ai/tests/services/aws/ecs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2237,9 +2240,9 @@ mage_ai/version_control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
2237
2240
|
mage_ai/version_control/models.py,sha256=W4irpvPqQ4lJbtuCknEADPJiDf62II33jzLKjEC5U4Q,22888
|
|
2238
2241
|
mage_ai/version_control/branch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2239
2242
|
mage_ai/version_control/branch/utils.py,sha256=bdvyA28hKoJYF5GLcX575YQGd91yd9MKN8g2k27DSY8,7297
|
|
2240
|
-
mage_ai-0.9.
|
|
2241
|
-
mage_ai-0.9.
|
|
2242
|
-
mage_ai-0.9.
|
|
2243
|
-
mage_ai-0.9.
|
|
2244
|
-
mage_ai-0.9.
|
|
2245
|
-
mage_ai-0.9.
|
|
2243
|
+
mage_ai-0.9.69.dist-info/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
|
|
2244
|
+
mage_ai-0.9.69.dist-info/METADATA,sha256=E961cOkTTUHRF0eGw00uELnvnROn1yIL79wPtc9jfTs,22982
|
|
2245
|
+
mage_ai-0.9.69.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
2246
|
+
mage_ai-0.9.69.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
|
|
2247
|
+
mage_ai-0.9.69.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
|
|
2248
|
+
mage_ai-0.9.69.dist-info/RECORD,,
|