mage-ai 0.9.66__py3-none-any.whl → 0.9.68__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/monitors/BaseMonitor.py +1 -2
- mage_ai/api/policies/PipelinePolicy.py +2 -0
- mage_ai/api/resources/BlockLayoutItemResource.py +2 -2
- mage_ai/api/resources/BlockResource.py +4 -3
- mage_ai/api/resources/CacheItemResource.py +1 -1
- mage_ai/api/resources/GitBranchResource.py +3 -5
- mage_ai/api/resources/PageBlockLayoutResource.py +2 -2
- mage_ai/api/resources/PipelineResource.py +13 -0
- mage_ai/api/resources/PipelineRunResource.py +10 -1
- mage_ai/cache/tag.py +3 -0
- mage_ai/cluster_manager/manage.py +4 -1
- mage_ai/data_preparation/decorators.py +15 -0
- mage_ai/data_preparation/executors/k8s_block_executor.py +8 -1
- mage_ai/data_preparation/executors/k8s_pipeline_executor.py +12 -1
- mage_ai/data_preparation/executors/streaming_pipeline_executor.py +22 -12
- mage_ai/data_preparation/git/api.py +3 -0
- mage_ai/data_preparation/git/clients/gitlab.py +3 -2
- mage_ai/data_preparation/logging/gcs_logger_manager.py +7 -4
- mage_ai/data_preparation/models/block/__init__.py +45 -86
- mage_ai/data_preparation/models/block/block_factory.py +77 -0
- mage_ai/data_preparation/models/block/dbt/block.py +5 -7
- mage_ai/data_preparation/models/block/global_data_product/__init__.py +9 -3
- mage_ai/data_preparation/models/block/integration/__init__.py +12 -8
- mage_ai/data_preparation/models/block/platform/mixins.py +1 -1
- mage_ai/data_preparation/models/pipeline.py +80 -13
- mage_ai/data_preparation/storage/gcs_storage.py +28 -3
- mage_ai/data_preparation/storage/local_storage.py +18 -3
- mage_ai/data_preparation/storage/s3_storage.py +7 -2
- mage_ai/data_preparation/templates/constants.py +7 -0
- mage_ai/data_preparation/templates/data_loaders/streaming/generic_python.py +23 -0
- mage_ai/data_preparation/templates/template.py +6 -2
- mage_ai/data_preparation/variable_manager.py +2 -1
- mage_ai/io/bigquery.py +2 -0
- mage_ai/io/export_utils.py +3 -0
- mage_ai/io/oracledb.py +152 -5
- mage_ai/io/sql.py +4 -0
- mage_ai/orchestration/db/__init__.py +2 -2
- mage_ai/orchestration/db/models/schedules.py +2 -2
- mage_ai/orchestration/job_manager.py +6 -1
- mage_ai/orchestration/notification/sender.py +8 -0
- mage_ai/orchestration/pipeline_scheduler_original.py +10 -1
- mage_ai/server/constants.py +1 -1
- mage_ai/server/frontend_dist/404.html +2 -2
- mage_ai/server/frontend_dist/_next/static/chunks/3548-961ff79ca70038c7.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/{4241-ccd0126f5750cc35.js → 4241-4499461184ba0d23.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/5627-237a3de578538022.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/{7966-5c1786fb7e7a48f5.js → 7966-f07b2913f7326b50.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-08790743315de36a.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/index-13760bb72d823b69.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users/[user]-8bbfa0c19b5e4cb3.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-852d403c7bda21b3.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/overview-597b74828bf105db.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-a8b61d8d239fd16f.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-bd0aff5a5ed8888c.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-3f5c14076ddde20e.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-1417ad1c821d720a.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-d1ee961387c58b7f.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-90abafc7ed61c582.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-cb88fd075a357fcf.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-ceb06e1616ee9610.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/preferences-8ff16ef9566e911a.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-d7a8bc51bb7a1082.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-f59d34429fe022ee.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-9cba3211434a8966.js +1 -0
- mage_ai/server/{frontend_dist_base_path_template/_next/static/wxqkF4diPqRxUfP6Ac6ai → frontend_dist/_next/static/i8pymuJDTVHdWjUP1QSh1}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist/block-layout.html +2 -2
- mage_ai/server/frontend_dist/compute.html +2 -2
- mage_ai/server/frontend_dist/files.html +2 -2
- mage_ai/server/frontend_dist/global-data-products/[...slug].html +2 -2
- mage_ai/server/frontend_dist/global-data-products.html +2 -2
- mage_ai/server/frontend_dist/global-hooks/[...slug].html +2 -2
- mage_ai/server/frontend_dist/global-hooks.html +2 -2
- mage_ai/server/frontend_dist/index.html +2 -2
- mage_ai/server/frontend_dist/manage/files.html +2 -2
- mage_ai/server/frontend_dist/manage/settings.html +2 -2
- mage_ai/server/frontend_dist/manage/users/[user].html +2 -2
- mage_ai/server/frontend_dist/manage/users/new.html +2 -2
- mage_ai/server/frontend_dist/manage/users.html +2 -2
- mage_ai/server/frontend_dist/manage.html +2 -2
- mage_ai/server/frontend_dist/oauth.html +3 -3
- mage_ai/server/frontend_dist/overview.html +2 -2
- mage_ai/server/frontend_dist/pipeline-runs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/dashboard.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
- mage_ai/server/frontend_dist/pipelines.html +2 -2
- mage_ai/server/frontend_dist/platform/global-hooks/[...slug].html +2 -2
- mage_ai/server/frontend_dist/platform/global-hooks.html +2 -2
- mage_ai/server/frontend_dist/settings/account/profile.html +2 -2
- mage_ai/server/frontend_dist/settings/platform/preferences.html +2 -2
- mage_ai/server/frontend_dist/settings/platform/settings.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/permissions.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/preferences.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/roles.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/sync-data.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/users/[...slug].html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/users.html +2 -2
- mage_ai/server/frontend_dist/settings.html +2 -2
- mage_ai/server/frontend_dist/sign-in.html +5 -5
- mage_ai/server/frontend_dist/templates/[...slug].html +2 -2
- mage_ai/server/frontend_dist/templates.html +2 -2
- mage_ai/server/frontend_dist/terminal.html +2 -2
- mage_ai/server/frontend_dist/test.html +2 -2
- mage_ai/server/frontend_dist/triggers.html +2 -2
- mage_ai/server/frontend_dist/version-control.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/404.html +2 -2
- mage_ai/server/{frontend_dist/_next/static/rtugsJoijF2SsCCB5_yKS → frontend_dist_base_path_template/_next/static/CKCvjsYCf2imD2X8zAOBf}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3548-961ff79ca70038c7.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{4241-ccd0126f5750cc35.js → 4241-4499461184ba0d23.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5627-237a3de578538022.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{7966-5c1786fb7e7a48f5.js → 7966-f07b2913f7326b50.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-08790743315de36a.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/index-13760bb72d823b69.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/[user]-8bbfa0c19b5e4cb3.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage-852d403c7bda21b3.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/overview-597b74828bf105db.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-a8b61d8d239fd16f.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-bd0aff5a5ed8888c.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-3f5c14076ddde20e.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-1417ad1c821d720a.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/settings-d1ee961387c58b7f.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/syncs-90abafc7ed61c582.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-cb88fd075a357fcf.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-ceb06e1616ee9610.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/preferences-8ff16ef9566e911a.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-d7a8bc51bb7a1082.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/sign-in-f59d34429fe022ee.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/triggers-9cba3211434a8966.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 +3 -3
- mage_ai/server/frontend_dist_base_path_template/overview.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/platform/global-hooks/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/platform/global-hooks.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/platform/preferences.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/platform/settings.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/sign-in.html +5 -5
- mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/templates.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/terminal.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/test.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/triggers.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/version-control.html +2 -2
- mage_ai/services/aws/s3/s3.py +8 -2
- mage_ai/services/k8s/job_manager.py +8 -0
- mage_ai/services/slack/slack.py +10 -1
- mage_ai/services/spark/spark.py +9 -2
- mage_ai/settings/backends.py +8 -8
- mage_ai/settings/models/configuration_option.py +10 -9
- mage_ai/settings/server.py +6 -1
- mage_ai/shared/files.py +19 -1
- mage_ai/shared/logger.py +12 -6
- mage_ai/shared/path_fixer.py +3 -0
- mage_ai/streaming/sources/base.py +5 -0
- mage_ai/streaming/sources/base_python.py +30 -0
- mage_ai/streaming/sources/kafka.py +2 -1
- mage_ai/streaming/sources/mongodb.py +4 -0
- mage_ai/streaming/sources/source_factory.py +25 -0
- mage_ai/tests/data_preparation/models/block/dbt/test_block.py +2 -2
- mage_ai/tests/data_preparation/models/block/dbt/test_block_sql.py +1 -1
- mage_ai/tests/data_preparation/models/block/dbt/test_block_yaml.py +1 -1
- mage_ai/tests/data_preparation/models/test_block.py +41 -3
- mage_ai/tests/orchestration/test_pipeline_scheduler.py +2 -0
- mage_ai/tests/settings/models/test_configuration_option.py +2 -2
- {mage_ai-0.9.66.dist-info → mage_ai-0.9.68.dist-info}/METADATA +3 -3
- {mage_ai-0.9.66.dist-info → mage_ai-0.9.68.dist-info}/RECORD +225 -222
- mage_ai/server/frontend_dist/_next/static/chunks/181-e61915415a976861.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/3548-13563a1ff815f922.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-913116aa749f7ca6.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/index-64851458dde54ad9.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users/[user]-d3a5fd3119fdb1e4.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-42789d698d28a92f.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/overview-d05040edba41b2ac.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-aaf393c86fc1bda3.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-d84556cefbe31a1a.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-cf656cbe37ecaacc.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-1b688d61f8efe07a.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-ed3331d22d5cff7d.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-d94e48bad89ba1e0.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-f508c2f261297724.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-f99e99aa8f45529c.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/preferences-6826000cdffc36b8.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-dde29a463495cebb.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-7d38b2f7c3e918a1.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-ab98a7b3a678669e.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/181-e61915415a976861.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3548-13563a1ff815f922.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-913116aa749f7ca6.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/index-64851458dde54ad9.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/[user]-d3a5fd3119fdb1e4.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage-42789d698d28a92f.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/overview-d05040edba41b2ac.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-aaf393c86fc1bda3.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-d84556cefbe31a1a.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-cf656cbe37ecaacc.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-1b688d61f8efe07a.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/settings-ed3331d22d5cff7d.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/syncs-d94e48bad89ba1e0.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-f508c2f261297724.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-f99e99aa8f45529c.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/preferences-6826000cdffc36b8.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-dde29a463495cebb.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/sign-in-7d38b2f7c3e918a1.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/triggers-ab98a7b3a678669e.js +0 -1
- /mage_ai/server/frontend_dist/_next/static/{rtugsJoijF2SsCCB5_yKS → i8pymuJDTVHdWjUP1QSh1}/_ssgManifest.js +0 -0
- /mage_ai/server/frontend_dist_base_path_template/_next/static/{wxqkF4diPqRxUfP6Ac6ai → CKCvjsYCf2imD2X8zAOBf}/_ssgManifest.js +0 -0
- {mage_ai-0.9.66.dist-info → mage_ai-0.9.68.dist-info}/LICENSE +0 -0
- {mage_ai-0.9.66.dist-info → mage_ai-0.9.68.dist-info}/WHEEL +0 -0
- {mage_ai-0.9.66.dist-info → mage_ai-0.9.68.dist-info}/entry_points.txt +0 -0
- {mage_ai-0.9.66.dist-info → mage_ai-0.9.68.dist-info}/top_level.txt +0 -0
|
@@ -19,7 +19,7 @@ mage_ai/api/utils.py,sha256=9EBCuHHaV9KFR3CDCseqVKSPXGqluhBU3DF9C1qzy1s,5003
|
|
|
19
19
|
mage_ai/api/views.py,sha256=9S8Xmx8mKzvbJBIqA0IBbDGjnScuNnWFDNuj4XM7LEQ,6601
|
|
20
20
|
mage_ai/api/mixins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
21
|
mage_ai/api/mixins/result_set.py,sha256=wfCKHio3G6WExV0acbZcwdjKoN-BHhBbsRpxgnetGaA,6199
|
|
22
|
-
mage_ai/api/monitors/BaseMonitor.py,sha256=
|
|
22
|
+
mage_ai/api/monitors/BaseMonitor.py,sha256=G9G7pTna5FxHLlfnJXHFGem-QdM8FCcdXFPYquglVuQ,1786
|
|
23
23
|
mage_ai/api/monitors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
mage_ai/api/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
25
|
mage_ai/api/operations/base.py,sha256=NiWZ7tB3SVPkIIek_et85MHKjrXH3LZhVOqJ3A-1JWc,29608
|
|
@@ -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=OSre0hgOY_G9F-DZ9hCu98Pxs0ALLMiK9Cyj0kS2H9Q,4401
|
|
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
|
|
@@ -202,12 +202,12 @@ mage_ai/api/resources/AsyncBaseResource.py,sha256=L8gbjlP_IcsohsxHippggJummGjqzu
|
|
|
202
202
|
mage_ai/api/resources/AutocompleteItemResource.py,sha256=dfF5P6-ZBVjb_0FgLVb-PQU88wl7krJyvVBlRNCiu_M,1615
|
|
203
203
|
mage_ai/api/resources/BackfillResource.py,sha256=JzjrpUJhf_AywX6XNV26Jn_ethsohzl4KxJlPUP8G5I,2121
|
|
204
204
|
mage_ai/api/resources/BaseResource.py,sha256=QZfiVWCNX6Z7RbnP-RldOcgxeYaCH91M1v5UD36sc6E,10878
|
|
205
|
-
mage_ai/api/resources/BlockLayoutItemResource.py,sha256=
|
|
205
|
+
mage_ai/api/resources/BlockLayoutItemResource.py,sha256=nhEnx3f0Mq3qJKD9xbOHUgI6jmskwXXeP69d7ThBMtk,7617
|
|
206
206
|
mage_ai/api/resources/BlockOutputResource.py,sha256=C4duKnU9GirgCEYiG7wOWno07hTKwT8yJKhrve2aQGM,1480
|
|
207
|
-
mage_ai/api/resources/BlockResource.py,sha256=
|
|
207
|
+
mage_ai/api/resources/BlockResource.py,sha256=lEIH40YpqnWn7n4Ns_1-vI5CVj_DQJoOMMxvF0k0HzI,15044
|
|
208
208
|
mage_ai/api/resources/BlockRunResource.py,sha256=Nrdvg2OnzDvqx8A4S8MrSQ4dzF6u8oNuhnpz2RGb_78,5383
|
|
209
209
|
mage_ai/api/resources/BlockTemplateResource.py,sha256=vg0D4JNG95AJJpHb5HbDyPbbkfM7GadQg5VlY7yjBFI,1330
|
|
210
|
-
mage_ai/api/resources/CacheItemResource.py,sha256=
|
|
210
|
+
mage_ai/api/resources/CacheItemResource.py,sha256=O0_bqXXztblR8l0AL-C4Ry8VBRb_xbxKaiivbLUYJvQ,3708
|
|
211
211
|
mage_ai/api/resources/ClientPageResource.py,sha256=YLpE5FIJvHh1ODcOIWagcx-yYTv3puT0TPGu-2NhGSc,1069
|
|
212
212
|
mage_ai/api/resources/ClusterResource.py,sha256=jfzQ17bUn-EaIr5WU44tJUjKdsoIw2D5Y_82ZblB6-0,1748
|
|
213
213
|
mage_ai/api/resources/CommandCenterItemResource.py,sha256=yDzOYsLzco3y-j4VGHoDzk6edpN6FXlHuFdR7cF7w4k,1237
|
|
@@ -228,7 +228,7 @@ 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=
|
|
231
|
+
mage_ai/api/resources/GitBranchResource.py,sha256=CPZ_bkLISgMcupWNZtOvOFaGH_oL_dpf_rXC4czZAdM,17921
|
|
232
232
|
mage_ai/api/resources/GitCustomBranchResource.py,sha256=t6YBvK1xgfBkRf55L3eZlhNBGWWXtmtzLo511PdtVH4,1338
|
|
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
|
|
@@ -244,11 +244,11 @@ mage_ai/api/resources/MonitorStatResource.py,sha256=NT0WR0nHrA8OJj-cW97P-JH7q21Q
|
|
|
244
244
|
mage_ai/api/resources/OauthAccessTokenResource.py,sha256=BgEMGdRgmd7U5p5KGXF_idrN9e8GNc7T3TDYm7p3g_E,802
|
|
245
245
|
mage_ai/api/resources/OauthResource.py,sha256=5arAjneGqFDM5LiYqMq9F_JfaLELNQrbP7SCZEWPwyg,9552
|
|
246
246
|
mage_ai/api/resources/OutputResource.py,sha256=KNVvWFNhLmB2i8sv5Y1rueRHoNffbhzBUR5g2hnwvtY,6546
|
|
247
|
-
mage_ai/api/resources/PageBlockLayoutResource.py,sha256=
|
|
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=
|
|
250
|
+
mage_ai/api/resources/PipelineResource.py,sha256=rHaw3_jsH7UVaQ8byL3s67Nezgq0uBs_Vt28BjkQwso,30609
|
|
251
|
+
mage_ai/api/resources/PipelineRunResource.py,sha256=ncyz4n66sKlv-8co_e1FmEwS1TUEIKJ8Z0pBht_ffys,14476
|
|
252
252
|
mage_ai/api/resources/PipelineScheduleResource.py,sha256=tQmlBtVAZAvbMHWv-QlcJeT_fTIX2HHRCKkACVtY8sI,17505
|
|
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
|
|
@@ -327,7 +327,7 @@ mage_ai/cache/constants.py,sha256=eZDSzE2Sq4HIx8u_jsQ-y_8mrxkSjCWdHJDJ0Cv1qGA,54
|
|
|
327
327
|
mage_ai/cache/file.py,sha256=brxiUh51aooW-9JNpLJ8kH7RItoW0qErW6oeFsjW8uY,4261
|
|
328
328
|
mage_ai/cache/models.py,sha256=QBjLjaG6JIUjHDuE5zRBI13tZJlp-HgiKXTHxdCb_-s,458
|
|
329
329
|
mage_ai/cache/pipeline.py,sha256=OWzN_n0TsQ8xzXgvS2q4fVLSniOQA1-Twx4ZVCxpAao,5647
|
|
330
|
-
mage_ai/cache/tag.py,sha256=
|
|
330
|
+
mage_ai/cache/tag.py,sha256=rVTxk7-up8AMRqYGSS8nLJQvi4PMEWUtJf_nfQIiO4M,6134
|
|
331
331
|
mage_ai/cache/utils.py,sha256=YRI8raq6D69E6HfyIpTm8jCCmIiOsodjIYdIu5WUZTo,3467
|
|
332
332
|
mage_ai/cache/block_action_object/__init__.py,sha256=r2YbULdtFIdQbswotCqtssFSdGHBkGwNtxi3OitKCao,10267
|
|
333
333
|
mage_ai/cache/block_action_object/constants.py,sha256=rN1q14ZOjbD7L2feOPJMb6trPjGA0aNt9US5TMex-k8,188
|
|
@@ -344,7 +344,7 @@ mage_ai/cluster_manager/cluster_manager.py,sha256=DzFGOFJp2TqJWCdswSqiFCSqt-c_Jo
|
|
|
344
344
|
mage_ai/cluster_manager/config.py,sha256=bN6PQYCJOqT4CMndgYFeMdY-FH0RQKnheXa9fWOH3RE,2440
|
|
345
345
|
mage_ai/cluster_manager/constants.py,sha256=E41cIjs5RCLkhJ2P46DQET54twzVDobe7NRnIHAvDAg,1220
|
|
346
346
|
mage_ai/cluster_manager/errors.py,sha256=c9aTZ-ZgwksGJJwQcamLn6dAiQmLdK-Gqv_p5FGCLmw,164
|
|
347
|
-
mage_ai/cluster_manager/manage.py,sha256=
|
|
347
|
+
mage_ai/cluster_manager/manage.py,sha256=1TMRd13zK353Nfbbt3kQMtdXXEsS5YG5_08iGIzXuKg,6630
|
|
348
348
|
mage_ai/cluster_manager/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
349
349
|
mage_ai/cluster_manager/aws/ecs_task_manager.py,sha256=za2VC-rrNgFnMkvSfkHZx54h4INtHZnWLyKt-fyv0qQ,5874
|
|
350
350
|
mage_ai/cluster_manager/aws/emr_cluster_manager.py,sha256=-UKMSC2qUPNxx8LMd12gVgbdYPFkHroaKqrEkx7-b_M,3276
|
|
@@ -476,10 +476,10 @@ mage_ai/data_integrations/utils/parsers.py,sha256=MdR6DlvLu5_tFqQVlhVNPm5v8cm3Lo
|
|
|
476
476
|
mage_ai/data_integrations/utils/scheduler.py,sha256=69zvR4ICbBmojiN8HpKn1PD4Ca1iaR2TCsWFuOJf1HI,16812
|
|
477
477
|
mage_ai/data_integrations/utils/settings.py,sha256=2N0IIKmdclEVBMRrEX-VuL3B3UXA8F-Ft8Awxj_viaQ,175
|
|
478
478
|
mage_ai/data_preparation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
479
|
-
mage_ai/data_preparation/decorators.py,sha256=
|
|
479
|
+
mage_ai/data_preparation/decorators.py,sha256=0OcfUflF9zA2NYROsuVHTkMETPZRfbzkoew_wZPnahg,1810
|
|
480
480
|
mage_ai/data_preparation/preferences.py,sha256=EMQUMGupQ7ViqPRktqxx1nJBTQDIjgx8M5DrPMoX5EE,5561
|
|
481
481
|
mage_ai/data_preparation/repo_manager.py,sha256=f3WvL16pluub79CN_NNPJi1yN89kuJpOm2vKDAmdzjw,14217
|
|
482
|
-
mage_ai/data_preparation/variable_manager.py,sha256=
|
|
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
|
|
485
485
|
mage_ai/data_preparation/executors/block_executor.py,sha256=E0P1mj1iFmFj4MYVQg1ivtpquWf9UyITRD-O-FqWNlc,62636
|
|
@@ -487,14 +487,14 @@ 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=ln2JuK1j9IrMjNljv-qzKFoPVAvfQdC_3bbDomLAj-g,2089
|
|
491
|
+
mage_ai/data_preparation/executors/k8s_pipeline_executor.py,sha256=oTXGcMaVQqf-TkSQa20mlvDong1HFz680sleH97_2eo,2869
|
|
492
492
|
mage_ai/data_preparation/executors/pipeline_executor.py,sha256=u_5aPZIrycaixCdyePbUIibJ6Ng7RRN9w8WM5oGgyms,7993
|
|
493
493
|
mage_ai/data_preparation/executors/pyspark_block_executor.py,sha256=LoFUEsr-jSWMThKJLnGmwwW152Ty8wEOrlRZf3HUfik,3924
|
|
494
494
|
mage_ai/data_preparation/executors/pyspark_pipeline_executor.py,sha256=kQEPl4SZFh9iYEEGNoIe552odnW7QUPcJy4f4su52tY,3299
|
|
495
|
-
mage_ai/data_preparation/executors/streaming_pipeline_executor.py,sha256=
|
|
495
|
+
mage_ai/data_preparation/executors/streaming_pipeline_executor.py,sha256=t0gPvDHkrijLs6M43ucEhflCQ8NrhhXZsiVbW3exNDE,9845
|
|
496
496
|
mage_ai/data_preparation/git/__init__.py,sha256=VThbeqa78sRZf0neYQvP_8SgGwSeIJcX-R2Jl5vIVDU,28475
|
|
497
|
-
mage_ai/data_preparation/git/api.py,sha256=
|
|
497
|
+
mage_ai/data_preparation/git/api.py,sha256=DwR0ul-SWA4XTGb5eLQINApPgdIe8XgPWcB2JO3aVh4,8086
|
|
498
498
|
mage_ai/data_preparation/git/constants.py,sha256=ymCioaagfeOlErb8kO33XtEGcLaBR-Pq0NGxv8kajbE,304
|
|
499
499
|
mage_ai/data_preparation/git/utils.py,sha256=DKNopBj4MgRy8hgbjiyf7H3u8Pk6gCvHHvhSyhjyw4Q,9424
|
|
500
500
|
mage_ai/data_preparation/git/clients/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -503,9 +503,9 @@ mage_ai/data_preparation/git/clients/base.py,sha256=202s22cn1rS2Da_EMLGIP38vkhdD
|
|
|
503
503
|
mage_ai/data_preparation/git/clients/bitbucket.py,sha256=K9FA1oVB2Ye0qTd-5PhMKAlrl26B0nL6TPqLSyBQ95U,3654
|
|
504
504
|
mage_ai/data_preparation/git/clients/ghe.py,sha256=Drf8Ddmb5riAfUydx71sLjL5GwoEBj-oqzwOlscxTjY,673
|
|
505
505
|
mage_ai/data_preparation/git/clients/github.py,sha256=42KyGmjFkcj_EppVtvfEkWHijxUC0gopj1eG5FKLV_Q,2030
|
|
506
|
-
mage_ai/data_preparation/git/clients/gitlab.py,sha256=
|
|
506
|
+
mage_ai/data_preparation/git/clients/gitlab.py,sha256=2otbflbR8G55iB85xvfXKpTGrsbttBcbcXsyggTl6sI,3451
|
|
507
507
|
mage_ai/data_preparation/logging/__init__.py,sha256=9jyTtoRLJ_6mgKDeDP043angN4Ib_T8yr7_IEbY9MmU,550
|
|
508
|
-
mage_ai/data_preparation/logging/gcs_logger_manager.py,sha256=
|
|
508
|
+
mage_ai/data_preparation/logging/gcs_logger_manager.py,sha256=sNPmSWxIHMV1uJHZM_nuTq88PfPA6__2mfOiialWbZI,2119
|
|
509
509
|
mage_ai/data_preparation/logging/logger.py,sha256=yv03cK_2P6HPZ3l0h9YptFYndgMEd7cXI3DhzX4ISoI,2686
|
|
510
510
|
mage_ai/data_preparation/logging/logger_manager.py,sha256=Zl-yvpMlplleTAaB4k9SmhCESZZW_XAvp2wn2na-JOk,10557
|
|
511
511
|
mage_ai/data_preparation/logging/logger_manager_factory.py,sha256=uIk-WHAHo1MSkD4_rOtmhGPVp1Nqh_u9jN-IlP_tDCg,988
|
|
@@ -514,10 +514,11 @@ mage_ai/data_preparation/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
|
514
514
|
mage_ai/data_preparation/models/constants.py,sha256=YOuDlpI0wFbtbH20bDZE-_x9TPjvGvIYOjfCELEIT9I,3853
|
|
515
515
|
mage_ai/data_preparation/models/errors.py,sha256=tANqAOf5Ki73kbVmhXrEloZ8dNjinjCM7EtYyWeJyZg,393
|
|
516
516
|
mage_ai/data_preparation/models/file.py,sha256=d3z5RpZVOoYEAsMi1Xi8wt9cGjk4Caq5B5WwNuOHyYo,19181
|
|
517
|
-
mage_ai/data_preparation/models/pipeline.py,sha256=
|
|
517
|
+
mage_ai/data_preparation/models/pipeline.py,sha256=PCwSFhqoLGTBor89waSV9YDtX4_DT38cHTwSnxt3zYY,90497
|
|
518
518
|
mage_ai/data_preparation/models/utils.py,sha256=jZIJIKMFh3RHr08HnGNOZx9OaTLzkPMYCv1jKpJwnNw,3769
|
|
519
519
|
mage_ai/data_preparation/models/variable.py,sha256=Bo9HOlXV9zKND_aJMrqsxRWbo-IcLMgwkLp-GLa7g7k,29242
|
|
520
|
-
mage_ai/data_preparation/models/block/__init__.py,sha256=
|
|
520
|
+
mage_ai/data_preparation/models/block/__init__.py,sha256=SQ1UbtMbSHjib9Qm2SqVXbpbGv-NU6sDhIAsWSD7KKI,146678
|
|
521
|
+
mage_ai/data_preparation/models/block/block_factory.py,sha256=q768gL5__5joHviaNOtUsggy5Kb9OdM5vFVaaWaD6CY,2544
|
|
521
522
|
mage_ai/data_preparation/models/block/constants.py,sha256=_HTgssMN9Nr8Lq1FjyDV9-xGgmrBadYi7IHYbjnMlM4,1071
|
|
522
523
|
mage_ai/data_preparation/models/block/content.py,sha256=pxqkgAUMKOOL6ZxruM_2C-8vbp6BIv7k0lcEv33_njg,3444
|
|
523
524
|
mage_ai/data_preparation/models/block/errors.py,sha256=2h1cT76EvdzJaceO1rfwQwIVLOtCBR40pCnQoPQJ5tM,182
|
|
@@ -530,7 +531,7 @@ mage_ai/data_preparation/models/block/data_integration/mixins.py,sha256=guHnv0qi
|
|
|
530
531
|
mage_ai/data_preparation/models/block/data_integration/schema.py,sha256=6t66_FNvZAxHONxh_L7yTCu6-oOP7snFlnAROif9XLc,4499
|
|
531
532
|
mage_ai/data_preparation/models/block/data_integration/utils.py,sha256=X166_OY1ZuKnrDvmPt9zQ-sr5bM_tBis42RJrAVn8dU,51738
|
|
532
533
|
mage_ai/data_preparation/models/block/dbt/__init__.py,sha256=H7dCa8HB6Z-4NFKZBGxvXFp7nNhtWKW-qcRSU0EFynQ,52
|
|
533
|
-
mage_ai/data_preparation/models/block/dbt/block.py,sha256=
|
|
534
|
+
mage_ai/data_preparation/models/block/dbt/block.py,sha256=0ST0Q1b8Q6cc2N0ZE92Hd0bibaQpc-b6CEAcvU9sSmU,10700
|
|
534
535
|
mage_ai/data_preparation/models/block/dbt/block_sql.py,sha256=FKN4zJrTkQqYUGpmeNOmxXBTfiXZheIUJ2TtKa85158,22879
|
|
535
536
|
mage_ai/data_preparation/models/block/dbt/block_yaml.py,sha256=n8wag07F0-KCdWZL_Xw-q1Ch7q8xIXMz2F9s4ZxHDyc,6895
|
|
536
537
|
mage_ai/data_preparation/models/block/dbt/constants.py,sha256=QgcRqinMCYglgiVvuYLUnFyCDPKRiJZwIe_zQSBVUl8,482
|
|
@@ -550,12 +551,12 @@ mage_ai/data_preparation/models/block/extension/__init__.py,sha256=47DEQpj8HBSa-
|
|
|
550
551
|
mage_ai/data_preparation/models/block/extension/block.py,sha256=1veZ9eb8UB10KfbwqZulxBQyUTRNxiUvsrADL7-Oggg,3207
|
|
551
552
|
mage_ai/data_preparation/models/block/extension/great_expectations.py,sha256=YjCutv1Gfqb0cTYdeLc8QgbbL3_Gm0nWwd3gTYzFEEU,3476
|
|
552
553
|
mage_ai/data_preparation/models/block/extension/utils.py,sha256=Fds08alA1cS1LE9K6R-vPfuG2tPUXquXtYrddO4QKFM,1641
|
|
553
|
-
mage_ai/data_preparation/models/block/global_data_product/__init__.py,sha256=
|
|
554
|
+
mage_ai/data_preparation/models/block/global_data_product/__init__.py,sha256=nsd25FFu3Js4Z5H8W6Jp4lCv-XIbmkDpHgzCSQLrXW0,1553
|
|
554
555
|
mage_ai/data_preparation/models/block/hook/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
555
556
|
mage_ai/data_preparation/models/block/hook/block.py,sha256=O_O7Q6iSEn0BmVviMtdhky5HiqvSxpQJT1u6B2ps-1o,1261
|
|
556
|
-
mage_ai/data_preparation/models/block/integration/__init__.py,sha256=
|
|
557
|
+
mage_ai/data_preparation/models/block/integration/__init__.py,sha256=mzp1t7OnZWJcFUpOG3Ql1AgfRLuJjsg3Z6zKK-qayys,20527
|
|
557
558
|
mage_ai/data_preparation/models/block/platform/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
558
|
-
mage_ai/data_preparation/models/block/platform/mixins.py,sha256=
|
|
559
|
+
mage_ai/data_preparation/models/block/platform/mixins.py,sha256=0XDzinCsJkmn4BBppe3aL9PvIBhKNiZVb6e8I45qGLw,9833
|
|
559
560
|
mage_ai/data_preparation/models/block/platform/utils.py,sha256=swjlT4pnyUIBNSNQkQshLvsoL74ZfG3eDd1duQbv5AM,3375
|
|
560
561
|
mage_ai/data_preparation/models/block/r/__init__.py,sha256=F6vBBc8qE58cV4fsa0uIe7jmbaM_Sn9eTRNU2JssAi4,4922
|
|
561
562
|
mage_ai/data_preparation/models/block/r/templates/data_exporter.jinja,sha256=k5MCQgZ75LpcKMA_j9ABvbUIQpU_iDTTtLeiY9Spsio,228
|
|
@@ -616,16 +617,16 @@ mage_ai/data_preparation/shared/stream.py,sha256=jbJt3CGs9qDRTL6oYXu4KE1lNz2D-Yo
|
|
|
616
617
|
mage_ai/data_preparation/shared/utils.py,sha256=PzSxqWPqQ6WUUqheZYqMT89eJh3v39RBjC3VUIbKeEU,1081
|
|
617
618
|
mage_ai/data_preparation/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
618
619
|
mage_ai/data_preparation/storage/base_storage.py,sha256=msjzA3ehRhI10qRTpTquSvscxQG1t5Yhlk29qcBLWaI,2952
|
|
619
|
-
mage_ai/data_preparation/storage/gcs_storage.py,sha256=
|
|
620
|
-
mage_ai/data_preparation/storage/local_storage.py,sha256=
|
|
621
|
-
mage_ai/data_preparation/storage/s3_storage.py,sha256=
|
|
620
|
+
mage_ai/data_preparation/storage/gcs_storage.py,sha256=_Y3eax0hDgCyWjbm7E1uIBcNFH347c5cnzflsNi5jrM,5971
|
|
621
|
+
mage_ai/data_preparation/storage/local_storage.py,sha256=V-UW5_KmtT9fJT5pje_U1OISnfwt2_vSLSV9UBqwMXM,5132
|
|
622
|
+
mage_ai/data_preparation/storage/s3_storage.py,sha256=VUW0r3_iUgDN8oTy7gy-F6I4XOsg_aiEboNagfmPwlo,4193
|
|
622
623
|
mage_ai/data_preparation/storage/utils.py,sha256=hBvfdRVWDpoh-tZUm3TP0TbY92lnFmKdh-Pwycs-u6w,2729
|
|
623
624
|
mage_ai/data_preparation/sync/__init__.py,sha256=6z_im6zB4NpdaydD2ke8inEb2XAULaQ1fGalR4VTu_Q,1707
|
|
624
625
|
mage_ai/data_preparation/sync/base_sync.py,sha256=ISj1quDeDJttBfYw0-YsOc13e5fAMISrQsa1JINLpDU,125
|
|
625
626
|
mage_ai/data_preparation/sync/git_sync.py,sha256=BzI5gDG0PnwP0nYTtpiQs-CM_DjpSfjh9zKKjfETaWI,2112
|
|
626
627
|
mage_ai/data_preparation/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
627
|
-
mage_ai/data_preparation/templates/constants.py,sha256=
|
|
628
|
-
mage_ai/data_preparation/templates/template.py,sha256=
|
|
628
|
+
mage_ai/data_preparation/templates/constants.py,sha256=e1m23eRqYyvgfqEHrDcPwc2VApQ0-_LllnC-bQzdguk,22559
|
|
629
|
+
mage_ai/data_preparation/templates/template.py,sha256=8ZVi05aE_U_3c0d9fRWZFMcXiNRbHV3EGSORFSsqtR8,10933
|
|
629
630
|
mage_ai/data_preparation/templates/testable.jinja,sha256=i_SSr-xbeZvd-gpUZYdiy_MMa0suckmmn5gfPZOxx3A,333
|
|
630
631
|
mage_ai/data_preparation/templates/utils.py,sha256=sXUIip1-opMYTX5XDVSQkMyqHSElqoa1wu2SjUhjxOE,2460
|
|
631
632
|
mage_ai/data_preparation/templates/callbacks/base.jinja,sha256=IgiYSbAGu8fd2kXoST_9xWC5IYmRj8QkneyKQUM2t9g,435
|
|
@@ -727,6 +728,7 @@ mage_ai/data_preparation/templates/data_loaders/streaming/activemq.yaml,sha256=0
|
|
|
727
728
|
mage_ai/data_preparation/templates/data_loaders/streaming/amazon_sqs.yaml,sha256=3N3OSSNZ_yNb2GoDoXhHPZs7U02vsQuhPH_QWLmYG6Y,219
|
|
728
729
|
mage_ai/data_preparation/templates/data_loaders/streaming/azure_event_hub.yaml,sha256=B39Ma9X4K7fUwn308Acf2O-34NOobuekUlKGm_L2hmY,161
|
|
729
730
|
mage_ai/data_preparation/templates/data_loaders/streaming/default.jinja,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
731
|
+
mage_ai/data_preparation/templates/data_loaders/streaming/generic_python.py,sha256=rcve-O0j1r1v0KasZg0NqJMCoKaLpqdPYjk8BkKyM_g,698
|
|
730
732
|
mage_ai/data_preparation/templates/data_loaders/streaming/google_cloud_pubsub.yaml,sha256=hecj7TIwm5g0vWoPP5wZkk-gW_zNhHUNAXwLvV5yBdI,264
|
|
731
733
|
mage_ai/data_preparation/templates/data_loaders/streaming/influxdb.yaml,sha256=V8L9XQegySiSd5Yd0M8MoKhIVYsKQrhMMCvDvqd8pT8,101
|
|
732
734
|
mage_ai/data_preparation/templates/data_loaders/streaming/kafka.yaml,sha256=ZM8jUCLAuvPKVLblT5NgR_lOxnIzq6aQl-B7ZbUW38Q,721
|
|
@@ -817,14 +819,14 @@ mage_ai/io/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
817
819
|
mage_ai/io/algolia.py,sha256=wuS6bUe6J2d-JORQNcN2SnW5RpX9Wg3on0DL-YKxuQY,2802
|
|
818
820
|
mage_ai/io/azure_blob_storage.py,sha256=0A2ChxAsDstT5gcNotecJTqKmzTy_lUIh_9sRKTlYjM,4900
|
|
819
821
|
mage_ai/io/base.py,sha256=SwyFWWGqjJN0_vrIO3Hv44J5pTw9u39iBBNS0PJhxAQ,11926
|
|
820
|
-
mage_ai/io/bigquery.py,sha256=
|
|
822
|
+
mage_ai/io/bigquery.py,sha256=q6E-06way_x6rt-XjXT8b3myc0klpN8s8QJAw7Ht9B0,19622
|
|
821
823
|
mage_ai/io/chroma.py,sha256=oMjh9I18J4MSgVSmi73wGYSrKf632ER5_tLOItgky0c,5801
|
|
822
824
|
mage_ai/io/clickhouse.py,sha256=wlnm1Z93W1j7f1mpR9cpUyPHSx_OWN1yx1q_M3h_gEI,10700
|
|
823
825
|
mage_ai/io/config.py,sha256=npSptHTDuhr3xTX6IXGN1oT7n3YPEhOq7TIVemo6440,22011
|
|
824
826
|
mage_ai/io/constants.py,sha256=RFGp6m57u842N-LrIpC0a6LlDCHsBiSQQsZbTy65taI,13399
|
|
825
827
|
mage_ai/io/druid.py,sha256=V1Af65rHU7DIxP71LM3yBYYxI3_cwhRc56HtCLvtZy8,5628
|
|
826
828
|
mage_ai/io/duckdb.py,sha256=mrTp6Mu6N85ihLDWJK23pVDKEzNr701IN7RlDVdqKyE,4747
|
|
827
|
-
mage_ai/io/export_utils.py,sha256=
|
|
829
|
+
mage_ai/io/export_utils.py,sha256=a-SliqXRjHW7ZYQUvsFbWC16V1qv-oynCTT7rBGAmF4,4738
|
|
828
830
|
mage_ai/io/file.py,sha256=utjld3NWJ6AoTXJQP03SWxPQIEJpIQAUKtrftb1tZxk,2564
|
|
829
831
|
mage_ai/io/google_cloud_storage.py,sha256=fRMc_A0ldvX8Dw2Z0b0esbio2fsZpoRG2_QSQeMN9Fo,6954
|
|
830
832
|
mage_ai/io/google_sheets.py,sha256=W6MU9oyj2ofzeEYvxbF-gk2_XhfSzgwhvs2aToFjoSA,11738
|
|
@@ -832,7 +834,7 @@ mage_ai/io/io_config.py,sha256=somR_wBVcnUzxozFYEgbLj83GwpbdF5sNZsVw3e0uzY,1446
|
|
|
832
834
|
mage_ai/io/mongodb.py,sha256=BhJcwgQELONuDQRIMCjFO8Lq0FgsJ-S7L6MEGPhtkmk,3273
|
|
833
835
|
mage_ai/io/mssql.py,sha256=QpFMTiIjJ-knKfDsJhCzNFTnDFS2yCQ8GPOT4dp09uo,11129
|
|
834
836
|
mage_ai/io/mysql.py,sha256=PvJs6bRFCGmGkPjSvjy7eVS8hcHqiPuIZAmV51tcCRI,6758
|
|
835
|
-
mage_ai/io/oracledb.py,sha256=
|
|
837
|
+
mage_ai/io/oracledb.py,sha256=pIU0lRapQRz-GV9x5GuI9dlROVmbz3pnmXR8l_zxFMw,9104
|
|
836
838
|
mage_ai/io/pinot.py,sha256=tFxLQsgxZhNIq3lQ4dm_6r0Cwbmilg4W1K-qcqzz-WI,4838
|
|
837
839
|
mage_ai/io/postgres.py,sha256=ARiz-KCeTCIIJyBBSB4SbsRL7ICDgsywiBMM5vtEcIQ,15133
|
|
838
840
|
mage_ai/io/qdrant.py,sha256=9mCx5z9HAujbWgyFUidpItaMVGazYwfxCKOgTEUozTI,5576
|
|
@@ -840,7 +842,7 @@ mage_ai/io/redshift.py,sha256=TgbZsC8XfZ_VPtc0aKk3ySD1ulDrUiyTGPQATx8urBw,14841
|
|
|
840
842
|
mage_ai/io/s3.py,sha256=WuKcjRc2gX8QhSzyHFucuU3GYyoM7-52WDIuZ41MbM0,6324
|
|
841
843
|
mage_ai/io/snowflake.py,sha256=D5j0onyNlXokosOwAln1xdL3TfTSGu6ctM8r2uKONro,13469
|
|
842
844
|
mage_ai/io/spark.py,sha256=T3ULoETSRJr64McbnnxNs22otmRksDjwZG-6qeg39Eg,8355
|
|
843
|
-
mage_ai/io/sql.py,sha256=
|
|
845
|
+
mage_ai/io/sql.py,sha256=Klj432FNMlmB6TgHTIMiEsG391Wg0qL-VDleL1okHrg,14190
|
|
844
846
|
mage_ai/io/trino.py,sha256=ZBC-IijvJmZnOfCXi5oiRnLZHAYxfJB08-FlGz9Lubk,13502
|
|
845
847
|
mage_ai/io/utils.py,sha256=CKIoXj_VBvy-zQMBsHSPLl4EnnRMYueqAGc85vk5Upo,735
|
|
846
848
|
mage_ai/io/weaviate.py,sha256=Fe8hkHSwGxmJn2yVrb60vD6jh_7t8dbazA15QHlE9MI,4348
|
|
@@ -849,16 +851,16 @@ mage_ai/orchestration/airflow.py,sha256=8OaU4-EVmfgiGYmG-h1OvcZJw30ndutR7l0xV1Vf
|
|
|
849
851
|
mage_ai/orchestration/concurrency.py,sha256=TnjyCmXL9cBzUNgrFfON6tQcGkCIqQUlLxHroB3wbxI,377
|
|
850
852
|
mage_ai/orchestration/constants.py,sha256=Gyrk_t9GGE4xzlCf3RbGPz4dT-Dj2xakIG77Y44W858,643
|
|
851
853
|
mage_ai/orchestration/execution_process_manager.py,sha256=hKkVMu9FEePh8aT2zOk57gl9VNBsQpvJ9WQZOQ78OhY,3827
|
|
852
|
-
mage_ai/orchestration/job_manager.py,sha256=
|
|
854
|
+
mage_ai/orchestration/job_manager.py,sha256=vHzPAivMXSv9bjT-y1LL9BLCdfq7URVIyBxs4Uy3uLE,2679
|
|
853
855
|
mage_ai/orchestration/pipeline_scheduler.py,sha256=9mhlW8viMC5FxNXbUYaZpq5i3s2DxGcLIZpY4EHp6Y4,84
|
|
854
|
-
mage_ai/orchestration/pipeline_scheduler_original.py,sha256=
|
|
856
|
+
mage_ai/orchestration/pipeline_scheduler_original.py,sha256=yeLc6E3i9YFtzidywXbL23zI2EbU_JPD7zPhsvu8OFA,71819
|
|
855
857
|
mage_ai/orchestration/pipeline_scheduler_project_platform.py,sha256=X2INdaaM-eV_73fNfX71lHsHepmBY6NDt_pBYimYaUI,68493
|
|
856
858
|
mage_ai/orchestration/run_status_checker.py,sha256=Y9PRm7IYG-JsMNJ1O8DEN-e-zQkWtbF5QG9Esklf60M,2385
|
|
857
859
|
mage_ai/orchestration/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
858
860
|
mage_ai/orchestration/ai/config.py,sha256=HXOs2-ZEDZhxBc9842iKw32CmrboRChBVkdpfA6VaXA,533
|
|
859
861
|
mage_ai/orchestration/backfills/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
860
862
|
mage_ai/orchestration/backfills/service.py,sha256=K1CtYj5fzkL7DR40lxLpxPkPqgh4Nk7fVmzQyIRinl4,5637
|
|
861
|
-
mage_ai/orchestration/db/__init__.py,sha256=
|
|
863
|
+
mage_ai/orchestration/db/__init__.py,sha256=HLVTLkYDNvRhaUhP_Ry6C_rpmbuBLFPcZil0_SuZXN0,5979
|
|
862
864
|
mage_ai/orchestration/db/alembic.ini,sha256=f5DpoW63bVPUsMu8NlCfYg8CENVuspKpTBEesOJazmo,3262
|
|
863
865
|
mage_ai/orchestration/db/cache.py,sha256=eVRDDbLTDPCM8qYEZ0rLY42m5OOr7xKE51XrC2RssCs,2444
|
|
864
866
|
mage_ai/orchestration/db/constants.py,sha256=scDxlPwHy3pj0FwyIztK9rp9jeG-jkKEeVoBx3WlUQM,107
|
|
@@ -911,7 +913,7 @@ mage_ai/orchestration/db/migrations/versions/ec5df57a1c60_add_metrics_to_block_r
|
|
|
911
913
|
mage_ai/orchestration/db/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
912
914
|
mage_ai/orchestration/db/models/base.py,sha256=K3jd7r1OQnHzIS8IhEXDoi2FTdiH5iT4V8drNuTmZ38,3790
|
|
913
915
|
mage_ai/orchestration/db/models/oauth.py,sha256=xMSi4Wkjx_2TiMijpJUtSusZ8IRIqihmcaI96C49Bjw,29492
|
|
914
|
-
mage_ai/orchestration/db/models/schedules.py,sha256=
|
|
916
|
+
mage_ai/orchestration/db/models/schedules.py,sha256=VBnyCN8ItmMm69WrPxJwVIWsu_JrXSmJqn5zk5xLeQU,73777
|
|
915
917
|
mage_ai/orchestration/db/models/schedules_project_platform.py,sha256=th3gCYgXE8mdKpWUL7LeaZIt4PjGXbP2lLjZC2H78tM,15352
|
|
916
918
|
mage_ai/orchestration/db/models/secrets.py,sha256=gtXZ1yUccerqx9glPCkRNNO-F6SJUkoupMjKvLVjveo,901
|
|
917
919
|
mage_ai/orchestration/db/models/tags.py,sha256=wUuq0dK-aCO6kCSm1vbig1mCf4Vuc1ZnvGYorP0LEUY,1354
|
|
@@ -922,7 +924,7 @@ mage_ai/orchestration/monitor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
922
924
|
mage_ai/orchestration/monitor/monitor_stats.py,sha256=4qEd6ey2FX1smxo7nXqBpJTBD7gyDBm2qBLyP1M6MiU,13995
|
|
923
925
|
mage_ai/orchestration/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
924
926
|
mage_ai/orchestration/notification/config.py,sha256=2IpPuArOoC1bAmhitrkVrLYZXtPnDzY-EFT18XMkNyE,1543
|
|
925
|
-
mage_ai/orchestration/notification/sender.py,sha256=
|
|
927
|
+
mage_ai/orchestration/notification/sender.py,sha256=hWRwLB2sgKt-LVjlcv48cHiHp4HiuuWwzTyDDB8xyQM,9873
|
|
926
928
|
mage_ai/orchestration/queue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
927
929
|
mage_ai/orchestration/queue/celery_queue.py,sha256=KadOuEfBsv21dTZuuHV0t2TKQaPvmd82n2TESgdnw8A,691
|
|
928
930
|
mage_ai/orchestration/queue/config.py,sha256=gKJLAaJ0zHf57b_HIzHGASwhiv_T99QFToipCf5jWqY,423
|
|
@@ -987,7 +989,7 @@ mage_ai/sample_datasets/titanic_survival.csv,sha256=SkN_3gX-UmThcBpzh6xvt1OTdyuj
|
|
|
987
989
|
mage_ai/sample_datasets/user_emails.csv,sha256=yokgn3bmkkrSZBFC-crJxPXFzKdgLaQbp7VJVzGLZiA,258700
|
|
988
990
|
mage_ai/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
989
991
|
mage_ai/server/active_kernel.py,sha256=QIXsiIXeSR2RkkuiIXDwBFf2mMO9_eHtLKRsp-sVREI,4964
|
|
990
|
-
mage_ai/server/constants.py,sha256=
|
|
992
|
+
mage_ai/server/constants.py,sha256=rLAI99hfQzZP2Ge16mBWiZxwaISiOnwROY8kNNR3EWA,421
|
|
991
993
|
mage_ai/server/docs_server.py,sha256=jeSlvxsJHvHHkiuDwL76cFv1HFazCqPWbX23B2PTOlg,606
|
|
992
994
|
mage_ai/server/execution_manager.py,sha256=jB8K0_aCO15fZdgE2Kd1zdROiv2VBOLGXWiigvb6rKQ,3457
|
|
993
995
|
mage_ai/server/file_observer.py,sha256=3LreT_Ll5x2irHk2QRL4UL2Cca91Xm8raGz1eZFd1Qw,340
|
|
@@ -1015,27 +1017,27 @@ mage_ai/server/client/mage.py,sha256=P_uT4tettbdT8eLnjrb6TnBvJ3522RHEUg2sO7KjMzg
|
|
|
1015
1017
|
mage_ai/server/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1016
1018
|
mage_ai/server/data/base.py,sha256=mEenR7pyQ_ETa795RcOx134M6DkSpszcv41FzEu_khM,3862
|
|
1017
1019
|
mage_ai/server/data/models.py,sha256=K71oIFBs1A3VICS6QIQeF94KkHDu_-XGZRkPnkIWCso,9316
|
|
1018
|
-
mage_ai/server/frontend_dist/404.html,sha256=
|
|
1019
|
-
mage_ai/server/frontend_dist/block-layout.html,sha256=
|
|
1020
|
-
mage_ai/server/frontend_dist/compute.html,sha256=
|
|
1020
|
+
mage_ai/server/frontend_dist/404.html,sha256=8xcTp90F1RQxYm-8_rmxZ6jAwiiwUtN0VZNErkPW_Mw,10758
|
|
1021
|
+
mage_ai/server/frontend_dist/block-layout.html,sha256=Wzdo7Id_HpFb43QqTEhZUPS3IKPQQ36bHZFRIUPHN6k,9028
|
|
1022
|
+
mage_ai/server/frontend_dist/compute.html,sha256=AWpjslPryiTsFoeSUdfgFuDaT8teuH-Qy_EOSi36eiM,10267
|
|
1021
1023
|
mage_ai/server/frontend_dist/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
|
|
1022
|
-
mage_ai/server/frontend_dist/files.html,sha256=
|
|
1023
|
-
mage_ai/server/frontend_dist/global-data-products.html,sha256=
|
|
1024
|
-
mage_ai/server/frontend_dist/global-hooks.html,sha256=
|
|
1025
|
-
mage_ai/server/frontend_dist/index.html,sha256=
|
|
1026
|
-
mage_ai/server/frontend_dist/manage.html,sha256=
|
|
1027
|
-
mage_ai/server/frontend_dist/oauth.html,sha256=
|
|
1028
|
-
mage_ai/server/frontend_dist/overview.html,sha256=
|
|
1029
|
-
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=
|
|
1030
|
-
mage_ai/server/frontend_dist/pipelines.html,sha256=
|
|
1031
|
-
mage_ai/server/frontend_dist/settings.html,sha256=
|
|
1032
|
-
mage_ai/server/frontend_dist/sign-in.html,sha256=
|
|
1033
|
-
mage_ai/server/frontend_dist/templates.html,sha256=
|
|
1034
|
-
mage_ai/server/frontend_dist/terminal.html,sha256=
|
|
1035
|
-
mage_ai/server/frontend_dist/test.html,sha256=
|
|
1036
|
-
mage_ai/server/frontend_dist/triggers.html,sha256=
|
|
1024
|
+
mage_ai/server/frontend_dist/files.html,sha256=9QuXjn8gsL3GRHkB_RW4wNbjjYBPgoelQyE9kkglNBk,10183
|
|
1025
|
+
mage_ai/server/frontend_dist/global-data-products.html,sha256=EkKzNlfGto0IoAiihMJDyg7vvDU84Aap7ySKZmRfe_Q,10451
|
|
1026
|
+
mage_ai/server/frontend_dist/global-hooks.html,sha256=ctpRFytlUfNPWBKKni8lnZ81NU9bROHjmQydDQSGTdY,10271
|
|
1027
|
+
mage_ai/server/frontend_dist/index.html,sha256=ar3a-6j9CkmHbqylVPJ5TDP5K7YknlVlor1PO0WUm_4,8311
|
|
1028
|
+
mage_ai/server/frontend_dist/manage.html,sha256=T5cq4cTYQxRufXVFyKojgFF7FrxB6QS5HdbkGatrKsE,10335
|
|
1029
|
+
mage_ai/server/frontend_dist/oauth.html,sha256=eYKPVZGN23TVaerawRMgqURkoJU56t3SnKKGeFDO0KM,9929
|
|
1030
|
+
mage_ai/server/frontend_dist/overview.html,sha256=02ZSaGY84e2fpJjOBsZ437NIq6TXxGSNxBWkIqa25QE,11210
|
|
1031
|
+
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=d_DYnpuimvqzRXhFKWinaoUWRoMf7B_DGz20QOluQqA,10352
|
|
1032
|
+
mage_ai/server/frontend_dist/pipelines.html,sha256=LVf_6bGuWxHoGOnoeITpA_wONoHcyM6h-pe9GHdzq9E,10573
|
|
1033
|
+
mage_ai/server/frontend_dist/settings.html,sha256=zqz-Or3iIJwcxQ-B083S-4yEScQ-sGKFcV1hz6jcxKY,8383
|
|
1034
|
+
mage_ai/server/frontend_dist/sign-in.html,sha256=cUKSGxkNq5aGjWjBF29rA_mzJqIlkc8J8LNsW994P10,19255
|
|
1035
|
+
mage_ai/server/frontend_dist/templates.html,sha256=jolgvrG_pF5bNVjHqq6qUB-EStBl2JGGb71GluipknQ,10339
|
|
1036
|
+
mage_ai/server/frontend_dist/terminal.html,sha256=ihv4rQC0Z3-U_MtNTJQWDCqvxgxcRKS1O9et30iG4Vg,10181
|
|
1037
|
+
mage_ai/server/frontend_dist/test.html,sha256=BxTiExGQXnRXkUC_lTJzIpO6zLJnprPWuP7U6GWJeCA,8325
|
|
1038
|
+
mage_ai/server/frontend_dist/triggers.html,sha256=2IYaxR9CMahL6RUeLEpy_9F5NO2Dh3fZK2CWm8cdMrQ,10259
|
|
1037
1039
|
mage_ai/server/frontend_dist/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
|
|
1038
|
-
mage_ai/server/frontend_dist/version-control.html,sha256=
|
|
1040
|
+
mage_ai/server/frontend_dist/version-control.html,sha256=3pRuR2hkdLoOGOpJNTOJDiYufUUbm05DfoWwPE-Ut3U,10202
|
|
1039
1041
|
mage_ai/server/frontend_dist/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
|
|
1040
1042
|
mage_ai/server/frontend_dist/_next/static/chunks/1187-c9537b3f51775d0c.js,sha256=AQmTmZKhDoqjOPTBTlbRApEZ_mBBW6Af013mQ_U5g9I,48837
|
|
1041
1043
|
mage_ai/server/frontend_dist/_next/static/chunks/1235.c9ed47779baccc05.js,sha256=eZbcOxEMDmjg_xxzMVoiU5w21oYfty6-pfs-xA-5uXM,2162
|
|
@@ -1044,7 +1046,6 @@ mage_ai/server/frontend_dist/_next/static/chunks/125-abc06c39b97fd8aa.js,sha256=
|
|
|
1044
1046
|
mage_ai/server/frontend_dist/_next/static/chunks/1450.d383f64c169d4278.js,sha256=Wta_dDXv2gjlzEgdcOzHlEzECgj6-0a4PCMqT9gaEck,5290
|
|
1045
1047
|
mage_ai/server/frontend_dist/_next/static/chunks/1557-01f0843dc6ac4971.js,sha256=4WFy1rRndZgo82qzlkX3kTM5vz9kAOI2dDhPjWRWeNg,36400
|
|
1046
1048
|
mage_ai/server/frontend_dist/_next/static/chunks/1598-3070ba5a71ce3e2d.js,sha256=lSKctOhct9axfkW6W-3XB73jLYPGk1294GWflgtzbw0,8186
|
|
1047
|
-
mage_ai/server/frontend_dist/_next/static/chunks/181-e61915415a976861.js,sha256=-PhsR93rdasG_h1k8gKMFy-s5k_YBqvKR5YspTQKgmM,10538
|
|
1048
1049
|
mage_ai/server/frontend_dist/_next/static/chunks/2481.0454a0e25dc7e027.js,sha256=sdXmwsUwcOtd3zL9rTwWkitW4-5QGFjqoyiNvEcZ6V8,2942
|
|
1049
1050
|
mage_ai/server/frontend_dist/_next/static/chunks/2508.724531e7f9cf5f36.js,sha256=AHITXAvHRthYNLtGMXL_ThpWnXzRXyi_E89hb1h2D-Y,1649
|
|
1050
1051
|
mage_ai/server/frontend_dist/_next/static/chunks/2545.8371b39c898ae92b.js,sha256=AaYWK0zkB1ZimRGCf1uC1aaYmw9FDek3vJ4o1j2OXpU,3432
|
|
@@ -1058,7 +1059,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/29107295-989a0767a635d9d5.js,sh
|
|
|
1058
1059
|
mage_ai/server/frontend_dist/_next/static/chunks/3366-526b00bb494c02a4.js,sha256=leJxq83OCMdOKRS4jD6twupK4z9S4MRxTJkzeRT0rOQ,14834
|
|
1059
1060
|
mage_ai/server/frontend_dist/_next/static/chunks/3453.992f4b1667e9882c.js,sha256=PYm5SZCBWpX2kOafRCgG3R9I0Wo8KIW6R0jJ_5-XFCI,3524
|
|
1060
1061
|
mage_ai/server/frontend_dist/_next/static/chunks/3467.38cd0654ba6f788f.js,sha256=GSh5dCIP7HWFJuchJzpPUJ6TyI3coksbiZwKftDZms8,1618
|
|
1061
|
-
mage_ai/server/frontend_dist/_next/static/chunks/3548-
|
|
1062
|
+
mage_ai/server/frontend_dist/_next/static/chunks/3548-961ff79ca70038c7.js,sha256=WGfFs9TI059zlmo_mijbzijxnI__hMdrDP6zMfcb2ho,10100
|
|
1062
1063
|
mage_ai/server/frontend_dist/_next/static/chunks/3763-61b542dafdbf5754.js,sha256=BiC5gwYsOTK2ujPoili3UUfyHlNxgaxWYnUNzZKu174,29258
|
|
1063
1064
|
mage_ai/server/frontend_dist/_next/static/chunks/3782-ef4cd4f0b52072d0.js,sha256=JpndL19JSNS_UJ_g5iJIi0NAEvsIzZ4qzMQVOfmIXbo,11763
|
|
1064
1065
|
mage_ai/server/frontend_dist/_next/static/chunks/3835.df296b4e4078e985.js,sha256=kD2QFPxjs1XDTi-3diXwSlgCno80VqrgU6OL80IHC6M,30652
|
|
@@ -1066,7 +1067,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/3873.494ebf29a8e9700c.js,sha256
|
|
|
1066
1067
|
mage_ai/server/frontend_dist/_next/static/chunks/3898.880191695bb05845.js,sha256=3scwZ0YVM7CplF4jtmWmwhXngTGOQeJj45hSg4S5_iU,4171
|
|
1067
1068
|
mage_ai/server/frontend_dist/_next/static/chunks/4042.5e16d36209052351.js,sha256=8drOxrHSNVg8YuiNpWFQhGqqM4n3Iy9drl93C7OG98A,1428
|
|
1068
1069
|
mage_ai/server/frontend_dist/_next/static/chunks/4092.536ee541241f4538.js,sha256=BMxm3pvmB9EvPdf0Q5Cl64z6TpoPwqhnfuIn3v4rlaM,3421
|
|
1069
|
-
mage_ai/server/frontend_dist/_next/static/chunks/4241-
|
|
1070
|
+
mage_ai/server/frontend_dist/_next/static/chunks/4241-4499461184ba0d23.js,sha256=gLzOLGlR_bPQG-W1ufE0TRXIoxFqp4qeIEe8cHyOsJo,27904
|
|
1070
1071
|
mage_ai/server/frontend_dist/_next/static/chunks/4388.04098706f32e69e7.js,sha256=hSWgdI2LGG3MEcWBzVDAlXGTgQhxPoBKjqrsKiD3e2M,6457
|
|
1071
1072
|
mage_ai/server/frontend_dist/_next/static/chunks/440.3ab77942f659ea0c.js,sha256=mSA4AlBfChpnBO4G0EEAg32vnyd488I3pC545tlnRX4,1122
|
|
1072
1073
|
mage_ai/server/frontend_dist/_next/static/chunks/4450.79f14f763d55c63e.js,sha256=BGSKp5uPmDbUN0OYEFv4gsjl-azzkJutmQPASRDHOxw,1455
|
|
@@ -1080,6 +1081,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/5164.857023e800905b6f.js,sha256
|
|
|
1080
1081
|
mage_ai/server/frontend_dist/_next/static/chunks/523-be11ad59861d00ca.js,sha256=et4UL0oeK7X9Wkm2v94uDZDiwpGVcOAUzwjCp16KTb4,8891
|
|
1081
1082
|
mage_ai/server/frontend_dist/_next/static/chunks/5496.29af09f188750c3a.js,sha256=1y39-d-zSOVEmgNoqv_Eh-UnGN1a1pRo6bQt5pqyzqk,6544
|
|
1082
1083
|
mage_ai/server/frontend_dist/_next/static/chunks/5544-d10ee8ec70354aa1.js,sha256=q_csyFuA3liakMpC4uXGLbxAN66qk3DpWMZvvZXhq9k,15145
|
|
1084
|
+
mage_ai/server/frontend_dist/_next/static/chunks/5627-237a3de578538022.js,sha256=cF_LNR6BA2Gj__M0PJe-1qa4v6BYH7uKUzRCV7Ywxlg,14483
|
|
1083
1085
|
mage_ai/server/frontend_dist/_next/static/chunks/5699-6efc749f2f8ddd20.js,sha256=Gox9EV0v5lR19s_eDbR-tQzwdpUSQdr7CAiEzLKp4is,11554
|
|
1084
1086
|
mage_ai/server/frontend_dist/_next/static/chunks/5729.0f2748e9e6dab951.js,sha256=kcbxoOOAieSjZdSqTLl5o_1OaTA4cdH5IEnjSA0RRMc,3490
|
|
1085
1087
|
mage_ai/server/frontend_dist/_next/static/chunks/5824.628653557e904674.js,sha256=zuOmz6CGILYNmrxJRyawt4dJA8x-omSDXdMhDgA0H0I,3479
|
|
@@ -1101,7 +1103,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/7674-5f8f0882b3411d98.js,sha256
|
|
|
1101
1103
|
mage_ai/server/frontend_dist/_next/static/chunks/792.010ca00d79b2112f.js,sha256=iKH6f5zTT86af5rNSQaJbFd_btMzycM5rm71ZqUXlUg,5292
|
|
1102
1104
|
mage_ai/server/frontend_dist/_next/static/chunks/7947.77be4bec4d47774e.js,sha256=0O7JEIR4I9ZMro0tjtspP8XH0hfBru4kqcCVTwbAXtE,1129
|
|
1103
1105
|
mage_ai/server/frontend_dist/_next/static/chunks/7951.fee8b6c27c9ef777.js,sha256=bOJg3yZIt5XaxFeMBlgt8m54gNxOIpa2H4PxvSZXFP8,1867
|
|
1104
|
-
mage_ai/server/frontend_dist/_next/static/chunks/7966-
|
|
1106
|
+
mage_ai/server/frontend_dist/_next/static/chunks/7966-f07b2913f7326b50.js,sha256=0bvrA3mxK3M8UsZoy_Nj5SjaHzfYhKDKYx_7cMc8WPw,17689
|
|
1105
1107
|
mage_ai/server/frontend_dist/_next/static/chunks/8018.968bf87c390e3312.js,sha256=yjjT2CAwjo6jS3a76rkMq4xZj5vzggw-02DvM13rtEY,4838
|
|
1106
1108
|
mage_ai/server/frontend_dist/_next/static/chunks/8095-bdce03896ef9639a.js,sha256=f3k09c86uyP-yFSSeRJ_eGJ9Pi-t0Ijl1CbC-d8LYrc,11376
|
|
1107
1109
|
mage_ai/server/frontend_dist/_next/static/chunks/8097.b0345f30a7390c1d.js,sha256=GkbiG31cNdY4JyxfkcWUqIk-wxRu79a553HVwopnrNM,2166
|
|
@@ -1134,55 +1136,55 @@ mage_ai/server/frontend_dist/_next/static/chunks/main-77fe248a6fbd12d8.js,sha256
|
|
|
1134
1136
|
mage_ai/server/frontend_dist/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js,sha256=AiXrA00CSgO9yQ6mx59WGTZi58Pu6QlpYpiCDlF8u4M,91460
|
|
1135
1137
|
mage_ai/server/frontend_dist/_next/static/chunks/webpack-d079359c241db804.js,sha256=cqcvM_h1R2dc_zuTAHhuBhLKp44ZvYAO5qCJhmQPf2Q,5527
|
|
1136
1138
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/404-8ecd93274c427b76.js,sha256=lmeHQIPtqqXqhdnEE3rTu4f1MK-Bm08mCCbv4X16C40,962
|
|
1137
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-
|
|
1139
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-08790743315de36a.js,sha256=XNqLcQupYIc9hmvZvOt57vtRwhgRUmbPv2LoWNobce0,3063511
|
|
1138
1140
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/_error-e989623bffcbf724.js,sha256=aXIjJAH8qQYH7p8jGDslEzBUIJz0QqLgGEgyIeCAaF8,3207
|
|
1139
1141
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/block-layout-14f952f66964022f.js,sha256=83aGXofYLSPbRXbGMieHpDnW1nrUglMk3VuqjEIWK0s,5810
|
|
1140
1142
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/compute-010d9ac728f8a517.js,sha256=vWy9M-bYFFHoUxBL1F5UEqEK9rVPkTKOkwI-KitxlVk,74219
|
|
1141
1143
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/files-98df0674eac4ec84.js,sha256=2L0BqRXRiE1YaEMK0hAiilzB_X-Jxk5ly1kigXwvX6Q,8440
|
|
1142
1144
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/global-data-products-78e8e88f2a757a18.js,sha256=JD-unsIqXwu5WGISkKcR6cG4DznxA0mnHx30UInfe-M,3206
|
|
1143
1145
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/global-hooks-34966cfd2d89c366.js,sha256=oAIRD1bzZQNHOsei4SG6VWqat1s9FxCPiPE0i14buNA,5776
|
|
1144
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/index-
|
|
1145
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-
|
|
1146
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/index-13760bb72d823b69.js,sha256=LZJVpuxOBeXpkn-fh-lR9NQ0ISGF2F26tZQP9RtFn8o,1256
|
|
1147
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-852d403c7bda21b3.js,sha256=TBLSzffAAnKyUDue7G-wdW5oubl2f4H8CMKT70Be4JY,27772
|
|
1146
1148
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/oauth-30e34ee15d410331.js,sha256=xmC9d4T0oV1f9vpC1w9t-IyrsV6UnRHdIl_OFO5Ub4s,3478
|
|
1147
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/overview-
|
|
1149
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/overview-597b74828bf105db.js,sha256=CJrZyPPaqkpZN_hbekuMGe36BO7H3na_B_UGrA0NRjs,28505
|
|
1148
1150
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-a66b4c7641ae03eb.js,sha256=SeW_GltQ4Lo-rM-KkQe6DQPWJl7j8GdpysgBueYCzoA,10129
|
|
1149
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-
|
|
1151
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-ceb06e1616ee9610.js,sha256=oyBhhnsL1yONavX7wdfGrtduYOGjxxpUfkEiGe-0EEs,29074
|
|
1150
1152
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings-b39e5bca035dec41.js,sha256=Vef-qeiaZqA0DdpKO6I188W2eMPPDavi3UQuH50netE,4278
|
|
1151
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-
|
|
1153
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-f59d34429fe022ee.js,sha256=NxtM9xdSuEuFQXzaGbOMPeHLA0SrmGbyz2WMVxX6wjM,10856
|
|
1152
1154
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/templates-05a5312f50db749c.js,sha256=lWVRMBmXaauwbIyANZYeGzcUxbXX7WsO2TaIByW1WDI,5431
|
|
1153
1155
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-89e1b3e6799378a5.js,sha256=URHDE0SU2aW7VNN7Q5AfuPjR9YHnKvOjcKAhJ4DLp3Q,7398
|
|
1154
1156
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/test-bd51b3918b39329e.js,sha256=0WTVZbrWflW4r1qSnBKUjOBKET4WKDC7icN9_hD0ZP4,375
|
|
1155
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-
|
|
1157
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-9cba3211434a8966.js,sha256=TggVdoVKOdI4OrfcVpAiMDJyh1691OVRIEZHgTIp21g,15662
|
|
1156
1158
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/version-control-5753fac7c1bfdc88.js,sha256=sOPDh7ZcaPQwMuh2d9xBJuFy-SdGT6JOOPxTifDcgIE,61514
|
|
1157
1159
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/global-data-products/[...slug]-591abd392dc50ed4.js,sha256=vDW2oWf1u2Us0V0HhuCw4fxnag9SAjhW0qATJm2ICi4,1507
|
|
1158
1160
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/global-hooks/[...slug]-fbc51d79d3196fa2.js,sha256=6bNJjLvygsI8f3sP9TKELfix7xiNLBYwcv9sPXlAw_U,2296
|
|
1159
1161
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/files-f15a685682b1037b.js,sha256=7OtA41Q5nCcc0ji1f5k7OcXcckGAGWAirU-SuxjZsFw,2270
|
|
1160
1162
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/settings-52a597d0c674907a.js,sha256=xIv3exXDHuQy_6flhIL3N_pqUbyGVSJUbB_vCsGUUJE,1020
|
|
1161
1163
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users-b2896118903236c5.js,sha256=XVP-jAqAAkwML1DEJdwGEDt7A2bapHMCs2gs0lrTL0Y,3208
|
|
1162
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users/[user]-
|
|
1164
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users/[user]-8bbfa0c19b5e4cb3.js,sha256=E28Q1NN30M3X-5ZV8-HxFFtRzZSNJSY1Sm38wH593JQ,15663
|
|
1163
1165
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users/new-d0a403e8920104d2.js,sha256=egwJpEklRRdCMy5oajG7TmoR3rPRbSL3WGTOM3hlTsI,8900
|
|
1164
1166
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]-91a5d6a11e7d4c56.js,sha256=h3jlij4QWjbd-5LhvGlRlv0Vipp6xq5jiuMlLMNc9c4,4457
|
|
1165
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-
|
|
1167
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-a8b61d8d239fd16f.js,sha256=WHGB09TLNDOzF1igWGVmS2iZblPQWudGWaUqDWK0NeA,12789
|
|
1166
1168
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/dashboard-95ffcd3e2b27e567.js,sha256=LblSTJ21PkfpnzzhMSNGiLPxNSOR7Bvw3orLFzAh5pM,4521
|
|
1167
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-
|
|
1168
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-
|
|
1169
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-bd0aff5a5ed8888c.js,sha256=Dcou_H6mocL2Mg_XE-mOFJd6c6FaseVCf2T5r7BVkHw,425307
|
|
1170
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-3f5c14076ddde20e.js,sha256=WWWvkQT03cpZnMlOdcdHt7n-Fr4TRQeeSwG83H3iGks,34226
|
|
1169
1171
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-7acc7afc00df17c2.js,sha256=VkdJkpwPr4TvKG5WOKUuPQiidABW9GlLUvUcprakXF8,12543
|
|
1170
1172
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-6dae38250e135c54.js,sha256=8-sjk2-uPny6afANHiq8LbmYTRq2V4OnBW7FPOG-EeU,22028
|
|
1171
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-
|
|
1172
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-
|
|
1173
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-
|
|
1173
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-d1ee961387c58b7f.js,sha256=kHoGkwpJdeb8CXqIczj_ke4dQZ_gB9tKlNdmA6lyT5A,17211
|
|
1174
|
+
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-cb88fd075a357fcf.js,sha256=l2mdjNodiZaDSAAxXrNrfw933HmHi78AxaRcGSWJ5_U,25156
|
|
1174
1176
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-ff4bd7a8ec3bab40.js,sha256=yXU2m4j8BPsCJjBpwDvyR3K79YTJhxY8bTUb8qORNY0,34079
|
|
1175
1177
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-a5c0362763a21fa8.js,sha256=4__ED372rfUepNce-Nhu1JREKu0iYFBkpm759-Hdmfs,19221
|
|
1176
1178
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-1ed9045b2f1dfd65.js,sha256=wGcagnZ39yfcbUDuW1T5c7w491V0AxLf2vrW-6bFvV0,17030
|
|
1177
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-
|
|
1179
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-1417ad1c821d720a.js,sha256=bBf4CghueTnkTryGkVYtw6vr-uzQSfuwwmlS3ZyS2p0,18451
|
|
1178
1180
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-f028ef3880ed856c.js,sha256=uq1bPgGRIM91rk0oNMjAlWpliJs8IagYcfH75FWiMX0,25333
|
|
1179
1181
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/platform/global-hooks-c916c778b0764634.js,sha256=8U1JkoCbTS1JhrYB54pusJRMYoV7UHYVBIXpce9WxcM,5799
|
|
1180
1182
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/platform/global-hooks/[...slug]-e187f4c2b4eccd00.js,sha256=wDFo52b3-6nZfZicRe2WV1Cgnl1V4Jkg_OWX6tkh0a4,2321
|
|
1181
1183
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-3f0df3decc856ee9.js,sha256=ulUIp1rzKToIghI2BUBxXpy2l3z0p6VozxgqANosLgs,856
|
|
1182
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/preferences-
|
|
1184
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/preferences-8ff16ef9566e911a.js,sha256=maBcZNFgOz1JuyaZZQysea7qnslxHiyBeqsfdGCuijQ,10105
|
|
1183
1185
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/settings-74d76300942dcee8.js,sha256=AkA_jfP5f0ScwKSg3Vvujsn0YMK3vo1xiOzoHnYKdfY,5712
|
|
1184
1186
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/permissions-e5a4d3d815cec25d.js,sha256=Ale7bl1MgcEzn8KMZIEWCj4RO_1v70IiKax0ItCvriQ,3179
|
|
1185
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-
|
|
1187
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-d7a8bc51bb7a1082.js,sha256=WXLglxhBgkMrDS8VCDSBYJ9U7h6Iq9SgYn_ZR0V3qeM,10065
|
|
1186
1188
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/roles-36fa165a48af586b.js,sha256=-1jdSVA5PjarT8VPICvgVtrXjqNw7OhvF7S5Jz_UZjs,3519
|
|
1187
1189
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync-data-79a4cf66a623e667.js,sha256=XMLJs2XZdxYOaQwr9CPjg4DEjhhXygxnibWHKxB__tA,11538
|
|
1188
1190
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-86814e581acaf5db.js,sha256=as-3Of5gxq_zOi5uT5ve08-wEuqrczG4rYhq6Do8AYQ,2683
|
|
@@ -1191,8 +1193,8 @@ mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/roles/
|
|
|
1191
1193
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users/[...slug]-2af9afbe727d88aa.js,sha256=mtiTbV_fJoDfi0041GgNL36Tck-qTXCkDYl_nWShwAw,821
|
|
1192
1194
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/templates/[...slug]-98a34c313012fc10.js,sha256=hTlFdbbkQ0mN4WkzjLMbdcMMa79gpxBKPVdsKtvOb7U,5652
|
|
1193
1195
|
mage_ai/server/frontend_dist/_next/static/css/b59541b123fd7191.css,sha256=g5T87zalsCnOvv20DKhIuNopDzK6rNISJ1pQGnhDXQo,15691
|
|
1194
|
-
mage_ai/server/frontend_dist/_next/static/
|
|
1195
|
-
mage_ai/server/frontend_dist/_next/static/
|
|
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
|
|
1196
1198
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
|
|
1197
1199
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
|
|
1198
1200
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Medium.ttf,sha256=lwkfkGI2YftPeXnBDRiPMPSAbYzjJrC8jRrMedzCDY8,283684
|
|
@@ -1230,8 +1232,8 @@ mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-SemiBold.ttf,sh
|
|
|
1230
1232
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-SemiBoldItalic.ttf,sha256=4xNDNrikIhglWYAoOlb2LjyYeDo5Gh0G52A72papgR4,93940
|
|
1231
1233
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-Thin.ttf,sha256=zlgstcLhG4408Fo8JS7sZRC6Mt2XftUXpop3Ja8FywI,87872
|
|
1232
1234
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-ThinItalic.ttf,sha256=JfREOX6nw1mHlEYBq_j9_7rLfI3CIcQ5bOBytV-pUi8,93056
|
|
1233
|
-
mage_ai/server/frontend_dist/global-data-products/[...slug].html,sha256=
|
|
1234
|
-
mage_ai/server/frontend_dist/global-hooks/[...slug].html,sha256=
|
|
1235
|
+
mage_ai/server/frontend_dist/global-data-products/[...slug].html,sha256=yc5J6hj8iaiUEh1iJDjl7p91y16zCtsCsT7Po6aZyS0,10452
|
|
1236
|
+
mage_ai/server/frontend_dist/global-hooks/[...slug].html,sha256=MdREaPwX8hN3GwbFifpSVzJk8fGxel4Fhh_5ED1zcpM,10280
|
|
1235
1237
|
mage_ai/server/frontend_dist/images/backfill.jpg,sha256=0cUfwkvBISDC9yXxiDV7o2RPqKI_9OIydX90gw54azk,4404
|
|
1236
1238
|
mage_ai/server/frontend_dist/images/banner-shape-purple-peach.jpg,sha256=b6fpPLZfxxm7hiWf6Ci1Dv01P3d68k0eK_uu4v43Vss,4854
|
|
1237
1239
|
mage_ai/server/frontend_dist/images/dashboard-api-key.webp,sha256=5IwOoTLp3RKDrHVQsdCADoQkjcTbh5MTZGqlgyqcXNk,57024
|
|
@@ -1242,11 +1244,11 @@ mage_ai/server/frontend_dist/images/blocks/grey_block.webp,sha256=cAGmkcJ6edDr3B
|
|
|
1242
1244
|
mage_ai/server/frontend_dist/images/extensions/dbt/logo.png,sha256=-ssfqyt73pSkqsA_UBfYf2U2h2P62yr6fCe5SIwBurc,6001
|
|
1243
1245
|
mage_ai/server/frontend_dist/images/extensions/great_expectations/logo.png,sha256=RK76yAE_SHMHiFxf2aq-Ox00Gw6Khap9CCkdT7ucfQw,22785
|
|
1244
1246
|
mage_ai/server/frontend_dist/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
|
|
1245
|
-
mage_ai/server/frontend_dist/manage/files.html,sha256=
|
|
1246
|
-
mage_ai/server/frontend_dist/manage/settings.html,sha256=
|
|
1247
|
-
mage_ai/server/frontend_dist/manage/users.html,sha256=
|
|
1248
|
-
mage_ai/server/frontend_dist/manage/users/[user].html,sha256=
|
|
1249
|
-
mage_ai/server/frontend_dist/manage/users/new.html,sha256=
|
|
1247
|
+
mage_ai/server/frontend_dist/manage/files.html,sha256=jE5MhNmxugcN98Scl4Z4uy7pdB0ar5aCwfsiPhROTec,10269
|
|
1248
|
+
mage_ai/server/frontend_dist/manage/settings.html,sha256=KfiMbG_DsCwredMMcJFnNxJ5jqC021fXy7YgWfeMJNE,10275
|
|
1249
|
+
mage_ai/server/frontend_dist/manage/users.html,sha256=wjrZ76uTmtkaUXPKLDRWAAXOHBnjoqE7GQDt_DgzI6U,10269
|
|
1250
|
+
mage_ai/server/frontend_dist/manage/users/[user].html,sha256=iLFrJs8g90TX4QB1r1sVBQjmAh6iQCvg-ISXgSmlUVo,10297
|
|
1251
|
+
mage_ai/server/frontend_dist/manage/users/new.html,sha256=6YUOGkRoHdQZeujEjPPgBbL1olGU1u85WxtYQcG0he0,10277
|
|
1250
1252
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/loader.js,sha256=-g736o6tNxP1uWgDa4GNMLu0cVw5rpd9iv_JkFqjJYg,30051
|
|
1251
1253
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf,sha256=izSevKNd2mT7WHZYsm4XzDTGwdk0_FCb7wRObtuJ20k,73624
|
|
1252
1254
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.de.js,sha256=f6eZPSfW6q0TZXRHJH9Ot3KDmzXRrnAwUrGz6zTWa5c,869
|
|
@@ -1360,56 +1362,58 @@ mage_ai/server/frontend_dist/monaco-editor/min/vs/language/json/jsonMode.js,sha2
|
|
|
1360
1362
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/language/json/jsonWorker.js,sha256=zgcNdzxOPbIH9mjg7oUxO3FHBwTvv9EQRMOKQWdjLF4,128871
|
|
1361
1363
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/language/typescript/tsMode.js,sha256=GL-DBXaHEUZHBE6SZA_HY0m326feu9NjFduSIp_6o8o,23674
|
|
1362
1364
|
mage_ai/server/frontend_dist/monaco-editor/min/vs/language/typescript/tsWorker.js,sha256=GDkXJvtDJ6BGEWF6fLxQrtAlWx1PqCn78i1sEdOnrIY,4602226
|
|
1363
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=
|
|
1364
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=
|
|
1365
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/dashboard.html,sha256=
|
|
1366
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=
|
|
1367
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=
|
|
1368
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=
|
|
1369
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=
|
|
1370
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=
|
|
1371
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=
|
|
1372
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=
|
|
1373
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=
|
|
1374
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=
|
|
1375
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=
|
|
1376
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=
|
|
1377
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=
|
|
1378
|
-
mage_ai/server/frontend_dist/platform/global-hooks.html,sha256=
|
|
1379
|
-
mage_ai/server/frontend_dist/platform/global-hooks/[...slug].html,sha256=
|
|
1380
|
-
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=
|
|
1381
|
-
mage_ai/server/frontend_dist/settings/platform/preferences.html,sha256=
|
|
1382
|
-
mage_ai/server/frontend_dist/settings/platform/settings.html,sha256=
|
|
1383
|
-
mage_ai/server/frontend_dist/settings/workspace/permissions.html,sha256=
|
|
1384
|
-
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=
|
|
1385
|
-
mage_ai/server/frontend_dist/settings/workspace/roles.html,sha256=
|
|
1386
|
-
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256=
|
|
1387
|
-
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=
|
|
1388
|
-
mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html,sha256=
|
|
1389
|
-
mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html,sha256=
|
|
1390
|
-
mage_ai/server/frontend_dist/settings/workspace/users/[...slug].html,sha256=
|
|
1391
|
-
mage_ai/server/frontend_dist/templates/[...slug].html,sha256=
|
|
1392
|
-
mage_ai/server/frontend_dist_base_path_template/404.html,sha256=
|
|
1393
|
-
mage_ai/server/frontend_dist_base_path_template/block-layout.html,sha256=
|
|
1394
|
-
mage_ai/server/frontend_dist_base_path_template/compute.html,sha256=
|
|
1365
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=6xNph7Q1e9h5XvV5CA428SFwJOe9Zt-PN8LfsjShJa4,8425
|
|
1366
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=bwoy95kJCjYcvG2OT57iPB1pasriMxl8LDMSrHOQS3k,10310
|
|
1367
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/dashboard.html,sha256=fhOrkk27JFr-ncktIcwgxDkj4k9b4w1QtaSlpPzXhDE,10936
|
|
1368
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=mW6k6Pikx4_tT_72RjMBKrJgfSzW1WlpBcXTn4RSlwA,9553
|
|
1369
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=lyP8Esfkdn4SKMhaF32g_BVNV4gmzhLPxm7lGGfg30g,10378
|
|
1370
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=ABdz0JXdSh5PeswqJ-6LmohUyNBUyukWBbz9KUYVSvQ,10541
|
|
1371
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=T_zO5-x0yMsWmYZ04ZGGxkr1EZ6wSMQJJS6-3heHYqc,10456
|
|
1372
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=kGcBIPbXJnRbJCu2wWvVMQMfBBjAsVodlIMqm0LRjXk,10308
|
|
1373
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=gyFjfuENraVD1JZHvnniRDmWUKUAILttbO4oSsTLaK0,10302
|
|
1374
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=NCrF7h6qVzKbuvfR7rCvAt1jGCFIfWMSHrrCGWr1ibw,10774
|
|
1375
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=i6hJ9eR1Wj4J_ytXz4eVaEBquu3_SMedTogZrEOQ6r0,10554
|
|
1376
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=sWv904JwA3qnnz2MjU1T4eztgj0PBJHi0dFptBG_oqA,10485
|
|
1377
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=Pzcxt2SRFX8YxqWrOYSJzc7ucNgcpjjJC3OyaJBg2N4,10651
|
|
1378
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=qVe0Zd-X5waAe5ePywnOuZwjcPQYxmxoI7MNgeNXG8Q,10722
|
|
1379
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=JakYNIpv32rIEk8tO8kdeGPBL4xrbOTjIxreWi0OT_M,10706
|
|
1380
|
+
mage_ai/server/frontend_dist/platform/global-hooks.html,sha256=BHBScgPoEzUKy-WabzNFc0PiVREWmXXcwy4KVrQ2xuU,10298
|
|
1381
|
+
mage_ai/server/frontend_dist/platform/global-hooks/[...slug].html,sha256=46W5IVo-diwq9BxQ5Q3RjF0RThOPzHTm8URozWu2fTA,10298
|
|
1382
|
+
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=F4xpzmQoCyVPO_EHJb5FDgtvb5OetWmVvhgoYtXbkMc,10369
|
|
1383
|
+
mage_ai/server/frontend_dist/settings/platform/preferences.html,sha256=fcVsq5zMCb6_kG2uoXHTbaHDJm98GtZ_vVuxM4oI5ps,10301
|
|
1384
|
+
mage_ai/server/frontend_dist/settings/platform/settings.html,sha256=1YANPNEJ7WedR9hjj24VMteHCXLLyyt4wk4oHNm_Mhc,10295
|
|
1385
|
+
mage_ai/server/frontend_dist/settings/workspace/permissions.html,sha256=bGd1tJiTVeLDU75RO6_-HPp7_3laYGuPfqP2clWx1cM,10384
|
|
1386
|
+
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=fZC-ABM68umN7HlJfqqXb3tV5ajAGy4ofg91bGh7M6I,10303
|
|
1387
|
+
mage_ai/server/frontend_dist/settings/workspace/roles.html,sha256=MSrjx4lNnFPcB3N9vzuB2fId7geybazahhFwWP627YA,10366
|
|
1388
|
+
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256=nx0xNaV3u3RJA-Uu6p3Z5qaJ5AFr_7u6fYPL0DfB6yI,10299
|
|
1389
|
+
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=v9PQOHjZhHCDBwf_QPA0zyt6pEHm8IQRMpwu9k8fY3Q,10366
|
|
1390
|
+
mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html,sha256=sKhWuV74elgRzY24Q_HP9ACGBqt2GB9L9rlZ981nIN0,10411
|
|
1391
|
+
mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html,sha256=i1zC7zgXps8kldYQm80pQo7wJivFzZOk4txq-zKU0Lw,10393
|
|
1392
|
+
mage_ai/server/frontend_dist/settings/workspace/users/[...slug].html,sha256=TjxNPeRv9d3Yaz9kb86OyBTv9PAo0yFKS1t2msIm5HI,10393
|
|
1393
|
+
mage_ai/server/frontend_dist/templates/[...slug].html,sha256=PcYN0kxMEEpMIxL65UpfQX8Ek1RwZYDS8WTSiHZTgkc,10274
|
|
1394
|
+
mage_ai/server/frontend_dist_base_path_template/404.html,sha256=C2CYkKox0wmbQPaA8vGp_PDvGBIATx4_Pqf44w9eEDY,11193
|
|
1395
|
+
mage_ai/server/frontend_dist_base_path_template/block-layout.html,sha256=mdn4mz5vxfg85ogU8Aktt8yT9uEnyLb8i5GY6HNWk7M,9767
|
|
1396
|
+
mage_ai/server/frontend_dist_base_path_template/compute.html,sha256=wc3ssOImAuIt-Qpa0WK0NqlifNnHGi6kEz2pRNnJUuk,10778
|
|
1395
1397
|
mage_ai/server/frontend_dist_base_path_template/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
|
|
1396
|
-
mage_ai/server/frontend_dist_base_path_template/files.html,sha256=
|
|
1397
|
-
mage_ai/server/frontend_dist_base_path_template/global-data-products.html,sha256=
|
|
1398
|
-
mage_ai/server/frontend_dist_base_path_template/global-hooks.html,sha256=
|
|
1399
|
-
mage_ai/server/frontend_dist_base_path_template/index.html,sha256=
|
|
1400
|
-
mage_ai/server/frontend_dist_base_path_template/manage.html,sha256=
|
|
1401
|
-
mage_ai/server/frontend_dist_base_path_template/oauth.html,sha256=
|
|
1402
|
-
mage_ai/server/frontend_dist_base_path_template/overview.html,sha256=
|
|
1403
|
-
mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html,sha256=
|
|
1404
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines.html,sha256=
|
|
1405
|
-
mage_ai/server/frontend_dist_base_path_template/settings.html,sha256=
|
|
1406
|
-
mage_ai/server/frontend_dist_base_path_template/sign-in.html,sha256=
|
|
1407
|
-
mage_ai/server/frontend_dist_base_path_template/templates.html,sha256=
|
|
1408
|
-
mage_ai/server/frontend_dist_base_path_template/terminal.html,sha256=
|
|
1409
|
-
mage_ai/server/frontend_dist_base_path_template/test.html,sha256=
|
|
1410
|
-
mage_ai/server/frontend_dist_base_path_template/triggers.html,sha256=
|
|
1398
|
+
mage_ai/server/frontend_dist_base_path_template/files.html,sha256=6efGFVQlA8cUCDrU03-Bma5708v64aKkrT8la3LnXVQ,10656
|
|
1399
|
+
mage_ai/server/frontend_dist_base_path_template/global-data-products.html,sha256=a4x-7M7LU4sBHpVZICjkyoCUw7yx7iXvnQAvT51W3IY,11038
|
|
1400
|
+
mage_ai/server/frontend_dist_base_path_template/global-hooks.html,sha256=hAGVWq34Q2xrXUGA4SLKPUhCTjgktJu7KmdXkyQ4aO0,10782
|
|
1401
|
+
mage_ai/server/frontend_dist_base_path_template/index.html,sha256=WuDjH3D_1upM2RX7Dynjug9gFquq7xs7ONJny2r6Mk4,8746
|
|
1402
|
+
mage_ai/server/frontend_dist_base_path_template/manage.html,sha256=Jj7CdIWpmkE_Z1PAjc3e2moMpob59lKUY1pmUIxyTkc,10884
|
|
1403
|
+
mage_ai/server/frontend_dist_base_path_template/oauth.html,sha256=mcjUvLDCs2ckljcUKbFwYOLhWAaJFYmBq0UjmuX2l3s,10402
|
|
1404
|
+
mage_ai/server/frontend_dist_base_path_template/overview.html,sha256=sKB5NiY09kkgYZBCh4ZNWxw8a_oFDJjbo_Dv9kV9yN0,12177
|
|
1405
|
+
mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html,sha256=j0iXaLVlusDqfeo5VJX6f3L4gfPP9fO_urQ3lhP7U-4,10901
|
|
1406
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines.html,sha256=RyPOIP5Bjr2ze8i58WjC9Ffu3xCKSUMubDChWf0IaC4,11236
|
|
1407
|
+
mage_ai/server/frontend_dist_base_path_template/settings.html,sha256=40yuns7yXGbAn4EkGqGqpOI4SnidXuHzeKtULjHUMrg,8818
|
|
1408
|
+
mage_ai/server/frontend_dist_base_path_template/sign-in.html,sha256=yKbFZKIj2fCPxuXp5SU0wbjFkfhYFrZx5Q43ReZKanw,19804
|
|
1409
|
+
mage_ai/server/frontend_dist_base_path_template/templates.html,sha256=h7YlseW4pvtRu2zcVmd1Xf1sqQXhYpfBAG6YRm9BCKM,10888
|
|
1410
|
+
mage_ai/server/frontend_dist_base_path_template/terminal.html,sha256=exYnz9ACzOCP4SLooMxNZnz34vvNZDevDxq4jfVh9aM,10654
|
|
1411
|
+
mage_ai/server/frontend_dist_base_path_template/test.html,sha256=ZEGuV5LKHXQQgBRgFOVCzNfUmG7SdCNL6MOzg95Vteo,8760
|
|
1412
|
+
mage_ai/server/frontend_dist_base_path_template/triggers.html,sha256=Uwf9KmIF24WuW0z6w46HejRUGZJvqYC9L1nW5yrRyIE,10770
|
|
1411
1413
|
mage_ai/server/frontend_dist_base_path_template/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
|
|
1412
|
-
mage_ai/server/frontend_dist_base_path_template/version-control.html,sha256=
|
|
1414
|
+
mage_ai/server/frontend_dist_base_path_template/version-control.html,sha256=qylZWnL51gmg6YCOeosHdGCJwekjgqScr6xeAEcB1go,10675
|
|
1415
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/CKCvjsYCf2imD2X8zAOBf/_buildManifest.js,sha256=FYZvEX7SE-oD0IvgwwCUeaFsWIt_pq8oHyoUIvMRN24,8317
|
|
1416
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/CKCvjsYCf2imD2X8zAOBf/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
1413
1417
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
|
|
1414
1418
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1187-c9537b3f51775d0c.js,sha256=AQmTmZKhDoqjOPTBTlbRApEZ_mBBW6Af013mQ_U5g9I,48837
|
|
1415
1419
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1235.c9ed47779baccc05.js,sha256=eZbcOxEMDmjg_xxzMVoiU5w21oYfty6-pfs-xA-5uXM,2162
|
|
@@ -1418,7 +1422,6 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/125-abc06c39
|
|
|
1418
1422
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1450.d383f64c169d4278.js,sha256=Wta_dDXv2gjlzEgdcOzHlEzECgj6-0a4PCMqT9gaEck,5290
|
|
1419
1423
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1557-01f0843dc6ac4971.js,sha256=4WFy1rRndZgo82qzlkX3kTM5vz9kAOI2dDhPjWRWeNg,36400
|
|
1420
1424
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1598-3070ba5a71ce3e2d.js,sha256=lSKctOhct9axfkW6W-3XB73jLYPGk1294GWflgtzbw0,8186
|
|
1421
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/181-e61915415a976861.js,sha256=-PhsR93rdasG_h1k8gKMFy-s5k_YBqvKR5YspTQKgmM,10538
|
|
1422
1425
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2481.0454a0e25dc7e027.js,sha256=sdXmwsUwcOtd3zL9rTwWkitW4-5QGFjqoyiNvEcZ6V8,2942
|
|
1423
1426
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2508.724531e7f9cf5f36.js,sha256=AHITXAvHRthYNLtGMXL_ThpWnXzRXyi_E89hb1h2D-Y,1649
|
|
1424
1427
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2545.8371b39c898ae92b.js,sha256=AaYWK0zkB1ZimRGCf1uC1aaYmw9FDek3vJ4o1j2OXpU,3432
|
|
@@ -1432,7 +1435,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/29107295-989
|
|
|
1432
1435
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3366-526b00bb494c02a4.js,sha256=leJxq83OCMdOKRS4jD6twupK4z9S4MRxTJkzeRT0rOQ,14834
|
|
1433
1436
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3453.992f4b1667e9882c.js,sha256=PYm5SZCBWpX2kOafRCgG3R9I0Wo8KIW6R0jJ_5-XFCI,3524
|
|
1434
1437
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3467.38cd0654ba6f788f.js,sha256=GSh5dCIP7HWFJuchJzpPUJ6TyI3coksbiZwKftDZms8,1618
|
|
1435
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3548-
|
|
1438
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3548-961ff79ca70038c7.js,sha256=WGfFs9TI059zlmo_mijbzijxnI__hMdrDP6zMfcb2ho,10100
|
|
1436
1439
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3763-61b542dafdbf5754.js,sha256=BiC5gwYsOTK2ujPoili3UUfyHlNxgaxWYnUNzZKu174,29258
|
|
1437
1440
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3782-ef4cd4f0b52072d0.js,sha256=JpndL19JSNS_UJ_g5iJIi0NAEvsIzZ4qzMQVOfmIXbo,11763
|
|
1438
1441
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3835.df296b4e4078e985.js,sha256=kD2QFPxjs1XDTi-3diXwSlgCno80VqrgU6OL80IHC6M,30652
|
|
@@ -1440,7 +1443,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3873.494ebf2
|
|
|
1440
1443
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3898.880191695bb05845.js,sha256=3scwZ0YVM7CplF4jtmWmwhXngTGOQeJj45hSg4S5_iU,4171
|
|
1441
1444
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/4042.5e16d36209052351.js,sha256=8drOxrHSNVg8YuiNpWFQhGqqM4n3Iy9drl93C7OG98A,1428
|
|
1442
1445
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/4092.536ee541241f4538.js,sha256=BMxm3pvmB9EvPdf0Q5Cl64z6TpoPwqhnfuIn3v4rlaM,3421
|
|
1443
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/4241-
|
|
1446
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/4241-4499461184ba0d23.js,sha256=gLzOLGlR_bPQG-W1ufE0TRXIoxFqp4qeIEe8cHyOsJo,27904
|
|
1444
1447
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/4388.04098706f32e69e7.js,sha256=hSWgdI2LGG3MEcWBzVDAlXGTgQhxPoBKjqrsKiD3e2M,6457
|
|
1445
1448
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/440.3ab77942f659ea0c.js,sha256=mSA4AlBfChpnBO4G0EEAg32vnyd488I3pC545tlnRX4,1122
|
|
1446
1449
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/4450.79f14f763d55c63e.js,sha256=BGSKp5uPmDbUN0OYEFv4gsjl-azzkJutmQPASRDHOxw,1455
|
|
@@ -1454,6 +1457,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5164.857023e
|
|
|
1454
1457
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/523-be11ad59861d00ca.js,sha256=et4UL0oeK7X9Wkm2v94uDZDiwpGVcOAUzwjCp16KTb4,8891
|
|
1455
1458
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5496.29af09f188750c3a.js,sha256=1y39-d-zSOVEmgNoqv_Eh-UnGN1a1pRo6bQt5pqyzqk,6544
|
|
1456
1459
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5544-d10ee8ec70354aa1.js,sha256=q_csyFuA3liakMpC4uXGLbxAN66qk3DpWMZvvZXhq9k,15145
|
|
1460
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5627-237a3de578538022.js,sha256=cF_LNR6BA2Gj__M0PJe-1qa4v6BYH7uKUzRCV7Ywxlg,14483
|
|
1457
1461
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5699-6efc749f2f8ddd20.js,sha256=Gox9EV0v5lR19s_eDbR-tQzwdpUSQdr7CAiEzLKp4is,11554
|
|
1458
1462
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5729.0f2748e9e6dab951.js,sha256=kcbxoOOAieSjZdSqTLl5o_1OaTA4cdH5IEnjSA0RRMc,3490
|
|
1459
1463
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5824.628653557e904674.js,sha256=zuOmz6CGILYNmrxJRyawt4dJA8x-omSDXdMhDgA0H0I,3479
|
|
@@ -1475,7 +1479,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7674-5f8f088
|
|
|
1475
1479
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/792.010ca00d79b2112f.js,sha256=iKH6f5zTT86af5rNSQaJbFd_btMzycM5rm71ZqUXlUg,5292
|
|
1476
1480
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7947.77be4bec4d47774e.js,sha256=0O7JEIR4I9ZMro0tjtspP8XH0hfBru4kqcCVTwbAXtE,1129
|
|
1477
1481
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7951.fee8b6c27c9ef777.js,sha256=bOJg3yZIt5XaxFeMBlgt8m54gNxOIpa2H4PxvSZXFP8,1867
|
|
1478
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7966-
|
|
1482
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7966-f07b2913f7326b50.js,sha256=0bvrA3mxK3M8UsZoy_Nj5SjaHzfYhKDKYx_7cMc8WPw,17689
|
|
1479
1483
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8018.968bf87c390e3312.js,sha256=yjjT2CAwjo6jS3a76rkMq4xZj5vzggw-02DvM13rtEY,4838
|
|
1480
1484
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8095-bdce03896ef9639a.js,sha256=f3k09c86uyP-yFSSeRJ_eGJ9Pi-t0Ijl1CbC-d8LYrc,11376
|
|
1481
1485
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8097.b0345f30a7390c1d.js,sha256=GkbiG31cNdY4JyxfkcWUqIk-wxRu79a553HVwopnrNM,2166
|
|
@@ -1508,55 +1512,55 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/main-70b7815
|
|
|
1508
1512
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js,sha256=AiXrA00CSgO9yQ6mx59WGTZi58Pu6QlpYpiCDlF8u4M,91460
|
|
1509
1513
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/webpack-68c003fb6a175cd7.js,sha256=75cAKGAtn0UGWQoUd8ClfuqeJfW_cIMm95YnaMpSqIg,5566
|
|
1510
1514
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/404-8ecd93274c427b76.js,sha256=lmeHQIPtqqXqhdnEE3rTu4f1MK-Bm08mCCbv4X16C40,962
|
|
1511
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-
|
|
1515
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-08790743315de36a.js,sha256=XNqLcQupYIc9hmvZvOt57vtRwhgRUmbPv2LoWNobce0,3063511
|
|
1512
1516
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_error-e989623bffcbf724.js,sha256=aXIjJAH8qQYH7p8jGDslEzBUIJz0QqLgGEgyIeCAaF8,3207
|
|
1513
1517
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/block-layout-14f952f66964022f.js,sha256=83aGXofYLSPbRXbGMieHpDnW1nrUglMk3VuqjEIWK0s,5810
|
|
1514
1518
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/compute-010d9ac728f8a517.js,sha256=vWy9M-bYFFHoUxBL1F5UEqEK9rVPkTKOkwI-KitxlVk,74219
|
|
1515
1519
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/files-98df0674eac4ec84.js,sha256=2L0BqRXRiE1YaEMK0hAiilzB_X-Jxk5ly1kigXwvX6Q,8440
|
|
1516
1520
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-data-products-78e8e88f2a757a18.js,sha256=JD-unsIqXwu5WGISkKcR6cG4DznxA0mnHx30UInfe-M,3206
|
|
1517
1521
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-hooks-34966cfd2d89c366.js,sha256=oAIRD1bzZQNHOsei4SG6VWqat1s9FxCPiPE0i14buNA,5776
|
|
1518
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/index-
|
|
1519
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage-
|
|
1522
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/index-13760bb72d823b69.js,sha256=LZJVpuxOBeXpkn-fh-lR9NQ0ISGF2F26tZQP9RtFn8o,1256
|
|
1523
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage-852d403c7bda21b3.js,sha256=TBLSzffAAnKyUDue7G-wdW5oubl2f4H8CMKT70Be4JY,27772
|
|
1520
1524
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/oauth-30e34ee15d410331.js,sha256=xmC9d4T0oV1f9vpC1w9t-IyrsV6UnRHdIl_OFO5Ub4s,3478
|
|
1521
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/overview-
|
|
1525
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/overview-597b74828bf105db.js,sha256=CJrZyPPaqkpZN_hbekuMGe36BO7H3na_B_UGrA0NRjs,28505
|
|
1522
1526
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipeline-runs-a66b4c7641ae03eb.js,sha256=SeW_GltQ4Lo-rM-KkQe6DQPWJl7j8GdpysgBueYCzoA,10129
|
|
1523
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-
|
|
1527
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-ceb06e1616ee9610.js,sha256=oyBhhnsL1yONavX7wdfGrtduYOGjxxpUfkEiGe-0EEs,29074
|
|
1524
1528
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings-b39e5bca035dec41.js,sha256=Vef-qeiaZqA0DdpKO6I188W2eMPPDavi3UQuH50netE,4278
|
|
1525
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/sign-in-
|
|
1529
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/sign-in-f59d34429fe022ee.js,sha256=NxtM9xdSuEuFQXzaGbOMPeHLA0SrmGbyz2WMVxX6wjM,10856
|
|
1526
1530
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/templates-05a5312f50db749c.js,sha256=lWVRMBmXaauwbIyANZYeGzcUxbXX7WsO2TaIByW1WDI,5431
|
|
1527
1531
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/terminal-89e1b3e6799378a5.js,sha256=URHDE0SU2aW7VNN7Q5AfuPjR9YHnKvOjcKAhJ4DLp3Q,7398
|
|
1528
1532
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/test-bd51b3918b39329e.js,sha256=0WTVZbrWflW4r1qSnBKUjOBKET4WKDC7icN9_hD0ZP4,375
|
|
1529
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/triggers-
|
|
1533
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/triggers-9cba3211434a8966.js,sha256=TggVdoVKOdI4OrfcVpAiMDJyh1691OVRIEZHgTIp21g,15662
|
|
1530
1534
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/version-control-5753fac7c1bfdc88.js,sha256=sOPDh7ZcaPQwMuh2d9xBJuFy-SdGT6JOOPxTifDcgIE,61514
|
|
1531
1535
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-data-products/[...slug]-591abd392dc50ed4.js,sha256=vDW2oWf1u2Us0V0HhuCw4fxnag9SAjhW0qATJm2ICi4,1507
|
|
1532
1536
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-hooks/[...slug]-fbc51d79d3196fa2.js,sha256=6bNJjLvygsI8f3sP9TKELfix7xiNLBYwcv9sPXlAw_U,2296
|
|
1533
1537
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/files-f15a685682b1037b.js,sha256=7OtA41Q5nCcc0ji1f5k7OcXcckGAGWAirU-SuxjZsFw,2270
|
|
1534
1538
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/settings-52a597d0c674907a.js,sha256=xIv3exXDHuQy_6flhIL3N_pqUbyGVSJUbB_vCsGUUJE,1020
|
|
1535
1539
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/users-b2896118903236c5.js,sha256=XVP-jAqAAkwML1DEJdwGEDt7A2bapHMCs2gs0lrTL0Y,3208
|
|
1536
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/[user]-
|
|
1540
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/[user]-8bbfa0c19b5e4cb3.js,sha256=E28Q1NN30M3X-5ZV8-HxFFtRzZSNJSY1Sm38wH593JQ,15663
|
|
1537
1541
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/new-d0a403e8920104d2.js,sha256=egwJpEklRRdCMy5oajG7TmoR3rPRbSL3WGTOM3hlTsI,8900
|
|
1538
1542
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]-91a5d6a11e7d4c56.js,sha256=h3jlij4QWjbd-5LhvGlRlv0Vipp6xq5jiuMlLMNc9c4,4457
|
|
1539
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-
|
|
1543
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-a8b61d8d239fd16f.js,sha256=WHGB09TLNDOzF1igWGVmS2iZblPQWudGWaUqDWK0NeA,12789
|
|
1540
1544
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/dashboard-95ffcd3e2b27e567.js,sha256=LblSTJ21PkfpnzzhMSNGiLPxNSOR7Bvw3orLFzAh5pM,4521
|
|
1541
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-
|
|
1542
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-
|
|
1545
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-bd0aff5a5ed8888c.js,sha256=Dcou_H6mocL2Mg_XE-mOFJd6c6FaseVCf2T5r7BVkHw,425307
|
|
1546
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-3f5c14076ddde20e.js,sha256=WWWvkQT03cpZnMlOdcdHt7n-Fr4TRQeeSwG83H3iGks,34226
|
|
1543
1547
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors-7acc7afc00df17c2.js,sha256=VkdJkpwPr4TvKG5WOKUuPQiidABW9GlLUvUcprakXF8,12543
|
|
1544
1548
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs-6dae38250e135c54.js,sha256=8-sjk2-uPny6afANHiq8LbmYTRq2V4OnBW7FPOG-EeU,22028
|
|
1545
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/settings-
|
|
1546
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/syncs-
|
|
1547
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-
|
|
1549
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/settings-d1ee961387c58b7f.js,sha256=kHoGkwpJdeb8CXqIczj_ke4dQZ_gB9tKlNdmA6lyT5A,17211
|
|
1550
|
+
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-cb88fd075a357fcf.js,sha256=l2mdjNodiZaDSAAxXrNrfw933HmHi78AxaRcGSWJ5_U,25156
|
|
1548
1552
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-ff4bd7a8ec3bab40.js,sha256=yXU2m4j8BPsCJjBpwDvyR3K79YTJhxY8bTUb8qORNY0,34079
|
|
1549
1553
|
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
|
|
1550
1554
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-1ed9045b2f1dfd65.js,sha256=wGcagnZ39yfcbUDuW1T5c7w491V0AxLf2vrW-6bFvV0,17030
|
|
1551
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-
|
|
1555
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-1417ad1c821d720a.js,sha256=bBf4CghueTnkTryGkVYtw6vr-uzQSfuwwmlS3ZyS2p0,18451
|
|
1552
1556
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-f028ef3880ed856c.js,sha256=uq1bPgGRIM91rk0oNMjAlWpliJs8IagYcfH75FWiMX0,25333
|
|
1553
1557
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/platform/global-hooks-c916c778b0764634.js,sha256=8U1JkoCbTS1JhrYB54pusJRMYoV7UHYVBIXpce9WxcM,5799
|
|
1554
1558
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/platform/global-hooks/[...slug]-e187f4c2b4eccd00.js,sha256=wDFo52b3-6nZfZicRe2WV1Cgnl1V4Jkg_OWX6tkh0a4,2321
|
|
1555
1559
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/account/profile-3f0df3decc856ee9.js,sha256=ulUIp1rzKToIghI2BUBxXpy2l3z0p6VozxgqANosLgs,856
|
|
1556
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/preferences-
|
|
1560
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/preferences-8ff16ef9566e911a.js,sha256=maBcZNFgOz1JuyaZZQysea7qnslxHiyBeqsfdGCuijQ,10105
|
|
1557
1561
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/settings-74d76300942dcee8.js,sha256=AkA_jfP5f0ScwKSg3Vvujsn0YMK3vo1xiOzoHnYKdfY,5712
|
|
1558
1562
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/permissions-e5a4d3d815cec25d.js,sha256=Ale7bl1MgcEzn8KMZIEWCj4RO_1v70IiKax0ItCvriQ,3179
|
|
1559
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-
|
|
1563
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-d7a8bc51bb7a1082.js,sha256=WXLglxhBgkMrDS8VCDSBYJ9U7h6Iq9SgYn_ZR0V3qeM,10065
|
|
1560
1564
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/roles-36fa165a48af586b.js,sha256=-1jdSVA5PjarT8VPICvgVtrXjqNw7OhvF7S5Jz_UZjs,3519
|
|
1561
1565
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/sync-data-79a4cf66a623e667.js,sha256=XMLJs2XZdxYOaQwr9CPjg4DEjhhXygxnibWHKxB__tA,11538
|
|
1562
1566
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/users-86814e581acaf5db.js,sha256=as-3Of5gxq_zOi5uT5ve08-wEuqrczG4rYhq6Do8AYQ,2683
|
|
@@ -1565,8 +1569,6 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settin
|
|
|
1565
1569
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/users/[...slug]-2af9afbe727d88aa.js,sha256=mtiTbV_fJoDfi0041GgNL36Tck-qTXCkDYl_nWShwAw,821
|
|
1566
1570
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/templates/[...slug]-98a34c313012fc10.js,sha256=hTlFdbbkQ0mN4WkzjLMbdcMMa79gpxBKPVdsKtvOb7U,5652
|
|
1567
1571
|
mage_ai/server/frontend_dist_base_path_template/_next/static/css/b59541b123fd7191.css,sha256=g5T87zalsCnOvv20DKhIuNopDzK6rNISJ1pQGnhDXQo,15691
|
|
1568
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/wxqkF4diPqRxUfP6Ac6ai/_buildManifest.js,sha256=NoLFZPsF3bFmsKa4KJGzEnsOGPEX4YDwvAXUONPiRr0,8316
|
|
1569
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/wxqkF4diPqRxUfP6Ac6ai/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
1570
1572
|
mage_ai/server/frontend_dist_base_path_template/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
|
|
1571
1573
|
mage_ai/server/frontend_dist_base_path_template/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
|
|
1572
1574
|
mage_ai/server/frontend_dist_base_path_template/fonts/Fira_Code/ttf/FiraCode-Medium.ttf,sha256=lwkfkGI2YftPeXnBDRiPMPSAbYzjJrC8jRrMedzCDY8,283684
|
|
@@ -1604,8 +1606,8 @@ mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoM
|
|
|
1604
1606
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-SemiBoldItalic.ttf,sha256=4xNDNrikIhglWYAoOlb2LjyYeDo5Gh0G52A72papgR4,93940
|
|
1605
1607
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-Thin.ttf,sha256=zlgstcLhG4408Fo8JS7sZRC6Mt2XftUXpop3Ja8FywI,87872
|
|
1606
1608
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-ThinItalic.ttf,sha256=JfREOX6nw1mHlEYBq_j9_7rLfI3CIcQ5bOBytV-pUi8,93056
|
|
1607
|
-
mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html,sha256=
|
|
1608
|
-
mage_ai/server/frontend_dist_base_path_template/global-hooks/[...slug].html,sha256=
|
|
1609
|
+
mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html,sha256=Skf6CL-xM0bNMfI9fwmig5IxFVBVP7W2IgLrF-jEffs,11039
|
|
1610
|
+
mage_ai/server/frontend_dist_base_path_template/global-hooks/[...slug].html,sha256=xfcLWQV4fln66HPxCDasaUIf-HwgbFmeEZ58vNdgd24,10791
|
|
1609
1611
|
mage_ai/server/frontend_dist_base_path_template/images/backfill.jpg,sha256=0cUfwkvBISDC9yXxiDV7o2RPqKI_9OIydX90gw54azk,4404
|
|
1610
1612
|
mage_ai/server/frontend_dist_base_path_template/images/banner-shape-purple-peach.jpg,sha256=b6fpPLZfxxm7hiWf6Ci1Dv01P3d68k0eK_uu4v43Vss,4854
|
|
1611
1613
|
mage_ai/server/frontend_dist_base_path_template/images/dashboard-api-key.webp,sha256=5IwOoTLp3RKDrHVQsdCADoQkjcTbh5MTZGqlgyqcXNk,57024
|
|
@@ -1616,11 +1618,11 @@ mage_ai/server/frontend_dist_base_path_template/images/blocks/grey_block.webp,sh
|
|
|
1616
1618
|
mage_ai/server/frontend_dist_base_path_template/images/extensions/dbt/logo.png,sha256=-ssfqyt73pSkqsA_UBfYf2U2h2P62yr6fCe5SIwBurc,6001
|
|
1617
1619
|
mage_ai/server/frontend_dist_base_path_template/images/extensions/great_expectations/logo.png,sha256=RK76yAE_SHMHiFxf2aq-Ox00Gw6Khap9CCkdT7ucfQw,22785
|
|
1618
1620
|
mage_ai/server/frontend_dist_base_path_template/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
|
|
1619
|
-
mage_ai/server/frontend_dist_base_path_template/manage/files.html,sha256=
|
|
1620
|
-
mage_ai/server/frontend_dist_base_path_template/manage/settings.html,sha256=
|
|
1621
|
-
mage_ai/server/frontend_dist_base_path_template/manage/users.html,sha256=
|
|
1622
|
-
mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html,sha256=
|
|
1623
|
-
mage_ai/server/frontend_dist_base_path_template/manage/users/new.html,sha256=
|
|
1621
|
+
mage_ai/server/frontend_dist_base_path_template/manage/files.html,sha256=yHiyqEypiOwQnuPFwKxuhDICGFTPQN3ddyd6PkOlCUw,10780
|
|
1622
|
+
mage_ai/server/frontend_dist_base_path_template/manage/settings.html,sha256=YLR_5aOac_R-fQYgJ1oR9KRnhpYY2W2iGz6xYNHJ_ow,10786
|
|
1623
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users.html,sha256=1UYUR-8z5Ta4GpZPwCtNgizNnqZ8eOqAog6nxtf18C8,10780
|
|
1624
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html,sha256=zpW16jqUNrR16XsdLDKBFcCowAhoDXroRJbmyPLQueg,10808
|
|
1625
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users/new.html,sha256=5-t8wesdIROJBfIxY-anB8EM-E9eAjanJfmZTXLqPKg,10788
|
|
1624
1626
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/loader.js,sha256=-g736o6tNxP1uWgDa4GNMLu0cVw5rpd9iv_JkFqjJYg,30051
|
|
1625
1627
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf,sha256=izSevKNd2mT7WHZYsm4XzDTGwdk0_FCb7wRObtuJ20k,73624
|
|
1626
1628
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.de.js,sha256=f6eZPSfW6q0TZXRHJH9Ot3KDmzXRrnAwUrGz6zTWa5c,869
|
|
@@ -1734,35 +1736,35 @@ mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/js
|
|
|
1734
1736
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/json/jsonWorker.js,sha256=zgcNdzxOPbIH9mjg7oUxO3FHBwTvv9EQRMOKQWdjLF4,128871
|
|
1735
1737
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/typescript/tsMode.js,sha256=GL-DBXaHEUZHBE6SZA_HY0m326feu9NjFduSIp_6o8o,23674
|
|
1736
1738
|
mage_ai/server/frontend_dist_base_path_template/monaco-editor/min/vs/language/typescript/tsWorker.js,sha256=GDkXJvtDJ6BGEWF6fLxQrtAlWx1PqCn78i1sEdOnrIY,4602226
|
|
1737
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html,sha256=
|
|
1738
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html,sha256=
|
|
1739
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html,sha256=
|
|
1740
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html,sha256=
|
|
1741
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html,sha256=
|
|
1742
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html,sha256=
|
|
1743
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html,sha256=
|
|
1744
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html,sha256=
|
|
1745
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html,sha256=
|
|
1746
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html,sha256=
|
|
1747
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html,sha256=
|
|
1748
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html,sha256=
|
|
1749
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html,sha256=
|
|
1750
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html,sha256=
|
|
1751
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html,sha256=
|
|
1752
|
-
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks.html,sha256=
|
|
1753
|
-
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks/[...slug].html,sha256=
|
|
1754
|
-
mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html,sha256=
|
|
1755
|
-
mage_ai/server/frontend_dist_base_path_template/settings/platform/preferences.html,sha256=
|
|
1756
|
-
mage_ai/server/frontend_dist_base_path_template/settings/platform/settings.html,sha256=
|
|
1757
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html,sha256=
|
|
1758
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html,sha256=
|
|
1759
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html,sha256=
|
|
1760
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html,sha256=
|
|
1761
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html,sha256=
|
|
1762
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html,sha256=
|
|
1763
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html,sha256=
|
|
1764
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html,sha256=
|
|
1765
|
-
mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html,sha256=
|
|
1739
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html,sha256=AGKVN_NPpicSK2VMUQKVIN1pu62I2m8_XMYIzfWLtNE,8860
|
|
1740
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html,sha256=6lvqa1-JDJzgRdzbIct3uXsIbGa8pym1osYnPeNveBM,10821
|
|
1741
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html,sha256=WTlyXy5si118yjpLGGtEga5qfv0Qv2CYIgrkhbynDiI,11751
|
|
1742
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html,sha256=_fqV0QVnp2DBuFjUnxWcko2sMdODaNgHNOpeEPkgB5M,10520
|
|
1743
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html,sha256=ztt0fnXXaRWT1BjbGS9WKKRfHhwbnvzxyh-guXbar6U,10927
|
|
1744
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html,sha256=prPqIGYl5h8L0RAYT6hh4OoTUpXhUDDNYQ2a8XZMbWY,11166
|
|
1745
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html,sha256=zh-hePj7g5DfR7aM-j4Kpy4agYdQSm88pqGWtS2gFPQ,11043
|
|
1746
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html,sha256=xAqW-kpkO3cCdHc1iXPr-xTNaeRMrm1D-q9bRdm6fB4,10819
|
|
1747
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html,sha256=M1ZmB-FwkK5aO9P6_8JnPr09iZ3yEKquFcRremuE8oY,10813
|
|
1748
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html,sha256=MYQE8-85pUorvZrMveHPLVmnA237GbmdHk8IlpAwJr0,11513
|
|
1749
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html,sha256=LCP38hxv8m3qqAP5PSCdyFTGLExKVr1CMJgD9HByois,11179
|
|
1750
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html,sha256=DzsXmEWWBN2sDCiVU_LUqQFeluhiltSDk7I6dsq9pVk,11072
|
|
1751
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html,sha256=gwCVUiOhbSGBJXIeu4gT2xgNeQ7GzE-wwNOTrYb5WdA,11314
|
|
1752
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html,sha256=pMIacyW2Pdm1vCNic9MhjLslMsj4Oli661_9bkcd8Pg,11423
|
|
1753
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html,sha256=ZAPw4Df2chrqBFcpRruBkzkWZ5KFqb8zM9OB3InR7iU,11407
|
|
1754
|
+
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks.html,sha256=WJlLQ5Cmmupp4QDgYqGFqx3WsTisl38UEy92Iwc4ipA,10809
|
|
1755
|
+
mage_ai/server/frontend_dist_base_path_template/platform/global-hooks/[...slug].html,sha256=MklBFXzNDDprPj93tnM_kKr2jK7oPvLkBmlSbQhJGWA,10809
|
|
1756
|
+
mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html,sha256=LLaRfc8i3_NHY_Kp5icBdO9NfW0yMXrHNz7MyN3P5MI,10918
|
|
1757
|
+
mage_ai/server/frontend_dist_base_path_template/settings/platform/preferences.html,sha256=KvNs97_8fV7jBL-p9-qHmy3kDjcjjn_c_5Oalt0J70c,10812
|
|
1758
|
+
mage_ai/server/frontend_dist_base_path_template/settings/platform/settings.html,sha256=DjcVeMQGxRQmqMXqefrrWwBfjwTzeHNJVxw7jHDR4l8,10806
|
|
1759
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html,sha256=XE5vTSH0uU_W2oUiTo6_j1wnBmwEBjyT7RUrDPa2rSo,10933
|
|
1760
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html,sha256=VPh57SpcD4rjnw5V8zEETfixPlvSURztW0z0yZEvFwk,10814
|
|
1761
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html,sha256=2-QiyEH68nVlm2JPrbQ4jwaa0dV9UTkhcOzQqznRLwQ,10915
|
|
1762
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html,sha256=XWKYnfHVwU9dU1xr6dqpGrsRLNC1rOZTpyIszHhpZgQ,10810
|
|
1763
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html,sha256=Nvlj8WT1toMieofG6UPQu_dMIHEUSJMidoEHThs7CGE,10915
|
|
1764
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html,sha256=mFqDJrsDRQsWp2VVisxPqlJYkueYBhir3dRBG9OOsp0,10960
|
|
1765
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html,sha256=m-cmv97VANMXIMCg8WvtDuZXmVeVpuvpuv18Axqr9bI,10942
|
|
1766
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html,sha256=TN7qpVrXGxOHR7ryfhgdzCwLR5vpcZaLBvcd5zXsN48,10942
|
|
1767
|
+
mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html,sha256=tV7T107lUYRdkmJof3LHHHWnOhM3u-01fqnd4XZDISs,10785
|
|
1766
1768
|
mage_ai/server/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1767
1769
|
mage_ai/server/utils/frontend_renderer.py,sha256=W3zAlyaF34pX8S9Xvofhu35gETqLBRjj_rET_f3lQ14,3331
|
|
1768
1770
|
mage_ai/server/utils/output_display.py,sha256=ni8_UdmCXO3DhUWImbXhrDUgbbGbbtbZG88iN1Z78VI,17498
|
|
@@ -1794,7 +1796,7 @@ mage_ai/services/aws/emr/resource_manager.py,sha256=KpsNAcdcwj3F0YiBTT5n6Mvw4MFC
|
|
|
1794
1796
|
mage_ai/services/aws/events/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1795
1797
|
mage_ai/services/aws/events/events.py,sha256=eJOvEDGgg7-PItL1LZ1w35VYMq2lEUDCJBgv4kUrUuE,1763
|
|
1796
1798
|
mage_ai/services/aws/s3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1797
|
-
mage_ai/services/aws/s3/s3.py,sha256=
|
|
1799
|
+
mage_ai/services/aws/s3/s3.py,sha256=JZyL_piKMtc60f_kKpPyANf_TC8dVYcfzv1W0BXLwek,2919
|
|
1798
1800
|
mage_ai/services/aws/secrets_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1799
1801
|
mage_ai/services/aws/secrets_manager/secrets_manager.py,sha256=ZamfY7lheaTTsyLBPE7nW8tUdmY9Lcxa8iWcxD92PC0,765
|
|
1800
1802
|
mage_ai/services/azure/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1836,7 +1838,7 @@ mage_ai/services/hightouch/hightouch.py,sha256=NCr13g05CQeoB2xR91N-uRTQDXiP-NOoI
|
|
|
1836
1838
|
mage_ai/services/k8s/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1837
1839
|
mage_ai/services/k8s/config.py,sha256=RtsRJH6IwlnBlop-oCbL8fUWOh3Xw_zEIRAI97__a04,4513
|
|
1838
1840
|
mage_ai/services/k8s/constants.py,sha256=k96cGdgFZK4fYHUOegXzyYk1vJ6Zf1vP0jEAzpWDoQs,426
|
|
1839
|
-
mage_ai/services/k8s/job_manager.py,sha256=
|
|
1841
|
+
mage_ai/services/k8s/job_manager.py,sha256=cEQlKol54KT1hpjkE-CeZlnDere27gHgputPOVT2Njs,12423
|
|
1840
1842
|
mage_ai/services/metaplane/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1841
1843
|
mage_ai/services/metaplane/config.py,sha256=heVU168JlVd0i4_C5k2YBT66io8GP003I7DW0dHQ0B0,211
|
|
1842
1844
|
mage_ai/services/metaplane/metaplane.py,sha256=TU3qR0Grk5aWWtV7jH3E2QGpkK2p3tAf4o_mxYZni-o,4594
|
|
@@ -1851,11 +1853,11 @@ mage_ai/services/search/block_action_objects.py,sha256=MlZaEBrdXYVXaNpcLxqDSW75A
|
|
|
1851
1853
|
mage_ai/services/search/constants.py,sha256=nlSGrk2eDp27R6Msj5ai_-vXiOhEk5Bgp4EaajFKmL4,58
|
|
1852
1854
|
mage_ai/services/slack/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1853
1855
|
mage_ai/services/slack/config.py,sha256=ZNv8CiWq42_MnIItfA5S0gpu7IdXis4TlKXQSeSfWrM,273
|
|
1854
|
-
mage_ai/services/slack/slack.py,sha256=
|
|
1856
|
+
mage_ai/services/slack/slack.py,sha256=_5syLkUi2JIjFpTuqOHemJ88UQUcc8GTvrDvhMpzrZI,961
|
|
1855
1857
|
mage_ai/services/spark/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1856
1858
|
mage_ai/services/spark/config.py,sha256=aUOJMZHs0kBQXvux1x-gFxADbeV-A_47us4XAOifyvY,544
|
|
1857
1859
|
mage_ai/services/spark/constants.py,sha256=bICAP59gPxT1MpQ4cvvW05zoIyiyn4YfQ-grWooda6U,216
|
|
1858
|
-
mage_ai/services/spark/spark.py,sha256=
|
|
1860
|
+
mage_ai/services/spark/spark.py,sha256=QMDgNA9UD718aT0e3K2cDD-BOyFqS-q0nzFRJNKCQIQ,5465
|
|
1859
1861
|
mage_ai/services/spark/utils.py,sha256=C-0O0icDLt1lSxKbQ1Q7MqddV5HuB77a2LbEbHwCS_M,1208
|
|
1860
1862
|
mage_ai/services/spark/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1861
1863
|
mage_ai/services/spark/api/aws_emr.py,sha256=hhWief68Y84H_2EudXTF9srqdoMdnvlMNWZ4eXaBCLo,1391
|
|
@@ -1893,16 +1895,16 @@ mage_ai/services/telegram/telegram.py,sha256=7ZVgyFuxn8raGULSJGpsCw0BQhptaf-1umC
|
|
|
1893
1895
|
mage_ai/services/tracking/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1894
1896
|
mage_ai/services/tracking/metrics.py,sha256=E-uF0MS9J3PN1Jo5DhSpmVXz6ZW4wnLIXp1RwOJiaGY,197
|
|
1895
1897
|
mage_ai/settings/__init__.py,sha256=15UU6mjF0wDxZ807z1Jdl9UWQlVCEc_KZSE9B-LTPoE,1641
|
|
1896
|
-
mage_ai/settings/backends.py,sha256=
|
|
1898
|
+
mage_ai/settings/backends.py,sha256=HBiX6UbNGH5Z9p0OihRk9fzJcbhVuDlc5W62PVp8_C8,3175
|
|
1897
1899
|
mage_ai/settings/constants.py,sha256=iEGrZXx1peumWVNgwkKZ5r5ZE3u-8LsBqj9Ve99w42s,81
|
|
1898
1900
|
mage_ai/settings/repo.py,sha256=IoEreWPJ8UfxdXGZI5WIhWcfKhSGH1prh7aV4ZoY3jQ,7577
|
|
1899
1901
|
mage_ai/settings/secret_generation.py,sha256=YYVnO_lt3FEg5tSxkVy5KQlaGehmecvri2o3HEMmPEU,191
|
|
1900
|
-
mage_ai/settings/server.py,sha256=
|
|
1902
|
+
mage_ai/settings/server.py,sha256=CwNdKLgvwL-v36xVOL0sFN1verl9evKjCP0Tyj9zEXk,6605
|
|
1901
1903
|
mage_ai/settings/utils.py,sha256=Ufi3F5z4vZ3FaK8242zlcZWCdc2bWl2-t1ISo9iTm2g,310
|
|
1902
1904
|
mage_ai/settings/keys/__init__.py,sha256=nu7jPI1n0xMql3ud3zCPMJIKYtSLE-IaxKN5aMhXjiE,61
|
|
1903
1905
|
mage_ai/settings/keys/auth.py,sha256=ok3PsW8ZKEmiPeMKM6pq_WR3Bf2S-8HviDoXctMB0Ns,2352
|
|
1904
1906
|
mage_ai/settings/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1905
|
-
mage_ai/settings/models/configuration_option.py,sha256=
|
|
1907
|
+
mage_ai/settings/models/configuration_option.py,sha256=ywSxe0hY4WApPZvBnaP-kGb48pjPYa845_eFnQY8CBs,6936
|
|
1906
1908
|
mage_ai/settings/platform/__init__.py,sha256=xku8KKlyo04V5IS1b_TwWNidFeJH7nmXLUqyUuYN730,14993
|
|
1907
1909
|
mage_ai/settings/platform/constants.py,sha256=AWcPDdud1lasViI_lvOBC24w_dQyqYVA9S0WFSPbC5c,715
|
|
1908
1910
|
mage_ai/settings/platform/utils.py,sha256=LVZu1RUVeEqByBryKz2RTSDYURpPDkLNhjQTrnqmy38,3309
|
|
@@ -1917,16 +1919,16 @@ mage_ai/shared/custom_logger.py,sha256=wocFSYce-odHJdrSvY5UlIt5-KeXeqvGjm2pqEyzV
|
|
|
1917
1919
|
mage_ai/shared/custom_types.py,sha256=fxNufXA-2cE5aGCFcknb4L2vrS-wcMtKp_RcgLhqgoo,1068
|
|
1918
1920
|
mage_ai/shared/dates.py,sha256=uL-Mlu_gDX-8Y-kVCTV4VNo_xQILqxcLnsZ5VsDVpZU,2097
|
|
1919
1921
|
mage_ai/shared/environments.py,sha256=-eJAI-pFG_QbNi05S8CfB-ivrMTKhn29vN6wnfFjZ2A,825
|
|
1920
|
-
mage_ai/shared/files.py,sha256=
|
|
1922
|
+
mage_ai/shared/files.py,sha256=VTFjuesC5q07RVIgexp6EITupA9W9bS08Nh8t1XrlMk,4953
|
|
1921
1923
|
mage_ai/shared/hash.py,sha256=vxbHSV9XdcrBj016IVpymO1Y8dX604Lr94M9NDmo6G0,5940
|
|
1922
1924
|
mage_ai/shared/http_client.py,sha256=XpZ3DsKlF8b3Obhc8H9TbyjD2ymS2Nm_NkYw1SSf65M,1064
|
|
1923
1925
|
mage_ai/shared/io.py,sha256=hRKUx5ciAvu-UI_R-UfxKSNfO0yczqU9tJ91tEu9O2A,3128
|
|
1924
|
-
mage_ai/shared/logger.py,sha256=
|
|
1926
|
+
mage_ai/shared/logger.py,sha256=V68UszGZS8omRBTW3UogQRuRHdCRQ0v54ThkpVos0uM,5620
|
|
1925
1927
|
mage_ai/shared/memory.py,sha256=02h0ryXrRCh7qmCo7pW312g1pARVC1j77zS9VWJtq8M,2656
|
|
1926
1928
|
mage_ai/shared/models.py,sha256=iT-F8hGrAUhW5DKdwkMLcGlw63MmUyP2xJqz4h1M6kI,8529
|
|
1927
1929
|
mage_ai/shared/multi.py,sha256=lWzkueWt3RjMNhIykkGCj_iF6jRhOmzO2lS1tfPhF_E,1315
|
|
1928
1930
|
mage_ai/shared/parsers.py,sha256=eHnFFbwbMw5LZvoJ6H0UsuPZ_biAcZsVQWjhQQaXkqM,2934
|
|
1929
|
-
mage_ai/shared/path_fixer.py,sha256=
|
|
1931
|
+
mage_ai/shared/path_fixer.py,sha256=YpFTGck33fJwytHX-CNPOi3a2tF0KSgayi9p9iBoeG8,5231
|
|
1930
1932
|
mage_ai/shared/requests.py,sha256=FQWaivzmtnlZyKRvemvGUDUmn4j5esyA0gudi7ahyeg,821
|
|
1931
1933
|
mage_ai/shared/retry.py,sha256=5NgaChg9Vs2nU2QoD7oAAaJ87aqi79OV0kuDIH6fd2M,2204
|
|
1932
1934
|
mage_ai/shared/security.py,sha256=Oz7iZKF6G0XcoOa1PPUVp0U2sS1ZospEbV4V17-Xtx8,1589
|
|
@@ -1958,16 +1960,17 @@ mage_ai/streaming/sources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
|
1958
1960
|
mage_ai/streaming/sources/activemq.py,sha256=zyxAGQrCV7WJl3KpXY-Qbl52SNDelqVJi9QBORsSF-w,2736
|
|
1959
1961
|
mage_ai/streaming/sources/amazon_sqs.py,sha256=GElcCqB8JdnUgwIh7f_7vWqgxz6EooTot9arj6bQi4s,5730
|
|
1960
1962
|
mage_ai/streaming/sources/azure_event_hub.py,sha256=xm9On9qE2yNBVnJNMPE6SrZYnmp3HNwwmg9OJBGPqJM,3524
|
|
1961
|
-
mage_ai/streaming/sources/base.py,sha256=
|
|
1963
|
+
mage_ai/streaming/sources/base.py,sha256=E6Y93bMjTb4ntc0ib6_ZOI3UnokR-3XqCngqgu8aZHI,2796
|
|
1964
|
+
mage_ai/streaming/sources/base_python.py,sha256=WVOMhzgqktvqkTLGICh5LN1gyOAG0tix_qLZYvZ50nk,837
|
|
1962
1965
|
mage_ai/streaming/sources/google_cloud_pubsub.py,sha256=sO_scPcUpmfsfqq0EHJbECV3mU5VDZ7iLVaeeacisss,6703
|
|
1963
1966
|
mage_ai/streaming/sources/influxdb.py,sha256=oubwtc1iYM_fOeEe7Uze9OBlSuXqsz_flnjwulWVb2o,8113
|
|
1964
|
-
mage_ai/streaming/sources/kafka.py,sha256=
|
|
1967
|
+
mage_ai/streaming/sources/kafka.py,sha256=3S2zF8EJs-LHhwuJ771XOunHBfewEJ020C9KFHD9we0,11526
|
|
1965
1968
|
mage_ai/streaming/sources/kinesis.py,sha256=KisyHYYSW4oE1cROHjea2sma2FWC6B657-q_pEB0UWE,3950
|
|
1966
|
-
mage_ai/streaming/sources/mongodb.py,sha256=
|
|
1969
|
+
mage_ai/streaming/sources/mongodb.py,sha256=qg82im_KCB33JZthiRdnf8LxCsFDizp725HNo55ZmVM,2567
|
|
1967
1970
|
mage_ai/streaming/sources/nats_js.py,sha256=xKCjpVUowJXqiVq1aOD5eUkq6BXyD-LyG_H3gF3HhhE,8458
|
|
1968
1971
|
mage_ai/streaming/sources/rabbitmq.py,sha256=tRd3tmsDncL9Y1PCT_FvimBPAVI-mkYreQXPljLo86k,3600
|
|
1969
1972
|
mage_ai/streaming/sources/shared.py,sha256=0AxrUC9paz1rLuwPC5765qYRQNXz5YZJlEiDWvYfIkQ,504
|
|
1970
|
-
mage_ai/streaming/sources/source_factory.py,sha256=
|
|
1973
|
+
mage_ai/streaming/sources/source_factory.py,sha256=ANSaOIq-V4r-fwg4O-DxPhIyWK9HR0hOVwTQyDHI90A,3010
|
|
1971
1974
|
mage_ai/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1972
1975
|
mage_ai/tests/base_test.py,sha256=ORW_Ph8_2xH2YiWZbYLHFwSd_26QD2NlVVPZ4FhOGhY,3438
|
|
1973
1976
|
mage_ai/tests/factory.py,sha256=E-P94z8asxFMri9QvSf22jOJIJhpREOt0QOfPyWN0Ws,9040
|
|
@@ -2083,7 +2086,7 @@ mage_ai/tests/data_preparation/git/test_git.py,sha256=tdhTMR22A58y-mJLninYYThcS1
|
|
|
2083
2086
|
mage_ai/tests/data_preparation/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2084
2087
|
mage_ai/tests/data_preparation/logging/test_logger_manager.py,sha256=tRVb7VWY6hhfCzTuTFb_zxu3YC3R7Yw5akazXKP5v6U,4964
|
|
2085
2088
|
mage_ai/tests/data_preparation/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2086
|
-
mage_ai/tests/data_preparation/models/test_block.py,sha256=
|
|
2089
|
+
mage_ai/tests/data_preparation/models/test_block.py,sha256=qtzVNep5hkaiRXbJXreMaGmyU7Z-lbpaDvKIckoyfHI,26447
|
|
2087
2090
|
mage_ai/tests/data_preparation/models/test_file.py,sha256=YeLvNfTNEy3D5qSmu-IgjLsmqDHyWehY5aukYSbYEEs,10026
|
|
2088
2091
|
mage_ai/tests/data_preparation/models/test_global_data_product.py,sha256=NKMaF2QhlzpT26AJnajt1YWF3quZ-u51psRTe9MUEG4,16832
|
|
2089
2092
|
mage_ai/tests/data_preparation/models/test_pipeline.py,sha256=E4srZ7CtS_JG-PPCW5HqQBW08anrhN_GM4KtCLo3130,43572
|
|
@@ -2094,9 +2097,9 @@ mage_ai/tests/data_preparation/models/block/test_global_data_product.py,sha256=I
|
|
|
2094
2097
|
mage_ai/tests/data_preparation/models/block/test_sql.py,sha256=LcTkzHVoQGitCouea9cmlKCXkXSP1I7_TLQ2QbgJ3kA,2558
|
|
2095
2098
|
mage_ai/tests/data_preparation/models/block/test_utils.py,sha256=yqvjaLPLX8zsgJ52ABnV7KJeVy6mUKJoMC8_NgB_Sow,7736
|
|
2096
2099
|
mage_ai/tests/data_preparation/models/block/dbt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2097
|
-
mage_ai/tests/data_preparation/models/block/dbt/test_block.py,sha256=
|
|
2098
|
-
mage_ai/tests/data_preparation/models/block/dbt/test_block_sql.py,sha256=
|
|
2099
|
-
mage_ai/tests/data_preparation/models/block/dbt/test_block_yaml.py,sha256=
|
|
2100
|
+
mage_ai/tests/data_preparation/models/block/dbt/test_block.py,sha256=M6Ms-FnYYuxRrOAma25L-5lJbeWM7u8hgTVGa5eD11U,5424
|
|
2101
|
+
mage_ai/tests/data_preparation/models/block/dbt/test_block_sql.py,sha256=qE34pZksaFqKM6PUwkl8M84x0QtA1pWDLiNplntasnE,12501
|
|
2102
|
+
mage_ai/tests/data_preparation/models/block/dbt/test_block_yaml.py,sha256=MKP-wah-uq4cZDbSOeBEgP5nJyhuu8yumhQso0NzjZc,11650
|
|
2100
2103
|
mage_ai/tests/data_preparation/models/block/dbt/test_dbt_adapter.py,sha256=HZAs2PsCWZsY6o2OQqwh40OIyrHbbcYpJ1cASmg1iCI,5543
|
|
2101
2104
|
mage_ai/tests/data_preparation/models/block/dbt/test_dbt_cli.py,sha256=0-fNPfbzXZuDKcyZdxqXrUrIBUjAMU9QsJTiSSiFkiE,3175
|
|
2102
2105
|
mage_ai/tests/data_preparation/models/block/dbt/test_profiles.py,sha256=ivjCXrlyY2yQ9N3DjuRPqbiDy7p16WVE78EfSUgHTI8,3178
|
|
@@ -2140,7 +2143,7 @@ mage_ai/tests/io/create_table/test_trino.py,sha256=NdNfmJxY4OhjiLLe8TSO1End5Apwh
|
|
|
2140
2143
|
mage_ai/tests/orchestration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2141
2144
|
mage_ai/tests/orchestration/test_execution_process_manager.py,sha256=Mo4sSptMjLPTcUgTV048C78sX5-uxuNcgwwh0L-MG1A,3550
|
|
2142
2145
|
mage_ai/tests/orchestration/test_job_manager.py,sha256=X7P99GC6zWKTtS175a-Qzw_0FvM_mJN_D4QI_EVmVYo,1695
|
|
2143
|
-
mage_ai/tests/orchestration/test_pipeline_scheduler.py,sha256=
|
|
2146
|
+
mage_ai/tests/orchestration/test_pipeline_scheduler.py,sha256=9u9bp9mM8uKrEROsJwO-YNghVDXNbU2SDOlgwmWp_fg,48626
|
|
2144
2147
|
mage_ai/tests/orchestration/test_pipeline_scheduler_project_platform.py,sha256=nfmhUYAJRv4TtVBgReEvH7-NWiHcD8rACZYfXmBxROc,13274
|
|
2145
2148
|
mage_ai/tests/orchestration/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2146
2149
|
mage_ai/tests/orchestration/db/test_utils.py,sha256=-x13Eh4inQOgwtu5e8WJOzLHjBLjhW3XZXD-37cU7l0,821
|
|
@@ -2180,7 +2183,7 @@ mage_ai/tests/settings/test_platform.py,sha256=OUZmf925sEVkaPR7IqF1VUQInzPu_e22S
|
|
|
2180
2183
|
mage_ai/tests/settings/test_repo.py,sha256=khl67oIZekqE4UXX1tOXASnTHjpHF3B-ohFJb6PkeoA,1516
|
|
2181
2184
|
mage_ai/tests/settings/test_utils.py,sha256=9dd6DZuN3hpW8boOkLJCI7aUmBpdFSNMTdZjls6kaqY,509
|
|
2182
2185
|
mage_ai/tests/settings/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2183
|
-
mage_ai/tests/settings/models/test_configuration_option.py,sha256=
|
|
2186
|
+
mage_ai/tests/settings/models/test_configuration_option.py,sha256=NnJvtkqvLL6p1TNd1fW_aEguivT0k2voFoyxtvfMRlE,7340
|
|
2184
2187
|
mage_ai/tests/settings/platform/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2185
2188
|
mage_ai/tests/settings/platform/test_utils.py,sha256=JIiVt-r3oebperDFssA_a52YU9l1NRDnrG3somzcaV4,5713
|
|
2186
2189
|
mage_ai/tests/shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2234,9 +2237,9 @@ mage_ai/version_control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
2234
2237
|
mage_ai/version_control/models.py,sha256=W4irpvPqQ4lJbtuCknEADPJiDf62II33jzLKjEC5U4Q,22888
|
|
2235
2238
|
mage_ai/version_control/branch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2236
2239
|
mage_ai/version_control/branch/utils.py,sha256=bdvyA28hKoJYF5GLcX575YQGd91yd9MKN8g2k27DSY8,7297
|
|
2237
|
-
mage_ai-0.9.
|
|
2238
|
-
mage_ai-0.9.
|
|
2239
|
-
mage_ai-0.9.
|
|
2240
|
-
mage_ai-0.9.
|
|
2241
|
-
mage_ai-0.9.
|
|
2242
|
-
mage_ai-0.9.
|
|
2240
|
+
mage_ai-0.9.68.dist-info/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
|
|
2241
|
+
mage_ai-0.9.68.dist-info/METADATA,sha256=U2xKF5aOmObTttUCqlGkQgRmrQUV-1x_yeRPvZA8qd4,22981
|
|
2242
|
+
mage_ai-0.9.68.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
2243
|
+
mage_ai-0.9.68.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
|
|
2244
|
+
mage_ai-0.9.68.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
|
|
2245
|
+
mage_ai-0.9.68.dist-info/RECORD,,
|