Open Dana-Farber opened 1 week ago
import dbdemos This line is successful
import dbdemos
dbdemos.install('aibi-marketing-campaign') This one fails on both Databricks runtime version 15.4 with the error Installation error: string indices must be integers, not 'str'
dbdemos.install('aibi-marketing-campaign')
import dbdemos
This line is successfuldbdemos.install('aibi-marketing-campaign')
This one fails on both Databricks runtime version 15.4 with the error Installation error: string indices must be integers, not 'str'