- 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 2 commits
-
-
jornh authored
Will scroll past GitHub repo folders (specially more handy on small screens like phones/tablets)
-
Mikhail Ivanov authored
* Add sample high/low watermark data to quick start (#62) * Update setup.py
-
- 30 Sep, 2019 1 commit
-
-
Tao Feng authored
-
- 26 Sep, 2019 1 commit
-
-
Tao Feng authored
* Relax dependency to make it range * Update requirements.txt
-
- 11 Sep, 2019 1 commit
-
-
Junda Yang authored
* set field_size_limit to max * fix lint * increase version * update
-
- 04 Sep, 2019 2 commits
-
-
Jin Hyuk Chang authored
Removed `SQUASH COMMIT` from the PR template
-
Tao Feng authored
-
- 03 Sep, 2019 1 commit
-
-
jornh authored
* Make some unittest work with py3 * Make some unit tests work with py3 * Make snowflake metadata extractor py3 test green
-
- 28 Aug, 2019 1 commit
-
-
jornh authored
* feat(user): add Neo4j to ES quickstart sample job * lint * Fix (user): Whitespace glitch giving quotes in UI * Correct ES mapping, thanks Tao! * lint * Trailing Linefeed
-
- 22 Aug, 2019 1 commit
-
-
Kent Murra authored
Check for a valid string on the regex transformer. If not a valid string, then the value is ignored and the original record returned. (#136)
-
- 16 Aug, 2019 1 commit
-
-
Tao Feng authored
-
- 15 Aug, 2019 1 commit
-
-
Derek authored
-
- 08 Aug, 2019 1 commit
-
-
Tao Feng authored
-
- 07 Aug, 2019 1 commit
-
-
jornh authored
-
- 06 Aug, 2019 2 commits
- 04 Aug, 2019 1 commit
-
-
Anders Hafreager authored
-