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
Hi. i was trying to use multiple sources but it has failed..
dataCubes:
name: test1
title: test1
clusterName: druid
source: ["testdata","otherdata"]
it gives this error:
Scanning cluster 'druid' for new sources
Missing source 'testdata,otherdata' + " for cluster 'druid', removing...
Got external dataset removal for test1 in cluster druid
it looks that is handling the source as a string and not string[]
The text was updated successfully, but these errors were encountered:
Hi. i was trying to use multiple sources but it has failed..
dataCubes:
title: test1
clusterName: druid
source: ["testdata","otherdata"]
it gives this error:
Scanning cluster 'druid' for new sources
Missing source 'testdata,otherdata' + " for cluster 'druid', removing...
Got external dataset removal for test1 in cluster druid
it looks that is handling the source as a string and not string[]
The text was updated successfully, but these errors were encountered: