Skip to content
Snippets Groups Projects
Commit 47c6a12c authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

Merge branch 'tweak-a-thing' into '2.8.2.1-DEVELOMENT'

force rebuild 2.8.2.1 core sampler

See merge request !1528
parents 4a6e9dab 6da10c27
No related branches found
No related tags found
2 merge requests!1605Merge 2.8.2.3 work to main,!1528force rebuild 2.8.2.1 core sampler
Pipeline #12867 passed
......@@ -211,6 +211,12 @@ class ExecBlockFinder:
self.connection = connection
def find_eb_id(self, sdm_name: str) -> int:
"""
Find an execution block id for an sdm
:param sdm_name:
:return:
"""
cursor = self.connection.cursor()
sql = """
SELECT execution_block_id FROM execution_blocks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment