Skip to content

Commit 1b66102

Browse files
Merge pull request #207 from Exabyte-io/feature/SOF-7327
fix typo
2 parents 2ac9b9d + c2889f0 commit 1b66102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/material/get_materials_by_formula.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
},
141141
"source": [
142142
"OWNER_ID = os.getenv(\"ORGANIZATION_ID\") or ACCOUNT_ID\n",
143-
"QUERY = {\"formula\": \"Si\", \"ownerId\": OWNER_ID}"
143+
"QUERY = {\"formula\": \"Si\", \"owner._id\": OWNER_ID}"
144144
],
145145
"outputs": [],
146146
"execution_count": null

0 commit comments

Comments
 (0)