We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$schema_name_error_log
$database_name_error_log
The "..._error_log" table is not getting the name of the schema as documentation refers, but the name of database.
fiware-cygnus/doc/cygnus-common/installation_and_administration_guide/error_persistance.md
Line 21 in 808bf1f
This issue can be reproduced using a sink with datamodel dm-by-fixed-entity-type-database-schema.
dm-by-fixed-entity-type-database-schema
I would expect the table's name as documentation shows.
The text was updated successfully, but these errors were encountered:
Current implementation is using:
fiware-cygnus/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/sql/SQLBackendImpl.java
Lines 587 to 593 in 808bf1f
schema + "." + dataBase + DEFAULT_ERROR_TABLE_SUFFIX;
So maybe documentation should be updated to reflect it
Sorry, something went wrong.
PR #2404
@danielvillalbamota should this issue be closed?
No branches or pull requests
Description
The "..._error_log" table is not getting the name of the schema as documentation refers, but the name of database.
fiware-cygnus/doc/cygnus-common/installation_and_administration_guide/error_persistance.md
Line 21 in 808bf1f
How-to reproduce
This issue can be reproduced using a sink with datamodel
dm-by-fixed-entity-type-database-schema
.Expected behavior
I would expect the table's name as documentation shows.
The text was updated successfully, but these errors were encountered: