• Dave Cameron's avatar
    refactor: Compatibility with Neo4J 4.0.4 (4.x in general should work) (#270) · 29bfceab
    Dave Cameron authored
    * Compatibility with latest Neo4J 4.0.4
    
    Starting with Neo4J v4, it no longer auto generates SSL/TLS
    certificates if they aren't supplied. To keep the example
    working, I needed config to specify whether the connection
    to Neo4J should be encrypted or not.
    
    It defaults to False, at the moment, so I think most
    people would need to add an explicit True to their config.
    
    * Satisfy warning and fix test failures.
    
    The neo4j driver is now supposed to be imported using 'neo4j', the
    older .v1 is now deprecated. I was going to leave this, but then
    saw there are deprecation warnings.
    
    Several unit tests were failing because they new 'neo4j_encrypted'
    key wasn't included in the configs. I believe it makes sense to
    include 'NEO4J_ENCRYPTED: True' as a default anyway. This should
    stop people with existing configs from having to update them.
    
    * Add a config parameter for SSL cert validation.
    29bfceab
Name
Last commit
Last update
..
dashboard Loading commit data...
restapi Loading commit data...
__init__.py Loading commit data...
athena_metadata_extractor.py Loading commit data...
base_bigquery_extractor.py Loading commit data...
base_extractor.py Loading commit data...
bigquery_metadata_extractor.py Loading commit data...
bigquery_usage_extractor.py Loading commit data...
bigquery_watermark_extractor.py Loading commit data...
cassandra_extractor.py Loading commit data...
csv_extractor.py Loading commit data...
db2_metadata_extractor.py Loading commit data...
db_api_extractor.py Loading commit data...
druid_metadata_extractor.py Loading commit data...
generic_extractor.py Loading commit data...
glue_extractor.py Loading commit data...
hive_table_last_updated_extractor.py Loading commit data...
hive_table_metadata_extractor.py Loading commit data...
kafka_source_extractor.py Loading commit data...
mssql_metadata_extractor.py Loading commit data...
mysql_metadata_extractor.py Loading commit data...
neo4j_es_last_updated_extractor.py Loading commit data...
neo4j_extractor.py Loading commit data...
neo4j_search_data_extractor.py Loading commit data...
postgres_metadata_extractor.py Loading commit data...
presto_view_metadata_extractor.py Loading commit data...
snowflake_metadata_extractor.py Loading commit data...
sql_alchemy_extractor.py Loading commit data...