Skip to content

Commit

Permalink
Rename ToolsDB data source
Browse files Browse the repository at this point in the history
The current database name is wrong, the real database name is specified
in the connection URL and is "information_schema".

As discussed in the Phab task, it makes sense to call this data source
simply "ToolsDB" and let users select their desired database in their
SQL queries.

Bug: T367393
  • Loading branch information
dhinus committed Aug 22, 2024
1 parent 2449193 commit f78af53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/templates/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ extraConfigs:
password: {{ replicaPass }}
sqlalchemy_uri: mysql+mysqldb://[email protected]:3306/information_schema?ssl=1
allow_run_async: true
- database_name: s55986__automod_metrics_p
- database_name: ToolsDB
password: {{ toolsdbPass }}
sqlalchemy_uri: mysql+mysqldb://[email protected]:3306/information_schema?ssl=1
allow_run_async: true

0 comments on commit f78af53

Please sign in to comment.