rusackas commented on PR #36538:
URL: https://github.com/apache/superset/pull/36538#issuecomment-3745835688

   > @rusackas looks like dataset is created but looking at dashboards and 
charts, they appear to be empty.
   
   @sadpandajoe @mistercrunch the failing dashboards on Showtime are because it 
was pulling in motherduck data, and the data there was built FOR the old 
loaders, which are removed here.
   
   Option 1 would be to update the motherduck file, but that becomes an extra 
step to maintain for anyone adding examples
   
   Option 2, which I'm now taking, is to load the local parquet files using the 
unified loader, and put THAT data into whatever analytical database is 
connected... which would be duckdb/motherduck on Showtime, as it stands.
   
   I think Option 2 is better, since that frees everyone up more to add and 
maintain examples without having to worry about an extra chore for the sake of 
Showtime. The goal is that anyone can tweak current examples, or add new ones, 
with one click export, and nothing special to do on the contribution side other 
than dropping in the files and opening a PR. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to