Skip to content

Commit 7fcec9f

Browse files
authored
chore: Promote Sophia Clarke in e2e-security demo to match slides (#44)
* chore: Promote Sophia Clarke in e2e-security demo to match slides * fixup
1 parent 82feaab commit 7fcec9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demos/end-to-end-security/create-trino-tables.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,11 @@ data:
261261
262262
run_query(connection, """
263263
CREATE TABLE IF NOT EXISTS lakehouse.employees.employees AS
264-
SELECT 'william.lewis' as username, 'William' as given_name, 'Lewis' as family_name, '[email protected]' as email, NULL as supervisor, 65000 as salary
265-
UNION ALL SELECT 'sophia.clarke', 'Sophia', 'Clarke', '[email protected]', 'william.lewis', 60000
266-
UNION ALL SELECT 'daniel.king', 'Daniel', 'King', '[email protected]', 'william.lewis', 60000
264+
SELECT 'william.lewis' as username, 'William' as given_name, 'Lewis' as family_name, '[email protected]' as email, 'sophia.clarke' as supervisor, 65000 as salary
265+
UNION ALL SELECT 'sophia.clarke', 'Sophia', 'Clarke', '[email protected]', NULL, 60000
266+
UNION ALL SELECT 'daniel.king', 'Daniel', 'King', '[email protected]', 'sophia.clarke', 60000
267267
UNION ALL SELECT 'pamela.scott', 'Pamela', 'Scott', '[email protected]', NULL, 70000
268268
UNION ALL SELECT 'justin.martin', 'Justin', 'Martin', '[email protected]', 'pamela.scott', 65000
269-
UNION ALL SELECT 'sophia.clarke', 'Sophia', 'Clarke', 'sophia.clarke@knab.com', 'pamela.scott', 65000
269+
UNION ALL SELECT 'isla.williams', 'Isla', 'Williams', 'isla.williams@knab.com', 'pamela.scott', 65000
270270
UNION ALL SELECT 'mark.ketting', 'Mark', 'Ketting', '[email protected]', NULL, 60000
271271
""")

0 commit comments

Comments
 (0)