Should be reproducible with the steps described in DPE-5564
The underlying issue was that Pgbouncer was setting an dud URI secret that triggered the check on:
|
) or secret_field_user in diff.added: |
Which emitted a database created event even if the database was not yet configured on data-integrator's side.
Should be reproducible with the steps described in DPE-5564
The underlying issue was that Pgbouncer was setting an dud URI secret that triggered the check on:
data-platform-libs/lib/charms/data_platform_libs/v0/data_interfaces.py
Line 3139 in c569673
Which emitted a database created event even if the database was not yet configured on data-integrator's side.