We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2372a1 commit 9fffe82Copy full SHA for 9fffe82
1 file changed
data/schedule.js
@@ -57,22 +57,23 @@ export const SCHEDULE = {
57
],
58
[
59
{
60
- title:
61
- 'From Raw to Reliable: Automated Data Validation with Great Expectations',
62
- type: 'Talk',
63
- time: '10:45 - 11:15 AM',
+ title: 'Break',
+ break: true,
+ time: '10:45 - 11:00 AM',
64
location: 'Marvel Hall',
65
- speakers: [getSpeaker('vivek-keshore')],
66
},
67
68
69
70
- title: 'Break',
71
- break: true,
72
- time: '11:15 - 11:30 AM',
+ title:
+ 'From Raw to Reliable: Automated Data Validation with Great Expectations',
+ type: 'Talk',
+ time: '11:00 - 11:30 AM',
73
+ speakers: [getSpeaker('vivek-keshore')],
74
75
76
+
77
78
79
title: 'Spicing Up Automation: A Taste of Python and SaltStack',
0 commit comments