- 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 2 commits
-
-
Tao Feng authored
* chore: remove deprecate hive watermark model * bump version
-
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.
-
- 03 Jun, 2020 2 commits
-
-
samshuster authored
* Adding programmatic_descriptions to table search export * fixing tests from merge * Rebasing from upstream master * fixing merge * fixing the neo4j query to be more optimized * adding programmatic_descriptions to the elasticsearch_constants.py
-
Tao Feng authored
-
- 02 Jun, 2020 1 commit
-
-
Arjun Landes authored
This was preventing the file from being pretty printed in table form by Github.
-
- 30 May, 2020 1 commit
-
-
Pablo Torre authored
* Change result header to small caps. Large CAPS were causing an error. * script to load sample data to MSSQL, based on PostgreSQL sample . * change line ends to LF * unit tests * remove flag unnecessary change. * whitespace tabs and readability * flake8
-
- 29 May, 2020 3 commits
-
-
Tao Feng authored
-
Jin Hyuk Chang authored
* Add Query text to Dashboard Query model * Update * Update * Update
-
- 27 May, 2020 1 commit
-
-
Jin Hyuk Chang authored
-
- 26 May, 2020 1 commit
-
-
Tao Feng authored
* chore: add prlint * fix deps
-
- 20 May, 2020 1 commit
-
-
Tao Feng authored
-
- 19 May, 2020 1 commit
-
-
Tao Feng authored
* Update table search index mapping * update
-
- 15 May, 2020 1 commit
-
-
Paul Bergeron authored
-
- 14 May, 2020 2 commits
-
-
Robert Yi authored
* chore: un-template all of the ConfigFactory keys. * lint errors
-
Jin Hyuk Chang authored
* Added Dashboard model documentation * Update * Update * Update * Update * Update * Update * Added new lines * Update * Update * Update * Added transformers doc * Update * Update * Added graph image
-
- 12 May, 2020 2 commits
-
-
Tao Feng authored
-
Jin Hyuk Chang authored
* Added Dashboard ES mapping * Update * Added user ES mapping
-