Brian Castelli
11/02/2022, 9:23 PMuser
11/03/2022, 12:48 PMBrian Castelli
11/03/2022, 1:29 PMBrian Castelli
11/03/2022, 1:30 PMBrian Castelli
11/03/2022, 1:30 PMBrian Castelli
11/03/2022, 1:30 PMdata
is being discussed here. Any hints? How / where do I get or set this information?user
11/04/2022, 6:57 PMdata
object should automatically get mapped in the S3 bucket. What filetype are you using in S3? I'm stumped as to why it's not happeningBrian Castelli
11/04/2022, 7:52 PMBrian Castelli
11/04/2022, 7:56 PMThis Source have generic schema for all streams. Azure Table storage is a service that stores non-relational structured data (also known as structured NoSQL data). There is no efficient way to read schema for the given table.
Brian Castelli
11/04/2022, 7:57 PMWe use data property to have all the properties for any given row.
data - This property contain all values
additionalProperties - This property denotes that all the values are in data property.
{ "$schema": "<http://json-schema.org/draft-07/schema#>", "type": "object", "properties": { "data": { "type": "object" }, "additionalProperties": { "type": "boolean" } } }
Brian Castelli
11/04/2022, 7:59 PMdata
property? It seems to be related to the source???? And what does this sentence mean: data - This property contain all values
?Brian Castelli
11/04/2022, 8:01 PMdata
which is a schema to represent the table. How do I do this? Where does such a definition live?Brian Castelli
11/07/2022, 9:06 PMNataly Merezhuk (Airbyte)
11/14/2022, 3:19 PM