I have a set of tables in a dataset in BigQuery. I have harmonized all of the column names so that related variables should be obvious. The tables have schema with data types and descriptions.
Is there a straightforward way to ingest this into Neo4j without having to first export to CSV files?
CALL apoc.load.driver("com.mysql.jdbc.Driver");
Neo.ClientError.Procedure.ProcedureNotFound
There is no procedure with the name `apoc.load.driver` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.