I want create a new dataset in wso2 ML with source type equal DAS. I am runing ML in https://localhost:9444 and DAS in https://localhost:9445. When I select DAS as source type, I dont get data from DAS. In Das I have three tables. View image.
I reviewed this documentation: https://docs.wso2.com/display/ML100/Integration+with+WSO2+Data+Analytics+Server and verified analytics-datasource.xml in DAS and ML where ANALYTICS_FS_DB, ANALYTICS_EVENT_STORE and ANALYTICS_PROCESSED_DATA_STORE have the same configuration in the two systems.
You need to provide paths to WSO2 DAS datasources as URLs in
<ML_HOME>/repository/conf/datasources/analytics-datasources.xml
file for given DBs.e.g. For
WSO2_ANALYTICS_EVENT_STORE_DB
the value of<url>
element should look like below,