chris_schmid
05/16/2023, 1:55 PM"stream": "items",
"metadata": [
{
"breadcrumb": [],
"metadata": {
"table-key-properties": [
"id"
],
"forced-replication-method": "INCREMENTAL",
"inclusion": "available",
"valid-replication-keys": [
"updated_at"
],
"selected": true
}
},
{
"breadcrumb": [
"properties",
"id"
],
"metadata": {
"inclusion": "automatic",
"selected": true
}
},
...
The table properties make sense, but the field properties don't seem to have any impact on what data is extracted? For example, setting selected
to true vs false at the column level still includes that column during an extraction. It doesn't even seem to have an impact whether I include the metadata at all for a column. I could entirely omit the metadata for the id property, but that data will still be extracted as long as it's included in the schema section.
Does the metadata for fields serve any purposes? Or is it just the table level metadata that's important (where you configure keys, replication method, and replication keys)?chris_schmid
05/16/2023, 1:57 PMpat_nadolny
05/16/2023, 2:11 PMchris_schmid
05/16/2023, 2:28 PMchris_schmid
05/16/2023, 2:28 PMpat_nadolny
05/16/2023, 2:35 PMchris_schmid
05/16/2023, 2:54 PMchris_schmid
05/16/2023, 3:02 PMpat_nadolny
05/16/2023, 3:19 PMchris_schmid
05/16/2023, 3:57 PMchris_schmid
05/16/2023, 4:06 PM