|
|
|
|
|
by fauigerzigerk
3598 days ago
|
|
One example would be ingesting structured or semi structured data from sources that you don't control. You may know some invariants, but much can change without notice. So you want to be able to work with the structure you have without preventing non-conforming data from entering your system. In some cases schema conformance is just delayed, in other cases it is never achieved completely or not even a goal. |
|
Can you give a more specific example?