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
there is an issue when renaming the Nextcloud table used as data source after setting up a background load job.
To reproduce:
Create a Nextcloud table. For example "Gewicht".
Create an Analytics report with a dataset.
Under "automation" choose the Nextcloud table as the source.
Configure a hourly background load.
Wait until the background job runs the first time and verify that everything works as expected.
Rename the Nextcloud table and let it contain a "-". For example "Gewicht - Stefan".
Wait for the next run of the background job and receive an error message via notifcation.
I guess it has to do with the second issue that I noticed:
In the automation area:
If you want to choose a Nextcloud table from the dropdown list, it truncates the table names at the point where a "-" exists in the name.
For example: The table name "Gewicht - Stefan" appears as "Gewicht " in the dropdown list.
I think if the "-" problem is solved, then the issue with the failing background job is solved, too.
The text was updated successfully, but these errors were encountered:
Rello
changed the title
Error with background dataload when Nextcloud table gets renamed and contains a "-"
Nextcloud Tables name with "-"
Dec 10, 2023
the '-' caused just a display issue. it is corrected in the next version.
But all data loads are via IDs, so that can not be the issue.
is there anything on the nextcloud.log?
Hi @Rello ,
sure. I have a Nextcloud table with some rows not having values in it (Null values).
These null values get displayed as "NaN" in the tables app.
When I try to load them, I get an error message, that the load has failed. But it does not tell me why.
It would be nice, if the system tells me why it has failed to load the data.
Or if it would just load these null values in the table.
Or if it would ask me if I would like to include null values.
Hi,
there is an issue when renaming the Nextcloud table used as data source after setting up a background load job.
To reproduce:
I guess it has to do with the second issue that I noticed:
In the automation area:
If you want to choose a Nextcloud table from the dropdown list, it truncates the table names at the point where a "-" exists in the name.
For example: The table name "Gewicht - Stefan" appears as "Gewicht " in the dropdown list.
I think if the "-" problem is solved, then the issue with the failing background job is solved, too.
The text was updated successfully, but these errors were encountered: