Hariom Suryawanshi (BooksForMe)
11/06/2024, 6:29 AMEdgar Ramírez (Arch.dev)
11/06/2024, 5:08 PMtables.json
):
[
{
"table_name": "customer_data",
"search_prefix": "raw_data/",
"search_pattern": "customer_data.csv",
"key_properties": [
"customer_id"
],
"delimiter": ","
},
...
]
and then using the --from-file
option:
meltano config tap-s3-csv set tables --from-file tables.json
https://docs.meltano.com/reference/command-line-interface/#how-to-use-read-setting-value-from-a-file