Skip to content

Commit 018813b

Browse files
authored
Merge pull request #223 from Exabyte-io/fix/query-regex
update: add regex search
2 parents 62ed038 + 1e36ee8 commit 018813b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/workflow/get_workflows.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"outputs": [],
149149
"source": [
150150
"OWNER_ID = os.getenv(\"ORGANIZATION_ID\") or ACCOUNT_ID\n",
151-
"QUERY = {\"name\": \"Total Energy\", \"owner._id\": OWNER_ID}\n",
151+
"QUERY = {\"name\": {\"$regex\": \"Total Energy\"}, \"owner._id\": OWNER_ID}\n",
152152
"\n",
153153
"OPTIONS = {\"limit\": 2}"
154154
]

0 commit comments

Comments
 (0)