- 24 Aug, 2020 1 commit
-
-
Carter Landis authored
Signed-off-by:
Tao Feng <fengtao04@gmail.com>
-
- 22 Aug, 2020 1 commit
-
-
Alagappan authored
Signed-off-by:
Tao Feng <fengtao04@gmail.com>
-
- 20 Aug, 2020 1 commit
-
-
Tao Feng authored
* fix: fix invalid timestamp handling in dashboard transformer Signed-off-by:
feng-tao <fengtao04@gmail.com> * fix: fix ci Signed-off-by:
feng-tao <fengtao04@gmail.com> * chore: fix rest_api_query to do basic check Signed-off-by:
feng-tao <fengtao04@gmail.com> * Update setup.py Signed-off-by:
Tao Feng <fengtao04@gmail.com>
-
- 19 Aug, 2020 2 commits
-
-
Alagappan authored
Signed-off-by:
Tao Feng <fengtao04@gmail.com>
-
Alagappan authored
fix: Update postgres_sample_dag to set table extract job as upstream for elastic search publisher (#340) Signed-off-by:
Alagappan Sethuraman <alagappan.als@gmail.com>
-
- 18 Aug, 2020 3 commits
-
-
Dorian Johnson authored
Signed-off-by:
Tao Feng <fengtao04@gmail.com>
-
Dorian Johnson authored
Signed-off-by:
Tao Feng <fengtao04@gmail.com>
-
Dorian Johnson authored
Signed-off-by:
Tao Feng <fengtao04@gmail.com>
-
- 17 Aug, 2020 2 commits
-
-
Tao Feng authored
Signed-off-by:
Tao Feng <fengtao04@gmail.com>
-
Dorian Johnson authored
-
- 13 Aug, 2020 1 commit
-
-
Joseph Atkins-Turkish authored
This fixes the issue with the attrs transitive dependency described in #331 , without touching everything else. Signed-off-by:
Joseph Atkins-Turkish <jatkins-turkish@brex.com>
-
- 12 Aug, 2020 1 commit
-
-
Tao Feng authored
Signed-off-by:
feng-tao <fengtao04@gmail.com>
-
- 11 Aug, 2020 1 commit
-
-
Diksha Thakur authored
Signed-off-by:
dikshathakur3119 <dikshathakur@lyft.com>
-
- 10 Aug, 2020 3 commits
-
-
Dorian Johnson authored
-
Tao Feng authored
* feat: allow hive sql to be provided as config * update test name * update test name * remove print * update
-
Dorian Johnson authored
* ci: remove py2 ci (#280) (cherry picked from commit 2ac583cf) * Remove all usages of six * makefile: remove defunct python2 test command * setup.py: bump version to 3.0.0 This change removes python2 support. Python 3.6 or up are now required. There are no other breaking changes in this release. Co-authored-by:
Tao Feng <fengtao04@gmail.com>
-
- 04 Aug, 2020 1 commit
-
-
Tao Feng authored
-
- 30 Jul, 2020 1 commit
-
-
Ayush Chauhan authored
* fix: cypher statement param issue * test: update existing test cases according to change in marker param
-
- 28 Jul, 2020 2 commits
-
-
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
-
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
-
- 20 Jul, 2020 1 commit
-
-
Palash Das authored
This solves https://github.com/lyft/amundsen/issues/550
-
- 17 Jul, 2020 1 commit
-
-
Carter Landis authored
-
- 16 Jul, 2020 1 commit
-
-
Tao Feng authored
* chore: apply license headers to all the source files * fix flake8 with autopep8 * fix more lint
-
- 07 Jul, 2020 3 commits
-
-
Tao Feng authored
-
Jonathan Hehir authored
* Add RedashDashboardExtractor for extracting dashboards from redash.io * Fixed broken tests in python2 * Added supported Redash version and required Redash API endpoints to README
-
Van-Duyet Le authored
-
- 01 Jul, 2020 1 commit
-
-
jonhehir authored
-
- 30 Jun, 2020 1 commit
-
-
jonhehir authored
-
- 25 Jun, 2020 1 commit
-
-
Tao Feng authored
-
- 17 Jun, 2020 3 commits
-
-
James Davidheiser authored
* initial commit * imports * remove debugging print * imports * tests * tests * print * lint * standardize on single quotes * fix python 2 compatibility
-
Jin Hyuk Chang authored
* Add Dashboard sample data * Update
-
Arjun Landes authored
The Mode dashboard URL should change based on organization name passed in the config.
-
- 16 Jun, 2020 1 commit
-
-
Jin Hyuk Chang authored
Due to the conflict with pytest pytest-cov 2.10.0 has requirement pytest>=4.6, but you'll have pytest 3.10.1 which is incompatible.
-
- 11 Jun, 2020 1 commit
-
-
Jin Hyuk Chang authored
* Added tags and badges into Dashboard Elasticsearch index * Update * Update
-
- 10 Jun, 2020 1 commit
-
-
jonhehir authored
-
- 09 Jun, 2020 2 commits
-
-
jonhehir authored
-
James Davidheiser authored
* Update sample_data_loader.py * Update sample_data_loader.py * Update sample_data_loader.py * Set snowflake extractor database to be consistent with other extractors This is a proposed fix for the bug described in https://github.com/lyft/amundsen/issues/494 - it adds a new configuration key, SNOWFLAKE_DATABASE_KEY, and uses it to set the database that metadata should be extracted from. The DATABASE_KEY reverts back to simply describing the database, with a default of 'snowflake'. * . * . * tests * lint * lint * update env vars
-
- 08 Jun, 2020 2 commits
-
-
Jin Hyuk Chang authored
* Revert "ci: remove py2 ci (#280)" This reverts commit 2ac583cf. * Update setup.py
-
Jin Hyuk Chang authored
* Ingest Mode Analytics user * Flake8 * Update * Added doc
-
- 04 Jun, 2020 1 commit
-
-
Tao Feng authored
* chore: remove deprecate hive watermark model * bump version
-