MarkGStacey commented on issue #2574: URL: https://github.com/apache/superset/issues/2574#issuecomment-788792661
Please reopen. Ideally: Proc is for instance, "GetReturn_Timeseries_ByFund", with parameter @FundID int (e.g. CREATE PROC dbo.GetReturn_Timeseries_ByFund (@FundID INT)) We would then like to be able to execute this proc and get back the data by query folding from the final dashboard. So we'd pass a Fund Id of 253 or 11792 via the URL, and have the proc execute " EXEC dbo.GetReturn_Timeseries_ByFund @fundID = 253" Hopefully this explains the use case ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
