feat(dataflow): model production SQL flow patterns
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"student_id": "S-100",
|
||||
"full_name": "Ada Lovelace",
|
||||
"birth_date": "10.12.2000",
|
||||
"program": "CS",
|
||||
"status_group": "current"
|
||||
},
|
||||
{
|
||||
"student_id": "S-300",
|
||||
"full_name": "Katherine Johnson",
|
||||
"birth_date": "26.08.2001",
|
||||
"program": "MATH",
|
||||
"status_group": "current"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user