Skip to content
New issue

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

data disappears in business table #255

Open
yosiasz opened this issue Feb 17, 2025 · 4 comments
Open

data disappears in business table #255

yosiasz opened this issue Feb 17, 2025 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@yosiasz
Copy link

yosiasz commented Feb 17, 2025

when initially setting this up, data shows up in business table. you come back to it later on and the data disappears from business table.

grafana v11.5.1
business-table 2.2.0

data source: Mixed

data1: mysql

select 1 as id, 'joseph987@gmail.com' as email, 'Joseph David' as name, phone= '+189945306000',
title= 'Medical Doctor (MD)', cert_path= 'certs/9/Medical Doctor (MD).jpeg', issue_date='11/07/2024',
expiry_date = '05/26/2025', approved_status='PENDING'  union
select 2 as id, 'jedinurse@gmail.com' as email, 'Jedi Nurse' as name, phone= '+189945306000',
title= 'Sith Hospital', cert_path= 'Saber.jpeg', issue_date='11/07/2024',
expiry_date = '05/26/2025', approved_status='PENDING'  

data2: infinity

[{"id":1,"cert_url":"https://firebaseCDN/certs/joseph-david"},
{"id":2,"cert_url":"https://firebaseCDN/certs/jedi-nurse"}]

Join by field transformation

Image

Business table setup

Image

@yosiasz yosiasz changed the title data disappears when using Join by field data disappears in business table Feb 17, 2025
@vitPinchuk vitPinchuk self-assigned this Feb 19, 2025
@vitPinchuk vitPinchuk added the question Further information is requested label Feb 19, 2025
@vitPinchuk
Copy link
Contributor

@yosiasz thank you for your question.

I can reproduce the issue. I have tried different DS, and also tried infinity in the backend and default parser types the data in the table does not disappear.

Example ( TimeScale + Infinity )

Image

@yosiasz
Copy link
Author

yosiasz commented Feb 20, 2025

@vitPinchuk are you saying "I can reproduce the issue" or "I cannot" reproduce the issue. if you leave that dashboard and come back to it again, it disappears on my pc 😆

@vitPinchuk
Copy link
Contributor

@yosiasz

I can`t reproduce the issue.
Can you provide some new details screenshots, video or smth else?

I need to repeat locally to help with the solution or make any necessary updates.

@yosiasz
Copy link
Author

yosiasz commented Feb 21, 2025

data from sql server

Image

data from infinity

Image

the join

Image

the empty table

Image

the default table from grafana below business table

Image

we can zoom if needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: No status
Development

No branches or pull requests

2 participants