This message was deleted.
# opal
s
This message was deleted.
a
Copy code
{
  "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.
I might have got that right.
It looks like from the Helm chart I can’t configure what topics the client should subscribe to. Is there a fast way to do that? Or should I sent via REST manually?
o
@Raz Co - I summon thee 😛
r
Did someone say helm? I’ll take a look at it asap :)
😂 1
a
haha thank you
I dm’d Raz directly. Thank you!
🤗 1