dagster-dg-cli 1.12.9__py3-none-any.whl → 1.12.10__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.
- dagster_dg_cli/templates/hybrid-gitlab-ci.yaml +5 -7
- dagster_dg_cli/templates/serverless-gitlab-ci.yaml +5 -8
- dagster_dg_cli/version.py +1 -1
- {dagster_dg_cli-1.12.9.dist-info → dagster_dg_cli-1.12.10.dist-info}/METADATA +4 -4
- {dagster_dg_cli-1.12.9.dist-info → dagster_dg_cli-1.12.10.dist-info}/RECORD +9 -9
- {dagster_dg_cli-1.12.9.dist-info → dagster_dg_cli-1.12.10.dist-info}/WHEEL +0 -0
- {dagster_dg_cli-1.12.9.dist-info → dagster_dg_cli-1.12.10.dist-info}/entry_points.txt +0 -0
- {dagster_dg_cli-1.12.9.dist-info → dagster_dg_cli-1.12.10.dist-info}/licenses/LICENSE +0 -0
- {dagster_dg_cli-1.12.9.dist-info → dagster_dg_cli-1.12.10.dist-info}/top_level.txt +0 -0
|
@@ -28,15 +28,14 @@ workflow:
|
|
|
28
28
|
|
|
29
29
|
dagster-cloud-deploy:
|
|
30
30
|
stage: deploy
|
|
31
|
-
image:
|
|
31
|
+
image: python:3.12
|
|
32
32
|
services:
|
|
33
33
|
- docker:dind
|
|
34
34
|
interruptible: true
|
|
35
35
|
before_script:
|
|
36
|
-
# Install
|
|
37
|
-
-
|
|
38
|
-
- pip install
|
|
39
|
-
- 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
|
|
40
39
|
script:
|
|
41
40
|
# Checkout is automatic in GitLab CI
|
|
42
41
|
|
|
@@ -63,7 +62,6 @@ dagster-cloud-deploy:
|
|
|
63
62
|
- python -m uv run dg plus deploy finish --path=$DAGSTER_PROJECT_DIR
|
|
64
63
|
after_script:
|
|
65
64
|
# Generate a summary - this runs always() so the summary is generated on success and failure
|
|
66
|
-
-
|
|
67
|
-
- pip install --break-system-packages uv 2>/dev/null || true
|
|
65
|
+
- pip install uv 2>/dev/null || true
|
|
68
66
|
- cd $DAGSTER_PROJECT_DIR
|
|
69
67
|
- python -m uv run dagster-cloud ci status --output-format=markdown || true
|
|
@@ -11,8 +11,6 @@ variables:
|
|
|
11
11
|
DAGSTER_BUILD_STATEDIR: /tmp/dagster-build-state-$CI_PIPELINE_ID
|
|
12
12
|
# Enable PEX-based fast deploys (set to "false" to use Docker builds instead)
|
|
13
13
|
ENABLE_FAST_DEPLOYS: "TEMPLATE_ENABLE_FAST_DEPLOYS"
|
|
14
|
-
# Python version used to deploy the project
|
|
15
|
-
PYTHON_VERSION: "3.10"
|
|
16
14
|
|
|
17
15
|
stages:
|
|
18
16
|
- deploy
|
|
@@ -24,15 +22,14 @@ workflow:
|
|
|
24
22
|
|
|
25
23
|
dagster-cloud-serverless-deploy:
|
|
26
24
|
stage: deploy
|
|
27
|
-
image:
|
|
25
|
+
image: python:3.12
|
|
28
26
|
services:
|
|
29
27
|
- docker:dind
|
|
30
28
|
interruptible: true
|
|
31
29
|
before_script:
|
|
32
|
-
# Install
|
|
33
|
-
-
|
|
34
|
-
- pip install
|
|
35
|
-
- 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
|
|
36
33
|
script:
|
|
37
34
|
- cd $DAGSTER_PROJECT_DIR
|
|
38
35
|
- >
|
|
@@ -53,6 +50,6 @@ dagster-cloud-serverless-deploy:
|
|
|
53
50
|
- python -m uv run dg plus deploy finish
|
|
54
51
|
after_script:
|
|
55
52
|
# Generate a summary - this runs always() so the summary is generated on success and failure
|
|
56
|
-
- pip install
|
|
53
|
+
- pip install uv 2>/dev/null || true
|
|
57
54
|
- cd $DAGSTER_PROJECT_DIR
|
|
58
55
|
- python -m uv run dagster-cloud ci status --output-format=markdown || true
|
dagster_dg_cli/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.12.
|
|
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"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
dagster_dg_cli/__init__.py,sha256=80p8sRHsNt96gbJE2KbIngs986h8JjgTu3WF4UC5EM8,187
|
|
2
2
|
dagster_dg_cli/py.typed,sha256=mDShSrm8qg9qjacQc2F-rI8ATllqP6EdgHuEYxuCXZ0,7
|
|
3
3
|
dagster_dg_cli/scaffold.py,sha256=ZZ_eJqG_-ztTfNN9szp32tyQ2OY-kQpON3d-aztPVII,4306
|
|
4
|
-
dagster_dg_cli/version.py,sha256=
|
|
4
|
+
dagster_dg_cli/version.py,sha256=GX6pK-MXEc7Qkjz8JfsyRXF34LXYUDbzbFGeDjwSQ5c,24
|
|
5
5
|
dagster_dg_cli/api_layer/__init__.py,sha256=RbGp1TIwWjxwfXa0nXJvuSRxpdLJsvPYayNQPQ9I4Xs,39
|
|
6
6
|
dagster_dg_cli/api_layer/api/__init__.py,sha256=azdRdTpi85fSuGiz5CCIqPN7UCzgHQUl_eo1Ksnjx-Y,28
|
|
7
7
|
dagster_dg_cli/api_layer/api/agent.py,sha256=KpNZHpveh7S0SB1iiOQMjE75rir6LWKA7K5R_6_jMls,709
|
|
@@ -99,9 +99,9 @@ dagster_dg_cli/templates/build-location-fragment.yaml,sha256=rc_9r4UYLnShvhj_v7w
|
|
|
99
99
|
dagster_dg_cli/templates/deploy_uv_Dockerfile.jinja,sha256=faE-Lg3ugsfVVYZrtf6ox271pPL-I4KIny4t909yIp8,1536
|
|
100
100
|
dagster_dg_cli/templates/deploy_uv_editable_Dockerfile.jinja,sha256=MWhknoN5y2bJj47aMcH5iTE7WtRw3Fl0ubKaPRkfGlg,1984
|
|
101
101
|
dagster_dg_cli/templates/hybrid-github-action.yaml,sha256=Yjb4oyEXM_XPwBemqSsDlBmel6TCIffwsuYRikKZ-oo,5600
|
|
102
|
-
dagster_dg_cli/templates/hybrid-gitlab-ci.yaml,sha256=
|
|
102
|
+
dagster_dg_cli/templates/hybrid-gitlab-ci.yaml,sha256=EfHHPXCMOISwowGTgPbHfnr8kiKwekIvUAQXVD88TyU,2260
|
|
103
103
|
dagster_dg_cli/templates/serverless-github-action.yaml,sha256=c3woat-OQy94vMDLT4TV_ixHxNnE0Hz9qpe-_ayPI0Q,5282
|
|
104
|
-
dagster_dg_cli/templates/serverless-gitlab-ci.yaml,sha256=
|
|
104
|
+
dagster_dg_cli/templates/serverless-gitlab-ci.yaml,sha256=ZjEuYNxOkAL7_KEm7ii0iMxv1gE7Dy1DD8jDO7IIl6w,2065
|
|
105
105
|
dagster_dg_cli/templates/COMPONENT_TYPE/COMPONENT_TYPE_NAME_PLACEHOLDER.py.jinja,sha256=gAZsuldk-aynvD8zh4Gs4Gqbf0i9K-XW0UybLTP5rEc,776
|
|
106
106
|
dagster_dg_cli/templates/registry_fragments/github/azure-container-registry-login-fragment.yaml,sha256=LwNxK__IhTRTLIeJU0Gu3xfvWtOuHilgB-3-M9Xpmu0,362
|
|
107
107
|
dagster_dg_cli/templates/registry_fragments/github/dockerhub-login-fragment.yaml,sha256=Ur4Lrt275kRE8P2TvdejYDwUGbljMH0JIAV3nRZZGww,268
|
|
@@ -122,9 +122,9 @@ dagster_dg_cli/utils/plus/build.py,sha256=58UiYQdqMJtMV639k8L8ypmf3P2uC4LVLDlF1z
|
|
|
122
122
|
dagster_dg_cli/utils/plus/defs_state_storage.py,sha256=gCDFBtwJybGbWVw2psjFP3UcYbNpPUjRBwwRpv7Cvms,5838
|
|
123
123
|
dagster_dg_cli/utils/plus/gql.py,sha256=oQpat_iLvNNtXcQzSdwpgpiCPIo0BaG-ghF6nz2KwOI,4317
|
|
124
124
|
dagster_dg_cli/utils/plus/gql_client.py,sha256=_ffeQVjYuwnvVlvU4x89bkko-4iSq7ECl70qUv-QrdQ,3517
|
|
125
|
-
dagster_dg_cli-1.12.
|
|
126
|
-
dagster_dg_cli-1.12.
|
|
127
|
-
dagster_dg_cli-1.12.
|
|
128
|
-
dagster_dg_cli-1.12.
|
|
129
|
-
dagster_dg_cli-1.12.
|
|
130
|
-
dagster_dg_cli-1.12.
|
|
125
|
+
dagster_dg_cli-1.12.10.dist-info/licenses/LICENSE,sha256=lY5yc1KHX4HoXjlWnIPGcCAsnNney2rb8M8ccT6NzRQ,11347
|
|
126
|
+
dagster_dg_cli-1.12.10.dist-info/METADATA,sha256=a5_U_-VWEYc4x47R-HT3UNbY_Ck48lhM5YHqy86oMhA,1224
|
|
127
|
+
dagster_dg_cli-1.12.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
128
|
+
dagster_dg_cli-1.12.10.dist-info/entry_points.txt,sha256=2uH29TlJoAj0sbmXFpt7cZpvF5ebkPBMSACrrcB7BG4,47
|
|
129
|
+
dagster_dg_cli-1.12.10.dist-info/top_level.txt,sha256=WdK02rUdexe_tv4BCyOvZbigxRiXtR1q-kcF7Kn_sKQ,15
|
|
130
|
+
dagster_dg_cli-1.12.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|