Hi Everyone,
I am facing an issue while adding new tables to an existing Datastream. Currently, I have set up Datastream from a Cloud SQL PostgreSQL database to BigQuery, and everything is working fine. However, I now have a requirement to add new tables. To address this, I altered the publication by adding the new tables.
My question is: Do I need to make any additional changes to the publication slot or the stream after altering the publication? I want to ensure that the existing stream remains unaffected, as it is critical for operational purposes.
Please suggest the best approach. Thank you!
I have followed this blog for setting up
https://cloud.google.com/datastream/docs/configure-cloudsql-psql
Came here with the same issue. A pity there is no answer 😞