dagster-dg-cli 1.12.8__tar.gz → 1.12.10__tar.gz
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.
- {dagster_dg_cli-1.12.8/dagster_dg_cli.egg-info → dagster_dg_cli-1.12.10}/PKG-INFO +4 -4
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/deploy/configure/commands.py +39 -3
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/deploy/configure/configure_ci.py +8 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/deploy/configure/utils.py +1 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/login.py +18 -2
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/build_artifacts.py +2 -1
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/github_actions.py +4 -1
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/hybrid-github-action.yaml +3 -1
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/hybrid-gitlab-ci.yaml +7 -7
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/serverless-github-action.yaml +3 -1
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/serverless-gitlab-ci.yaml +7 -8
- dagster_dg_cli-1.12.10/dagster_dg_cli/version.py +1 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10/dagster_dg_cli.egg-info}/PKG-INFO +4 -4
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli.egg-info/requires.txt +3 -3
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/setup.py +3 -3
- dagster_dg_cli-1.12.8/dagster_dg_cli/version.py +0 -1
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/LICENSE +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/MANIFEST.in +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/README.md +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/api/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/api/agent.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/api/asset.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/api/deployments.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/api/run.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/api/run_event.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/api/schedule.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/api/secret.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/api/sensor.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/agent.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/asset.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/deployment.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/run.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/run_event.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/schedule.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/secret.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/sensor.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/agent.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/asset.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/deployment.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/run.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/run_event.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/schedule.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/secret.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/sensor.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/__main__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/agent.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/asset.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/cli_group.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/client.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/deployment.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/formatters.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/log.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/run.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/run_event.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/schedule.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/secret.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/sensor.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/api/shared.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/check.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/defs_state.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/dev.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/entrypoint.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/launch.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/list.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/mcp_server.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/constants.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/create/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/create/ci_api_token.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/create/env.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/deploy/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/deploy/commands.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/deploy/configure/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/deploy/configure/configure_build_artifacts.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/deploy/deploy_session.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/pull/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/pull/env.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/CLAUDE.md +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/ai.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/claude/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/claude/diagnostics.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/claude/sdk_client.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/command.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/constants.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/dg_scaffold_pr_sequencing_plan.md +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/git.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/models.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/planning.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/pr1_diagnostics_implementation_plan.md +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/prompts/best_practices.md +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/prompts/planning_prompt.md +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/version_utils.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/component.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/defs.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/utils.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/docs/.gitignore +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/mcp/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/mcp/server.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/py.typed +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/scaffold.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/COMPONENT_TYPE/COMPONENT_TYPE_NAME_PLACEHOLDER.py.jinja +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/build-location-fragment-gitlab.yaml +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/build-location-fragment.yaml +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/deploy_uv_Dockerfile.jinja +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/deploy_uv_editable_Dockerfile.jinja +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/registry_fragments/github/azure-container-registry-login-fragment.yaml +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/registry_fragments/github/dockerhub-login-fragment.yaml +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/registry_fragments/github/ecr-login-fragment.yaml +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/registry_fragments/github/gcr-login-fragment.yaml +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/registry_fragments/github/github-container-registry-login-fragment.yaml +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/registry_fragments/gitlab/azure-container-registry-login-fragment.yaml +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/registry_fragments/gitlab/dockerhub-login-fragment.yaml +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/registry_fragments/gitlab/ecr-login-fragment.yaml +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/registry_fragments/gitlab/gcr-login-fragment.yaml +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/registry_fragments/gitlab/github-container-registry-login-fragment.yaml +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/utils/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/utils/claude_utils.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/utils/plus/__init__.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/utils/plus/build.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/utils/plus/defs_state_storage.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/utils/plus/gql.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/utils/plus/gql_client.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/utils/ui.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/utils/yaml_template_generator.py +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli.egg-info/SOURCES.txt +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli.egg-info/dependency_links.txt +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli.egg-info/entry_points.txt +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli.egg-info/not-zip-safe +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli.egg-info/top_level.txt +0 -0
- {dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dagster-dg-cli
|
|
3
|
-
Version: 1.12.
|
|
3
|
+
Version: 1.12.10
|
|
4
4
|
Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-dg-cli
|
|
5
5
|
Author: Dagster Labs
|
|
6
6
|
Author-email: hello@dagsterlabs.com
|
|
@@ -13,9 +13,9 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
13
13
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
14
|
Classifier: Operating System :: OS Independent
|
|
15
15
|
License-File: LICENSE
|
|
16
|
-
Requires-Dist: dagster-dg-core==1.12.
|
|
17
|
-
Requires-Dist: dagster==1.12.
|
|
18
|
-
Requires-Dist: dagster-cloud-cli==1.12.
|
|
16
|
+
Requires-Dist: dagster-dg-core==1.12.10
|
|
17
|
+
Requires-Dist: dagster==1.12.10
|
|
18
|
+
Requires-Dist: dagster-cloud-cli==1.12.10
|
|
19
19
|
Requires-Dist: typer
|
|
20
20
|
Provides-Extra: test
|
|
21
21
|
Requires-Dist: syrupy>=4.0.0; extra == "test"
|
|
@@ -15,7 +15,7 @@ from dagster_dg_core.context import DgContext
|
|
|
15
15
|
from dagster_dg_core.shared_options import dg_editable_dagster_options, dg_global_options
|
|
16
16
|
from dagster_dg_core.utils import DgClickCommand, DgClickGroup, exit_with_error
|
|
17
17
|
from dagster_dg_core.utils.telemetry import cli_telemetry_wrapper
|
|
18
|
-
from dagster_shared.plus.config import DagsterPlusCliConfig
|
|
18
|
+
from dagster_shared.plus.config import DAGSTER_CLOUD_BASE_URL, DagsterPlusCliConfig
|
|
19
19
|
|
|
20
20
|
from dagster_dg_cli.cli.plus.constants import DgPlusAgentPlatform, DgPlusAgentType
|
|
21
21
|
from dagster_dg_cli.cli.plus.deploy.configure.configure_build_artifacts import (
|
|
@@ -72,7 +72,7 @@ def resolve_organization(
|
|
|
72
72
|
plus_config: Optional[DagsterPlusCliConfig],
|
|
73
73
|
*,
|
|
74
74
|
show_detected_message: bool = True,
|
|
75
|
-
) ->
|
|
75
|
+
) -> str:
|
|
76
76
|
"""Resolve organization name from config or prompt."""
|
|
77
77
|
if organization is not None:
|
|
78
78
|
return organization
|
|
@@ -87,6 +87,25 @@ def resolve_organization(
|
|
|
87
87
|
return click.prompt("Dagster Plus organization name") or ""
|
|
88
88
|
|
|
89
89
|
|
|
90
|
+
def resolve_url(
|
|
91
|
+
url: Optional[str],
|
|
92
|
+
plus_config: Optional[DagsterPlusCliConfig],
|
|
93
|
+
resolved_organization: str,
|
|
94
|
+
*,
|
|
95
|
+
show_detected_message: bool = True,
|
|
96
|
+
) -> str:
|
|
97
|
+
"""Resolve Dagster Cloud URL from config or use default."""
|
|
98
|
+
if url is not None:
|
|
99
|
+
return url
|
|
100
|
+
|
|
101
|
+
if plus_config and plus_config.url:
|
|
102
|
+
if show_detected_message:
|
|
103
|
+
click.echo(f"Using Dagster Cloud URL {plus_config.url} from Dagster Plus config.")
|
|
104
|
+
return plus_config.url
|
|
105
|
+
|
|
106
|
+
return f"{DAGSTER_CLOUD_BASE_URL}/{resolved_organization}"
|
|
107
|
+
|
|
108
|
+
|
|
90
109
|
def resolve_deployment(
|
|
91
110
|
deployment: Optional[str],
|
|
92
111
|
plus_config: Optional[DagsterPlusCliConfig],
|
|
@@ -161,6 +180,7 @@ def _resolve_config_with_prompts(
|
|
|
161
180
|
agent_type: Optional[DgPlusAgentType],
|
|
162
181
|
agent_platform: Optional[DgPlusAgentPlatform],
|
|
163
182
|
organization: Optional[str],
|
|
183
|
+
url: Optional[str],
|
|
164
184
|
deployment: Optional[str],
|
|
165
185
|
git_root: Optional[Path],
|
|
166
186
|
python_version: Optional[str],
|
|
@@ -192,11 +212,13 @@ def _resolve_config_with_prompts(
|
|
|
192
212
|
git_root,
|
|
193
213
|
)
|
|
194
214
|
|
|
195
|
-
# Resolve organization and deployment (only needed if scaffolding CI/CD)
|
|
215
|
+
# Resolve organization, URL, and deployment (only needed if scaffolding CI/CD)
|
|
196
216
|
resolved_organization = None
|
|
217
|
+
resolved_url = None
|
|
197
218
|
resolved_deployment = deployment or "prod"
|
|
198
219
|
if resolved_git_provider is not None:
|
|
199
220
|
resolved_organization = resolve_organization(organization, plus_config)
|
|
221
|
+
resolved_url = resolve_url(url, plus_config, resolved_organization)
|
|
200
222
|
resolved_deployment = resolve_deployment(deployment, plus_config)
|
|
201
223
|
|
|
202
224
|
# Resolve git root
|
|
@@ -223,6 +245,7 @@ def _resolve_config_with_prompts(
|
|
|
223
245
|
agent_type=resolved_agent_type,
|
|
224
246
|
agent_platform=resolved_agent_platform,
|
|
225
247
|
organization_name=resolved_organization,
|
|
248
|
+
cloud_url=resolved_url,
|
|
226
249
|
deployment_name=resolved_deployment,
|
|
227
250
|
git_root=resolved_git_root,
|
|
228
251
|
python_version=resolved_python_version,
|
|
@@ -274,6 +297,7 @@ def deploy_configure_group(
|
|
|
274
297
|
agent_type=None,
|
|
275
298
|
agent_platform=None,
|
|
276
299
|
organization=None,
|
|
300
|
+
url=None,
|
|
277
301
|
deployment=None,
|
|
278
302
|
git_root=None,
|
|
279
303
|
python_version=None,
|
|
@@ -304,6 +328,10 @@ def deploy_configure_group(
|
|
|
304
328
|
"--organization",
|
|
305
329
|
help="Dagster Plus organization name",
|
|
306
330
|
)
|
|
331
|
+
@click.option(
|
|
332
|
+
"--url",
|
|
333
|
+
help="Dagster Plus URL for the organization",
|
|
334
|
+
)
|
|
307
335
|
@click.option(
|
|
308
336
|
"--deployment",
|
|
309
337
|
default="prod",
|
|
@@ -333,6 +361,7 @@ def deploy_configure_serverless(
|
|
|
333
361
|
git_provider: Optional[str],
|
|
334
362
|
python_version: Optional[str],
|
|
335
363
|
organization: Optional[str],
|
|
364
|
+
url: Optional[str],
|
|
336
365
|
deployment: Optional[str],
|
|
337
366
|
git_root: Optional[Path],
|
|
338
367
|
pex_deploy: bool,
|
|
@@ -353,6 +382,7 @@ def deploy_configure_serverless(
|
|
|
353
382
|
agent_type=DgPlusAgentType.SERVERLESS,
|
|
354
383
|
agent_platform=None,
|
|
355
384
|
organization=organization,
|
|
385
|
+
url=url,
|
|
356
386
|
deployment=deployment,
|
|
357
387
|
git_root=git_root,
|
|
358
388
|
python_version=python_version,
|
|
@@ -392,6 +422,10 @@ def deploy_configure_serverless(
|
|
|
392
422
|
"--organization",
|
|
393
423
|
help="Dagster Plus organization name",
|
|
394
424
|
)
|
|
425
|
+
@click.option(
|
|
426
|
+
"--url",
|
|
427
|
+
help="Dagster Cloud URL (defaults to https://dagster.cloud)",
|
|
428
|
+
)
|
|
395
429
|
@click.option(
|
|
396
430
|
"--deployment",
|
|
397
431
|
default="prod",
|
|
@@ -418,6 +452,7 @@ def deploy_configure_hybrid(
|
|
|
418
452
|
registry_url: Optional[str],
|
|
419
453
|
python_version: Optional[str],
|
|
420
454
|
organization: Optional[str],
|
|
455
|
+
url: Optional[str],
|
|
421
456
|
deployment: Optional[str],
|
|
422
457
|
git_root: Optional[Path],
|
|
423
458
|
skip_confirmation_prompt: bool,
|
|
@@ -441,6 +476,7 @@ def deploy_configure_hybrid(
|
|
|
441
476
|
agent_type=DgPlusAgentType.HYBRID,
|
|
442
477
|
agent_platform=resolved_platform,
|
|
443
478
|
organization=organization,
|
|
479
|
+
url=url,
|
|
444
480
|
deployment=deployment,
|
|
445
481
|
git_root=git_root,
|
|
446
482
|
python_version=python_version,
|
|
@@ -129,6 +129,10 @@ def configure_github_actions_impl(config: DgPlusDeployConfigureOptions) -> None:
|
|
|
129
129
|
"TEMPLATE_ORGANIZATION_NAME",
|
|
130
130
|
config.organization_name or "",
|
|
131
131
|
)
|
|
132
|
+
.replace(
|
|
133
|
+
"TEMPLATE_DAGSTER_CLOUD_URL",
|
|
134
|
+
config.cloud_url or "",
|
|
135
|
+
)
|
|
132
136
|
.replace(
|
|
133
137
|
"TEMPLATE_DEFAULT_DEPLOYMENT_NAME",
|
|
134
138
|
config.deployment_name,
|
|
@@ -243,6 +247,10 @@ def configure_gitlab_ci_impl(config: DgPlusDeployConfigureOptions) -> None:
|
|
|
243
247
|
"TEMPLATE_ORGANIZATION_NAME",
|
|
244
248
|
config.organization_name or "",
|
|
245
249
|
)
|
|
250
|
+
.replace(
|
|
251
|
+
"TEMPLATE_DAGSTER_CLOUD_URL",
|
|
252
|
+
config.cloud_url or "",
|
|
253
|
+
)
|
|
246
254
|
.replace(
|
|
247
255
|
"TEMPLATE_DEFAULT_DEPLOYMENT_NAME",
|
|
248
256
|
config.deployment_name,
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/deploy/configure/utils.py
RENAMED
|
@@ -33,6 +33,7 @@ class DgPlusDeployConfigureOptions:
|
|
|
33
33
|
agent_type: DgPlusAgentType
|
|
34
34
|
agent_platform: Optional[DgPlusAgentPlatform]
|
|
35
35
|
organization_name: Optional[str]
|
|
36
|
+
cloud_url: Optional[str]
|
|
36
37
|
deployment_name: str
|
|
37
38
|
git_root: Optional[Path]
|
|
38
39
|
skip_confirmation_prompt: bool
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import webbrowser
|
|
2
|
+
from typing import Optional
|
|
2
3
|
|
|
3
4
|
import click
|
|
4
5
|
from dagster_dg_core.utils import DgClickCommand
|
|
@@ -8,15 +9,30 @@ from dagster_shared.plus.config import DagsterPlusCliConfig
|
|
|
8
9
|
from dagster_dg_cli.utils.plus.gql import FULL_DEPLOYMENTS_QUERY
|
|
9
10
|
from dagster_dg_cli.utils.plus.gql_client import DagsterPlusGraphQLClient
|
|
10
11
|
|
|
12
|
+
EU_DAGSTER_CLOUD_URL = "https://eu.dagster.cloud"
|
|
13
|
+
|
|
11
14
|
|
|
12
15
|
@click.command(name="login", cls=DgClickCommand)
|
|
16
|
+
@click.option(
|
|
17
|
+
"--region",
|
|
18
|
+
type=click.Choice(["us", "eu"]),
|
|
19
|
+
default=None,
|
|
20
|
+
help="Dagster Cloud region to login to. Use 'eu' for European region.",
|
|
21
|
+
)
|
|
13
22
|
@cli_telemetry_wrapper
|
|
14
|
-
def login_command() -> None:
|
|
23
|
+
def login_command(region: Optional[str]) -> None:
|
|
15
24
|
"""Login to Dagster Plus."""
|
|
16
25
|
# Import login server only when the command is actually used
|
|
17
26
|
from dagster_shared.plus.login_server import start_login_server
|
|
18
27
|
|
|
19
|
-
|
|
28
|
+
# Determine the base URL based on region
|
|
29
|
+
if region == "eu":
|
|
30
|
+
org_url = EU_DAGSTER_CLOUD_URL
|
|
31
|
+
elif DagsterPlusCliConfig.exists():
|
|
32
|
+
org_url = DagsterPlusCliConfig.get().url
|
|
33
|
+
else:
|
|
34
|
+
org_url = None
|
|
35
|
+
|
|
20
36
|
server, url = start_login_server(org_url)
|
|
21
37
|
|
|
22
38
|
try:
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/build_artifacts.py
RENAMED
|
@@ -14,7 +14,7 @@ from dagster_dg_core.context import DgContext
|
|
|
14
14
|
from dagster_dg_core.shared_options import dg_editable_dagster_options, dg_global_options
|
|
15
15
|
from dagster_dg_core.utils import DgClickCommand
|
|
16
16
|
from dagster_dg_core.utils.telemetry import cli_telemetry_wrapper
|
|
17
|
-
from dagster_shared.plus.config import DagsterPlusCliConfig
|
|
17
|
+
from dagster_shared.plus.config import DAGSTER_CLOUD_BASE_URL, DagsterPlusCliConfig
|
|
18
18
|
|
|
19
19
|
from dagster_dg_cli.cli.plus.constants import DgPlusAgentType
|
|
20
20
|
from dagster_dg_cli.cli.plus.deploy.configure.commands import resolve_python_version
|
|
@@ -64,6 +64,7 @@ def _resolve_config_for_build_artifacts(
|
|
|
64
64
|
agent_type=agent_type,
|
|
65
65
|
agent_platform=agent_platform,
|
|
66
66
|
organization_name=None,
|
|
67
|
+
cloud_url=plus_config.url if plus_config and plus_config.url else DAGSTER_CLOUD_BASE_URL,
|
|
67
68
|
deployment_name="prod",
|
|
68
69
|
git_root=None,
|
|
69
70
|
python_version=resolved_python_version,
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/github_actions.py
RENAMED
|
@@ -20,6 +20,7 @@ from dagster_dg_cli.cli.plus.deploy.configure.commands import (
|
|
|
20
20
|
resolve_git_root,
|
|
21
21
|
resolve_organization,
|
|
22
22
|
resolve_python_version,
|
|
23
|
+
resolve_url,
|
|
23
24
|
)
|
|
24
25
|
from dagster_dg_cli.cli.plus.deploy.configure.configure_ci import configure_ci_impl
|
|
25
26
|
from dagster_dg_cli.cli.plus.deploy.configure.utils import DgPlusDeployConfigureOptions, GitProvider
|
|
@@ -40,8 +41,9 @@ def _resolve_config_for_github_actions(
|
|
|
40
41
|
|
|
41
42
|
plus_config = DagsterPlusCliConfig.get() if DagsterPlusCliConfig.exists() else None
|
|
42
43
|
|
|
43
|
-
# Prompt for org and deployment FIRST (legacy order)
|
|
44
|
+
# Prompt for org, URL, and deployment FIRST (legacy order)
|
|
44
45
|
resolved_organization = resolve_organization(None, plus_config)
|
|
46
|
+
resolved_url = resolve_url(None, plus_config, resolved_organization)
|
|
45
47
|
resolved_deployment = resolve_deployment(None, plus_config)
|
|
46
48
|
|
|
47
49
|
# Try to detect agent type and platform from Plus config
|
|
@@ -76,6 +78,7 @@ def _resolve_config_for_github_actions(
|
|
|
76
78
|
agent_type=agent_type,
|
|
77
79
|
agent_platform=agent_platform, # May be None - legacy didn't require platform
|
|
78
80
|
organization_name=resolved_organization,
|
|
81
|
+
cloud_url=resolved_url,
|
|
79
82
|
deployment_name=resolved_deployment,
|
|
80
83
|
git_root=resolved_git_root,
|
|
81
84
|
python_version=resolved_python_version,
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/hybrid-github-action.yaml
RENAMED
|
@@ -14,6 +14,8 @@ concurrency:
|
|
|
14
14
|
env:
|
|
15
15
|
# The organization name in Dagster Cloud
|
|
16
16
|
DAGSTER_CLOUD_ORGANIZATION: "TEMPLATE_ORGANIZATION_NAME"
|
|
17
|
+
# The Dagster Cloud URL
|
|
18
|
+
DAGSTER_CLOUD_URL: "TEMPLATE_DAGSTER_CLOUD_URL"
|
|
17
19
|
# The API token from https://dagster.cloud/ should be stored in Secrets
|
|
18
20
|
DAGSTER_CLOUD_API_TOKEN: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
|
|
19
21
|
# Path to the root folder containing the dagster project
|
|
@@ -86,7 +88,7 @@ jobs:
|
|
|
86
88
|
|
|
87
89
|
# Enable buildx for caching
|
|
88
90
|
- name: Set up Docker Buildx
|
|
89
|
-
uses: docker/setup-buildx-action@
|
|
91
|
+
uses: docker/setup-buildx-action@v3
|
|
90
92
|
|
|
91
93
|
# Login to the container registry
|
|
92
94
|
# TEMPLATE_CONTAINER_REGISTRY_LOGIN_FRAGMENT
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/hybrid-gitlab-ci.yaml
RENAMED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
variables:
|
|
5
5
|
# The organization name in Dagster Cloud
|
|
6
6
|
DAGSTER_CLOUD_ORGANIZATION: TEMPLATE_ORGANIZATION_NAME
|
|
7
|
+
# The Dagster Cloud URL
|
|
8
|
+
DAGSTER_CLOUD_URL: TEMPLATE_DAGSTER_CLOUD_URL
|
|
7
9
|
# The API token from https://dagster.cloud/ should be stored in a CI/CD Variable called DAGSTER_CLOUD_API_TOKEN
|
|
8
10
|
DAGSTER_CLOUD_API_TOKEN: $DAGSTER_CLOUD_API_TOKEN
|
|
9
11
|
|
|
@@ -26,15 +28,14 @@ workflow:
|
|
|
26
28
|
|
|
27
29
|
dagster-cloud-deploy:
|
|
28
30
|
stage: deploy
|
|
29
|
-
image:
|
|
31
|
+
image: python:3.12
|
|
30
32
|
services:
|
|
31
33
|
- docker:dind
|
|
32
34
|
interruptible: true
|
|
33
35
|
before_script:
|
|
34
|
-
# Install
|
|
35
|
-
-
|
|
36
|
-
- pip install
|
|
37
|
-
- uv pip install dagster dagster-dg-cli dagster-cloud
|
|
36
|
+
# Install Docker CLI and uv
|
|
37
|
+
- apt-get update && apt-get install -y docker.io
|
|
38
|
+
- pip install uv
|
|
38
39
|
script:
|
|
39
40
|
# Checkout is automatic in GitLab CI
|
|
40
41
|
|
|
@@ -61,7 +62,6 @@ dagster-cloud-deploy:
|
|
|
61
62
|
- python -m uv run dg plus deploy finish --path=$DAGSTER_PROJECT_DIR
|
|
62
63
|
after_script:
|
|
63
64
|
# Generate a summary - this runs always() so the summary is generated on success and failure
|
|
64
|
-
-
|
|
65
|
-
- pip install --break-system-packages uv 2>/dev/null || true
|
|
65
|
+
- pip install uv 2>/dev/null || true
|
|
66
66
|
- cd $DAGSTER_PROJECT_DIR
|
|
67
67
|
- python -m uv run dagster-cloud ci status --output-format=markdown || true
|
|
@@ -14,6 +14,8 @@ concurrency:
|
|
|
14
14
|
env:
|
|
15
15
|
# The organization name in Dagster Cloud
|
|
16
16
|
DAGSTER_CLOUD_ORGANIZATION: "TEMPLATE_ORGANIZATION_NAME"
|
|
17
|
+
# The Dagster Cloud URL
|
|
18
|
+
DAGSTER_CLOUD_URL: "TEMPLATE_DAGSTER_CLOUD_URL"
|
|
17
19
|
# The API token from https://dagster.cloud/ should be stored in Secrets
|
|
18
20
|
DAGSTER_CLOUD_API_TOKEN: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
|
|
19
21
|
# Path to the root folder containing the dagster project
|
|
@@ -89,7 +91,7 @@ jobs:
|
|
|
89
91
|
# Otherwise, enable buildx for caching Docker builds
|
|
90
92
|
- name: Set up Docker Buildx
|
|
91
93
|
if: steps.prerun.outputs.result == 'docker-deploy'
|
|
92
|
-
uses: docker/setup-buildx-action@
|
|
94
|
+
uses: docker/setup-buildx-action@v3
|
|
93
95
|
|
|
94
96
|
# Build and push (PEX or Docker based on project configuration)
|
|
95
97
|
- name: Build and push
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/serverless-gitlab-ci.yaml
RENAMED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
variables:
|
|
2
2
|
# The organization name in Dagster Cloud
|
|
3
3
|
DAGSTER_CLOUD_ORGANIZATION: TEMPLATE_ORGANIZATION_NAME
|
|
4
|
+
# The Dagster Cloud URL
|
|
5
|
+
DAGSTER_CLOUD_URL: TEMPLATE_DAGSTER_CLOUD_URL
|
|
4
6
|
# The API token from https://dagster.cloud/ should be stored in a CI/CD Variable called DAGSTER_CLOUD_API_TOKEN
|
|
5
7
|
DAGSTER_CLOUD_API_TOKEN: $DAGSTER_CLOUD_API_TOKEN
|
|
6
8
|
# Path to the root folder containing the dagster project
|
|
@@ -9,8 +11,6 @@ variables:
|
|
|
9
11
|
DAGSTER_BUILD_STATEDIR: /tmp/dagster-build-state-$CI_PIPELINE_ID
|
|
10
12
|
# Enable PEX-based fast deploys (set to "false" to use Docker builds instead)
|
|
11
13
|
ENABLE_FAST_DEPLOYS: "TEMPLATE_ENABLE_FAST_DEPLOYS"
|
|
12
|
-
# Python version used to deploy the project
|
|
13
|
-
PYTHON_VERSION: "3.10"
|
|
14
14
|
|
|
15
15
|
stages:
|
|
16
16
|
- deploy
|
|
@@ -22,15 +22,14 @@ workflow:
|
|
|
22
22
|
|
|
23
23
|
dagster-cloud-serverless-deploy:
|
|
24
24
|
stage: deploy
|
|
25
|
-
image:
|
|
25
|
+
image: python:3.12
|
|
26
26
|
services:
|
|
27
27
|
- docker:dind
|
|
28
28
|
interruptible: true
|
|
29
29
|
before_script:
|
|
30
|
-
# Install
|
|
31
|
-
-
|
|
32
|
-
- pip install
|
|
33
|
-
- uv pip install dagster dagster-dg-cli dagster-cloud
|
|
30
|
+
# Install Docker CLI and uv
|
|
31
|
+
- apt-get update && apt-get install -y docker.io
|
|
32
|
+
- pip install uv
|
|
34
33
|
script:
|
|
35
34
|
- cd $DAGSTER_PROJECT_DIR
|
|
36
35
|
- >
|
|
@@ -51,6 +50,6 @@ dagster-cloud-serverless-deploy:
|
|
|
51
50
|
- python -m uv run dg plus deploy finish
|
|
52
51
|
after_script:
|
|
53
52
|
# Generate a summary - this runs always() so the summary is generated on success and failure
|
|
54
|
-
- pip install
|
|
53
|
+
- pip install uv 2>/dev/null || true
|
|
55
54
|
- cd $DAGSTER_PROJECT_DIR
|
|
56
55
|
- python -m uv run dagster-cloud ci status --output-format=markdown || true
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.12.10"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dagster-dg-cli
|
|
3
|
-
Version: 1.12.
|
|
3
|
+
Version: 1.12.10
|
|
4
4
|
Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-dg-cli
|
|
5
5
|
Author: Dagster Labs
|
|
6
6
|
Author-email: hello@dagsterlabs.com
|
|
@@ -13,9 +13,9 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
13
13
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
14
|
Classifier: Operating System :: OS Independent
|
|
15
15
|
License-File: LICENSE
|
|
16
|
-
Requires-Dist: dagster-dg-core==1.12.
|
|
17
|
-
Requires-Dist: dagster==1.12.
|
|
18
|
-
Requires-Dist: dagster-cloud-cli==1.12.
|
|
16
|
+
Requires-Dist: dagster-dg-core==1.12.10
|
|
17
|
+
Requires-Dist: dagster==1.12.10
|
|
18
|
+
Requires-Dist: dagster-cloud-cli==1.12.10
|
|
19
19
|
Requires-Dist: typer
|
|
20
20
|
Provides-Extra: test
|
|
21
21
|
Requires-Dist: syrupy>=4.0.0; extra == "test"
|
|
@@ -36,9 +36,9 @@ setup(
|
|
|
36
36
|
packages=find_packages(exclude=["dagster_dg_cli_tests*"]),
|
|
37
37
|
include_package_data=True,
|
|
38
38
|
install_requires=[
|
|
39
|
-
"dagster-dg-core==1.12.
|
|
40
|
-
"dagster==1.12.
|
|
41
|
-
"dagster-cloud-cli==1.12.
|
|
39
|
+
"dagster-dg-core==1.12.10",
|
|
40
|
+
"dagster==1.12.10",
|
|
41
|
+
"dagster-cloud-cli==1.12.10",
|
|
42
42
|
"typer",
|
|
43
43
|
],
|
|
44
44
|
extras_require={
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.12.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/api/deployments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/agent.py
RENAMED
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/asset.py
RENAMED
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/run.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/secret.py
RENAMED
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/graphql_adapter/sensor.py
RENAMED
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/deployment.py
RENAMED
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/run_event.py
RENAMED
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/api_layer/schemas/schedule.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/create/ci_api_token.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/plus/deploy/deploy_session.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/CLAUDE.md
RENAMED
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/command.py
RENAMED
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/models.py
RENAMED
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/planning.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/cli/scaffold/branch/version_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/templates/deploy_uv_Dockerfile.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/utils/plus/defs_state_storage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli/utils/yaml_template_generator.py
RENAMED
|
File without changes
|
|
File without changes
|
{dagster_dg_cli-1.12.8 → dagster_dg_cli-1.12.10}/dagster_dg_cli.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|