- 12 Feb, 2020 1 commit
-
-
Jin Hyuk Chang authored
* Backward compatible patch * Increment version * Update
-
- 11 Feb, 2020 1 commit
-
-
samshuster authored
* Add new programmatic description nodes. Currently only tested on tables. Fixing the neo4j nodes to have unquoted suffix where applicable Differentiating between normal description and programmatic description nodes for practical purposes Refactored Description relation creation to the DescriptionMetadata object itself * Adding a todo describing desired goal in table metadata object * Removing description order which is now handled exclusively by frontend. Removed column programmatic description as I think column stats will work for this use case, or if not, we can add at a later time. Added a couple of comments and removed TODO Fixing flake8 style issues * Removing is_editable Added another test table to sample data Fixes from code review. Adding default argument to source. Adding type comment Changing node key of the programmatic description Modifying doc string comment fixing new test that relies on description text * cleaning up sample data loader given that standalone column was retired. * incrementing minor version by 1
-
- 10 Feb, 2020 1 commit
-
-
Tao Feng authored
-
- 09 Feb, 2020 1 commit
-
-
samshuster authored
* adding UNQUOTED_SUFFIX to sort_order like what is done with other column model. * first attempt at deprecating standalone column fixing lint
-
- 07 Feb, 2020 1 commit
-
-
samshuster authored
-
- 06 Feb, 2020 1 commit
-
-
Luke Lowery authored
* Adding a check to allow us to pull tables without schemas * adding a test
-
- 31 Jan, 2020 1 commit
-
-
samshuster authored
Completely different badge approach. We can use a separate file to define what type a particular tag is in a more normalized vs denormalized fashion. (#185) Required having TagMetadata be also Neo4jCsvSerializable Refactored Tag Node creation to live inside TagMetadata.
-
- 28 Jan, 2020 1 commit
-
-
Jin Hyuk Chang authored
* [AMD-1157] Adding schema_table field on Elasticsearch mapping for exact match * Use display_name * Update
-
- 24 Jan, 2020 1 commit
-
-
Daren Sin authored
* Made changes to where_clause_suffix * Updated back to table_schema instead of table_name * Added new line at end of file * Removed blank space in new line
-
- 21 Jan, 2020 1 commit
-
-
Luke Lowery authored
-
- 19 Jan, 2020 1 commit
-
-
Saulius Grigaliunas authored
`DELAY_TIME` was an undefined constant previously. This patch makes delay timeout configurable using a config param. Default of 100 seconds as API request quota limits are guaranteed to be refilled after said time interval accoring to the documentation at: https://cloud.google.com/compute/docs/api-rate-limits
-
- 15 Jan, 2020 1 commit
-
-
giomerlin authored
-
- 13 Dec, 2019 2 commits
-
-
Jakub Hettler authored
* Load service location from ENV * Add Dashboards and Metrics * Fix default ES names * Make tag names always lowercase * Update sample_data_loader.py
-
Tao Feng authored
* Update the dep and move connector to extra_require * update test deps * not use all as it is keyword
-
- 06 Dec, 2019 1 commit
-
-
Magnus Runesson authored
When transformer returned null no more records is processed, this means a transformer cannot filter out data. It also mean the task silently skip process rest of the records.
-
- 05 Dec, 2019 1 commit
-
-
Magnus Runesson authored
Use configuration parameter for Google Cloud project_id instead of hardcoded.
-
- 26 Nov, 2019 2 commits
-
-
Tao Feng authored
-
Louis Simoneau authored
* Initial working version of Watermark extractor with some tests * Implement handling for sharded tables (with YYYYMMDD suffix) * Extract BaseBigQueryExtractor with shared code
-
- 25 Nov, 2019 1 commit
-
-
Shaun Elliott authored
* ISSUE-186 * prep work, moving model objects to top level * ISSUE-186 * added csv extractor * ISSUE-186 * minor fix, to finish the work * * added csv extractor test * renamed standalone column model * fixed sample data loader and sample data * * parameterized the sample loader connections * fixed table owner sample data file * * fixed linting errors * * added some missing load calls in new data loader * fixed table stats data problem (quoting)
-
- 19 Nov, 2019 1 commit
-
-
Pedro Gonçalves Rossi Rodrigues authored
postgres metadata extractor logger fixed to only log sql stmt after getting the sqlalchemy scoped config (#172)
-
- 15 Nov, 2019 2 commits
-
-
Pedro Gonçalves Rossi Rodrigues authored
* add cassandra extractors, tests and docs * add cassandra extractors, tests and docs * code refactor based on pr and code linted
-
Louis Simoneau authored
In practice, when requesting logs going back more than a few days, the StackDriver API sometimes responds with an empty page with a next page cursor. After polling the next page a few times you eventually start getting entries. The empty pages have no `entries` key, which previously resulted in a KeyError. This change allows the extractor to continue polling instead of blowing up.
-
- 13 Nov, 2019 1 commit
-
-
Pedro Gonçalves Rossi Rodrigues authored
* glue_extractor scope refactor to glue and filters option add * README refactor to explain glue configuration
-
- 07 Nov, 2019 1 commit
-
-
Tao Feng authored
-
- 05 Nov, 2019 1 commit
-
-
Dave Cameron authored
* Mark sort_order col so Publisher leaves unquoted. * Add UNQUOTED for sort_order to unit tests. * Shorter lines for the flake8.
-
- 01 Nov, 2019 2 commits
-
-
Dave Cameron authored
PyCharm's highlights were very confusing.
-
mborukhava authored
* Fixed Snowflake views being captured as tables Updated snowflake_metadata_extractor.py and fixed that Snowflake views were captured as tables. * Fixed unit tests for snowflake metadata extraction * Fix lint error
-
- 29 Oct, 2019 1 commit
-
-
Tao Feng authored
-
- 28 Oct, 2019 1 commit
-
-
samshuster authored
This involved adding schema_name to table_stats model as well as float and int columns to sample data
-
- 24 Oct, 2019 2 commits
-
-
Pedro Gonçalves Rossi Rodrigues authored
* add aws glue extractor * add sample code for glue extractor on README * patch whole glue_extractor test to avoid boto3 error if not configured * boto3 add on requirements
-
Mikhail Ivanov authored
* Prevent empty table tags appearance * Prevent empty table tags appearance
-
- 23 Oct, 2019 1 commit
-
-
Tao Feng authored
-
- 22 Oct, 2019 2 commits
-
-
Tao Feng authored
-
Mikhail Ivanov authored
* Add sample table tag data to quickstart * Add sample table tag data to quickstart
-
- 21 Oct, 2019 1 commit
-
-
samshuster authored
-
- 20 Oct, 2019 1 commit
-
-
Mikhail Ivanov authored
* Add sample table owner data to quick start (#139) * Update example/sample_data/sample_table_owner.csv Co-Authored-By:
jornh <jornhansen@gmail.com> * Add sample table owner data to quick start
-
- 19 Oct, 2019 1 commit
-
-
samshuster authored
-
- 15 Oct, 2019 2 commits
- 01 Oct, 2019 1 commit
-
-
jornh authored
Will scroll past GitHub repo folders (specially more handy on small screens like phones/tablets)
-