Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLITE driver #78

Open
geoHeil opened this issue Feb 5, 2021 · 4 comments
Open

SQLITE driver #78

geoHeil opened this issue Feb 5, 2021 · 4 comments

Comments

@geoHeil
Copy link

geoHeil commented Feb 5, 2021

How can I use a SQLite database with the neo4j-ETL tool?

When using JDBC type and specifying a valid SQLite JDBC connection string testing the connection fails as a driver is not found.

@conker84
Copy link

conker84 commented Feb 5, 2021

hi @geoHeil are you using a SQLite JDBC driver?

@geoHeil
Copy link
Author

geoHeil commented Feb 8, 2021

I was using the SQLite JBC URL which works fine in i.e a SQL tool such as datagrip. But I did not figure out how to properly specify an additional JDBC driver for neo4j-etl.

@crazyyanchao
Copy link

I've encountered the same problem, the schema doesn't mapping!
My Url: jdbc:sqlite:C:\Users\zzbwa\AppData\Roaming\DBeaverData\workspace6.metadata\sample-database-sqlite-1\Chinook.db
Driver: sqlite-jdbc-3.36.0.3.jar

@neopaf
Copy link

neopaf commented Jan 16, 2023

Took the driver from auto-downloaded by DataGrip:

DataGrip2022.3/jdbc-drivers/Xerial SQLiteJDBC/3.39.2/sqlite-jdbc-3.39.2.jar
Opened a connection (had to specify dummy user/pass), getting strange message:

  • Command failed due to error (IllegalArgumentException: Table name does not include schema: FEATURE). Rerun with --debug flag for detailed diagnostic information.

Meaning etl could find table, but couldn't find it's schema in the name!?
Did it expect to have tables to have dots?

Obvious hack didn't give any happiness:

  • Command failed due to error (IllegalArgumentException: Table name does not include schema: "S1.FEATURE"). Rerun with --debug flag for detailed diagnostic information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants