1. 21 Sep, 2020 1 commit
  2. 15 Sep, 2020 1 commit
  3. 14 Sep, 2020 1 commit
  4. 11 Sep, 2020 1 commit
  5. 10 Sep, 2020 3 commits
  6. 09 Sep, 2020 1 commit
  7. 06 Sep, 2020 2 commits
  8. 02 Sep, 2020 4 commits
  9. 01 Sep, 2020 2 commits
  10. 27 Aug, 2020 1 commit
  11. 26 Aug, 2020 1 commit
  12. 25 Aug, 2020 1 commit
  13. 24 Aug, 2020 2 commits
  14. 22 Aug, 2020 1 commit
  15. 20 Aug, 2020 1 commit
  16. 19 Aug, 2020 2 commits
  17. 18 Aug, 2020 3 commits
  18. 17 Aug, 2020 2 commits
  19. 13 Aug, 2020 1 commit
  20. 12 Aug, 2020 1 commit
  21. 11 Aug, 2020 1 commit
  22. 10 Aug, 2020 3 commits
  23. 04 Aug, 2020 1 commit
  24. 30 Jul, 2020 1 commit
  25. 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