Slackbot
02/08/2023, 5:22 PMAvo Sepp
02/08/2023, 5:23 PM{
"config": {
"entries": [
{
"url": "<postgresql://postgres@example_db:5432/postgres>",
"config": {
"fetcher": "PostgresFetchProvider",
"query": "SELECT * from city;",
"connection_params": {
"password": "postgres"
}
},
"topics": [
"policy_data"
],
"dst_path": "cities"
}
]
}
}
Similar to this example. Except how it would be applied if done in the helm chart.Avo Sepp
02/08/2023, 5:33 PMAvo Sepp
02/08/2023, 5:34 PMOr Weis
02/08/2023, 5:42 PMRaz Co
02/08/2023, 5:46 PMAvo Sepp
02/08/2023, 5:50 PMAvo Sepp
02/08/2023, 5:55 PM