mage-ai 0.9.68__py3-none-any.whl → 0.9.70__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mage-ai might be problematic. Click here for more details.
- mage_ai/api/policies/BackfillPolicy.py +1 -0
- mage_ai/api/policies/PipelinePolicy.py +1 -0
- mage_ai/api/policies/WorkspacePolicy.py +1 -0
- mage_ai/api/presenters/BackfillPresenter.py +1 -0
- mage_ai/api/resources/GitBranchResource.py +56 -23
- mage_ai/api/resources/GitCustomBranchResource.py +29 -1
- mage_ai/api/resources/OauthResource.py +1 -1
- mage_ai/api/resources/PipelineResource.py +11 -5
- mage_ai/api/resources/PipelineRunResource.py +41 -4
- mage_ai/api/resources/PipelineScheduleResource.py +4 -0
- mage_ai/api/resources/PullRequestResource.py +6 -4
- mage_ai/api/resources/SeedResource.py +2 -1
- mage_ai/api/resources/SessionResource.py +13 -1
- mage_ai/api/resources/WorkspaceResource.py +5 -4
- 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/cache/block_action_object/__init__.py +1 -1
- mage_ai/cluster_manager/kubernetes/workload_manager.py +52 -1
- mage_ai/cluster_manager/workspace/base.py +6 -0
- mage_ai/cluster_manager/workspace/kubernetes.py +22 -1
- mage_ai/command_center/applications/utils.py +2 -2
- mage_ai/command_center/presenters/text.py +1 -1
- mage_ai/data_preparation/executors/k8s_block_executor.py +30 -7
- mage_ai/data_preparation/executors/k8s_pipeline_executor.py +30 -7
- mage_ai/data_preparation/executors/streaming_pipeline_executor.py +78 -8
- mage_ai/data_preparation/git/__init__.py +50 -22
- mage_ai/data_preparation/git/api.py +62 -7
- mage_ai/data_preparation/git/utils.py +45 -21
- mage_ai/data_preparation/models/block/__init__.py +31 -8
- 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/utils.py +9 -4
- 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/global_data_product/__init__.py +25 -2
- mage_ai/data_preparation/models/block/integration/__init__.py +1 -1
- mage_ai/data_preparation/models/block/remote/__init__.py +0 -0
- mage_ai/data_preparation/models/block/remote/models.py +58 -0
- mage_ai/data_preparation/models/block/sql/__init__.py +1 -1
- mage_ai/data_preparation/models/block/utils.py +38 -0
- mage_ai/data_preparation/models/constants.py +2 -0
- mage_ai/data_preparation/models/global_data_product/__init__.py +12 -0
- mage_ai/data_preparation/models/pipeline.py +31 -11
- mage_ai/data_preparation/models/triggers/__init__.py +4 -2
- 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/storage/local_storage.py +12 -6
- 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/migrations/versions/42a14d6143f1_update_token_column_type.py +54 -0
- mage_ai/orchestration/db/models/oauth.py +14 -13
- mage_ai/orchestration/db/models/schedules.py +30 -2
- mage_ai/orchestration/job_manager.py +6 -0
- mage_ai/orchestration/notification/sender.py +37 -15
- mage_ai/orchestration/pipeline_scheduler_original.py +48 -31
- 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/orchestration/triggers/api.py +29 -1
- mage_ai/orchestration/triggers/global_data_product.py +9 -4
- mage_ai/orchestration/triggers/utils.py +10 -1
- mage_ai/orchestration/utils/resources.py +3 -0
- mage_ai/server/api/downloads.py +4 -1
- mage_ai/server/api/runs.py +151 -0
- mage_ai/server/constants.py +1 -1
- mage_ai/server/frontend_dist/404.html +6 -6
- mage_ai/server/frontend_dist/_next/static/{i8pymuJDTVHdWjUP1QSh1 → RhDiJSkcjCsh4xxX4BFBk}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/1557-b3502f3f1aa92ac7.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-9d26185b3fb663b1.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/7966-b9b85ba10667e654.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/9624-8b8e100079ab69e1.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-2a69553d8c6eeb53.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/manage-4bfc84ff07d7656f.js +1 -0
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/pipeline-runs-a66b4c7641ae03eb.js → frontend_dist/_next/static/chunks/pages/pipeline-runs-6d183f91a2ff6668.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-7181b086c93784d2.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-38e1fbcfbfc1014e.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-b645a6d13ab9fe3a.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-59aca25a5b1d3998.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-eb11c5390c982b49.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/{triggers-cb88fd075a357fcf.js → triggers-4612d15a65c35912.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-32985f3f7c7dd3ab.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-349af617d05f001b.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync-data-60d01d3887e31136.js +1 -0
- 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_base_path_template/_next/static/chunks/pages/triggers-9cba3211434a8966.js → frontend_dist/_next/static/chunks/pages/triggers-a599c6ac89be8c8d.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/version-control-3433c8b22e8342aa.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 +6 -6
- 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 +6 -6
- mage_ai/server/frontend_dist_base_path_template/_next/static/{CKCvjsYCf2imD2X8zAOBf → TdpLLFome13qvM0gXvpHs}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1557-b3502f3f1aa92ac7.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-9d26185b3fb663b1.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/7966-b9b85ba10667e654.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9624-8b8e100079ab69e1.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-2a69553d8c6eeb53.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/manage-4bfc84ff07d7656f.js +1 -0
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/pipeline-runs-a66b4c7641ae03eb.js → frontend_dist_base_path_template/_next/static/chunks/pages/pipeline-runs-6d183f91a2ff6668.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-7181b086c93784d2.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-38e1fbcfbfc1014e.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-b645a6d13ab9fe3a.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_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-eb11c5390c982b49.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/{triggers-cb88fd075a357fcf.js → triggers-4612d15a65c35912.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-32985f3f7c7dd3ab.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-349af617d05f001b.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/sync-data-60d01d3887e31136.js +1 -0
- 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/_next/static/chunks/pages/triggers-9cba3211434a8966.js → frontend_dist_base_path_template/_next/static/chunks/pages/triggers-a599c6ac89be8c8d.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/version-control-3433c8b22e8342aa.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 +6 -6
- 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 +9 -0
- mage_ai/server/server.py +47 -17
- mage_ai/server/utils/output_display.py +2 -2
- mage_ai/server/websocket_server.py +1 -0
- mage_ai/services/aws/ecs/ecs.py +1 -0
- mage_ai/services/k8s/config.py +4 -4
- mage_ai/services/k8s/utils.py +97 -0
- mage_ai/settings/keys/auth.py +2 -0
- mage_ai/settings/server.py +1 -1
- mage_ai/shared/parsers.py +6 -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/base/mixins.py +1 -1
- mage_ai/tests/api/operations/test_sessions.py +53 -2
- mage_ai/tests/api/resources/test_pipeline_resource.py +2 -2
- mage_ai/tests/authentication/oauth/test_utils.py +1 -1
- mage_ai/tests/authentication/providers/test_okta.py +43 -0
- mage_ai/tests/data_preparation/models/block/test_global_data_product.py +2 -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/orchestration/triggers/test_global_data_product.py +138 -136
- mage_ai/tests/server/test_server.py +27 -4
- mage_ai/tests/services/k8s/test_job_manager.py +9 -6
- mage_ai/version_control/branch/utils.py +2 -1
- mage_ai/version_control/models.py +3 -2
- {mage_ai-0.9.68.dist-info → mage_ai-0.9.70.dist-info}/METADATA +5 -5
- {mage_ai-0.9.68.dist-info → mage_ai-0.9.70.dist-info}/RECORD +272 -264
- 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/7966-f07b2913f7326b50.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/9624-59b2f803f9c88cd6.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/manage-852d403c7bda21b3.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-ff4bd7a8ec3bab40.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-a8b61d8d239fd16f.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/[pipeline]/triggers/[...slug]-f028ef3880ed856c.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/settings/workspace/sync-data-79a4cf66a623e667.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-f59d34429fe022ee.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/version-control-5753fac7c1bfdc88.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/7966-f07b2913f7326b50.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9624-59b2f803f9c88cd6.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/manage-852d403c7bda21b3.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-ff4bd7a8ec3bab40.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-a8b61d8d239fd16f.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/[pipeline]/triggers/[...slug]-f028ef3880ed856c.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/settings/workspace/sync-data-79a4cf66a623e667.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_base_path_template/_next/static/chunks/pages/version-control-5753fac7c1bfdc88.js +0 -1
- /mage_ai/server/frontend_dist/_next/static/{i8pymuJDTVHdWjUP1QSh1 → RhDiJSkcjCsh4xxX4BFBk}/_ssgManifest.js +0 -0
- /mage_ai/server/frontend_dist_base_path_template/_next/static/{CKCvjsYCf2imD2X8zAOBf → TdpLLFome13qvM0gXvpHs}/_ssgManifest.js +0 -0
- {mage_ai-0.9.68.dist-info → mage_ai-0.9.70.dist-info}/LICENSE +0 -0
- {mage_ai-0.9.68.dist-info → mage_ai-0.9.70.dist-info}/WHEEL +0 -0
- {mage_ai-0.9.68.dist-info → mage_ai-0.9.70.dist-info}/entry_points.txt +0 -0
- {mage_ai-0.9.68.dist-info → mage_ai-0.9.70.dist-info}/top_level.txt +0 -0
|
@@ -31,7 +31,7 @@ mage_ai/api/parsers/RoleParser.py,sha256=IJ2RhkpJDrcttJogqMt_D7-IelPdYa17II3WBub
|
|
|
31
31
|
mage_ai/api/parsers/UserParser.py,sha256=_k0fRWJ901tXG2odn8CeTUu-G4gSfC5xpIfZcwckGyI,592
|
|
32
32
|
mage_ai/api/parsers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
33
33
|
mage_ai/api/policies/AutocompleteItemPolicy.py,sha256=eucncR-k5uP8zMiSsgSfFTgGvA_CIb1KpBaPr1EAxXw,788
|
|
34
|
-
mage_ai/api/policies/BackfillPolicy.py,sha256=
|
|
34
|
+
mage_ai/api/policies/BackfillPolicy.py,sha256=7LySq0SbOH-GkwGDB7FGWaLaRwgeWaaza0K70WSDmVg,2414
|
|
35
35
|
mage_ai/api/policies/BasePolicy.py,sha256=yszxApd_smRbqupag4F-PX6B1q7vr9_aTzwaaS10cAw,29544
|
|
36
36
|
mage_ai/api/policies/BlockLayoutItemPolicy.py,sha256=Dc1q4xgKEp1zGQ_MKJy3ZXzuHRRZowtQ4D8X6Z3FS7c,853
|
|
37
37
|
mage_ai/api/policies/BlockOutputPolicy.py,sha256=I9aAS_XXZ-s9rlv7WJ6tzh8EPdVALWpZv4nUURgtRLY,844
|
|
@@ -76,7 +76,7 @@ mage_ai/api/policies/OutputPolicy.py,sha256=EVuKie6kI8QxZLX2giAdoZne-q4ta9NzJMNT
|
|
|
76
76
|
mage_ai/api/policies/PageBlockLayoutPolicy.py,sha256=VrFM9y3zoOqodNCc7SioIwtixQ5Clr4SsC3IKl6j5Eo,1279
|
|
77
77
|
mage_ai/api/policies/PermissionPolicy.py,sha256=I90Vhen8QoWFbrxxQep4DATit4BAX3hj5_zdUY9Jd4M,2037
|
|
78
78
|
mage_ai/api/policies/PipelineInteractionPolicy.py,sha256=3dERSCgdkGeTyZccuqPuQ7r_RsIm97dco2zwWHlPWRs,1582
|
|
79
|
-
mage_ai/api/policies/PipelinePolicy.py,sha256=
|
|
79
|
+
mage_ai/api/policies/PipelinePolicy.py,sha256=19C_bwI8IqjNMWp8N5tPHIKOuV4PvIIz3UK6hS_3MSg,4418
|
|
80
80
|
mage_ai/api/policies/PipelineRunPolicy.py,sha256=YSFQxncHCzucYmUU70AfFO63ilF8iMoS7szkNfgf4qA,3415
|
|
81
81
|
mage_ai/api/policies/PipelineSchedulePolicy.py,sha256=HSEbgVgc0zCvEQC12_6-5kzsJVRoH7S1aYuID8WL0Jo,5817
|
|
82
82
|
mage_ai/api/policies/PipelineTriggerPolicy.py,sha256=KAI8mQTxZGcsRXmGps7KlcDul1x0I_v-UwqKin9um6c,1315
|
|
@@ -110,12 +110,12 @@ mage_ai/api/policies/VersionControlFilePolicy.py,sha256=agxLVPlCap6_fNFShjU_Tlrt
|
|
|
110
110
|
mage_ai/api/policies/VersionControlProjectPolicy.py,sha256=BMqh6lk7kmTEOiUIWsLHFl1d5U0DoOxVKiezuUu73p0,2230
|
|
111
111
|
mage_ai/api/policies/VersionControlRemotePolicy.py,sha256=OaCzoE0WyB99g8FJABba302Q10InrsdOglaFEfB4d8s,2218
|
|
112
112
|
mage_ai/api/policies/WidgetPolicy.py,sha256=4hvuybx6HrT28OaAOXAJ2TvIiLab7hGnngXJWOiQ3tM,2018
|
|
113
|
-
mage_ai/api/policies/WorkspacePolicy.py,sha256=
|
|
113
|
+
mage_ai/api/policies/WorkspacePolicy.py,sha256=BxfVpBqBK_XGQ69y6rCLlnD2slmnyPkiARbrkz3BFaM,2114
|
|
114
114
|
mage_ai/api/policies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
115
115
|
mage_ai/api/policies/mixins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
116
116
|
mage_ai/api/policies/mixins/user_permissions.py,sha256=pWfOGtrlYMDo3ZPxn24ZV-E1Yu0unYtQ-kqkudmFA-k,12433
|
|
117
117
|
mage_ai/api/presenters/AutocompleteItemPresenter.py,sha256=4JB3dX_fL8LRDQBWCij1Fm40osgsOFQ4f4igtHfX0S0,303
|
|
118
|
-
mage_ai/api/presenters/BackfillPresenter.py,sha256=
|
|
118
|
+
mage_ai/api/presenters/BackfillPresenter.py,sha256=NJ9AnO-I63AVHKwYuXLlXkyhXycciIueV-_GK_zlL-A,1991
|
|
119
119
|
mage_ai/api/presenters/BasePresenter.py,sha256=3AP14iUPPJ8UBlFocrC7pVGYejSL3e81gJyQijSKCXo,8892
|
|
120
120
|
mage_ai/api/presenters/BlockLayoutItemPresenter.py,sha256=uTNizl5PrbBdFHQV2_8FCX38-MNKioJ5iXGQ8iwExks,276
|
|
121
121
|
mage_ai/api/presenters/BlockOutputPresenter.py,sha256=CVCRAQEzzs3P8AJQjPlZLI8FCBoxfx0OxeRuzfuTvhI,160
|
|
@@ -228,8 +228,8 @@ mage_ai/api/resources/FileResource.py,sha256=WuGNDmXZqB7jvxq4YXw1SfND8byxzyeRecs
|
|
|
228
228
|
mage_ai/api/resources/FileVersionResource.py,sha256=p5ZhQ1PmJkXeZsNKLiPka2JhaobDNl2xTXqXjxMMlQE,1342
|
|
229
229
|
mage_ai/api/resources/FolderResource.py,sha256=uRckWnBbma5XT6qkcYe33sa26-y6V_uK-8z_seq203A,1928
|
|
230
230
|
mage_ai/api/resources/GenericResource.py,sha256=rknlwnMY4ed0TIFc64X9JhflCPEl8g8B2ks7RXGeLDw,312
|
|
231
|
-
mage_ai/api/resources/GitBranchResource.py,sha256=
|
|
232
|
-
mage_ai/api/resources/GitCustomBranchResource.py,sha256=
|
|
231
|
+
mage_ai/api/resources/GitBranchResource.py,sha256=AHA9whLAa1wQz9lzFMGhemC9QRcJiE5bGmp4r0FECWs,18905
|
|
232
|
+
mage_ai/api/resources/GitCustomBranchResource.py,sha256=fWECl8SduiJX7WWWJryD2SnEt50KDfmBs8IU4p4Z0Mg,2094
|
|
233
233
|
mage_ai/api/resources/GitFileResource.py,sha256=yHBmJS-_hB4mBy-4QhHFIv49K3oN9K4JfZXO2u16_hY,2624
|
|
234
234
|
mage_ai/api/resources/GlobalDataProductResource.py,sha256=vt9ceQIzW5A34rL5_hHG4xSlGKvESeLu-JTrOisYHG4,1668
|
|
235
235
|
mage_ai/api/resources/GlobalHookResource.py,sha256=UaonKX-fzPmoUB6w12jRX7BtscyZBQdBixNh-7YhGs0,8390
|
|
@@ -242,25 +242,25 @@ mage_ai/api/resources/LlmResource.py,sha256=l2VEBXkvekz5H1_TcSXWm5xZbuTgjLF9gy4Z
|
|
|
242
242
|
mage_ai/api/resources/LogResource.py,sha256=SBi8LU9sDR-nTJFANkeluk6cR8ou9uj4DMBB5o-3TmA,9869
|
|
243
243
|
mage_ai/api/resources/MonitorStatResource.py,sha256=NT0WR0nHrA8OJj-cW97P-JH7q21QMNwpc_BLDW-EChI,1688
|
|
244
244
|
mage_ai/api/resources/OauthAccessTokenResource.py,sha256=BgEMGdRgmd7U5p5KGXF_idrN9e8GNc7T3TDYm7p3g_E,802
|
|
245
|
-
mage_ai/api/resources/OauthResource.py,sha256=
|
|
245
|
+
mage_ai/api/resources/OauthResource.py,sha256=_aQ9udHBoBsRxI--bpha6xXh7oPkG_VwgP8a8uYZ2ko,9554
|
|
246
246
|
mage_ai/api/resources/OutputResource.py,sha256=KNVvWFNhLmB2i8sv5Y1rueRHoNffbhzBUR5g2hnwvtY,6546
|
|
247
247
|
mage_ai/api/resources/PageBlockLayoutResource.py,sha256=XM_vghjY4itH7bP7g9bAPCBeAuW1V3WfVwAR0ogCNFY,3332
|
|
248
248
|
mage_ai/api/resources/PermissionResource.py,sha256=TWS6pPqMkroJ7dgHTogIGmfo_6iOrGxnNU-ulK9UOec,2709
|
|
249
249
|
mage_ai/api/resources/PipelineInteractionResource.py,sha256=JKS8AsNxCJN31Syx7gTcl36TPQ1ocEeb6fRqIfmKt1g,2170
|
|
250
|
-
mage_ai/api/resources/PipelineResource.py,sha256=
|
|
251
|
-
mage_ai/api/resources/PipelineRunResource.py,sha256=
|
|
252
|
-
mage_ai/api/resources/PipelineScheduleResource.py,sha256=
|
|
250
|
+
mage_ai/api/resources/PipelineResource.py,sha256=1tbtFInR9SWc12WJt2uPo-X8IQpEaW1fihVdXPLR9Po,30855
|
|
251
|
+
mage_ai/api/resources/PipelineRunResource.py,sha256=XAJ9srWmjAncg9EcrgVKWRsmPJ_W5g9762kECzdBHIs,15947
|
|
252
|
+
mage_ai/api/resources/PipelineScheduleResource.py,sha256=neE3sCWvYzjDz7orjGtgHydhVaxou-kwEk6GQkDZ7LA,17676
|
|
253
253
|
mage_ai/api/resources/PipelineTriggerResource.py,sha256=kpQt7zhusLJVMM_UmgEQMix-BuYyMrNGPsWKX4L4Jgk,2249
|
|
254
254
|
mage_ai/api/resources/ProjectResource.py,sha256=aZpub71sLIJc9N-ckdvEWhgeamSdrq2gIbNXdA4tubw,8039
|
|
255
|
-
mage_ai/api/resources/PullRequestResource.py,sha256=
|
|
255
|
+
mage_ai/api/resources/PullRequestResource.py,sha256=MmoTzwOFvjXmm1N30SOF6AFLdmFJZlpY8LKREAB4lEc,3403
|
|
256
256
|
mage_ai/api/resources/Resource.py,sha256=6qB6hRs5Ik3SPe7zQjy49aOT1vD4hcGR28KMJqCuDk0,356
|
|
257
257
|
mage_ai/api/resources/RolePermissionResource.py,sha256=ls1kaowkDt_IpmHoOz4g-nVAS2tgYQHiEJJwugI8bOk,1155
|
|
258
258
|
mage_ai/api/resources/RoleResource.py,sha256=pmsD8KvJTbpIlDJbxSAIFKECgvVhw_UpIZbZWkgxzV8,7057
|
|
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
|
|
@@ -282,7 +282,7 @@ mage_ai/api/resources/VersionControlFileResource.py,sha256=4deAKalmIszyNZG1_tP1M
|
|
|
282
282
|
mage_ai/api/resources/VersionControlProjectResource.py,sha256=0w0QYfWPg4Tb1uxGGm6QaG5ZwRsxyDonjkr2Jwvxyu4,2622
|
|
283
283
|
mage_ai/api/resources/VersionControlRemoteResource.py,sha256=8oGgAV_oW3mKBSzvwNNGmwv-Ovl4xoZwq_7kjiHhqtc,1965
|
|
284
284
|
mage_ai/api/resources/WidgetResource.py,sha256=2wFkKlIy6klzypvQ4j0KCMZDV7N1s5s15Tkz6QzORQc,2621
|
|
285
|
-
mage_ai/api/resources/WorkspaceResource.py,sha256=
|
|
285
|
+
mage_ai/api/resources/WorkspaceResource.py,sha256=ge3DnLzop2bU2ojzAp_zngMHLa0gWfMZBhwrhKGccVo,6171
|
|
286
286
|
mage_ai/api/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
287
287
|
mage_ai/api/resources/mixins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
288
288
|
mage_ai/api/resources/mixins/spark.py,sha256=7IlpdntjCAuiJm6i9iQmV3geZOLqY8XkGu0h_92rGnA,1489
|
|
@@ -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
|
|
@@ -329,7 +329,7 @@ mage_ai/cache/models.py,sha256=QBjLjaG6JIUjHDuE5zRBI13tZJlp-HgiKXTHxdCb_-s,458
|
|
|
329
329
|
mage_ai/cache/pipeline.py,sha256=OWzN_n0TsQ8xzXgvS2q4fVLSniOQA1-Twx4ZVCxpAao,5647
|
|
330
330
|
mage_ai/cache/tag.py,sha256=rVTxk7-up8AMRqYGSS8nLJQvi4PMEWUtJf_nfQIiO4M,6134
|
|
331
331
|
mage_ai/cache/utils.py,sha256=YRI8raq6D69E6HfyIpTm8jCCmIiOsodjIYdIu5WUZTo,3467
|
|
332
|
-
mage_ai/cache/block_action_object/__init__.py,sha256=
|
|
332
|
+
mage_ai/cache/block_action_object/__init__.py,sha256=yySxufwFnf21LYakiUQc1qurx72AU3YJAZfSVLxvwwA,10285
|
|
333
333
|
mage_ai/cache/block_action_object/constants.py,sha256=rN1q14ZOjbD7L2feOPJMb6trPjGA0aNt9US5TMex-k8,188
|
|
334
334
|
mage_ai/cache/dbt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
335
335
|
mage_ai/cache/dbt/cache.py,sha256=UnD5Xyb4Hr9kJXwsY7LNGxhTfZM1w-9D2SJaXdSTASI,6607
|
|
@@ -351,12 +351,12 @@ mage_ai/cluster_manager/aws/emr_cluster_manager.py,sha256=-UKMSC2qUPNxx8LMd12gVg
|
|
|
351
351
|
mage_ai/cluster_manager/gcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
352
352
|
mage_ai/cluster_manager/gcp/cloud_run_service_manager.py,sha256=HNtWnxrUnzcr90Q74lxhqXeWKNJsngTqlydI19gyCVU,8042
|
|
353
353
|
mage_ai/cluster_manager/kubernetes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
354
|
-
mage_ai/cluster_manager/kubernetes/workload_manager.py,sha256=
|
|
354
|
+
mage_ai/cluster_manager/kubernetes/workload_manager.py,sha256=UU8CnojfO4Vpwegr090zKOwSiSx3PVvHOlE2pKf28iw,34082
|
|
355
355
|
mage_ai/cluster_manager/workspace/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
356
|
-
mage_ai/cluster_manager/workspace/base.py,sha256=
|
|
356
|
+
mage_ai/cluster_manager/workspace/base.py,sha256=_9emaR5jivB8b64SnWJVCd5PI2fJUIOHftyPBDFpz_o,6504
|
|
357
357
|
mage_ai/cluster_manager/workspace/cloud_run.py,sha256=qICTnwm3AjlVHokTcwjpdgFXg7lLQ7zVWxspb-HDDp4,2364
|
|
358
358
|
mage_ai/cluster_manager/workspace/ecs.py,sha256=d2D-_PROEAI26xfCUj16LRm1439Pz-PFBZSo-wVtkhc,2601
|
|
359
|
-
mage_ai/cluster_manager/workspace/kubernetes.py,sha256=
|
|
359
|
+
mage_ai/cluster_manager/workspace/kubernetes.py,sha256=bzV_jMyG-4hRzpD_Mg8c6eDSQo966NZJvfUoq4oZZ4M,4943
|
|
360
360
|
mage_ai/command_center/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
361
361
|
mage_ai/command_center/constants.py,sha256=p_vXlV43qVmzPyAjoFgppSsAj6dEo2DKt-EXR965zN8,2970
|
|
362
362
|
mage_ai/command_center/factory.py,sha256=2Bddi9bLRapkVxWkDLcvfVakCDsY0AyjFN4wAn4qeAU,8077
|
|
@@ -367,7 +367,7 @@ mage_ai/command_center/utils.py,sha256=HBAZeN5KGReezDBe33JFKt7f2rxmJJE9YUO4UUJR2
|
|
|
367
367
|
mage_ai/command_center/applications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
368
368
|
mage_ai/command_center/applications/constants.py,sha256=NyZu10t65vAVCs2tK-kG94P8yn4z9WOGdxMziEokW9U,2626
|
|
369
369
|
mage_ai/command_center/applications/factory.py,sha256=Z-lZSo0grisMmmTIvYBr6_LzN--AObvZtfrU0S0Ro3k,3060
|
|
370
|
-
mage_ai/command_center/applications/utils.py,sha256=
|
|
370
|
+
mage_ai/command_center/applications/utils.py,sha256=Ib3ufJNGOjGVj2J4qQXntRAn4u6TjZKRs6ZhT4b6XBQ,3989
|
|
371
371
|
mage_ai/command_center/blocks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
372
372
|
mage_ai/command_center/blocks/factory.py,sha256=lRQbEcTb2fzJaM37_6M6klQNkQl4XklHrFaGT2XcDVk,1428
|
|
373
373
|
mage_ai/command_center/blocks/utils.py,sha256=4LEhFuZ23hcgFPWH74i_efyyKUyQCmOEUUuaejBDdCk,3628
|
|
@@ -381,7 +381,7 @@ mage_ai/command_center/pipelines/constants.py,sha256=Csdl2HvoVjcsBMvLzCer7dbEli5
|
|
|
381
381
|
mage_ai/command_center/pipelines/factory.py,sha256=IMqZN-SDHgx9bIfR4roDCijNfbd5QvVaKHUBq1FYLNY,4979
|
|
382
382
|
mage_ai/command_center/pipelines/utils.py,sha256=ducAYBbYz4YFw7-waqIZDL7l8liYappQyV6jZuOEj5E,3837
|
|
383
383
|
mage_ai/command_center/presenters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
384
|
-
mage_ai/command_center/presenters/text.py,sha256=
|
|
384
|
+
mage_ai/command_center/presenters/text.py,sha256=m5YvirExgdeZS0v45bF3V3bT3QABnwudIyZRXxbiFxA,368
|
|
385
385
|
mage_ai/command_center/shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
386
386
|
mage_ai/command_center/shared/utils.py,sha256=BfBXYQLRnEE9GXNt2143YJsFU3YUgu1-K920DYdTNAY,9934
|
|
387
387
|
mage_ai/command_center/support/__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
|
|
@@ -487,16 +487,16 @@ mage_ai/data_preparation/executors/ecs_block_executor.py,sha256=o6NDO8Lu4XgG3B7Z
|
|
|
487
487
|
mage_ai/data_preparation/executors/ecs_pipeline_executor.py,sha256=UFu5NVEuSkMTcOkmVJLEEWatNDUf8UVnKRfVrgbSpBw,964
|
|
488
488
|
mage_ai/data_preparation/executors/executor_factory.py,sha256=F4pryqf8FANZRtjG-MT-H7fVfDrn8tFFVv9O4GgzAns,7703
|
|
489
489
|
mage_ai/data_preparation/executors/gcp_cloud_run_block_executor.py,sha256=YyWEYJV_KPFoK52sw0FDL4ezZlQMJRX87_8r_pudzDI,1350
|
|
490
|
-
mage_ai/data_preparation/executors/k8s_block_executor.py,sha256=
|
|
491
|
-
mage_ai/data_preparation/executors/k8s_pipeline_executor.py,sha256=
|
|
490
|
+
mage_ai/data_preparation/executors/k8s_block_executor.py,sha256=SC5KiBqWEkUYJj5aWeewKh7kurT6P9BM5pi4VbyKR3Y,2865
|
|
491
|
+
mage_ai/data_preparation/executors/k8s_pipeline_executor.py,sha256=VaURob1Tj2GZHa7Wko7Yx5Kg4uEhaXwl2M03A3r6rv0,3656
|
|
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=
|
|
496
|
-
mage_ai/data_preparation/git/__init__.py,sha256=
|
|
497
|
-
mage_ai/data_preparation/git/api.py,sha256=
|
|
495
|
+
mage_ai/data_preparation/executors/streaming_pipeline_executor.py,sha256=DDbY9uoPU2egAz8UyFz8QdEf5oYLi6JhpqlftkuggyM,12633
|
|
496
|
+
mage_ai/data_preparation/git/__init__.py,sha256=cS463tIcGjdZU1HUibFsleOPPPIE50G3BxRYH0OXN3c,29497
|
|
497
|
+
mage_ai/data_preparation/git/api.py,sha256=g3LCcKtc5y-WEDIRleNybCYaKF86Nh6T7s3rfiW9duc,9609
|
|
498
498
|
mage_ai/data_preparation/git/constants.py,sha256=ymCioaagfeOlErb8kO33XtEGcLaBR-Pq0NGxv8kajbE,304
|
|
499
|
-
mage_ai/data_preparation/git/utils.py,sha256=
|
|
499
|
+
mage_ai/data_preparation/git/utils.py,sha256=aIq8zVMwuaJomOZ21qMB6jw6t0GvjnuKhKUbnMGgx9s,10521
|
|
500
500
|
mage_ai/data_preparation/git/clients/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
501
501
|
mage_ai/data_preparation/git/clients/azure_devops.py,sha256=9qput7QD7MU9vge_45QV7Yh1svMEwwd1N7PoNHLFfZg,3832
|
|
502
502
|
mage_ai/data_preparation/git/clients/base.py,sha256=202s22cn1rS2Da_EMLGIP38vkhdDT4GnPdFNGxoFutc,1731
|
|
@@ -511,23 +511,23 @@ mage_ai/data_preparation/logging/logger_manager.py,sha256=Zl-yvpMlplleTAaB4k9Smh
|
|
|
511
511
|
mage_ai/data_preparation/logging/logger_manager_factory.py,sha256=uIk-WHAHo1MSkD4_rOtmhGPVp1Nqh_u9jN-IlP_tDCg,988
|
|
512
512
|
mage_ai/data_preparation/logging/s3_logger_manager.py,sha256=Za5aPbXzcaDAVfphC1jnZRn9ZyoDsJA-Yu9pMU8FiDY,1964
|
|
513
513
|
mage_ai/data_preparation/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
514
|
-
mage_ai/data_preparation/models/constants.py,sha256=
|
|
514
|
+
mage_ai/data_preparation/models/constants.py,sha256=pLHAcqo95xNHe-5UtnVFU86hd7rQVFkXVXG_N-eGDPY,3910
|
|
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=0iwZezZB4LE_1ToJ0PextEvL5Gz8ZnhvqD1hZ7X5kXI,91415
|
|
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=XpvgJ49iykE4sTiGfj9NjfN61rNPLRs8T2nsyoX1vfY,147814
|
|
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
|
|
524
524
|
mage_ai/data_preparation/models/block/errors.py,sha256=2h1cT76EvdzJaceO1rfwQwIVLOtCBR40pCnQoPQJ5tM,182
|
|
525
525
|
mage_ai/data_preparation/models/block/seed.py,sha256=Omv6VQj8HAU1EN8te-mmd4kyARZcMFOswF7J8e-mKoM,2883
|
|
526
|
-
mage_ai/data_preparation/models/block/utils.py,sha256=
|
|
526
|
+
mage_ai/data_preparation/models/block/utils.py,sha256=Ba1-VmsSweLlLsjv_0Cwpqz3dNvXiOqFrAQjuBkzHJg,32425
|
|
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
|
-
mage_ai/data_preparation/models/block/dynamic/utils.py,sha256=
|
|
549
|
-
mage_ai/data_preparation/models/block/dynamic/variables.py,sha256=
|
|
548
|
+
mage_ai/data_preparation/models/block/dynamic/utils.py,sha256=bX6vbBTEud_87TT8iOgd1AoHCpae67M_UymeEbGC7lM,31768
|
|
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=
|
|
554
|
-
mage_ai/data_preparation/models/block/global_data_product/__init__.py,sha256=
|
|
553
|
+
mage_ai/data_preparation/models/block/extension/utils.py,sha256=LCUR5EFpMDp7QR4mHpBOEvbWmW7u6YPyFN25gP1s6ho,1674
|
|
554
|
+
mage_ai/data_preparation/models/block/global_data_product/__init__.py,sha256=VMj2Gb6aZ7HFkdnpObM5nHcmoLOTaWBit2ttuGjmHh8,2386
|
|
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
|
|
@@ -562,10 +562,12 @@ mage_ai/data_preparation/models/block/r/__init__.py,sha256=F6vBBc8qE58cV4fsa0uIe
|
|
|
562
562
|
mage_ai/data_preparation/models/block/r/templates/data_exporter.jinja,sha256=k5MCQgZ75LpcKMA_j9ABvbUIQpU_iDTTtLeiY9Spsio,228
|
|
563
563
|
mage_ai/data_preparation/models/block/r/templates/data_loader.jinja,sha256=pRiRlFCAyLPlqQDJuc9Q8r2FqkaS-K_3Oa-qXdgMepI,312
|
|
564
564
|
mage_ai/data_preparation/models/block/r/templates/transformer.jinja,sha256=6zorVvoeqxyIUFgb3SJgHuo1jTG-HpswTX1zPsTOjPY,307
|
|
565
|
+
mage_ai/data_preparation/models/block/remote/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
566
|
+
mage_ai/data_preparation/models/block/remote/models.py,sha256=gBkOsEX8fnF0GmGG2Rtzq05F4nlrQp38YkiFYBekRCI,1478
|
|
565
567
|
mage_ai/data_preparation/models/block/spark/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
566
568
|
mage_ai/data_preparation/models/block/spark/constants.py,sha256=Q8L-Pd5NIdsxyUHKnPZYgnSxSXpILQRB1vDZBXUAlhw,60
|
|
567
569
|
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=
|
|
570
|
+
mage_ai/data_preparation/models/block/sql/__init__.py,sha256=kvqz6MtwatZgoNYAvNpiGsuzZxiBqAH1Kvwvo2OS_FM,25798
|
|
569
571
|
mage_ai/data_preparation/models/block/sql/bigquery.py,sha256=fc4-JTtKZhzyIano7RiU98mfNbWjdfJKop09Jo-xDHM,4670
|
|
570
572
|
mage_ai/data_preparation/models/block/sql/clickhouse.py,sha256=Bt14RHI9thMwPU4ALM4ziU09UDzI_z-91vtpZ4OT31I,1674
|
|
571
573
|
mage_ai/data_preparation/models/block/sql/constants.py,sha256=sMUAbID23PpCyQR2u54JaZGRkaKfYSjBWIjC97DTyRs,139
|
|
@@ -586,7 +588,7 @@ mage_ai/data_preparation/models/custom_templates/custom_block_template.py,sha256
|
|
|
586
588
|
mage_ai/data_preparation/models/custom_templates/custom_pipeline_template.py,sha256=_gKE81aIJ9spD3EQlnPWPDQMxaLNV2v5g7PnPjNUlnM,5965
|
|
587
589
|
mage_ai/data_preparation/models/custom_templates/utils.py,sha256=vQ6U0Nq00JVIp0RH8XymQIP8M_FF6d2xQ1STHzfgECo,2141
|
|
588
590
|
mage_ai/data_preparation/models/download/__init__.py,sha256=dVMq2cSLi1SSQyTO74axGExhXqZlIq7nfmdNyHnsLIM,183
|
|
589
|
-
mage_ai/data_preparation/models/global_data_product/__init__.py,sha256=
|
|
591
|
+
mage_ai/data_preparation/models/global_data_product/__init__.py,sha256=_5ailXKJnAP3Iqe-fw9MuQolYUD1llP9UwgooMTiJF4,11659
|
|
590
592
|
mage_ai/data_preparation/models/global_data_product/constants.py,sha256=AN8arLyCWhQOF0IlSytM6X6AWDps6-hbX2mkcCWKC0k,111
|
|
591
593
|
mage_ai/data_preparation/models/global_hooks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
592
594
|
mage_ai/data_preparation/models/global_hooks/constants.py,sha256=ujCj5pL-SXdQFP3HegE9cfXAa4nWP1rMg3JwSnqPMeM,3092
|
|
@@ -604,7 +606,7 @@ mage_ai/data_preparation/models/pipelines/utils.py,sha256=K1mztc-H249pq-lkPj8HVH
|
|
|
604
606
|
mage_ai/data_preparation/models/project/__init__.py,sha256=PCMSv5QOoN1Z7F8wwjMvpCHw3bAyYL-qNl7Sw_EDpCg,6563
|
|
605
607
|
mage_ai/data_preparation/models/project/constants.py,sha256=2wAi4hGQFZuc0GcLdpx1wWruUyunN_3PQAYlwdYmWBc,584
|
|
606
608
|
mage_ai/data_preparation/models/project/models.py,sha256=KCK5Jdw2s91jF9lK6_jcBshpuMcKzsk-ECq9WehrbBY,578
|
|
607
|
-
mage_ai/data_preparation/models/triggers/__init__.py,sha256=
|
|
609
|
+
mage_ai/data_preparation/models/triggers/__init__.py,sha256=jPrfgWIa9NX1f4CYbbaMHRp9G3UYbxOZg_zMVkzgMBY,8177
|
|
608
610
|
mage_ai/data_preparation/models/widget/__init__.py,sha256=T8LdMfqxJyGSXFzYnBUdRWTTXcfvaqxXUAENcL4SldI,15862
|
|
609
611
|
mage_ai/data_preparation/models/widget/charts.py,sha256=NcQufl6bgyhCfnTjwYJYONlypIfpndVhhyeR4H5mVW0,7043
|
|
610
612
|
mage_ai/data_preparation/models/widget/constants.py,sha256=5RHxhMmbV7YAviqx5Q9uVKFPgAVTbi0PDP4oX61aGUo,1828
|
|
@@ -614,11 +616,11 @@ mage_ai/data_preparation/shared/constants.py,sha256=QRUkBujMQbQojyWVvsNKVrePCqIs
|
|
|
614
616
|
mage_ai/data_preparation/shared/retry.py,sha256=FXwptLB6vrJCflhkzPkQohvskfLqIvWxsAp7nndBfGY,225
|
|
615
617
|
mage_ai/data_preparation/shared/secrets.py,sha256=O026Fv0mbmfBCjlEgZ6TD1vaQsMOi9bjIh2MIjxpimo,8981
|
|
616
618
|
mage_ai/data_preparation/shared/stream.py,sha256=jbJt3CGs9qDRTL6oYXu4KE1lNz2D-YosDt9nZnhDMKY,703
|
|
617
|
-
mage_ai/data_preparation/shared/utils.py,sha256=
|
|
619
|
+
mage_ai/data_preparation/shared/utils.py,sha256=MnpG4vX_AQU49QNzI6MFbZeqwqD4dXm_QsaqfQu0Fto,1079
|
|
618
620
|
mage_ai/data_preparation/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
619
621
|
mage_ai/data_preparation/storage/base_storage.py,sha256=msjzA3ehRhI10qRTpTquSvscxQG1t5Yhlk29qcBLWaI,2952
|
|
620
622
|
mage_ai/data_preparation/storage/gcs_storage.py,sha256=_Y3eax0hDgCyWjbm7E1uIBcNFH347c5cnzflsNi5jrM,5971
|
|
621
|
-
mage_ai/data_preparation/storage/local_storage.py,sha256=
|
|
623
|
+
mage_ai/data_preparation/storage/local_storage.py,sha256=mPjZ0NAeGpG3TxvfVP45M72uljua0NSHOWznFEwfCTw,5368
|
|
622
624
|
mage_ai/data_preparation/storage/s3_storage.py,sha256=VUW0r3_iUgDN8oTy7gy-F6I4XOsg_aiEboNagfmPwlo,4193
|
|
623
625
|
mage_ai/data_preparation/storage/utils.py,sha256=hBvfdRVWDpoh-tZUm3TP0TbY92lnFmKdh-Pwycs-u6w,2729
|
|
624
626
|
mage_ai/data_preparation/sync/__init__.py,sha256=6z_im6zB4NpdaydD2ke8inEb2XAULaQ1fGalR4VTu_Q,1707
|
|
@@ -645,7 +647,8 @@ mage_ai/data_preparation/templates/data_exporters/google_cloud_storage.py,sha256
|
|
|
645
647
|
mage_ai/data_preparation/templates/data_exporters/google_sheets.py,sha256=UGNLXmmMlDm1-ws1VrnOYWvlE2p_gXJd3MkA_OAs_EE,1042
|
|
646
648
|
mage_ai/data_preparation/templates/data_exporters/mongodb.py,sha256=hWC8w9IM0bDJG8DljcoebfVeylBxdiOhZ51ySaElffM,597
|
|
647
649
|
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=
|
|
650
|
+
mage_ai/data_preparation/templates/data_exporters/mysql.py,sha256=uE6KYgsWPnADbWrc0_ALEvVjqGaQlYips2ilri292bU,1099
|
|
651
|
+
mage_ai/data_preparation/templates/data_exporters/oracledb.py,sha256=QxVdOR-Md_02TnckUcY032EypaeF9X3sxrZ6-X4hXCE,824
|
|
649
652
|
mage_ai/data_preparation/templates/data_exporters/postgres.py,sha256=T_VmF8G1DXrbxcgcntb1cjXmwL6KZmU1ApIV8COveEY,1194
|
|
650
653
|
mage_ai/data_preparation/templates/data_exporters/qdrant.py,sha256=0vl1EmPel7ZKAYdQ3DD6sHGjwYp4BXPN14PoojAmlrg,894
|
|
651
654
|
mage_ai/data_preparation/templates/data_exporters/redshift.py,sha256=66CyEeQyr98OlNm9JDmHG4TL3t0m3UU-pJ5HehlpGag,938
|
|
@@ -746,7 +749,7 @@ mage_ai/data_preparation/templates/pipeline_execution/spark_script.jinja,sha256=
|
|
|
746
749
|
mage_ai/data_preparation/templates/repo/.gitignore,sha256=5xUJSnHX0OFC9mcUyZSuUt2QWL2JFbnnuzdimxVjl-Q,174
|
|
747
750
|
mage_ai/data_preparation/templates/repo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
748
751
|
mage_ai/data_preparation/templates/repo/io_config.yaml,sha256=JuzfdifPDEPOW4517HbR7aQYSSSh2E6vI--iAy-uElo,4723
|
|
749
|
-
mage_ai/data_preparation/templates/repo/metadata.yaml,sha256=
|
|
752
|
+
mage_ai/data_preparation/templates/repo/metadata.yaml,sha256=0BTp7wOVs9bGWZwoclz6i6nCVe9k1NEFJi0PDoLM25Y,1953
|
|
750
753
|
mage_ai/data_preparation/templates/repo/requirements.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
751
754
|
mage_ai/data_preparation/templates/repo/charts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
752
755
|
mage_ai/data_preparation/templates/repo/custom/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -819,7 +822,7 @@ mage_ai/io/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
819
822
|
mage_ai/io/algolia.py,sha256=wuS6bUe6J2d-JORQNcN2SnW5RpX9Wg3on0DL-YKxuQY,2802
|
|
820
823
|
mage_ai/io/azure_blob_storage.py,sha256=0A2ChxAsDstT5gcNotecJTqKmzTy_lUIh_9sRKTlYjM,4900
|
|
821
824
|
mage_ai/io/base.py,sha256=SwyFWWGqjJN0_vrIO3Hv44J5pTw9u39iBBNS0PJhxAQ,11926
|
|
822
|
-
mage_ai/io/bigquery.py,sha256=
|
|
825
|
+
mage_ai/io/bigquery.py,sha256=EF6trBCmyOmg81qll6mIN-t287dAXB8l3FR-G8MlxtI,22634
|
|
823
826
|
mage_ai/io/chroma.py,sha256=oMjh9I18J4MSgVSmi73wGYSrKf632ER5_tLOItgky0c,5801
|
|
824
827
|
mage_ai/io/clickhouse.py,sha256=wlnm1Z93W1j7f1mpR9cpUyPHSx_OWN1yx1q_M3h_gEI,10700
|
|
825
828
|
mage_ai/io/config.py,sha256=npSptHTDuhr3xTX6IXGN1oT7n3YPEhOq7TIVemo6440,22011
|
|
@@ -833,14 +836,14 @@ mage_ai/io/google_sheets.py,sha256=W6MU9oyj2ofzeEYvxbF-gk2_XhfSzgwhvs2aToFjoSA,1
|
|
|
833
836
|
mage_ai/io/io_config.py,sha256=somR_wBVcnUzxozFYEgbLj83GwpbdF5sNZsVw3e0uzY,1446
|
|
834
837
|
mage_ai/io/mongodb.py,sha256=BhJcwgQELONuDQRIMCjFO8Lq0FgsJ-S7L6MEGPhtkmk,3273
|
|
835
838
|
mage_ai/io/mssql.py,sha256=QpFMTiIjJ-knKfDsJhCzNFTnDFS2yCQ8GPOT4dp09uo,11129
|
|
836
|
-
mage_ai/io/mysql.py,sha256=
|
|
839
|
+
mage_ai/io/mysql.py,sha256=1vGHmeKbGiw6Lg0uQxIH656KTiWChBr0LTG-bSU86dc,8048
|
|
837
840
|
mage_ai/io/oracledb.py,sha256=pIU0lRapQRz-GV9x5GuI9dlROVmbz3pnmXR8l_zxFMw,9104
|
|
838
841
|
mage_ai/io/pinot.py,sha256=tFxLQsgxZhNIq3lQ4dm_6r0Cwbmilg4W1K-qcqzz-WI,4838
|
|
839
842
|
mage_ai/io/postgres.py,sha256=ARiz-KCeTCIIJyBBSB4SbsRL7ICDgsywiBMM5vtEcIQ,15133
|
|
840
843
|
mage_ai/io/qdrant.py,sha256=9mCx5z9HAujbWgyFUidpItaMVGazYwfxCKOgTEUozTI,5576
|
|
841
844
|
mage_ai/io/redshift.py,sha256=TgbZsC8XfZ_VPtc0aKk3ySD1ulDrUiyTGPQATx8urBw,14841
|
|
842
845
|
mage_ai/io/s3.py,sha256=WuKcjRc2gX8QhSzyHFucuU3GYyoM7-52WDIuZ41MbM0,6324
|
|
843
|
-
mage_ai/io/snowflake.py,sha256=
|
|
846
|
+
mage_ai/io/snowflake.py,sha256=bm7Mz9lbZCro_-6CcSHazu1Ag9O6XQ4TSjJ8YCamZvU,17752
|
|
844
847
|
mage_ai/io/spark.py,sha256=T3ULoETSRJr64McbnnxNs22otmRksDjwZG-6qeg39Eg,8355
|
|
845
848
|
mage_ai/io/sql.py,sha256=Klj432FNMlmB6TgHTIMiEsG391Wg0qL-VDleL1okHrg,14190
|
|
846
849
|
mage_ai/io/trino.py,sha256=ZBC-IijvJmZnOfCXi5oiRnLZHAYxfJB08-FlGz9Lubk,13502
|
|
@@ -851,9 +854,9 @@ mage_ai/orchestration/airflow.py,sha256=8OaU4-EVmfgiGYmG-h1OvcZJw30ndutR7l0xV1Vf
|
|
|
851
854
|
mage_ai/orchestration/concurrency.py,sha256=TnjyCmXL9cBzUNgrFfON6tQcGkCIqQUlLxHroB3wbxI,377
|
|
852
855
|
mage_ai/orchestration/constants.py,sha256=Gyrk_t9GGE4xzlCf3RbGPz4dT-Dj2xakIG77Y44W858,643
|
|
853
856
|
mage_ai/orchestration/execution_process_manager.py,sha256=hKkVMu9FEePh8aT2zOk57gl9VNBsQpvJ9WQZOQ78OhY,3827
|
|
854
|
-
mage_ai/orchestration/job_manager.py,sha256=
|
|
857
|
+
mage_ai/orchestration/job_manager.py,sha256=BRY3k5mHb0yPSqZNcTLlG9SDG0GaWLEFCyuevmSh3OU,2775
|
|
855
858
|
mage_ai/orchestration/pipeline_scheduler.py,sha256=9mhlW8viMC5FxNXbUYaZpq5i3s2DxGcLIZpY4EHp6Y4,84
|
|
856
|
-
mage_ai/orchestration/pipeline_scheduler_original.py,sha256=
|
|
859
|
+
mage_ai/orchestration/pipeline_scheduler_original.py,sha256=G56VPiqVSGVLAQzWp8g5whIVQekjgXK1uVZWFdMPOCM,72501
|
|
857
860
|
mage_ai/orchestration/pipeline_scheduler_project_platform.py,sha256=X2INdaaM-eV_73fNfX71lHsHepmBY6NDt_pBYimYaUI,68493
|
|
858
861
|
mage_ai/orchestration/run_status_checker.py,sha256=Y9PRm7IYG-JsMNJ1O8DEN-e-zQkWtbF5QG9Esklf60M,2385
|
|
859
862
|
mage_ai/orchestration/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -886,6 +889,7 @@ mage_ai/orchestration/db/migrations/versions/2266370f589b_add_indexes_to_pipelin
|
|
|
886
889
|
mage_ai/orchestration/db/migrations/versions/26305e46df52_create_backfills_table.py,sha256=otXeqYzcAmXjLAREH_idJpaoVT7KS6nhhqXJ3ifJD9w,2579
|
|
887
890
|
mage_ai/orchestration/db/migrations/versions/386bcfebd48d_create_tag_and_tagassociation_tables.py,sha256=SYuVspWXnNuxBz1B0vjZ9SrA_gPa1IJ_Z4CAzodW-AE,2479
|
|
888
891
|
mage_ai/orchestration/db/migrations/versions/3fafd217efa7_add_event_matcher_model.py,sha256=zOOmB4-p23UrEuue8k4ufhNyDIYy15ttLvdyIlGIyAw,1607
|
|
892
|
+
mage_ai/orchestration/db/migrations/versions/42a14d6143f1_update_token_column_type.py,sha256=Y8I6jFIws9_EQ9w9iIJf3kiCM6t1ifG02zqzNC_8nCQ,1442
|
|
889
893
|
mage_ai/orchestration/db/migrations/versions/526c4523d5d5_add_user_id_to_roles_and_more_entity_.py,sha256=UhhkeQzCmuDQJq1hyFERjqmqe-kUjtpW65jpEXrRhSQ,1807
|
|
890
894
|
mage_ai/orchestration/db/migrations/versions/52ab80005742_add_variables_to_pipeline_schedule.py,sha256=jUTrmON4jbSvfQBeIIMUTJBG0I39UVIvA35rVw6ZWhA,715
|
|
891
895
|
mage_ai/orchestration/db/migrations/versions/5cd59ec4cf1d_add_passed_sla_to_pipeline_run.py,sha256=hxZzTnDAvUq9yLx2L8PnR_cq9fSMlb_x_FkSP-_OYCM,705
|
|
@@ -912,8 +916,8 @@ mage_ai/orchestration/db/migrations/versions/e7beb59b44f9_add_repo_path_to_pipel
|
|
|
912
916
|
mage_ai/orchestration/db/migrations/versions/ec5df57a1c60_add_metrics_to_block_runs.py,sha256=6yGww3f8GptOPgk8i2UfdpJJa3VPrCJMUd8oC4l1jP8,685
|
|
913
917
|
mage_ai/orchestration/db/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
914
918
|
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=
|
|
919
|
+
mage_ai/orchestration/db/models/oauth.py,sha256=ZrRLD3Yo8Rg3jfyYtneNaLVTcPIq9YzKj9t3rLyK6_w,29511
|
|
920
|
+
mage_ai/orchestration/db/models/schedules.py,sha256=iuuyRmhkWLuwR36aMKGNVztfJXdqZupYHqM4GN8NRFQ,74817
|
|
917
921
|
mage_ai/orchestration/db/models/schedules_project_platform.py,sha256=th3gCYgXE8mdKpWUL7LeaZIt4PjGXbP2lLjZC2H78tM,15352
|
|
918
922
|
mage_ai/orchestration/db/models/secrets.py,sha256=gtXZ1yUccerqx9glPCkRNNO-F6SJUkoupMjKvLVjveo,901
|
|
919
923
|
mage_ai/orchestration/db/models/tags.py,sha256=wUuq0dK-aCO6kCSm1vbig1mCf4Vuc1ZnvGYorP0LEUY,1354
|
|
@@ -924,25 +928,25 @@ mage_ai/orchestration/monitor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
924
928
|
mage_ai/orchestration/monitor/monitor_stats.py,sha256=4qEd6ey2FX1smxo7nXqBpJTBD7gyDBm2qBLyP1M6MiU,13995
|
|
925
929
|
mage_ai/orchestration/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
926
930
|
mage_ai/orchestration/notification/config.py,sha256=2IpPuArOoC1bAmhitrkVrLYZXtPnDzY-EFT18XMkNyE,1543
|
|
927
|
-
mage_ai/orchestration/notification/sender.py,sha256=
|
|
931
|
+
mage_ai/orchestration/notification/sender.py,sha256=IagNd-vaRgYHiSq_Nngn8xTiZAbrBGNqU9dnx8UmbTM,10545
|
|
928
932
|
mage_ai/orchestration/queue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
929
|
-
mage_ai/orchestration/queue/celery_queue.py,sha256=
|
|
933
|
+
mage_ai/orchestration/queue/celery_queue.py,sha256=UG6-8Yg7VYAiXcJROYiXqlkss11nqLCeMF8W8yAe-Qo,761
|
|
930
934
|
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=
|
|
935
|
+
mage_ai/orchestration/queue/process_queue.py,sha256=3QaZC3_vT6eopa4yEq91fvewrrJrgmmYsXNMas2OXFk,11303
|
|
936
|
+
mage_ai/orchestration/queue/queue.py,sha256=BnaXvG5qByu5LJYH-K8uQmmPkZ8rA14gax93kEqXyYw,594
|
|
933
937
|
mage_ai/orchestration/queue/queue_factory.py,sha256=XUXpRP1gOmnCytY6gb12mvk-IOEE32IzAE9ZYjh4-I0,728
|
|
934
938
|
mage_ai/orchestration/triggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
935
|
-
mage_ai/orchestration/triggers/api.py,sha256=
|
|
939
|
+
mage_ai/orchestration/triggers/api.py,sha256=0Nlo7HXClGa7SEojhoCURZXrN38asvIbcopDYigx0Ew,3810
|
|
936
940
|
mage_ai/orchestration/triggers/constants.py,sha256=UHVJ_zWiNlx5nXo3Fn_z96mx9-xft6bdIzVGM0vhMPE,226
|
|
937
941
|
mage_ai/orchestration/triggers/event_trigger.py,sha256=uvFT4NtMXxYkHLbcqp_GgcqIZPREK3eMAn9_7Y2tJ2I,208
|
|
938
|
-
mage_ai/orchestration/triggers/global_data_product.py,sha256=
|
|
942
|
+
mage_ai/orchestration/triggers/global_data_product.py,sha256=H-PF3YMgqOTg7sWKYm4DDRIZXp8Fogssz-aEYA08m2s,17629
|
|
939
943
|
mage_ai/orchestration/triggers/loop_time_trigger.py,sha256=Y6GEso_cc7FzlDJNGetefuQPF_Ogstp67Cd7c6oRByQ,617
|
|
940
944
|
mage_ai/orchestration/triggers/time_trigger.py,sha256=woYBvRgDmEjUzLayQ4qU8iE8VbGpFl2FdlU0xvyDohE,383
|
|
941
|
-
mage_ai/orchestration/triggers/utils.py,sha256=
|
|
945
|
+
mage_ai/orchestration/triggers/utils.py,sha256=OctYGeM7uVBhKUVzTNCRpK5hQ9k4y_4Z0NkTx59kvHE,4594
|
|
942
946
|
mage_ai/orchestration/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
943
947
|
mage_ai/orchestration/utils/distributed_lock.py,sha256=Yer0wr23FylN1_B78TikpVHHurl7myKSrtbOMK__L-g,1049
|
|
944
948
|
mage_ai/orchestration/utils/git.py,sha256=JhtSPTFWt1yStBnvOiS2XcmI-PcFPOPMNN9bPnRGhQQ,2047
|
|
945
|
-
mage_ai/orchestration/utils/resources.py,sha256=
|
|
949
|
+
mage_ai/orchestration/utils/resources.py,sha256=KqakK2bKJtdZnqxqH79Spalq-YQsHrmmXysNaKqs0Ec,843
|
|
946
950
|
mage_ai/presenters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
947
951
|
mage_ai/presenters/constants.py,sha256=3KlEQN697fxsMOy4MYEtKuElUTftTxq0GzYkLoKnooc,132
|
|
948
952
|
mage_ai/presenters/block_layout/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -989,27 +993,28 @@ mage_ai/sample_datasets/titanic_survival.csv,sha256=SkN_3gX-UmThcBpzh6xvt1OTdyuj
|
|
|
989
993
|
mage_ai/sample_datasets/user_emails.csv,sha256=yokgn3bmkkrSZBFC-crJxPXFzKdgLaQbp7VJVzGLZiA,258700
|
|
990
994
|
mage_ai/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
991
995
|
mage_ai/server/active_kernel.py,sha256=QIXsiIXeSR2RkkuiIXDwBFf2mMO9_eHtLKRsp-sVREI,4964
|
|
992
|
-
mage_ai/server/constants.py,sha256=
|
|
996
|
+
mage_ai/server/constants.py,sha256=XusQQHR56ltf9SK39O2vK8EEOmk6rLTySc7ns_qULKA,421
|
|
993
997
|
mage_ai/server/docs_server.py,sha256=jeSlvxsJHvHHkiuDwL76cFv1HFazCqPWbX23B2PTOlg,606
|
|
994
998
|
mage_ai/server/execution_manager.py,sha256=jB8K0_aCO15fZdgE2Kd1zdROiv2VBOLGXWiigvb6rKQ,3457
|
|
995
999
|
mage_ai/server/file_observer.py,sha256=3LreT_Ll5x2irHk2QRL4UL2Cca91Xm8raGz1eZFd1Qw,340
|
|
996
1000
|
mage_ai/server/kernel_output_parser.py,sha256=eOU003y8mkK0w6LmvBNbgrRRZwDTWao2io19UYPO6Co,2436
|
|
997
1001
|
mage_ai/server/kernels.py,sha256=Bk_NHLjI05SHVJG91VrUVJqul9VdBFNezWLx6gyyr7w,787
|
|
998
1002
|
mage_ai/server/logger.py,sha256=psqBnb2ORm8i9XFeXtUQQ2ScYvo3uJtUrDE1zDPv1MA,747
|
|
999
|
-
mage_ai/server/scheduler_manager.py,sha256=
|
|
1000
|
-
mage_ai/server/server.py,sha256=
|
|
1003
|
+
mage_ai/server/scheduler_manager.py,sha256=ppIWI3vVsQzy_7u9CPKKwJ41cdcxOR-3yoEklsRIIFA,3565
|
|
1004
|
+
mage_ai/server/server.py,sha256=Au_gYVwPzGaoMIA1l7XICfWZdMyGIGL1f5TIXN_2f-k,30041
|
|
1001
1005
|
mage_ai/server/subscriber.py,sha256=DiHuAe1xLIhHsiCHD7J4OAVF0jrTcqsE2iO94vV1EjI,712
|
|
1002
1006
|
mage_ai/server/terminal_server.py,sha256=99x-vCSc9fMYfzFp_63TT4jZnLaev6b9yrOJLqwKj3E,5982
|
|
1003
|
-
mage_ai/server/websocket_server.py,sha256=
|
|
1007
|
+
mage_ai/server/websocket_server.py,sha256=JkV3_ChbLngOrdSfgKYVlqcA6uXyMj7_OS8xGbbpmUQ,26899
|
|
1004
1008
|
mage_ai/server/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1005
1009
|
mage_ai/server/api/base.py,sha256=PICI0dlh0Fofo6nLo6XrbSatIGwtMEAvTJHa7VbTHYQ,4961
|
|
1006
1010
|
mage_ai/server/api/blocks.py,sha256=1aQognsNOG4Bfh-CEXqMgXatoTiw4tjzqm5_tHFtf2I,508
|
|
1007
1011
|
mage_ai/server/api/constants.py,sha256=SIOZfts7iPsQf23K6adtvO7i_-kchgt1BWc7-9v6uQs,207
|
|
1008
|
-
mage_ai/server/api/downloads.py,sha256
|
|
1012
|
+
mage_ai/server/api/downloads.py,sha256=-0X5BU--N2hzYP0FCS5mIjniKG3OIEypVhmyEXzmq-o,6042
|
|
1009
1013
|
mage_ai/server/api/errors.py,sha256=9p9jSjVEmeeA6lKFf3Y8Yua-Y2GdwHee2xqTRE1mZ0I,119
|
|
1010
1014
|
mage_ai/server/api/events.py,sha256=9yifYQJkmha4Bmw2MDem-84vFNB3K4Dob-wjBiQ1zEc,2106
|
|
1011
1015
|
mage_ai/server/api/integration_sources.py,sha256=TcUQagGd_qnWaXFnNPscZWAzKpHGvsxYty2bC_5F59Y,2566
|
|
1012
1016
|
mage_ai/server/api/projects.py,sha256=D7JD8ayWEzw6-nyblPuXR4MMQm_kzZJ7ZuDcsumc5Ng,931
|
|
1017
|
+
mage_ai/server/api/runs.py,sha256=0FCaq0Xc7zGiinzZ86kAR0RJB6-XbxLxNgo7dcgVhDw,5439
|
|
1013
1018
|
mage_ai/server/api/triggers.py,sha256=9U3nkyzAlesH9TTeCjkRhiln96HgF1HGRmtIz65G0Q8,2011
|
|
1014
1019
|
mage_ai/server/api/v1.py,sha256=LdSc0b7TV41jq6UrcauGgYxuDviD8ddKpeHTfsCt-Dg,2312
|
|
1015
1020
|
mage_ai/server/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1017,34 +1022,36 @@ mage_ai/server/client/mage.py,sha256=P_uT4tettbdT8eLnjrb6TnBvJ3522RHEUg2sO7KjMzg
|
|
|
1017
1022
|
mage_ai/server/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1018
1023
|
mage_ai/server/data/base.py,sha256=mEenR7pyQ_ETa795RcOx134M6DkSpszcv41FzEu_khM,3862
|
|
1019
1024
|
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=
|
|
1025
|
+
mage_ai/server/frontend_dist/404.html,sha256=aSrh7cPD0ks-tGMW6nMt6v-FTN8EInok2ZwZn_qaToc,10755
|
|
1026
|
+
mage_ai/server/frontend_dist/block-layout.html,sha256=2MgDTPDE6HgX_VMF5STwNZaulM3IdkYgor6jtgDqwec,9028
|
|
1027
|
+
mage_ai/server/frontend_dist/compute.html,sha256=dCf27ytwDOZHBq94Za9TzeXdOOT4tCbT6Ql0pxFKqXc,10267
|
|
1023
1028
|
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=
|
|
1029
|
+
mage_ai/server/frontend_dist/files.html,sha256=W2Hg8ZNNGvrpT-KS1_adtTLTL1x0icuALlrLvK7_rUY,10183
|
|
1030
|
+
mage_ai/server/frontend_dist/global-data-products.html,sha256=aU8vsMils4nuF6vEtq5cd1wKV2_sYXLcQXpo9enypD8,10451
|
|
1031
|
+
mage_ai/server/frontend_dist/global-hooks.html,sha256=6pSTfr6PC4yqiEXbvnk96lr0enbL2gS1zewTT4htgqY,10271
|
|
1032
|
+
mage_ai/server/frontend_dist/index.html,sha256=Ses33p67HNKS1S1wbdl_KohrRXCpz2fqyeJc1kWhnrw,8311
|
|
1033
|
+
mage_ai/server/frontend_dist/manage.html,sha256=SUqWYfcoKY8J3fEo4tdbd745jwTzCx1TFjmlDeuL0IQ,10335
|
|
1034
|
+
mage_ai/server/frontend_dist/oauth.html,sha256=VQOCPKMp6KEaxBhFMSkaO25EAfarImF5Ol5lVIEyT30,9929
|
|
1035
|
+
mage_ai/server/frontend_dist/overview.html,sha256=jIeHRyFr4NHI9m7jX3JnYseN1wMYMkwLEcFRdlWu-ZU,11210
|
|
1036
|
+
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=49w60BnkyifUI3Vhdf6Bw_veKZLIRw9ak6BoHbU13VM,10352
|
|
1037
|
+
mage_ai/server/frontend_dist/pipelines.html,sha256=BzVJodU32yu3e3uMLrWwzgZk6Otm8s2m0e5SF2AE5E4,10573
|
|
1038
|
+
mage_ai/server/frontend_dist/settings.html,sha256=TSRJQbySFYKVZ1EfQEaPocXoOAkKmrSTpasGKICMgR0,8383
|
|
1039
|
+
mage_ai/server/frontend_dist/sign-in.html,sha256=oUsg5VZe6XKkAXlMBSFtXleQj-OoEKCmfH79wwyK79o,19255
|
|
1040
|
+
mage_ai/server/frontend_dist/templates.html,sha256=UNK8BwNMDDj5w4ErQ0AJPI-SqJzkVtzRN7WQIf7rLEE,10339
|
|
1041
|
+
mage_ai/server/frontend_dist/terminal.html,sha256=OXU5PFwiZLyY_nn_z8A899WzkYUQvMySqB9nev6qMLg,10181
|
|
1042
|
+
mage_ai/server/frontend_dist/test.html,sha256=0gMyoGtUPf19S5S0pfid8vpu3oMWK_5KdCsDl3Z-MFc,8325
|
|
1043
|
+
mage_ai/server/frontend_dist/triggers.html,sha256=3b1zqCfigaPPbLoGh5YEiDcKVvE9SId1EminALupqU8,10259
|
|
1039
1044
|
mage_ai/server/frontend_dist/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
|
|
1040
|
-
mage_ai/server/frontend_dist/version-control.html,sha256=
|
|
1045
|
+
mage_ai/server/frontend_dist/version-control.html,sha256=cn-IGWI0rUoj-OB2OVJysj02UWFTtJ-rRyCgNyhrkXw,10202
|
|
1046
|
+
mage_ai/server/frontend_dist/_next/static/RhDiJSkcjCsh4xxX4BFBk/_buildManifest.js,sha256=rOApL7--SSDXy1nCP2ZBDHNePpV5doltMBp9-2oC0HU,8317
|
|
1047
|
+
mage_ai/server/frontend_dist/_next/static/RhDiJSkcjCsh4xxX4BFBk/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
1041
1048
|
mage_ai/server/frontend_dist/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
|
|
1042
1049
|
mage_ai/server/frontend_dist/_next/static/chunks/1187-c9537b3f51775d0c.js,sha256=AQmTmZKhDoqjOPTBTlbRApEZ_mBBW6Af013mQ_U5g9I,48837
|
|
1043
1050
|
mage_ai/server/frontend_dist/_next/static/chunks/1235.c9ed47779baccc05.js,sha256=eZbcOxEMDmjg_xxzMVoiU5w21oYfty6-pfs-xA-5uXM,2162
|
|
1044
1051
|
mage_ai/server/frontend_dist/_next/static/chunks/1240.0819f45820d22263.js,sha256=J0T6Hf6bUPCYwHY9ldwKtZyEe2sZjt7Z0JySRGK5Tno,6458
|
|
1045
1052
|
mage_ai/server/frontend_dist/_next/static/chunks/125-abc06c39b97fd8aa.js,sha256=QGtMaNyn8fIbuFFmHcV4tJ5Q3q_O8_qqUj7NeIre-M8,92008
|
|
1046
1053
|
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-
|
|
1054
|
+
mage_ai/server/frontend_dist/_next/static/chunks/1557-b3502f3f1aa92ac7.js,sha256=CI7EBTKBiP65z8IWj4-d3nw04uKV4Ee4qecIvW-hjEI,37133
|
|
1048
1055
|
mage_ai/server/frontend_dist/_next/static/chunks/1598-3070ba5a71ce3e2d.js,sha256=lSKctOhct9axfkW6W-3XB73jLYPGk1294GWflgtzbw0,8186
|
|
1049
1056
|
mage_ai/server/frontend_dist/_next/static/chunks/2481.0454a0e25dc7e027.js,sha256=sdXmwsUwcOtd3zL9rTwWkitW4-5QGFjqoyiNvEcZ6V8,2942
|
|
1050
1057
|
mage_ai/server/frontend_dist/_next/static/chunks/2508.724531e7f9cf5f36.js,sha256=AHITXAvHRthYNLtGMXL_ThpWnXzRXyi_E89hb1h2D-Y,1649
|
|
@@ -1054,12 +1061,12 @@ mage_ai/server/frontend_dist/_next/static/chunks/261.0a24b4ece1d29aa1.js,sha256=
|
|
|
1054
1061
|
mage_ai/server/frontend_dist/_next/static/chunks/2631-b9f9bea3f1cf906d.js,sha256=nA-nZDn_KO2i2PlwLMwBukcdQaZ6KbUqpmNsv5RuiHs,102878
|
|
1055
1062
|
mage_ai/server/frontend_dist/_next/static/chunks/266.e301071d22592682.js,sha256=iP7r9afOmCfCOErl59zVuDXUrXy3rU1T-l9hMcOeW0o,2226
|
|
1056
1063
|
mage_ai/server/frontend_dist/_next/static/chunks/2714-68fef54789d7eaeb.js,sha256=9f5VJZbShO3iax7jBh0iL5TB2VLjCaXJuxcrBsg2dx0,9689
|
|
1057
|
-
mage_ai/server/frontend_dist/_next/static/chunks/2717-
|
|
1064
|
+
mage_ai/server/frontend_dist/_next/static/chunks/2717-d9200be634dd6766.js,sha256=SbS6r4AWExdpZqE3yrGtDYQjtHjYZ6vB4wBH33iN9m0,65673
|
|
1058
1065
|
mage_ai/server/frontend_dist/_next/static/chunks/29107295-989a0767a635d9d5.js,sha256=uFc2UgaKJ9q_NXBLc5d8rBJfHVQWwr4Vh0F6AcCsVMI,71691
|
|
1059
1066
|
mage_ai/server/frontend_dist/_next/static/chunks/3366-526b00bb494c02a4.js,sha256=leJxq83OCMdOKRS4jD6twupK4z9S4MRxTJkzeRT0rOQ,14834
|
|
1060
1067
|
mage_ai/server/frontend_dist/_next/static/chunks/3453.992f4b1667e9882c.js,sha256=PYm5SZCBWpX2kOafRCgG3R9I0Wo8KIW6R0jJ_5-XFCI,3524
|
|
1061
1068
|
mage_ai/server/frontend_dist/_next/static/chunks/3467.38cd0654ba6f788f.js,sha256=GSh5dCIP7HWFJuchJzpPUJ6TyI3coksbiZwKftDZms8,1618
|
|
1062
|
-
mage_ai/server/frontend_dist/_next/static/chunks/3548-
|
|
1069
|
+
mage_ai/server/frontend_dist/_next/static/chunks/3548-9d26185b3fb663b1.js,sha256=xx2ipxoR4KkLsI9bNqxa_I2iI7LSp5dvuSLR1OSIP_I,10509
|
|
1063
1070
|
mage_ai/server/frontend_dist/_next/static/chunks/3763-61b542dafdbf5754.js,sha256=BiC5gwYsOTK2ujPoili3UUfyHlNxgaxWYnUNzZKu174,29258
|
|
1064
1071
|
mage_ai/server/frontend_dist/_next/static/chunks/3782-ef4cd4f0b52072d0.js,sha256=JpndL19JSNS_UJ_g5iJIi0NAEvsIzZ4qzMQVOfmIXbo,11763
|
|
1065
1072
|
mage_ai/server/frontend_dist/_next/static/chunks/3835.df296b4e4078e985.js,sha256=kD2QFPxjs1XDTi-3diXwSlgCno80VqrgU6OL80IHC6M,30652
|
|
@@ -1082,7 +1089,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/523-be11ad59861d00ca.js,sha256=
|
|
|
1082
1089
|
mage_ai/server/frontend_dist/_next/static/chunks/5496.29af09f188750c3a.js,sha256=1y39-d-zSOVEmgNoqv_Eh-UnGN1a1pRo6bQt5pqyzqk,6544
|
|
1083
1090
|
mage_ai/server/frontend_dist/_next/static/chunks/5544-d10ee8ec70354aa1.js,sha256=q_csyFuA3liakMpC4uXGLbxAN66qk3DpWMZvvZXhq9k,15145
|
|
1084
1091
|
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-
|
|
1092
|
+
mage_ai/server/frontend_dist/_next/static/chunks/5699-6d708c6b2153ea08.js,sha256=rWMMcH6mj4Af2sNxt40E4Pu4eOE5v7rmzlMTRHxukSU,11575
|
|
1086
1093
|
mage_ai/server/frontend_dist/_next/static/chunks/5729.0f2748e9e6dab951.js,sha256=kcbxoOOAieSjZdSqTLl5o_1OaTA4cdH5IEnjSA0RRMc,3490
|
|
1087
1094
|
mage_ai/server/frontend_dist/_next/static/chunks/5824.628653557e904674.js,sha256=zuOmz6CGILYNmrxJRyawt4dJA8x-omSDXdMhDgA0H0I,3479
|
|
1088
1095
|
mage_ai/server/frontend_dist/_next/static/chunks/5831-2abc4063e887a03e.js,sha256=4ilpZOuP__hf6MoJ1fnxCEktdFmWrWHKCbf0JK4RgEQ,10421
|
|
@@ -1097,13 +1104,13 @@ mage_ai/server/frontend_dist/_next/static/chunks/6507.d3a17777d2c294e6.js,sha256
|
|
|
1097
1104
|
mage_ai/server/frontend_dist/_next/static/chunks/6958.8f39c585d36737a7.js,sha256=K_KQZaTdVvt_1WIBVKO5-_zRDSXTWo2J8BoVKgoyW8U,2766
|
|
1098
1105
|
mage_ai/server/frontend_dist/_next/static/chunks/7022-0d52dd8868621fb0.js,sha256=ziOEzKRUDKKY2QXWUo0YtzJd69yDZYcwAxqlv47dMPA,16771
|
|
1099
1106
|
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-
|
|
1107
|
+
mage_ai/server/frontend_dist/_next/static/chunks/7361-8a23dd8360593e7a.js,sha256=NCWihxoATJqVlk4q4DxwiQASaVpyGd_k9Sq3GEWfABQ,22031
|
|
1101
1108
|
mage_ai/server/frontend_dist/_next/static/chunks/739.3d24945544b37e52.js,sha256=0hHH3YUwHMf_QXqImKNGmk0APmITTmotAht-myKuSLY,3506
|
|
1102
1109
|
mage_ai/server/frontend_dist/_next/static/chunks/7674-5f8f0882b3411d98.js,sha256=SXkEDjvNXDsdNZxuBLZMgeHlOoc2ipinmXdvUnnXl2E,58572
|
|
1103
1110
|
mage_ai/server/frontend_dist/_next/static/chunks/792.010ca00d79b2112f.js,sha256=iKH6f5zTT86af5rNSQaJbFd_btMzycM5rm71ZqUXlUg,5292
|
|
1104
1111
|
mage_ai/server/frontend_dist/_next/static/chunks/7947.77be4bec4d47774e.js,sha256=0O7JEIR4I9ZMro0tjtspP8XH0hfBru4kqcCVTwbAXtE,1129
|
|
1105
1112
|
mage_ai/server/frontend_dist/_next/static/chunks/7951.fee8b6c27c9ef777.js,sha256=bOJg3yZIt5XaxFeMBlgt8m54gNxOIpa2H4PxvSZXFP8,1867
|
|
1106
|
-
mage_ai/server/frontend_dist/_next/static/chunks/7966-
|
|
1113
|
+
mage_ai/server/frontend_dist/_next/static/chunks/7966-b9b85ba10667e654.js,sha256=mUecd6ES253i3Qvx6Wg_h7ubnaqXH_0BeIHpb1RYpDk,17776
|
|
1107
1114
|
mage_ai/server/frontend_dist/_next/static/chunks/8018.968bf87c390e3312.js,sha256=yjjT2CAwjo6jS3a76rkMq4xZj5vzggw-02DvM13rtEY,4838
|
|
1108
1115
|
mage_ai/server/frontend_dist/_next/static/chunks/8095-bdce03896ef9639a.js,sha256=f3k09c86uyP-yFSSeRJ_eGJ9Pi-t0Ijl1CbC-d8LYrc,11376
|
|
1109
1116
|
mage_ai/server/frontend_dist/_next/static/chunks/8097.b0345f30a7390c1d.js,sha256=GkbiG31cNdY4JyxfkcWUqIk-wxRu79a553HVwopnrNM,2166
|
|
@@ -1124,7 +1131,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/9363.6b811b4c86277e07.js,sha256
|
|
|
1124
1131
|
mage_ai/server/frontend_dist/_next/static/chunks/9437.a3c32f45cf9ef69b.js,sha256=UurJl-fsdUw2nmOjc-nnhyVMkXj8okl6vySDFRzkTwM,1655
|
|
1125
1132
|
mage_ai/server/frontend_dist/_next/static/chunks/9440-4069842b90d4b801.js,sha256=OHsh_kpGxISlca_m9_bF3ohQRlygQSKUod41y15Ndi8,33401
|
|
1126
1133
|
mage_ai/server/frontend_dist/_next/static/chunks/9566.f8bd24768ed14ecb.js,sha256=pAqGV5kPouj_0KzWBivKGBEFobLIBTSrZKfUkkWW6G0,1963
|
|
1127
|
-
mage_ai/server/frontend_dist/_next/static/chunks/9624-
|
|
1134
|
+
mage_ai/server/frontend_dist/_next/static/chunks/9624-8b8e100079ab69e1.js,sha256=g7o4eBT3tkvdQwPc1N-sYrg8_gz8g4JQEU5w8rPEdf8,11189
|
|
1128
1135
|
mage_ai/server/frontend_dist/_next/static/chunks/9633.40e5056ca1e2b22a.js,sha256=l3eB2vxSznwceaADgJcllaCAlPPxbpxZmXJdijIyGS8,3826
|
|
1129
1136
|
mage_ai/server/frontend_dist/_next/static/chunks/9785.5ff26cb26d84d6a1.js,sha256=QnustHrope1ywzpuSb1cjyNZVVyAnckRZIjy69i1mw0,1428
|
|
1130
1137
|
mage_ai/server/frontend_dist/_next/static/chunks/9832-67896490f6e8a014.js,sha256=NzOPwstDaedac1h_H7lTV0fvpvcOnbzEjRwjPl42TFE,12357
|
|
@@ -1136,26 +1143,26 @@ mage_ai/server/frontend_dist/_next/static/chunks/main-77fe248a6fbd12d8.js,sha256
|
|
|
1136
1143
|
mage_ai/server/frontend_dist/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js,sha256=AiXrA00CSgO9yQ6mx59WGTZi58Pu6QlpYpiCDlF8u4M,91460
|
|
1137
1144
|
mage_ai/server/frontend_dist/_next/static/chunks/webpack-d079359c241db804.js,sha256=cqcvM_h1R2dc_zuTAHhuBhLKp44ZvYAO5qCJhmQPf2Q,5527
|
|
1138
1145
|
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-
|
|
1146
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-2a69553d8c6eeb53.js,sha256=QGiFH-byS4DTu3yvyTzyd0zmiJHX4AO-EYrLVjgk7_g,3065891
|
|
1140
1147
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/_error-e989623bffcbf724.js,sha256=aXIjJAH8qQYH7p8jGDslEzBUIJz0QqLgGEgyIeCAaF8,3207
|
|
1141
1148
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/block-layout-14f952f66964022f.js,sha256=83aGXofYLSPbRXbGMieHpDnW1nrUglMk3VuqjEIWK0s,5810
|
|
1142
1149
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/compute-010d9ac728f8a517.js,sha256=vWy9M-bYFFHoUxBL1F5UEqEK9rVPkTKOkwI-KitxlVk,74219
|
|
1143
1150
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/files-98df0674eac4ec84.js,sha256=2L0BqRXRiE1YaEMK0hAiilzB_X-Jxk5ly1kigXwvX6Q,8440
|
|
1144
1151
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/global-data-products-78e8e88f2a757a18.js,sha256=JD-unsIqXwu5WGISkKcR6cG4DznxA0mnHx30UInfe-M,3206
|
|
1145
1152
|
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-
|
|
1147
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-
|
|
1153
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/index-4e12783b064c1cfe.js,sha256=EdlRsauzGm5jqRU4lW_UL2MxEBjXsW2DtJ4GOT5rOXU,993
|
|
1154
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-4bfc84ff07d7656f.js,sha256=LjqZXKcFqgWU4z3c3S9RpwNZWUonFb59WMGhluuw9jc,30470
|
|
1148
1155
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/oauth-30e34ee15d410331.js,sha256=xmC9d4T0oV1f9vpC1w9t-IyrsV6UnRHdIl_OFO5Ub4s,3478
|
|
1149
1156
|
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-
|
|
1157
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-6d183f91a2ff6668.js,sha256=EdpG0-MMG29zQV1x79O2RNd9wafCr2Kuaey3mLo5z34,10166
|
|
1158
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-3591d035bb3bb2b8.js,sha256=mdRN2lx2xPqQ6CHE7Cbo-BaY6rgJU0cBp3y_kKW67gY,26109
|
|
1152
1159
|
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-
|
|
1160
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-09414a8b66fb6f06.js,sha256=ayQ6AEsOozkbUdczxUEl23HPsHPQIMGe-XuinVanWRY,10885
|
|
1154
1161
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/templates-05a5312f50db749c.js,sha256=lWVRMBmXaauwbIyANZYeGzcUxbXX7WsO2TaIByW1WDI,5431
|
|
1155
1162
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-89e1b3e6799378a5.js,sha256=URHDE0SU2aW7VNN7Q5AfuPjR9YHnKvOjcKAhJ4DLp3Q,7398
|
|
1156
1163
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/test-bd51b3918b39329e.js,sha256=0WTVZbrWflW4r1qSnBKUjOBKET4WKDC7icN9_hD0ZP4,375
|
|
1157
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-
|
|
1158
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/version-control-
|
|
1164
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-a599c6ac89be8c8d.js,sha256=oiEoj06gAI-u0TqhCxfxnoU2EeSUtoyk9SKa-xZOgjU,15773
|
|
1165
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/version-control-3433c8b22e8342aa.js,sha256=Z9n0_b9TtshFQasC26tdekRmiFOcLpCDzBH-dkVwNN4,61605
|
|
1159
1166
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/global-data-products/[...slug]-591abd392dc50ed4.js,sha256=vDW2oWf1u2Us0V0HhuCw4fxnag9SAjhW0qATJm2ICi4,1507
|
|
1160
1167
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/global-hooks/[...slug]-fbc51d79d3196fa2.js,sha256=6bNJjLvygsI8f3sP9TKELfix7xiNLBYwcv9sPXlAw_U,2296
|
|
1161
1168
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/files-f15a685682b1037b.js,sha256=7OtA41Q5nCcc0ji1f5k7OcXcckGAGWAirU-SuxjZsFw,2270
|
|
@@ -1164,37 +1171,35 @@ mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users-b28961189032
|
|
|
1164
1171
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users/[user]-8bbfa0c19b5e4cb3.js,sha256=E28Q1NN30M3X-5ZV8-HxFFtRzZSNJSY1Sm38wH593JQ,15663
|
|
1165
1172
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users/new-d0a403e8920104d2.js,sha256=egwJpEklRRdCMy5oajG7TmoR3rPRbSL3WGTOM3hlTsI,8900
|
|
1166
1173
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]-91a5d6a11e7d4c56.js,sha256=h3jlij4QWjbd-5LhvGlRlv0Vipp6xq5jiuMlLMNc9c4,4457
|
|
1167
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-
|
|
1174
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-38e1fbcfbfc1014e.js,sha256=yYByZDL-GXL_U-rbWkVQq5jufv0TMB6JmEDCK_69Bvc,13881
|
|
1168
1175
|
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-
|
|
1176
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-b645a6d13ab9fe3a.js,sha256=GAZhqjzObbLeTozQH4R-lin1SQTqJSiEGUyC8UuU1Oc,426787
|
|
1170
1177
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-3f5c14076ddde20e.js,sha256=WWWvkQT03cpZnMlOdcdHt7n-Fr4TRQeeSwG83H3iGks,34226
|
|
1171
1178
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-7acc7afc00df17c2.js,sha256=VkdJkpwPr4TvKG5WOKUuPQiidABW9GlLUvUcprakXF8,12543
|
|
1172
1179
|
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-
|
|
1180
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-59aca25a5b1d3998.js,sha256=mXc5ne2y5qREDILG1cy5a5JDnim869l7K55nD4zFarA,17263
|
|
1174
1181
|
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-
|
|
1176
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-
|
|
1182
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-4612d15a65c35912.js,sha256=U4ttKXnmF_1BbWZgvml1ngqHskQ0wZlV7zMbTC1Ituo,25219
|
|
1183
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-7181b086c93784d2.js,sha256=TMDy1hhqmETQ4q0OL04lvvAujRiuJQ__ofRjTlVYLFo,34319
|
|
1177
1184
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-a5c0362763a21fa8.js,sha256=4__ED372rfUepNce-Nhu1JREKu0iYFBkpm759-Hdmfs,19221
|
|
1178
1185
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-1ed9045b2f1dfd65.js,sha256=wGcagnZ39yfcbUDuW1T5c7w491V0AxLf2vrW-6bFvV0,17030
|
|
1179
1186
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-1417ad1c821d720a.js,sha256=bBf4CghueTnkTryGkVYtw6vr-uzQSfuwwmlS3ZyS2p0,18451
|
|
1180
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-
|
|
1187
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-eb11c5390c982b49.js,sha256=7vfr5VPBaQFcoOHLoo1g22RkI3YGWdoUcsVYH-ggicc,25354
|
|
1181
1188
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/platform/global-hooks-c916c778b0764634.js,sha256=8U1JkoCbTS1JhrYB54pusJRMYoV7UHYVBIXpce9WxcM,5799
|
|
1182
1189
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/platform/global-hooks/[...slug]-e187f4c2b4eccd00.js,sha256=wDFo52b3-6nZfZicRe2WV1Cgnl1V4Jkg_OWX6tkh0a4,2321
|
|
1183
1190
|
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-
|
|
1191
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/preferences-32985f3f7c7dd3ab.js,sha256=IRDCIslEdzWafxmGeRtQW451cwnByh2hhpcsCge3ELk,10418
|
|
1192
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/settings-c2e9ef989c8bfa73.js,sha256=ABNo-bCMb2ZbXPsc6OoKmA1B9_cAyefScy4GqzFbQ54,5897
|
|
1186
1193
|
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-
|
|
1194
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-349af617d05f001b.js,sha256=Xt_38QNv5s9zRupz-rfU_4LHsMhhpf4rVA3k6VAzG5k,10378
|
|
1188
1195
|
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-
|
|
1196
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync-data-60d01d3887e31136.js,sha256=8ww2Nvj5pyJBVJzVgfW7sxmbk9jtOpjtUrzcujz-J_I,12736
|
|
1197
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-a4db8710f703c729.js,sha256=zsTSXcWT_cjm2sGYpX01KCEUHxiNKxM9xCQgMGnPoMM,2676
|
|
1191
1198
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/permissions/[...slug]-47b64ced27c24985.js,sha256=1i7jF9RSqMhWu3_HCT7p0M-4CgD1JJKbaiWgnwIlPXY,824
|
|
1192
1199
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/roles/[...slug]-379e1ee292504842.js,sha256=cmMDNHRXTW6FNR5dPXjocpVhl7Nw58qOJBpie0yvsks,819
|
|
1193
1200
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users/[...slug]-2af9afbe727d88aa.js,sha256=mtiTbV_fJoDfi0041GgNL36Tck-qTXCkDYl_nWShwAw,821
|
|
1194
1201
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/templates/[...slug]-98a34c313012fc10.js,sha256=hTlFdbbkQ0mN4WkzjLMbdcMMa79gpxBKPVdsKtvOb7U,5652
|
|
1195
1202
|
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
1203
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
|
|
1199
1204
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
|
|
1200
1205
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Medium.ttf,sha256=lwkfkGI2YftPeXnBDRiPMPSAbYzjJrC8jRrMedzCDY8,283684
|
|
@@ -1232,8 +1237,8 @@ mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-SemiBold.ttf,sh
|
|
|
1232
1237
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-SemiBoldItalic.ttf,sha256=4xNDNrikIhglWYAoOlb2LjyYeDo5Gh0G52A72papgR4,93940
|
|
1233
1238
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-Thin.ttf,sha256=zlgstcLhG4408Fo8JS7sZRC6Mt2XftUXpop3Ja8FywI,87872
|
|
1234
1239
|
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=
|
|
1240
|
+
mage_ai/server/frontend_dist/global-data-products/[...slug].html,sha256=M4b3fHdSF22rZLUYhZ-2D3OSu10ivOueN5FgsRekJFg,10452
|
|
1241
|
+
mage_ai/server/frontend_dist/global-hooks/[...slug].html,sha256=DsvVwGY2sTJQXN2QJ1bdNtGEE6WSF6ds-A48cB84oY8,10280
|
|
1237
1242
|
mage_ai/server/frontend_dist/images/backfill.jpg,sha256=0cUfwkvBISDC9yXxiDV7o2RPqKI_9OIydX90gw54azk,4404
|
|
1238
1243
|
mage_ai/server/frontend_dist/images/banner-shape-purple-peach.jpg,sha256=b6fpPLZfxxm7hiWf6Ci1Dv01P3d68k0eK_uu4v43Vss,4854
|
|
1239
1244
|
mage_ai/server/frontend_dist/images/dashboard-api-key.webp,sha256=5IwOoTLp3RKDrHVQsdCADoQkjcTbh5MTZGqlgyqcXNk,57024
|
|
@@ -1244,11 +1249,11 @@ mage_ai/server/frontend_dist/images/blocks/grey_block.webp,sha256=cAGmkcJ6edDr3B
|
|
|
1244
1249
|
mage_ai/server/frontend_dist/images/extensions/dbt/logo.png,sha256=-ssfqyt73pSkqsA_UBfYf2U2h2P62yr6fCe5SIwBurc,6001
|
|
1245
1250
|
mage_ai/server/frontend_dist/images/extensions/great_expectations/logo.png,sha256=RK76yAE_SHMHiFxf2aq-Ox00Gw6Khap9CCkdT7ucfQw,22785
|
|
1246
1251
|
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=
|
|
1252
|
+
mage_ai/server/frontend_dist/manage/files.html,sha256=KqJC1M_a23La87NPq-AhEeR167UV3-JYQ-UTYwSJqeE,10269
|
|
1253
|
+
mage_ai/server/frontend_dist/manage/settings.html,sha256=SpAIZPrXCLpWGRLyR2MxmTtBX7POn625hEH7aLFRBrY,10275
|
|
1254
|
+
mage_ai/server/frontend_dist/manage/users.html,sha256=YbvX4u8zgA-w0kKzNGyP4_3pFBL4lbw_HsC2reqGVWw,10269
|
|
1255
|
+
mage_ai/server/frontend_dist/manage/users/[user].html,sha256=tsgHIwQOANPZFiGeR4eCtIt0p08o6Z69LLXt2Ogp-04,10297
|
|
1256
|
+
mage_ai/server/frontend_dist/manage/users/new.html,sha256=RRxs6CT5OvpTxrpUhXe4H8-dXb-Zu2RZWalBEcLEa_g,10277
|
|
1252
1257
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/loader.js,sha256=-g736o6tNxP1uWgDa4GNMLu0cVw5rpd9iv_JkFqjJYg,30051
|
|
1253
1258
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf,sha256=izSevKNd2mT7WHZYsm4XzDTGwdk0_FCb7wRObtuJ20k,73624
|
|
1254
1259
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.de.js,sha256=f6eZPSfW6q0TZXRHJH9Ot3KDmzXRrnAwUrGz6zTWa5c,869
|
|
@@ -1362,65 +1367,65 @@ mage_ai/server/frontend_dist/monaco-editor/min/vs/language/json/jsonMode.js,sha2
|
|
|
1362
1367
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/language/json/jsonWorker.js,sha256=zgcNdzxOPbIH9mjg7oUxO3FHBwTvv9EQRMOKQWdjLF4,128871
|
|
1363
1368
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/language/typescript/tsMode.js,sha256=GL-DBXaHEUZHBE6SZA_HY0m326feu9NjFduSIp_6o8o,23674
|
|
1364
1369
|
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=
|
|
1370
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=uQ8OirPT419d-ikl4n2J3W_exaY5FpoEmLYBW34aMZo,8425
|
|
1371
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=u6zoop-DEDwt13yS4IdWUFeoERsgeG_oz7HMEzxyTGE,10310
|
|
1372
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/dashboard.html,sha256=tYGZ1FwzsvCvCtpddSlOT_pcrP1He55ER59BCX5pd6o,10936
|
|
1373
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=ODoLMZnqlABta3jbT2bpZEZ_4_Poo-Fnyg9X3cwiomU,9553
|
|
1374
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=MUVNbnTuTdRUejCuCqzPI1dpsBAlHc70GHKI0TgqMlQ,10378
|
|
1375
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=Yf8Jtux3k_1NEijdwHXEpA_aImKb5R7ql_3CQdZ9bXw,10541
|
|
1376
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=ejbamnD-ul_5fDY9H1FhVS49d7O5NGTTYrmflQ6bm2U,10456
|
|
1377
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=_457rYia1fE-MFiS0kT0QsNiUo9GGr-_Ccqo1Y3aHH4,10308
|
|
1378
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=uRcpued8w6JCsSN_lsZQr4a5rN4OBQxGp7Qfwv3YDVA,10302
|
|
1379
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=4Ac8dNHvHqnbovgYcINSwKA2XQTboVFEQ_YfWCpMl-4,10774
|
|
1380
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=ZkfxWFjx-Tz0gpg7wRZf-uN3sf6leyjpWadlg1jSI8s,10554
|
|
1381
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=jwcck1WRYevuuDHQ5ZQbDVVywf1ZzUGcywmjo-Jijj4,10485
|
|
1382
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=sGZBBAVXFriEv7LuPThl17IKF0vqxU2gABzWghbpesI,10651
|
|
1383
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=8HHBBBllk8JUFkGOWsrAPSGvfIozmuKO2Q3xsOq_v0A,10722
|
|
1384
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=VGLIwGYjp_Xd-NuiXfUPfLHn588pg19NFongxTwEBHc,10706
|
|
1385
|
+
mage_ai/server/frontend_dist/platform/global-hooks.html,sha256=hA9Bmucu7wfUhz7RaLlp0PtWzFZo_AzNVVrinC0eO10,10298
|
|
1386
|
+
mage_ai/server/frontend_dist/platform/global-hooks/[...slug].html,sha256=Ums7AHmtbV-emVcWLFf59575dKleDyHcsjo7wddqSkw,10298
|
|
1387
|
+
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=qagN9LNVHy0Q-RHNeztOd-C0eAqHg5W7rCI07AQeM1Q,10369
|
|
1388
|
+
mage_ai/server/frontend_dist/settings/platform/preferences.html,sha256=LzAlm74xt-nUBVpjXWAo4D6AUnjguVRsez4tJlRfqdg,10301
|
|
1389
|
+
mage_ai/server/frontend_dist/settings/platform/settings.html,sha256=T1fuxoM9LQH8-Tc8JDan-W8AyHFRf1K_uTWVWROI5ig,10295
|
|
1390
|
+
mage_ai/server/frontend_dist/settings/workspace/permissions.html,sha256=g3F67KM2nki0vUim7N0pud0F7gZHhEbNu29QNyc64bw,10384
|
|
1391
|
+
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=irfg6E9wXvRM6v-dgXWlcy_3qOeA1qwspaePgl_ELis,10303
|
|
1392
|
+
mage_ai/server/frontend_dist/settings/workspace/roles.html,sha256=Ebblxri-iwQ7IbLSCnKfaSGVEZw_he9ApKSaUbLzB5k,10366
|
|
1393
|
+
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256=BvX8EMx03DVmSalbI-eLYfuwAJwbp1zn_IMo1lOFug4,10299
|
|
1394
|
+
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=XV6QJLcAgMgo4NFmJ4nhMtCf8olQXe_dXIRXqBZDCic,10366
|
|
1395
|
+
mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html,sha256=QN9QZU5kJYFRmvCev8FSdfBa33KWxkFwMXiw01OmHXk,10411
|
|
1396
|
+
mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html,sha256=3jfS3mPnDJ5SfPWEncZZB9shoA616rWkajEkiGaQrWA,10393
|
|
1397
|
+
mage_ai/server/frontend_dist/settings/workspace/users/[...slug].html,sha256=k7qPB-5-cxTm3BXUfnXfmrKX4IPX-9ZjNkOKMvTNh70,10393
|
|
1398
|
+
mage_ai/server/frontend_dist/templates/[...slug].html,sha256=qnkgGOUJYzvlO9oDanrb3qcvFPSzW6WTi0fD728Ud7s,10274
|
|
1399
|
+
mage_ai/server/frontend_dist_base_path_template/404.html,sha256=GFabcwocNQpVzJCaEQrgWUakfvh_UB6V0sIL47JaYiM,11190
|
|
1400
|
+
mage_ai/server/frontend_dist_base_path_template/block-layout.html,sha256=MuJul0bcSGdE5z_scWtyEX0IBhpJO6niO6QsFPry1JE,9767
|
|
1401
|
+
mage_ai/server/frontend_dist_base_path_template/compute.html,sha256=ZzLeKQxzUeextDMtslkrirbyzW8SK01PzA8j2VIKuAM,10778
|
|
1397
1402
|
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=
|
|
1403
|
+
mage_ai/server/frontend_dist_base_path_template/files.html,sha256=XWN3qAWZRLXgTPoxl2Ar_jhSwWAtR8nQdLkEHbEQYKQ,10656
|
|
1404
|
+
mage_ai/server/frontend_dist_base_path_template/global-data-products.html,sha256=poiQzbkBIoWJBtMvZyLwKdV0dGwndEGzuPsOFzS63x8,11038
|
|
1405
|
+
mage_ai/server/frontend_dist_base_path_template/global-hooks.html,sha256=nmu-BS0ykammvWKdn63-P9qKTHp0A-0mnXO_1hs3izo,10782
|
|
1406
|
+
mage_ai/server/frontend_dist_base_path_template/index.html,sha256=_PCLXm94_uxY0-RdC_alWhJMCoftKisUGbRAuMrdZC8,8746
|
|
1407
|
+
mage_ai/server/frontend_dist_base_path_template/manage.html,sha256=Yxx4eRwAXf-zImZXqBYdwPgsJOeZcofVipGbh4b5tag,10884
|
|
1408
|
+
mage_ai/server/frontend_dist_base_path_template/oauth.html,sha256=jO3_yAiZ0FyPq33IbyMW_EBTty_w8W4EUFI5KoRnPzA,10402
|
|
1409
|
+
mage_ai/server/frontend_dist_base_path_template/overview.html,sha256=raGwkiuEqRLKLE3cgBQ5wkHu-DsN3GLQ9C594PqqlLM,12177
|
|
1410
|
+
mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html,sha256=uc6s1w-m1DWFenrf0Nze5CGW1PCiMYDHrCAqCaGKGXk,10901
|
|
1411
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines.html,sha256=2c-piN8tZlafv0-FWuefAGfZ2iat21evsEbTY9f8SdE,11236
|
|
1412
|
+
mage_ai/server/frontend_dist_base_path_template/settings.html,sha256=mxRJ_B5PChUVt-7LdAk_dwrz_QjL72emqVM2ORpoW40,8818
|
|
1413
|
+
mage_ai/server/frontend_dist_base_path_template/sign-in.html,sha256=spBynKoZGk7lUjroTQXSVpbBiFN_ryC4ZrAuCqSeHVs,19804
|
|
1414
|
+
mage_ai/server/frontend_dist_base_path_template/templates.html,sha256=nhvbNZdPgBzsLJQ7QcITVVYJrN-U_SAl2ZBtFUiZ8J4,10888
|
|
1415
|
+
mage_ai/server/frontend_dist_base_path_template/terminal.html,sha256=dGMqQnjTTjfZudsn6o_YIFDkkRecnW8B0m9trAF7VwI,10654
|
|
1416
|
+
mage_ai/server/frontend_dist_base_path_template/test.html,sha256=SlDe_sj0pSr0kWARDr4TmCRdFU-JSsN0S78qb19n_Ao,8760
|
|
1417
|
+
mage_ai/server/frontend_dist_base_path_template/triggers.html,sha256=73UoEbGcg43iVvDV_dEHMU2oriuYi9Tvioa0wRr5fz8,10770
|
|
1413
1418
|
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/
|
|
1419
|
+
mage_ai/server/frontend_dist_base_path_template/version-control.html,sha256=U5t0hi_6r9g28xjM50vtcpYrj6E1bTxo5L8N7Oh7uOo,10675
|
|
1420
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/TdpLLFome13qvM0gXvpHs/_buildManifest.js,sha256=rOApL7--SSDXy1nCP2ZBDHNePpV5doltMBp9-2oC0HU,8317
|
|
1421
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/TdpLLFome13qvM0gXvpHs/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
1417
1422
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
|
|
1418
1423
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1187-c9537b3f51775d0c.js,sha256=AQmTmZKhDoqjOPTBTlbRApEZ_mBBW6Af013mQ_U5g9I,48837
|
|
1419
1424
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1235.c9ed47779baccc05.js,sha256=eZbcOxEMDmjg_xxzMVoiU5w21oYfty6-pfs-xA-5uXM,2162
|
|
1420
1425
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1240.0819f45820d22263.js,sha256=J0T6Hf6bUPCYwHY9ldwKtZyEe2sZjt7Z0JySRGK5Tno,6458
|
|
1421
1426
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/125-abc06c39b97fd8aa.js,sha256=QGtMaNyn8fIbuFFmHcV4tJ5Q3q_O8_qqUj7NeIre-M8,92008
|
|
1422
1427
|
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-
|
|
1428
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1557-b3502f3f1aa92ac7.js,sha256=CI7EBTKBiP65z8IWj4-d3nw04uKV4Ee4qecIvW-hjEI,37133
|
|
1424
1429
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1598-3070ba5a71ce3e2d.js,sha256=lSKctOhct9axfkW6W-3XB73jLYPGk1294GWflgtzbw0,8186
|
|
1425
1430
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2481.0454a0e25dc7e027.js,sha256=sdXmwsUwcOtd3zL9rTwWkitW4-5QGFjqoyiNvEcZ6V8,2942
|
|
1426
1431
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2508.724531e7f9cf5f36.js,sha256=AHITXAvHRthYNLtGMXL_ThpWnXzRXyi_E89hb1h2D-Y,1649
|
|
@@ -1430,12 +1435,12 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/261.0a24b4ec
|
|
|
1430
1435
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2631-b9f9bea3f1cf906d.js,sha256=nA-nZDn_KO2i2PlwLMwBukcdQaZ6KbUqpmNsv5RuiHs,102878
|
|
1431
1436
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/266.e301071d22592682.js,sha256=iP7r9afOmCfCOErl59zVuDXUrXy3rU1T-l9hMcOeW0o,2226
|
|
1432
1437
|
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-
|
|
1438
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2717-d9200be634dd6766.js,sha256=SbS6r4AWExdpZqE3yrGtDYQjtHjYZ6vB4wBH33iN9m0,65673
|
|
1434
1439
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/29107295-989a0767a635d9d5.js,sha256=uFc2UgaKJ9q_NXBLc5d8rBJfHVQWwr4Vh0F6AcCsVMI,71691
|
|
1435
1440
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3366-526b00bb494c02a4.js,sha256=leJxq83OCMdOKRS4jD6twupK4z9S4MRxTJkzeRT0rOQ,14834
|
|
1436
1441
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3453.992f4b1667e9882c.js,sha256=PYm5SZCBWpX2kOafRCgG3R9I0Wo8KIW6R0jJ_5-XFCI,3524
|
|
1437
1442
|
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-
|
|
1443
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3548-9d26185b3fb663b1.js,sha256=xx2ipxoR4KkLsI9bNqxa_I2iI7LSp5dvuSLR1OSIP_I,10509
|
|
1439
1444
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3763-61b542dafdbf5754.js,sha256=BiC5gwYsOTK2ujPoili3UUfyHlNxgaxWYnUNzZKu174,29258
|
|
1440
1445
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3782-ef4cd4f0b52072d0.js,sha256=JpndL19JSNS_UJ_g5iJIi0NAEvsIzZ4qzMQVOfmIXbo,11763
|
|
1441
1446
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3835.df296b4e4078e985.js,sha256=kD2QFPxjs1XDTi-3diXwSlgCno80VqrgU6OL80IHC6M,30652
|
|
@@ -1458,7 +1463,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/523-be11ad59
|
|
|
1458
1463
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5496.29af09f188750c3a.js,sha256=1y39-d-zSOVEmgNoqv_Eh-UnGN1a1pRo6bQt5pqyzqk,6544
|
|
1459
1464
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5544-d10ee8ec70354aa1.js,sha256=q_csyFuA3liakMpC4uXGLbxAN66qk3DpWMZvvZXhq9k,15145
|
|
1460
1465
|
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-
|
|
1466
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5699-6d708c6b2153ea08.js,sha256=rWMMcH6mj4Af2sNxt40E4Pu4eOE5v7rmzlMTRHxukSU,11575
|
|
1462
1467
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5729.0f2748e9e6dab951.js,sha256=kcbxoOOAieSjZdSqTLl5o_1OaTA4cdH5IEnjSA0RRMc,3490
|
|
1463
1468
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5824.628653557e904674.js,sha256=zuOmz6CGILYNmrxJRyawt4dJA8x-omSDXdMhDgA0H0I,3479
|
|
1464
1469
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5831-2abc4063e887a03e.js,sha256=4ilpZOuP__hf6MoJ1fnxCEktdFmWrWHKCbf0JK4RgEQ,10421
|
|
@@ -1473,13 +1478,13 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6507.d3a1777
|
|
|
1473
1478
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6958.8f39c585d36737a7.js,sha256=K_KQZaTdVvt_1WIBVKO5-_zRDSXTWo2J8BoVKgoyW8U,2766
|
|
1474
1479
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7022-0d52dd8868621fb0.js,sha256=ziOEzKRUDKKY2QXWUo0YtzJd69yDZYcwAxqlv47dMPA,16771
|
|
1475
1480
|
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-
|
|
1481
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7361-8a23dd8360593e7a.js,sha256=NCWihxoATJqVlk4q4DxwiQASaVpyGd_k9Sq3GEWfABQ,22031
|
|
1477
1482
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/739.3d24945544b37e52.js,sha256=0hHH3YUwHMf_QXqImKNGmk0APmITTmotAht-myKuSLY,3506
|
|
1478
1483
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7674-5f8f0882b3411d98.js,sha256=SXkEDjvNXDsdNZxuBLZMgeHlOoc2ipinmXdvUnnXl2E,58572
|
|
1479
1484
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/792.010ca00d79b2112f.js,sha256=iKH6f5zTT86af5rNSQaJbFd_btMzycM5rm71ZqUXlUg,5292
|
|
1480
1485
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7947.77be4bec4d47774e.js,sha256=0O7JEIR4I9ZMro0tjtspP8XH0hfBru4kqcCVTwbAXtE,1129
|
|
1481
1486
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7951.fee8b6c27c9ef777.js,sha256=bOJg3yZIt5XaxFeMBlgt8m54gNxOIpa2H4PxvSZXFP8,1867
|
|
1482
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7966-
|
|
1487
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7966-b9b85ba10667e654.js,sha256=mUecd6ES253i3Qvx6Wg_h7ubnaqXH_0BeIHpb1RYpDk,17776
|
|
1483
1488
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8018.968bf87c390e3312.js,sha256=yjjT2CAwjo6jS3a76rkMq4xZj5vzggw-02DvM13rtEY,4838
|
|
1484
1489
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8095-bdce03896ef9639a.js,sha256=f3k09c86uyP-yFSSeRJ_eGJ9Pi-t0Ijl1CbC-d8LYrc,11376
|
|
1485
1490
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8097.b0345f30a7390c1d.js,sha256=GkbiG31cNdY4JyxfkcWUqIk-wxRu79a553HVwopnrNM,2166
|
|
@@ -1500,7 +1505,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9363.6b811b4
|
|
|
1500
1505
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9437.a3c32f45cf9ef69b.js,sha256=UurJl-fsdUw2nmOjc-nnhyVMkXj8okl6vySDFRzkTwM,1655
|
|
1501
1506
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9440-4069842b90d4b801.js,sha256=OHsh_kpGxISlca_m9_bF3ohQRlygQSKUod41y15Ndi8,33401
|
|
1502
1507
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9566.f8bd24768ed14ecb.js,sha256=pAqGV5kPouj_0KzWBivKGBEFobLIBTSrZKfUkkWW6G0,1963
|
|
1503
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9624-
|
|
1508
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9624-8b8e100079ab69e1.js,sha256=g7o4eBT3tkvdQwPc1N-sYrg8_gz8g4JQEU5w8rPEdf8,11189
|
|
1504
1509
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9633.40e5056ca1e2b22a.js,sha256=l3eB2vxSznwceaADgJcllaCAlPPxbpxZmXJdijIyGS8,3826
|
|
1505
1510
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9785.5ff26cb26d84d6a1.js,sha256=QnustHrope1ywzpuSb1cjyNZVVyAnckRZIjy69i1mw0,1428
|
|
1506
1511
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9832-67896490f6e8a014.js,sha256=NzOPwstDaedac1h_H7lTV0fvpvcOnbzEjRwjPl42TFE,12357
|
|
@@ -1512,26 +1517,26 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/main-70b7815
|
|
|
1512
1517
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js,sha256=AiXrA00CSgO9yQ6mx59WGTZi58Pu6QlpYpiCDlF8u4M,91460
|
|
1513
1518
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/webpack-68c003fb6a175cd7.js,sha256=75cAKGAtn0UGWQoUd8ClfuqeJfW_cIMm95YnaMpSqIg,5566
|
|
1514
1519
|
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-
|
|
1520
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-2a69553d8c6eeb53.js,sha256=QGiFH-byS4DTu3yvyTzyd0zmiJHX4AO-EYrLVjgk7_g,3065891
|
|
1516
1521
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_error-e989623bffcbf724.js,sha256=aXIjJAH8qQYH7p8jGDslEzBUIJz0QqLgGEgyIeCAaF8,3207
|
|
1517
1522
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/block-layout-14f952f66964022f.js,sha256=83aGXofYLSPbRXbGMieHpDnW1nrUglMk3VuqjEIWK0s,5810
|
|
1518
1523
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/compute-010d9ac728f8a517.js,sha256=vWy9M-bYFFHoUxBL1F5UEqEK9rVPkTKOkwI-KitxlVk,74219
|
|
1519
1524
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/files-98df0674eac4ec84.js,sha256=2L0BqRXRiE1YaEMK0hAiilzB_X-Jxk5ly1kigXwvX6Q,8440
|
|
1520
1525
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-data-products-78e8e88f2a757a18.js,sha256=JD-unsIqXwu5WGISkKcR6cG4DznxA0mnHx30UInfe-M,3206
|
|
1521
1526
|
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/manage-
|
|
1527
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/index-4e12783b064c1cfe.js,sha256=EdlRsauzGm5jqRU4lW_UL2MxEBjXsW2DtJ4GOT5rOXU,993
|
|
1528
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage-4bfc84ff07d7656f.js,sha256=LjqZXKcFqgWU4z3c3S9RpwNZWUonFb59WMGhluuw9jc,30470
|
|
1524
1529
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/oauth-30e34ee15d410331.js,sha256=xmC9d4T0oV1f9vpC1w9t-IyrsV6UnRHdIl_OFO5Ub4s,3478
|
|
1525
1530
|
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-
|
|
1531
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipeline-runs-6d183f91a2ff6668.js,sha256=EdpG0-MMG29zQV1x79O2RNd9wafCr2Kuaey3mLo5z34,10166
|
|
1532
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-3591d035bb3bb2b8.js,sha256=mdRN2lx2xPqQ6CHE7Cbo-BaY6rgJU0cBp3y_kKW67gY,26109
|
|
1528
1533
|
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-
|
|
1534
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/sign-in-09414a8b66fb6f06.js,sha256=ayQ6AEsOozkbUdczxUEl23HPsHPQIMGe-XuinVanWRY,10885
|
|
1530
1535
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/templates-05a5312f50db749c.js,sha256=lWVRMBmXaauwbIyANZYeGzcUxbXX7WsO2TaIByW1WDI,5431
|
|
1531
1536
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/terminal-89e1b3e6799378a5.js,sha256=URHDE0SU2aW7VNN7Q5AfuPjR9YHnKvOjcKAhJ4DLp3Q,7398
|
|
1532
1537
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/test-bd51b3918b39329e.js,sha256=0WTVZbrWflW4r1qSnBKUjOBKET4WKDC7icN9_hD0ZP4,375
|
|
1533
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/triggers-
|
|
1534
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/version-control-
|
|
1538
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/triggers-a599c6ac89be8c8d.js,sha256=oiEoj06gAI-u0TqhCxfxnoU2EeSUtoyk9SKa-xZOgjU,15773
|
|
1539
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/version-control-3433c8b22e8342aa.js,sha256=Z9n0_b9TtshFQasC26tdekRmiFOcLpCDzBH-dkVwNN4,61605
|
|
1535
1540
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-data-products/[...slug]-591abd392dc50ed4.js,sha256=vDW2oWf1u2Us0V0HhuCw4fxnag9SAjhW0qATJm2ICi4,1507
|
|
1536
1541
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-hooks/[...slug]-fbc51d79d3196fa2.js,sha256=6bNJjLvygsI8f3sP9TKELfix7xiNLBYwcv9sPXlAw_U,2296
|
|
1537
1542
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/files-f15a685682b1037b.js,sha256=7OtA41Q5nCcc0ji1f5k7OcXcckGAGWAirU-SuxjZsFw,2270
|
|
@@ -1540,30 +1545,30 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage
|
|
|
1540
1545
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/[user]-8bbfa0c19b5e4cb3.js,sha256=E28Q1NN30M3X-5ZV8-HxFFtRzZSNJSY1Sm38wH593JQ,15663
|
|
1541
1546
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/new-d0a403e8920104d2.js,sha256=egwJpEklRRdCMy5oajG7TmoR3rPRbSL3WGTOM3hlTsI,8900
|
|
1542
1547
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]-91a5d6a11e7d4c56.js,sha256=h3jlij4QWjbd-5LhvGlRlv0Vipp6xq5jiuMlLMNc9c4,4457
|
|
1543
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-
|
|
1548
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-38e1fbcfbfc1014e.js,sha256=yYByZDL-GXL_U-rbWkVQq5jufv0TMB6JmEDCK_69Bvc,13881
|
|
1544
1549
|
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-
|
|
1550
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-b645a6d13ab9fe3a.js,sha256=GAZhqjzObbLeTozQH4R-lin1SQTqJSiEGUyC8UuU1Oc,426787
|
|
1546
1551
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-3f5c14076ddde20e.js,sha256=WWWvkQT03cpZnMlOdcdHt7n-Fr4TRQeeSwG83H3iGks,34226
|
|
1547
1552
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors-7acc7afc00df17c2.js,sha256=VkdJkpwPr4TvKG5WOKUuPQiidABW9GlLUvUcprakXF8,12543
|
|
1548
1553
|
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-
|
|
1554
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/settings-59aca25a5b1d3998.js,sha256=mXc5ne2y5qREDILG1cy5a5JDnim869l7K55nD4zFarA,17263
|
|
1550
1555
|
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]/backfills/[...slug]-
|
|
1556
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-4612d15a65c35912.js,sha256=U4ttKXnmF_1BbWZgvml1ngqHskQ0wZlV7zMbTC1Ituo,25219
|
|
1557
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-7181b086c93784d2.js,sha256=TMDy1hhqmETQ4q0OL04lvvAujRiuJQ__ofRjTlVYLFo,34319
|
|
1553
1558
|
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
1559
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-1ed9045b2f1dfd65.js,sha256=wGcagnZ39yfcbUDuW1T5c7w491V0AxLf2vrW-6bFvV0,17030
|
|
1555
1560
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-1417ad1c821d720a.js,sha256=bBf4CghueTnkTryGkVYtw6vr-uzQSfuwwmlS3ZyS2p0,18451
|
|
1556
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-
|
|
1561
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-eb11c5390c982b49.js,sha256=7vfr5VPBaQFcoOHLoo1g22RkI3YGWdoUcsVYH-ggicc,25354
|
|
1557
1562
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/platform/global-hooks-c916c778b0764634.js,sha256=8U1JkoCbTS1JhrYB54pusJRMYoV7UHYVBIXpce9WxcM,5799
|
|
1558
1563
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/platform/global-hooks/[...slug]-e187f4c2b4eccd00.js,sha256=wDFo52b3-6nZfZicRe2WV1Cgnl1V4Jkg_OWX6tkh0a4,2321
|
|
1559
1564
|
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-
|
|
1565
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/preferences-32985f3f7c7dd3ab.js,sha256=IRDCIslEdzWafxmGeRtQW451cwnByh2hhpcsCge3ELk,10418
|
|
1566
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/settings-c2e9ef989c8bfa73.js,sha256=ABNo-bCMb2ZbXPsc6OoKmA1B9_cAyefScy4GqzFbQ54,5897
|
|
1562
1567
|
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-
|
|
1568
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-349af617d05f001b.js,sha256=Xt_38QNv5s9zRupz-rfU_4LHsMhhpf4rVA3k6VAzG5k,10378
|
|
1564
1569
|
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-
|
|
1570
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/sync-data-60d01d3887e31136.js,sha256=8ww2Nvj5pyJBVJzVgfW7sxmbk9jtOpjtUrzcujz-J_I,12736
|
|
1571
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/users-a4db8710f703c729.js,sha256=zsTSXcWT_cjm2sGYpX01KCEUHxiNKxM9xCQgMGnPoMM,2676
|
|
1567
1572
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/permissions/[...slug]-47b64ced27c24985.js,sha256=1i7jF9RSqMhWu3_HCT7p0M-4CgD1JJKbaiWgnwIlPXY,824
|
|
1568
1573
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/roles/[...slug]-379e1ee292504842.js,sha256=cmMDNHRXTW6FNR5dPXjocpVhl7Nw58qOJBpie0yvsks,819
|
|
1569
1574
|
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 +1611,8 @@ mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoM
|
|
|
1606
1611
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-SemiBoldItalic.ttf,sha256=4xNDNrikIhglWYAoOlb2LjyYeDo5Gh0G52A72papgR4,93940
|
|
1607
1612
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-Thin.ttf,sha256=zlgstcLhG4408Fo8JS7sZRC6Mt2XftUXpop3Ja8FywI,87872
|
|
1608
1613
|
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=
|
|
1614
|
+
mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html,sha256=lJBsnI9aGzS5mvdqvEzSCp3tSCasjO-6JsxRUyFZncg,11039
|
|
1615
|
+
mage_ai/server/frontend_dist_base_path_template/global-hooks/[...slug].html,sha256=MtH8wN2I7_qyXs8zh7lnAxsCHSs9EJo7TFJh2gOe6i8,10791
|
|
1611
1616
|
mage_ai/server/frontend_dist_base_path_template/images/backfill.jpg,sha256=0cUfwkvBISDC9yXxiDV7o2RPqKI_9OIydX90gw54azk,4404
|
|
1612
1617
|
mage_ai/server/frontend_dist_base_path_template/images/banner-shape-purple-peach.jpg,sha256=b6fpPLZfxxm7hiWf6Ci1Dv01P3d68k0eK_uu4v43Vss,4854
|
|
1613
1618
|
mage_ai/server/frontend_dist_base_path_template/images/dashboard-api-key.webp,sha256=5IwOoTLp3RKDrHVQsdCADoQkjcTbh5MTZGqlgyqcXNk,57024
|
|
@@ -1618,11 +1623,11 @@ mage_ai/server/frontend_dist_base_path_template/images/blocks/grey_block.webp,sh
|
|
|
1618
1623
|
mage_ai/server/frontend_dist_base_path_template/images/extensions/dbt/logo.png,sha256=-ssfqyt73pSkqsA_UBfYf2U2h2P62yr6fCe5SIwBurc,6001
|
|
1619
1624
|
mage_ai/server/frontend_dist_base_path_template/images/extensions/great_expectations/logo.png,sha256=RK76yAE_SHMHiFxf2aq-Ox00Gw6Khap9CCkdT7ucfQw,22785
|
|
1620
1625
|
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=
|
|
1626
|
+
mage_ai/server/frontend_dist_base_path_template/manage/files.html,sha256=ByiPod7CsFq4DGXMFvSDc1NLbgBedNApRE8TRVNPv3U,10780
|
|
1627
|
+
mage_ai/server/frontend_dist_base_path_template/manage/settings.html,sha256=SvdoJABGEJBgIH1dK8rXbFKF5aIqva0Z6DJevaCfaKc,10786
|
|
1628
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users.html,sha256=1KRYjKNrCGy5hTUeDmvF-OWPY0wxnQMhJjjhRS3cbR0,10780
|
|
1629
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html,sha256=wpw-x-1WmmNnvzCoa1_0PDay2eyGrlP_V1T_K7cHxxA,10808
|
|
1630
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users/new.html,sha256=rfbu4KY1cOR18Cn7Z5v5ubt_0IWg9b7TvZa0WcRyzBs,10788
|
|
1626
1631
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/loader.js,sha256=-g736o6tNxP1uWgDa4GNMLu0cVw5rpd9iv_JkFqjJYg,30051
|
|
1627
1632
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf,sha256=izSevKNd2mT7WHZYsm4XzDTGwdk0_FCb7wRObtuJ20k,73624
|
|
1628
1633
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.de.js,sha256=f6eZPSfW6q0TZXRHJH9Ot3KDmzXRrnAwUrGz6zTWa5c,869
|
|
@@ -1736,38 +1741,38 @@ mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/js
|
|
|
1736
1741
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/json/jsonWorker.js,sha256=zgcNdzxOPbIH9mjg7oUxO3FHBwTvv9EQRMOKQWdjLF4,128871
|
|
1737
1742
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/typescript/tsMode.js,sha256=GL-DBXaHEUZHBE6SZA_HY0m326feu9NjFduSIp_6o8o,23674
|
|
1738
1743
|
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=
|
|
1744
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html,sha256=rhIM49IC57Uuiq2i65aQqRi_Q1v_guUysJfJfGQykfI,8860
|
|
1745
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html,sha256=kjOnUsHvLCkbdw2oiwNk0MtdVl5bCii39J9x1c4mpuM,10821
|
|
1746
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html,sha256=NFzH6pRwKDiqUlAfzTPW7RVpay6k8MFKSxpia70btds,11751
|
|
1747
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html,sha256=V7YCJeYeWohpZSTY_eYtIBbaVP4_PNJPxSUHWg3XYuU,10520
|
|
1748
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html,sha256=rnZV32M1mY-TYj-KtpfETMu5-qO9TKUHTZn9Nigm_ls,10927
|
|
1749
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html,sha256=ug-VPMyyZh74WS218GIEbwNFZ8o1Z5EiFFIoDBke9ug,11166
|
|
1750
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html,sha256=dacoNN7Vj12LNOp4HyFYkPORlo-3ZndbKQY28fmas3g,11043
|
|
1751
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html,sha256=DDzZYU6El7BawzyLzZKdWFzqhcbAWUdYmNV6ETESalE,10819
|
|
1752
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html,sha256=iotQ9iTujSjVNPdX_NG8Z884EFJFVksxF9QV8NLcTn8,10813
|
|
1753
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html,sha256=wQ8IFPZu5s55eHnZNJjpFOPdKxICUlRxQ5QcllJCq6Q,11513
|
|
1754
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html,sha256=z3-EKlRO12ohTVCeIHjr-dPUrZgtsbMcMFYofg4lYvk,11179
|
|
1755
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html,sha256=SMwDSc0Wq8VkY4XPqwbBw6RE0dhaJucSjhAxLU8fjIs,11072
|
|
1756
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html,sha256=qJYTmI0pMvypurmzBozKF9BTNmDxqyFMOO3e1ZiT_XE,11314
|
|
1757
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html,sha256=UKqoKqhLkKyOeWHGRqKYMg6_2TNCnsJs0wx6e48ySOM,11423
|
|
1758
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html,sha256=YGXK8iylFsC0wL2bhAF9npoKUBqhBmNBp7-o8KlB_9k,11407
|
|
1759
|
+
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks.html,sha256=O9e-ibVryDZcxXqR0JnQymUfRgHNE8TKYC5wXijZZVg,10809
|
|
1760
|
+
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks/[...slug].html,sha256=HGidabHOWlRA4ZqB8pffIR7sx7MJe0aemipPlnV8v-k,10809
|
|
1761
|
+
mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html,sha256=66nl__PM05qNEWP9T4NDbceyLXLQGkqIJTyTiUO-joQ,10918
|
|
1762
|
+
mage_ai/server/frontend_dist_base_path_template/settings/platform/preferences.html,sha256=pBrZ_qWZu1jNt0U9lLkrp7cKKuos1f6-O5ZUi3xzqm8,10812
|
|
1763
|
+
mage_ai/server/frontend_dist_base_path_template/settings/platform/settings.html,sha256=NELswwunhblFjdV4UUDdy4EyJ2j9zTpngXASV4CywIA,10806
|
|
1764
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html,sha256=DHTuCSOkM5Fgab6vVgSIsaEOxWzXKZYK7-u-hJNATYQ,10933
|
|
1765
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html,sha256=tJqcanSo1cmyhstXZQaKMqc80DrIqEs5B6_TbRN02Qg,10814
|
|
1766
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html,sha256=P4mXVXw1uRDPA83IXFVIolM2aHCQht0j4GN2Bonwv7I,10915
|
|
1767
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html,sha256=LSLXRmRwk1hEIpaCWXyMX93dWmVgXjbWXQ0WRaX9AKk,10810
|
|
1768
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html,sha256=bFghuIMJYLuUcZBxJ6fUDeCbtoyg155PGRuZZRYFA8M,10915
|
|
1769
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html,sha256=sUJNOP7bmDT9DhWw2U4xQqguIlmliESNtUdWDZ4lNeE,10960
|
|
1770
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html,sha256=I4rmq6HnJEP4QaU7IbhC6sBnZganMQZr4nT0dg6jfLE,10942
|
|
1771
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html,sha256=6gR_85cAfIcByi75A8Qde1gmbBxFwdUoHMgCT4Yg-ek,10942
|
|
1772
|
+
mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html,sha256=4DhEWMKPHDxL9SchknqGqvNluXLoVg1ifDmzfy_mY2Y,10785
|
|
1768
1773
|
mage_ai/server/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1769
1774
|
mage_ai/server/utils/frontend_renderer.py,sha256=W3zAlyaF34pX8S9Xvofhu35gETqLBRjj_rET_f3lQ14,3331
|
|
1770
|
-
mage_ai/server/utils/output_display.py,sha256=
|
|
1775
|
+
mage_ai/server/utils/output_display.py,sha256=pUC3__Z8MsuotJWPs6fOiTLfZQWic6rDrohpvTcis-w,17506
|
|
1771
1776
|
mage_ai/server/websockets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1772
1777
|
mage_ai/server/websockets/base.py,sha256=8shnaofQy79KARksQHM42LqKTWmiocGLfuPVZOCcJs4,1834
|
|
1773
1778
|
mage_ai/server/websockets/constants.py,sha256=TtnG_kK9oJqITjDIzkjiUh4fzOJwEFaZ-eyS0hIs1Q0,195
|
|
@@ -1785,7 +1790,7 @@ mage_ai/services/airbyte/server.py,sha256=3n1u22rIMfgQKYESAGDr1Iv7aGoWDZUuzicao1
|
|
|
1785
1790
|
mage_ai/services/aws/__init__.py,sha256=uyGybNgeW6znFP1s5IOwimb0vEDmpjUTcXKEyI0oi3I,2379
|
|
1786
1791
|
mage_ai/services/aws/ecs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1787
1792
|
mage_ai/services/aws/ecs/config.py,sha256=ntVFoyaSpjhEJz3k09nEqCCXPap3kueWYJ7Xl1H8Ljc,3721
|
|
1788
|
-
mage_ai/services/aws/ecs/ecs.py,sha256=
|
|
1793
|
+
mage_ai/services/aws/ecs/ecs.py,sha256=nu7iKxxBu5Zrg4KcwH9ghGezKKEVFJrwV0u7p7LOSGE,2613
|
|
1789
1794
|
mage_ai/services/aws/emr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1790
1795
|
mage_ai/services/aws/emr/config.py,sha256=HjgJIBD6a7m09x-gG3beNLpCPiFe_uoSMY3-9lAAX9U,4827
|
|
1791
1796
|
mage_ai/services/aws/emr/constants.py,sha256=W1LYYl8SNFPna2EPsJDrVjwqoYR4MgDy0WPi75xpN4o,63
|
|
@@ -1836,9 +1841,10 @@ mage_ai/services/hightouch/config.py,sha256=gHJfpU46_O3QV9Cd7wHoMa6bYn7U4Lpw1s21
|
|
|
1836
1841
|
mage_ai/services/hightouch/constants.py,sha256=ntzEvWjcaEBXy2l7IAXwJOOVqKj04LOV8vQ_FgwbiH4,529
|
|
1837
1842
|
mage_ai/services/hightouch/hightouch.py,sha256=NCr13g05CQeoB2xR91N-uRTQDXiP-NOoIzFMmdg2Y7E,3706
|
|
1838
1843
|
mage_ai/services/k8s/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1839
|
-
mage_ai/services/k8s/config.py,sha256=
|
|
1844
|
+
mage_ai/services/k8s/config.py,sha256=hC-j2PV7lmbm6gAGIhDLTFWI3nSVNi1Wt2IGYjMIuEU,4546
|
|
1840
1845
|
mage_ai/services/k8s/constants.py,sha256=k96cGdgFZK4fYHUOegXzyYk1vJ6Zf1vP0jEAzpWDoQs,426
|
|
1841
1846
|
mage_ai/services/k8s/job_manager.py,sha256=cEQlKol54KT1hpjkE-CeZlnDere27gHgputPOVT2Njs,12423
|
|
1847
|
+
mage_ai/services/k8s/utils.py,sha256=J72Z7AbgAAiAVW3OBHRqo1qitPK3MLSuwyzuhoTrn54,3468
|
|
1842
1848
|
mage_ai/services/metaplane/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1843
1849
|
mage_ai/services/metaplane/config.py,sha256=heVU168JlVd0i4_C5k2YBT66io8GP003I7DW0dHQ0B0,211
|
|
1844
1850
|
mage_ai/services/metaplane/metaplane.py,sha256=TU3qR0Grk5aWWtV7jH3E2QGpkK2p3tAf4o_mxYZni-o,4594
|
|
@@ -1899,10 +1905,10 @@ mage_ai/settings/backends.py,sha256=HBiX6UbNGH5Z9p0OihRk9fzJcbhVuDlc5W62PVp8_C8,
|
|
|
1899
1905
|
mage_ai/settings/constants.py,sha256=iEGrZXx1peumWVNgwkKZ5r5ZE3u-8LsBqj9Ve99w42s,81
|
|
1900
1906
|
mage_ai/settings/repo.py,sha256=IoEreWPJ8UfxdXGZI5WIhWcfKhSGH1prh7aV4ZoY3jQ,7577
|
|
1901
1907
|
mage_ai/settings/secret_generation.py,sha256=YYVnO_lt3FEg5tSxkVy5KQlaGehmecvri2o3HEMmPEU,191
|
|
1902
|
-
mage_ai/settings/server.py,sha256=
|
|
1908
|
+
mage_ai/settings/server.py,sha256=EeYdlDAOpt1siLZ_C-KnO00CHyQe8d9-uZWnOgiWX6o,6597
|
|
1903
1909
|
mage_ai/settings/utils.py,sha256=Ufi3F5z4vZ3FaK8242zlcZWCdc2bWl2-t1ISo9iTm2g,310
|
|
1904
1910
|
mage_ai/settings/keys/__init__.py,sha256=nu7jPI1n0xMql3ud3zCPMJIKYtSLE-IaxKN5aMhXjiE,61
|
|
1905
|
-
mage_ai/settings/keys/auth.py,sha256=
|
|
1911
|
+
mage_ai/settings/keys/auth.py,sha256=aQtiVDMVZ8T5A_z_sJRMl_-sxioy3bIqK8YvLnAWu6A,2401
|
|
1906
1912
|
mage_ai/settings/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1907
1913
|
mage_ai/settings/models/configuration_option.py,sha256=ywSxe0hY4WApPZvBnaP-kGb48pjPYa845_eFnQY8CBs,6936
|
|
1908
1914
|
mage_ai/settings/platform/__init__.py,sha256=xku8KKlyo04V5IS1b_TwWNidFeJH7nmXLUqyUuYN730,14993
|
|
@@ -1927,7 +1933,7 @@ mage_ai/shared/logger.py,sha256=V68UszGZS8omRBTW3UogQRuRHdCRQ0v54ThkpVos0uM,5620
|
|
|
1927
1933
|
mage_ai/shared/memory.py,sha256=02h0ryXrRCh7qmCo7pW312g1pARVC1j77zS9VWJtq8M,2656
|
|
1928
1934
|
mage_ai/shared/models.py,sha256=iT-F8hGrAUhW5DKdwkMLcGlw63MmUyP2xJqz4h1M6kI,8529
|
|
1929
1935
|
mage_ai/shared/multi.py,sha256=lWzkueWt3RjMNhIykkGCj_iF6jRhOmzO2lS1tfPhF_E,1315
|
|
1930
|
-
mage_ai/shared/parsers.py,sha256=
|
|
1936
|
+
mage_ai/shared/parsers.py,sha256=QOtxmWSYCV43SYNtyfh3oeCgJ6OqjxUpeQmm4CTB5Fo,3142
|
|
1931
1937
|
mage_ai/shared/path_fixer.py,sha256=YpFTGck33fJwytHX-CNPOi3a2tF0KSgayi9p9iBoeG8,5231
|
|
1932
1938
|
mage_ai/shared/requests.py,sha256=FQWaivzmtnlZyKRvemvGUDUmn4j5esyA0gudi7ahyeg,821
|
|
1933
1939
|
mage_ai/shared/retry.py,sha256=5NgaChg9Vs2nU2QoD7oAAaJ87aqi79OV0kuDIH6fd2M,2204
|
|
@@ -1963,8 +1969,8 @@ mage_ai/streaming/sources/azure_event_hub.py,sha256=xm9On9qE2yNBVnJNMPE6SrZYnmp3
|
|
|
1963
1969
|
mage_ai/streaming/sources/base.py,sha256=E6Y93bMjTb4ntc0ib6_ZOI3UnokR-3XqCngqgu8aZHI,2796
|
|
1964
1970
|
mage_ai/streaming/sources/base_python.py,sha256=WVOMhzgqktvqkTLGICh5LN1gyOAG0tix_qLZYvZ50nk,837
|
|
1965
1971
|
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=
|
|
1972
|
+
mage_ai/streaming/sources/influxdb.py,sha256=TzSKynjSneNYxqI6va0LKJFMxduzKJfkOUL_Nj6EDqc,8247
|
|
1973
|
+
mage_ai/streaming/sources/kafka.py,sha256=HL7OweX4NE1ENm9rLwqtUeFmWi2s65KjHiKrmXBLAsE,11526
|
|
1968
1974
|
mage_ai/streaming/sources/kinesis.py,sha256=KisyHYYSW4oE1cROHjea2sma2FWC6B657-q_pEB0UWE,3950
|
|
1969
1975
|
mage_ai/streaming/sources/mongodb.py,sha256=qg82im_KCB33JZthiRdnf8LxCsFDizp725HNo55ZmVM,2567
|
|
1970
1976
|
mage_ai/streaming/sources/nats_js.py,sha256=xKCjpVUowJXqiVq1aOD5eUkq6BXyD-LyG_H3gF3HhhE,8458
|
|
@@ -1983,7 +1989,7 @@ mage_ai/tests/api/test_utils.py,sha256=rf69bwvVzoNCNoZpwxJAp2EKUtg9o1lrJSdaH7BT3
|
|
|
1983
1989
|
mage_ai/tests/api/test_views.py,sha256=kIDFsCbf_aVdBI51zd1Llhck7G1QKHS48QoHoSsaN2w,10092
|
|
1984
1990
|
mage_ai/tests/api/utils.py,sha256=SzBTbXbDsLMf36lD6wHQVahjr0cEm3A2x-NUgawwnSA,131
|
|
1985
1991
|
mage_ai/tests/api/endpoints/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1986
|
-
mage_ai/tests/api/endpoints/mixins.py,sha256=
|
|
1992
|
+
mage_ai/tests/api/endpoints/mixins.py,sha256=FvU_9Ui2Kj8vTuK4y_XLp_uwRgwoymr8N1WuXsl6AUI,46846
|
|
1987
1993
|
mage_ai/tests/api/endpoints/test_block_outputs.py,sha256=Gc8WJsl9wjYHWV5V6CLkdDxeYK-U-DXHAXgEWz6tU_4,474
|
|
1988
1994
|
mage_ai/tests/api/endpoints/test_block_runs.py,sha256=rsBmKn89Jgu68NXO1r5O0gDxQ3pseIoVsvz1KfcU7qY,1228
|
|
1989
1995
|
mage_ai/tests/api/endpoints/test_blocks.py,sha256=pI7Vkb6iUE0fTuWVeRlexTFNSn7AhpTODvfgLT9cDdM,6037
|
|
@@ -2006,6 +2012,7 @@ mage_ai/tests/api/endpoints/test_role_permissions.py,sha256=JRVWG-2yiAT1WHEiej1b
|
|
|
2006
2012
|
mage_ai/tests/api/endpoints/test_roles.py,sha256=6DobbKpGsPetU3xhlJD0GCa7eia7THO4XaO-mr-YDVY,7026
|
|
2007
2013
|
mage_ai/tests/api/endpoints/test_schedulers.py,sha256=qiFXnukQkFm-jO1A2UQ3yfHll_uUSxcfkuy0lGDcXfg,933
|
|
2008
2014
|
mage_ai/tests/api/endpoints/test_secrets.py,sha256=x7drkQmoqrB0Ha_3zJBotyIqWii8TohYr6mAbzmc5sE,1711
|
|
2015
|
+
mage_ai/tests/api/endpoints/test_seeds.py,sha256=OL70f8LuwiyrTovQ4R6W54j8CFdYBWP6V4bOHlZYCa8,671
|
|
2009
2016
|
mage_ai/tests/api/endpoints/test_statuses.py,sha256=5X8z7sd8tnpMI12mc_rdTbEdXkqqWwmLGcNkvESiopM,3842
|
|
2010
2017
|
mage_ai/tests/api/endpoints/test_user_roles.py,sha256=H8UhY8-7GCwzM-AapQFwktDlX4PTRkCPibLbVx-kg34,1494
|
|
2011
2018
|
mage_ai/tests/api/endpoints/test_variables.py,sha256=yweVbUNJvcpkLROl-y7GUxqEUYJw88S1YZ9zRYVMadc,3374
|
|
@@ -2015,11 +2022,11 @@ mage_ai/tests/api/operations/test_base.py,sha256=PlrzS_F_JJQWH8x0s5T9Tu8-l2PTWe7
|
|
|
2015
2022
|
mage_ai/tests/api/operations/test_operations.py,sha256=AdxCi6Qp3WZKQ4Dzoom6IqY0tpgCH5_mFj70JtfMbRQ,1765
|
|
2016
2023
|
mage_ai/tests/api/operations/test_operations_with_hooks.py,sha256=8FGdoUYY_zFNhE1uTbZyhEVv5XZbLvYuaBooqOAYtD4,24084
|
|
2017
2024
|
mage_ai/tests/api/operations/test_pipeline_schedules.py,sha256=0tqa5IQDHUfoAhTVoX590LHeNbALR_QkORjM0TFg-98,4963
|
|
2018
|
-
mage_ai/tests/api/operations/test_sessions.py,sha256=
|
|
2025
|
+
mage_ai/tests/api/operations/test_sessions.py,sha256=H7u7CDCToEe2OCVW-8mjWmXm5bspeFBKflMuDH-P7do,9368
|
|
2019
2026
|
mage_ai/tests/api/operations/test_syncs.py,sha256=wIzJVMov-l7kvPgDpkzhrq7IshOkZpmGvVozaubaEUc,3574
|
|
2020
2027
|
mage_ai/tests/api/operations/test_users.py,sha256=EJiDn3d0ivkUMj2Z8gRJz0U327-QWFNNq9i-Nm5gnTI,4157
|
|
2021
2028
|
mage_ai/tests/api/operations/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2022
|
-
mage_ai/tests/api/operations/base/mixins.py,sha256=
|
|
2029
|
+
mage_ai/tests/api/operations/base/mixins.py,sha256=1Fy9BYAWUGyVSD2VNpNB2t0N4C1-Unhm-VW4z-jOClQ,11583
|
|
2023
2030
|
mage_ai/tests/api/operations/base/test_base.py,sha256=IrAxN_OQDCbV6293ZQNhuZkLR3piP5mLulDPqRGPnT8,1237
|
|
2024
2031
|
mage_ai/tests/api/operations/base/test_base_with_user_authentication.py,sha256=9UrQxnmrrmlGiYwemp2gua4aWf2fJzUultKxCMiDKP8,1303
|
|
2025
2032
|
mage_ai/tests/api/operations/base/test_base_with_user_permissions.py,sha256=cKt2kne97dZ9u1xgWZ3vGEQIeXZmd38bz5onphP8zBQ,2804
|
|
@@ -2037,13 +2044,14 @@ mage_ai/tests/api/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
|
|
|
2037
2044
|
mage_ai/tests/api/resources/test_base_resource.py,sha256=Sm1iyDr5FEhNwMRovJV69a1lsOwBzZbSSkpMWQXUv5c,11573
|
|
2038
2045
|
mage_ai/tests/api/resources/test_database_resource.py,sha256=YyGP-Ibl27mnugZtcXoInu1Nz7cTMdIMPTCaj5uj2BA,7031
|
|
2039
2046
|
mage_ai/tests/api/resources/test_generic_resource.py,sha256=AVI-_CBiIgT4cpoYsVQj7WzVURSTWN8zGX1MfGonPG4,372
|
|
2040
|
-
mage_ai/tests/api/resources/test_pipeline_resource.py,sha256=
|
|
2047
|
+
mage_ai/tests/api/resources/test_pipeline_resource.py,sha256=slW8gcqFKF2QfRtvm7qXc3nrw2Agvqx_uYIZVaXgj2M,13872
|
|
2041
2048
|
mage_ai/tests/api/resources/test_resource.py,sha256=TjeSqVbu8ainyfilUPxbPBd_BeU82AgOpHyDynSIZzg,846
|
|
2042
2049
|
mage_ai/tests/authentication/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2043
2050
|
mage_ai/tests/authentication/oauth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2044
|
-
mage_ai/tests/authentication/oauth/test_utils.py,sha256=
|
|
2051
|
+
mage_ai/tests/authentication/oauth/test_utils.py,sha256=_ADESi7Eu44_8xfmj-yIHD4jda-l2kzARCtxR9kf1Wg,3677
|
|
2045
2052
|
mage_ai/tests/authentication/providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2046
2053
|
mage_ai/tests/authentication/providers/test_active_directory.py,sha256=QYnyNK83S1yS-lPW9mGffTp5rjyYYfxFcbMoJ1Dv1jw,6358
|
|
2054
|
+
mage_ai/tests/authentication/providers/test_okta.py,sha256=7NIekx6L_SCmyj__RSbhwCQu2v6fyQqK3sWhdEkDfE0,1681
|
|
2047
2055
|
mage_ai/tests/cache/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2048
2056
|
mage_ai/tests/cache/test_pipeline_cache.py,sha256=HNaIjwUZYbmvakupInVEgSoLarLgsQg-hHoY6UiyWXc,6782
|
|
2049
2057
|
mage_ai/tests/cluster_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2093,7 +2101,7 @@ mage_ai/tests/data_preparation/models/test_pipeline.py,sha256=E4srZ7CtS_JG-PPCW5
|
|
|
2093
2101
|
mage_ai/tests/data_preparation/models/test_project.py,sha256=1aDI3r0XT9hCHnS3ed_XdW0hfrA-HJqdnMev1e6y_3k,8126
|
|
2094
2102
|
mage_ai/tests/data_preparation/models/test_variable.py,sha256=QLTf1Hq6-WX1CYI5rPOm0z93OKF_t7bsXZqJkP8QqE4,6723
|
|
2095
2103
|
mage_ai/tests/data_preparation/models/block/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2096
|
-
mage_ai/tests/data_preparation/models/block/test_global_data_product.py,sha256=
|
|
2104
|
+
mage_ai/tests/data_preparation/models/block/test_global_data_product.py,sha256=gUBfv2z9TpPp6OqmSW5oRN6yFZnpgVHKyErYTyuxKsU,2769
|
|
2097
2105
|
mage_ai/tests/data_preparation/models/block/test_sql.py,sha256=LcTkzHVoQGitCouea9cmlKCXkXSP1I7_TLQ2QbgJ3kA,2558
|
|
2098
2106
|
mage_ai/tests/data_preparation/models/block/test_utils.py,sha256=yqvjaLPLX8zsgJ52ABnV7KJeVy6mUKJoMC8_NgB_Sow,7736
|
|
2099
2107
|
mage_ai/tests/data_preparation/models/block/dbt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2148,21 +2156,21 @@ mage_ai/tests/orchestration/test_pipeline_scheduler_project_platform.py,sha256=n
|
|
|
2148
2156
|
mage_ai/tests/orchestration/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2149
2157
|
mage_ai/tests/orchestration/db/test_utils.py,sha256=-x13Eh4inQOgwtu5e8WJOzLHjBLjhW3XZXD-37cU7l0,821
|
|
2150
2158
|
mage_ai/tests/orchestration/db/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2151
|
-
mage_ai/tests/orchestration/db/models/test_oauth.py,sha256=
|
|
2159
|
+
mage_ai/tests/orchestration/db/models/test_oauth.py,sha256=f9qUnc5KJoVAVYImYAmDEwaG-XEuKXlp4Gk_xVmijkU,1552
|
|
2152
2160
|
mage_ai/tests/orchestration/db/models/test_schedules.py,sha256=JbFQ5sZaVgAaonfGhhy1sYgsybWDcZBRVMCWKG4N-Lc,71994
|
|
2153
2161
|
mage_ai/tests/orchestration/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2154
2162
|
mage_ai/tests/orchestration/notification/constants.py,sha256=x1ScqchOupAhgy2LPCJFr9e6iwlZa2kuqYBibH5ZiNc,1659
|
|
2155
2163
|
mage_ai/tests/orchestration/notification/test_config.py,sha256=-CIG6WMiDLRNTZujwamSy71ee28c65YumMzqqzjZ6Gs,2514
|
|
2156
2164
|
mage_ai/tests/orchestration/notification/test_sender.py,sha256=pvK4SZMvduJiKD7d3Uxe8JHwSPTS48dRHwjTDKiICvo,8016
|
|
2157
2165
|
mage_ai/tests/orchestration/queue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2158
|
-
mage_ai/tests/orchestration/queue/test_process_queue.py,sha256=
|
|
2166
|
+
mage_ai/tests/orchestration/queue/test_process_queue.py,sha256=HEN7CAPgABJTqRc9zFIzIIhAbyhItkTLcvJj2q0eBDE,2543
|
|
2159
2167
|
mage_ai/tests/orchestration/triggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2160
2168
|
mage_ai/tests/orchestration/triggers/test_event_trigger.py,sha256=VgRiKPhn5dqDfZ33baXqL1RKRhceJCmKO48Hb2RuI38,461
|
|
2161
|
-
mage_ai/tests/orchestration/triggers/test_global_data_product.py,sha256=
|
|
2169
|
+
mage_ai/tests/orchestration/triggers/test_global_data_product.py,sha256=UF_Ma-pzYmcQmmsD5AESkht1OL2CrLNR3eUnBSCzCWk,14014
|
|
2162
2170
|
mage_ai/tests/orchestration/triggers/test_loop_time_trigger.py,sha256=KeOOObB6dp-AlWuAqIv5mkKFi1eWkbf2dWFfYj9uVng,541
|
|
2163
2171
|
mage_ai/tests/orchestration/triggers/test_utils.py,sha256=0d9VGIflb5ot109gDmzRFf6GoVIsyudTnHjsRoUr-j4,4022
|
|
2164
2172
|
mage_ai/tests/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2165
|
-
mage_ai/tests/server/test_server.py,sha256=
|
|
2173
|
+
mage_ai/tests/server/test_server.py,sha256=RILHFteXnvW0KO-v7zh1JvteueZADgaJj_cR0Xdj8t0,7397
|
|
2166
2174
|
mage_ai/tests/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2167
2175
|
mage_ai/tests/services/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2168
2176
|
mage_ai/tests/services/aws/ecs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2175,7 +2183,7 @@ mage_ai/tests/services/email/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
|
|
|
2175
2183
|
mage_ai/tests/services/email/test_email.py,sha256=Rz9I0smkq_ZDDHW-1mXYqRu7ghz_UBNQ7OITTTAz2iU,2895
|
|
2176
2184
|
mage_ai/tests/services/k8s/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2177
2185
|
mage_ai/tests/services/k8s/test_config.py,sha256=JjLgMIrm0NQfub79olqDfByVyFQWun1UeYVFE8w-pr0,4362
|
|
2178
|
-
mage_ai/tests/services/k8s/test_job_manager.py,sha256=
|
|
2186
|
+
mage_ai/tests/services/k8s/test_job_manager.py,sha256=3FymmfLX-vyonw8udLI84NDyMf4jY4dE5hdLMN8jc4w,18092
|
|
2179
2187
|
mage_ai/tests/services/spark/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2180
2188
|
mage_ai/tests/services/spark/test_spark.py,sha256=vQtRqqiABRY5WKw9T8jSS4VWS35gwBoAr2CEI3nHEEw,2054
|
|
2181
2189
|
mage_ai/tests/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2234,12 +2242,12 @@ mage_ai/utils/code.py,sha256=TZsmCGh0GRIYzmiNiiATJJiWaOmyV24nqJBlylQm8yA,2448
|
|
|
2234
2242
|
mage_ai/utils/logger/__init__.py,sha256=o-e5hogCtTW0caELRmvMbeaztks5hwPO7xYUggx2hAQ,2518
|
|
2235
2243
|
mage_ai/utils/logger/constants.py,sha256=k0Lnkz4X36AhSEGvKb5K2sI1iDacv2jXav8AC4JWPD0,271
|
|
2236
2244
|
mage_ai/version_control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2237
|
-
mage_ai/version_control/models.py,sha256=
|
|
2245
|
+
mage_ai/version_control/models.py,sha256=synqylfkRPVl_E6dl_1yWiYk2t_KO14nlFpB3RPfKbk,22904
|
|
2238
2246
|
mage_ai/version_control/branch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2239
|
-
mage_ai/version_control/branch/utils.py,sha256=
|
|
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.
|
|
2247
|
+
mage_ai/version_control/branch/utils.py,sha256=tscNg2-sLqVR-YEqET4t9HiPTZ_IW1xN-435v3fmSN8,7302
|
|
2248
|
+
mage_ai-0.9.70.dist-info/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
|
|
2249
|
+
mage_ai-0.9.70.dist-info/METADATA,sha256=0ewYJ_-tAXbXtv-OCo7kOhf07B1MAj9zyZLvm4BhxlM,22982
|
|
2250
|
+
mage_ai-0.9.70.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
2251
|
+
mage_ai-0.9.70.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
|
|
2252
|
+
mage_ai-0.9.70.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
|
|
2253
|
+
mage_ai-0.9.70.dist-info/RECORD,,
|