larluo
d30b0eba5c
switch home-manager from master to stable version ( #1594 )
2020-03-12 23:18:11 -07:00
Kerem Sahin
3765c1d234
Add gradle.properties & enable parallel Gradle build
2020-03-11 18:36:12 -07:00
RyanHolstien
dade1e4e1d
Issue #1590 : Gradle build fails when run in parallel - add dependency… ( #1591 )
...
* Issue #1590 : Gradle build fails when run in parallel - add dependency on avro schema generation to metadata models jar generation
* Issue #1590 : Adding processResource dependencies
* Issue #1590 : Remove unnecessary gradle tasks
Co-authored-by: Ryan Holstien <rholstien@expediagroup.com>
2020-03-11 18:22:55 -07:00
Jyoti Wadhwani
f52ad9fe9e
Delete search.md
2020-03-11 17:19:02 -07:00
Mars Lan
8e6dc764ff
Update search-onboarding.md
2020-03-11 16:40:09 -07:00
Jyoti Wadhwani
6dd26d88c0
Update search-onboarding.md
2020-03-11 15:17:11 -07:00
Jyoti Wadhwani
da93c4855d
Update search-onboarding.md
2020-03-11 15:13:57 -07:00
Kerem Sahin
fba5cd8c5e
Handle optional aspects/fields for CorpUser gracefully
2020-03-11 14:56:59 -07:00
Mars Lan
9cd58d5d4b
Update roadmap.md
2020-03-11 05:30:40 -07:00
Mars Lan
66dccefd36
Update roadmap.md
2020-03-11 05:26:05 -07:00
Mars Lan
18864e5d26
Update features.md
2020-03-11 05:25:32 -07:00
Mars Lan
f9ca4d8da3
Update README.md
2020-03-11 05:25:09 -07:00
Mars Lan
161f618db3
Update features.md
2020-03-11 05:03:18 -07:00
Mars Lan
a75e2f307b
Update features.md
2020-03-11 05:02:30 -07:00
Mars Lan
7603dc3495
Update features.md
2020-03-11 04:57:36 -07:00
Mars Lan
2211356a65
Update features.md
2020-03-11 04:57:08 -07:00
Mars Lan
990b3453c1
Update features.md
2020-03-11 04:56:22 -07:00
Kerem Sahin
7a0443cc4d
Add a doc to highlight supported features in DataHub & provide status in the roadmap
2020-03-10 23:32:50 -07:00
Chris Lee
4f2e989650
Update data-source-onboarding.md with examples.
2020-03-10 19:46:07 -07:00
larluo
6151949f3d
add nix sandbox ( #1585 )
2020-03-09 20:23:47 -07:00
Jyoti Wadhwani
f42fcaf81e
Create search.md ( #1587 )
2020-03-09 14:01:33 -07:00
Mars Lan
2f658d1385
Update README.md
2020-03-08 10:27:10 -07:00
Mars Lan
d3496dbf14
Update roadmap.md
2020-03-07 15:25:04 -08:00
Mars Lan
65032585c4
Update README.md
2020-03-07 06:52:51 -08:00
Mars Lan
3e62554c1d
Update README.md
2020-03-06 15:50:49 -08:00
Seyi Adebajo
03ca41f2d0
Update roadmap.md
2020-03-06 13:46:27 -08:00
Mars Lan
8d3f2ec3a8
Update README.md
2020-03-03 17:33:28 -08:00
Kerem Sahin
1fff6c94be
Cleanup of unused restli-resource base classes
2020-03-03 16:14:11 -08:00
Kerem Sahin
36a5d23e42
Migrate to getSnapshot API & remove dataset snapshot
2020-03-03 16:04:01 -08:00
Kerem Sahin
970a003cc3
Cleanup unused snapshot resources for corp users & groups
2020-03-03 15:37:00 -08:00
Kerem Sahin
a8f6016543
Update GMS documentation - replace create calls to use ingest API instead of snapshot
2020-03-03 13:41:11 -08:00
Mars Lan
2919fd6a62
Drop LI internal fabrics ( #1581 )
...
Drop LI internal fabrics
2020-03-02 13:45:25 -08:00
Mars Lan
1825e27320
Update roadmap.md
2020-03-02 07:20:29 -08:00
Mars Lan
01800ad3ca
Update roadmap.md
2020-03-02 07:15:00 -08:00
Mars Lan
7e0fa842eb
Update README.md
2020-02-28 22:20:00 -08:00
Mars Lan
933c47881b
Update README.md
2020-02-28 22:12:56 -08:00
Mars Lan
64700e5b49
Update README.md
2020-02-28 22:09:35 -08:00
Mars Lan
80bcee69e0
Update README.md
2020-02-28 22:09:03 -08:00
Mars Lan
229272fdc9
Update README.md
2020-02-28 22:08:28 -08:00
Mars Lan
24a49dba2e
Update README.md
2020-02-28 22:04:01 -08:00
Mars Lan
26d16e639c
Update README.md
2020-02-28 21:58:44 -08:00
Mars Lan
fa8235f3d2
Update README.md
2020-02-28 21:53:39 -08:00
Mars Lan
75b43cd5c7
Update README.md
2020-02-28 21:52:34 -08:00
Mars Lan
667d50e8c2
Update README.md
2020-02-28 21:52:12 -08:00
Mars Lan
1d3e8b75e4
Update README.md
2020-02-28 21:44:40 -08:00
Jyoti Wadhwani
659cb7d7e8
Update README.md
2020-02-28 18:28:55 -08:00
Jyoti Wadhwani
f12f387c25
Update README with town hall meeting announcement
2020-02-28 17:55:44 -08:00
Arun Vasudevan
9f119d3898
feat: Enable Failed Metadata Change Event for MCE Processor ( #1575 )
...
* feat: Enable Failed Metadata Change Event for MCE Processor
No Failed MCE was sent when a MCE was rejected by the system
- Added FailedMetadataChangeEvent kafka topic
- Created FailedMCE event from the MCE record
- Added Kafka Producer to send FailedMCE to the FailedMetadataChangeEvent Topic
* fix: Review Comment
- Added Nonnull Annotations
- Made Local variables as final
* bug: added pegasus2avro test json
- Added pegasus2avro test fmce json
* feat: Add Tests for Event Utils Avro2pegasusfmce
- Added Tests for avro2Pegasusfmce
2020-02-26 14:18:08 -08:00
Kerem Sahin
71f2d14503
Adding EventUtilsTest
2020-02-26 12:46:35 -08:00
larluo
e69def98eb
fix typo and watchman error ( #1574 )
...
* adjust gradew to gradlew
* add watchman proxy URL
2020-02-23 19:36:26 -08:00