✨ Source-Faker users gain address sub-object (#25903)
* Faker users gain address sub-object * bump readme and metadata * fixup expected records * auto-bump connector version --------- Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
@@ -62,6 +62,18 @@ def test_source_streams():
|
||||
"height": {"type": "string"},
|
||||
"blood_type": {"type": "string"},
|
||||
"weight": {"type": "integer"},
|
||||
'address': {
|
||||
'type': 'object',
|
||||
'properties': {
|
||||
'city': {'type': 'string'},
|
||||
'country_code': {'type': 'string'},
|
||||
'postal_code': {'type': 'string'},
|
||||
'province': {'type': 'string'},
|
||||
'state': {'type': 'string'},
|
||||
'street_name': {'type': 'string'},
|
||||
'street_number': {'type': 'string'}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user