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 · 1 comment
Open

data disappears in business table #255

yosiasz opened this issue Feb 17, 2025 · 1 comment
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, '[email protected]' 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, '[email protected]' 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

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