data-engineer-learning-path
data-engineer-learning-path copied to clipboard
Error during Execution- DE 2.2
DROP TABLE IF EXISTS users_jdbc;
CREATE TABLE users_jdbc USING JDBC OPTIONS ( url = "jdbc:sqlite:${DA.paths.ecommerce_db}", dbtable = "users" )
while executing above I'm getting following : Error in SQL statement: SQLException: path to '/dbfs/mnt/dbacademy-users/[email protected]/data-engineer-learning-path/ecommerce.db': '/dbfs/mnt' does not exist