1. 19 Aug, 2020 1 commit
  2. 18 Aug, 2020 3 commits
  3. 17 Aug, 2020 2 commits
  4. 13 Aug, 2020 1 commit
  5. 12 Aug, 2020 1 commit
  6. 11 Aug, 2020 1 commit
  7. 10 Aug, 2020 3 commits
  8. 04 Aug, 2020 1 commit
  9. 30 Jul, 2020 1 commit
  10. 28 Jul, 2020 2 commits
    • Pathuri Sai Harish's avatar
      fix: Added missing job tag key in hive_sample_dag.py (#308) · d6714b72
      Pathuri Sai Harish authored
      * Added missing job tag key in hive_sample_dag.py
      
      Running "create_table_metadata_databuilder_job()" was giving an Exception : 
      ""ConfigMissingException" : No Configuration setting found for key job_publish_tag."
      Hence,
      Adding a missing key for job_publish_tag in "create_table_metadata_databuilder_job()" of hive_sample_dag.py.
      
      * Made changes as per guidelines
      
      Made changes to the code as per guidelines
      
      * Updated the file for failing build
      
      Updated the file for failing build
      d6714b72
    • John Cheng's avatar
      feat: enhance glue extractor (#306) · faa795ce
      John Cheng authored
      * Add `is_view`
      
      * Update glue table description
      For Athena tables, the table description is stored in Parameters.comment.
      
      * fix missing partition keys
      Partition keys should be part of the columns.
      
      * Add tests
      
      * fix typo
      
      * fix flake8
      faa795ce
  11. 20 Jul, 2020 1 commit
  12. 17 Jul, 2020 1 commit
  13. 16 Jul, 2020 1 commit
  14. 07 Jul, 2020 3 commits
  15. 01 Jul, 2020 1 commit
  16. 30 Jun, 2020 1 commit
  17. 25 Jun, 2020 1 commit
  18. 17 Jun, 2020 3 commits
  19. 16 Jun, 2020 1 commit
  20. 11 Jun, 2020 1 commit
  21. 10 Jun, 2020 1 commit
  22. 09 Jun, 2020 2 commits
  23. 08 Jun, 2020 2 commits
  24. 04 Jun, 2020 2 commits
    • Tao Feng's avatar
      chore: remove deprecate hive watermark model (#281) · 06c1dbef
      Tao Feng authored
      * chore: remove deprecate hive watermark model
      
      * bump version
      06c1dbef
    • 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
  25. 03 Jun, 2020 2 commits
  26. 02 Jun, 2020 1 commit