Advice on best way to load neo4j data to a data warehouse

Currently at my workplace we use Snowflake(https://www.snowflake.com/) to host a lot of our data pulled from many of our applications. A majority of our applications utilize T-SQL & Postgresql with a few of our apps using various NoSQL databases. We eventually use different transformation tools like FIVETRAN(https://fivetran.com/) and STITCH(https://www.stitchdata.com/) to connect our different databases to snowflake.

I'm trying to figure out the best way to get Neo4j data connected to it as well and can't find anything within the tools we're already using to do it. I came across the BI Driver (Getting Started with the Neo4j BI Connector) which looks like it provides the data in the exact way I need it to in order to load it.

Is this the route I should try to take? Is anyone aware of any tools that do this sort of thing?