orchestrator-core 4.0.1__py3-none-any.whl → 4.0.2__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.
orchestrator/__init__.py CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  """This is the orchestrator workflow engine."""
15
15
 
16
- __version__ = "4.0.1"
16
+ __version__ = "4.0.2"
17
17
 
18
18
  from orchestrator.app import OrchestratorCore
19
19
  from orchestrator.settings import app_settings
@@ -172,7 +172,7 @@ def create_workflow(conn: sa.engine.Connection, workflow: dict) -> None:
172
172
  FROM products AS p
173
173
  CROSS JOIN new_workflow AS nw
174
174
  WHERE p.product_type = :product_type
175
- ON CONFLICT DO NOTHING \
175
+ ON CONFLICT DO NOTHING
176
176
  """
177
177
  else:
178
178
  # Remove is_task from workflow dict and insert SQL
@@ -189,7 +189,7 @@ def create_workflow(conn: sa.engine.Connection, workflow: dict) -> None:
189
189
  FROM products AS p
190
190
  CROSS JOIN new_workflow AS nw
191
191
  WHERE p.product_type = :product_type
192
- ON CONFLICT DO NOTHING \
192
+ ON CONFLICT DO NOTHING
193
193
  """
194
194
 
195
195
  conn.execute(sa.text(query), workflow)
@@ -216,7 +216,7 @@ def create_task(conn: sa.engine.Connection, task: dict) -> None:
216
216
  INSERT INTO workflows(name, target, is_task, description)
217
217
  VALUES (:name, 'SYSTEM', TRUE, :description)
218
218
  ON CONFLICT DO NOTHING
219
- RETURNING workflow_id \
219
+ RETURNING workflow_id
220
220
  """
221
221
  else:
222
222
  query = """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orchestrator-core
3
- Version: 4.0.1
3
+ Version: 4.0.2
4
4
  Summary: This is the orchestrator workflow engine.
5
5
  Requires-Python: >=3.11,<3.14
6
6
  Classifier: Intended Audience :: Information Technology
@@ -1,4 +1,4 @@
1
- orchestrator/__init__.py,sha256=amioWXwUtHG21kSVqsajhHV08ntganqtFHTU9Kukg48,1063
1
+ orchestrator/__init__.py,sha256=Qw1MWdAlxKBXK6Ic87GUazVxI1FLN_WQhk1nsY_3DOY,1063
2
2
  orchestrator/app.py,sha256=7UrXKjBKNSEaSSXAd5ww_RdMFhFqE4yvfj8faS2MzAA,12089
3
3
  orchestrator/exception_handlers.py,sha256=UsW3dw8q0QQlNLcV359bIotah8DYjMsj2Ts1LfX4ClY,1268
4
4
  orchestrator/log_config.py,sha256=1tPRX5q65e57a6a_zEii_PFK8SzWT0mnA5w2sKg4hh8,1853
@@ -210,7 +210,7 @@ orchestrator/metrics/subscriptions.py,sha256=vC1O8VmTq5oJxNrn5CU99Rf8cxzdyhc7tXb
210
210
  orchestrator/migrations/README,sha256=heMzebYwlGhnE8_4CWJ4LS74WoEZjBy-S-mIJRxAEKI,39
211
211
  orchestrator/migrations/alembic.ini,sha256=kMoADqhGeubU8xanILNaqm4oixLy9m4ngYtdGpZcc7I,873
212
212
  orchestrator/migrations/env.py,sha256=M_cPoAL2axuuup5fvMy8I_WTPHEw0RbPEHkhZ3QEGoE,3740
213
- orchestrator/migrations/helpers.py,sha256=OcdwDbox9P-Gx7eeSKgPI_qZco1QGCXgJQAbfwa3Nm8,47515
213
+ orchestrator/migrations/helpers.py,sha256=3DCwivK54Ob27Cyw3NxB8CMcdHt0iO_XNxiGoC8sIB4,47509
214
214
  orchestrator/migrations/script.py.mako,sha256=607Zrgp-Z-m9WGLt4wewN1QDOmHeifxcePUdADkSZyM,510
215
215
  orchestrator/migrations/templates/alembic.ini.j2,sha256=8v7UbKvOiWEbEKQa-Au3uONKUuYx6aflulYanZX6r2I,883
216
216
  orchestrator/migrations/templates/env.py.j2,sha256=LIt0ildZTZvNEx3imhy4GNzfFi_rPZg-8H7rGgrBOP8,2717
@@ -307,7 +307,7 @@ orchestrator/workflows/tasks/resume_workflows.py,sha256=MzJqlSXUvKStkT7NGzxZyRlf
307
307
  orchestrator/workflows/tasks/validate_product_type.py,sha256=paG-NAY1bdde3Adt8zItkcBKf5Pxw6f5ngGW6an6dYU,3192
308
308
  orchestrator/workflows/tasks/validate_products.py,sha256=GZJBoFF-WMphS7ghMs2-gqvV2iL1F0POhk0uSNt93n0,8510
309
309
  orchestrator/workflows/translations/en-GB.json,sha256=ST53HxkphFLTMjFHonykDBOZ7-P_KxksktZU3GbxLt0,846
310
- orchestrator_core-4.0.1.dist-info/licenses/LICENSE,sha256=b-aA5OZQuuBATmLKo_mln8CQrDPPhg3ghLzjPjLn4Tg,11409
311
- orchestrator_core-4.0.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
312
- orchestrator_core-4.0.1.dist-info/METADATA,sha256=hZAgEHN9fviU95h0Let76rdZJz9JRlpMZ_xhg9l8q0s,5070
313
- orchestrator_core-4.0.1.dist-info/RECORD,,
310
+ orchestrator_core-4.0.2.dist-info/licenses/LICENSE,sha256=b-aA5OZQuuBATmLKo_mln8CQrDPPhg3ghLzjPjLn4Tg,11409
311
+ orchestrator_core-4.0.2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
312
+ orchestrator_core-4.0.2.dist-info/METADATA,sha256=0K4VnR2HRvK77eLCByC7YbljK5sfL96lnmpIDiMIHWA,5070
313
+ orchestrator_core-4.0.2.dist-info/RECORD,,