You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove datasource option from SQL module and add tests (#15686)
Remove datasource option from SQL module. This option was
intended to set the DSN of a database connection, and we were
ignoring the hosts setting. In other SQL modules we are using
the values in hosts as DSNs, do here the same for consistency.
Host is redacted when we cannot parse it as it can contain passwords.
StandardizeEvent is exposed in mbtest.Fetcher interface so we can
more easily check contents of events in tests.
Add integration tests of the module with MySQL and PostgreSQL.
Add real data.json with data from MySQL and PostgreSQL.
0 commit comments