Skip to content

Commit 185d8c3

Browse files
update post migration test notebook
1 parent 444aa56 commit 185d8c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/scenarios/bigquery/upgradability/2-migrate-for-scenarios-k8s.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
"metadata": {},
465465
"outputs": [],
466466
"source": [
467-
"user_names = [user.name for user in users]"
467+
"user_names = [user.name for user in users] + [\"abcdef\"] # new registered user"
468468
]
469469
},
470470
{

0 commit comments

Comments
 (0)