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
Anything that you can write R code to establish the connection and convert to a data frame, will work.
If you add the R-code to Report > Rmd or Report > R something like the below would be needed. The register line tells Radiant to add the dataframe to the dropdown menu.
my_df <- <some R-code to connect>
register("my_df")
Can Radiant directly connect to datastores such as ES or messaging system such as Kafka ?
The text was updated successfully, but these errors were encountered: