12076 Commits

Author SHA1 Message Date
Charlie Tran
226a3ab1b4
Fixes issue where user avatar reaches internal page and improves aspects fetching from UI (#1935) 2020-10-13 11:40:01 -07:00
Mars Lan
185726ce5c
Update links.md 2020-10-12 10:54:43 -07:00
Mars Lan
2d33c905cf
Update README.md 2020-10-12 10:42:45 -07:00
Mars Lan
f5bd5fc9f0 refactor: move lineage RFC to its correct location 2020-10-12 05:39:50 -07:00
Nagarjuna Kanamarlapudi
a1451a4a8f
feat(field-level-lineage): RFC for field-level-lineage (#1841)
* feat(field-level-lineage): RFC for field-level-lineage

RFC for field level lineage or column level lineage.

* feat(field-level-lineage): RFC for field-level-lineage

Update RFC to include DatasetField as a first class entity

* feat(field-level-lineage): RFC for field-level-lineage

fixing a typo
2020-10-12 04:52:19 -07:00
Charlie Tran
10aab5c7a7
feat(frontend): Catchup frontend for internal development changes (#1933)
* Catchup frontend for internal development changes

* Revert accidental change to test file
2020-10-11 11:40:32 -07:00
Shubham Gupta
9b63d50582
docs: correct search over new field docs (#1934) 2020-10-10 05:26:25 -07:00
Mars Lan
2bdb52b104
Update Datasets.java 2020-10-09 04:34:34 -07:00
Mars Lan
4477017b67
Update README.md 2020-10-08 07:54:38 -07:00
Mars Lan
316b1c8742
Update README.md 2020-10-08 07:53:23 -07:00
Mars Lan
93805e7f1a
build(docker): use community version of ES & Kibana in quickstart (#1929)
Fixes #1928
2020-10-07 21:21:08 -07:00
Nagarjuna Kanamarlapudi
3b31c50028
Announcement on v0.5.0 of DataHub (#1930) 2020-10-07 16:05:24 -07:00
Jyoti Wadhwani
d36f6f8675
make use of BaseSearchableClient (#1926)
Co-authored-by: Jyoti Wadhwani <jywadhwa@jywadhwa-mn2.linkedin.biz>
2020-10-07 12:48:48 -07:00
Nagarjuna Kanamarlapudi
273844cc07
Announce DataHub's participation in Hacktoberfest (#1927)
* Announce DataHub's participation in Hacktoberfest

* Move the hactoberfest content around

* Add quality standards of PR for hacktoberfest

* Update README.md

Co-authored-by: Mars Lan <mars.th.lan@gmail.com>
v0.5.0
2020-10-07 04:44:04 -07:00
Jyoti Wadhwani
b2e7bab33b
remove CorpUsersClient file (#1925)
Co-authored-by: Jyoti Wadhwani <jywadhwa@jywadhwa-mn2.linkedin.biz>
2020-10-07 03:28:03 -07:00
Nagarjuna Kanamarlapudi
f303071dd7
Update next townhall meeting id (#1924) 2020-10-06 16:31:52 -07:00
Mars Lan
0f68f86114
refactor(gms): reorganize GMS factory namespace (#1916)
Fixes https://github.com/linkedin/datahub/issues/1658
2020-10-06 15:21:34 -07:00
Nagarjuna Kanamarlapudi
8b23672a90
Update of townhall schedule for the next quarter (#1921)
* Update of townhall schedule for the next quarter

* Updating the meeting invite date

* Updating the meeting id number
2020-10-06 15:12:01 -07:00
Mars Lan
596727aef3
Update README.md 2020-10-06 13:45:06 -07:00
Grant Nicholas
fa58c2d161
fix(metadata-ingestion): Fix auditStamp unix timestamp format in sql etl ingestion (#1918)
Datahub was expecting this timestamp to be in milliseconds since epoch, not seconds. This change makes the lastModified timestamp render correctly in the UI when it is converted to a date time string.
2020-10-06 11:13:02 -07:00
Fredrik Sannholm
125ae288f1
docker: Run as non-root user in docker (#1914) 2020-10-06 04:35:38 -07:00
Ignacio Bona Piedrabuena
c067c0f03b
doc: update search-over-new-field.md (#1912)
* doc: update search-over-new-field.md

* doc: update search-over-new-field.md

Co-authored-by: Ignacio Bona <ibonapiedrabuena@linkedin.com>
2020-10-05 14:00:56 -07:00
Charlie Tran
8d30bd4639
Adds UI support for custom dataset properties (#1905) 2020-10-02 11:26:45 -07:00
Kerem Sahin
f2d2bdb366
Update entity.md 2020-10-02 09:48:47 -07:00
John Plaisted
6a067fc25c
docs: Update for topic name configuration (#1909)
* docs: Update for topic name configuration

* Move kafka ssl documentation from faq to kafka config page.
2020-10-02 09:15:07 -07:00
Mars Lan
7e3f443672
Update README.md 2020-10-01 12:17:27 -07:00
Mars Lan
928444928a
Update README.md 2020-09-30 13:00:36 -07:00
Mars Lan
24b0e03b8a
Update developers.md 2020-09-30 06:45:03 -07:00
Mars Lan
a13ca65e02
Update README.md 2020-09-30 06:20:14 -07:00
Mars Lan
864c2d5723
Update links.md 2020-09-30 04:44:29 -07:00
Mars Lan
68b8718488
Update links.md 2020-09-30 04:39:31 -07:00
Shirshanka Das
69b6320005
Update Readme.md
Adding Crunch talk video to intro, fix typo.
2020-09-29 23:26:43 -07:00
Charlie Tran
9c128ae6a3
frontend code migration and unused code removal font update and minor improvements (#1904) 2020-09-29 16:04:25 -07:00
John Plaisted
54eee3efd3
Add new spring factories to customize metadata event topic names. (#1894)
New env vars:

- METADATA_CHANGE_EVENT_NAME: The name of the metadata change event topic.
- METADATA_AUDIT_EVENT_NAME: The name of the metadata audit event topic.
- FAILED_METADATA_CHANGE_EVENT_NAME: The name of the failed metadata change event topic.

This will need to be consistent throughout your ecosystem.

CLOSES: #1840
2020-09-29 13:59:34 -07:00
Mars Lan
b7f846d13b
docs: update links (#1903) 2020-09-29 07:30:35 -07:00
Mars Lan
c67beb8b91
docs: add Budapest talk (#1901) 2020-09-29 06:07:58 -07:00
Mars Lan
33dd93f66f
Add files via upload 2020-09-29 06:04:48 -07:00
Mars Lan
c413a2a69c
build: fix build by adding zookeeper dependency explicitly (#1900) 2020-09-29 06:00:47 -07:00
Lars Nielsen
b26d6fe880
Bump up kafkaAvroSerde to support SSL for Schema Registry (#1898)
* Bump up kafkaAvroSerde to support security config for Confluent Schema Registry

* Support certs in secrets

* Extra Spring config (e.g. security)

* Optional values

* Clarify log warnings

* Update faq.md

Co-authored-by: Lars Nielsen <Lars.Nielsen@kindredgroup.com>
Co-authored-by: Mars Lan <mars.th.lan@gmail.com>
2020-09-29 04:12:43 -07:00
Grant Nicholas
9bcf273661
fix(docker): update mae and mce consumer images to include glibc compat layer. allows the consumer jobs to deal with snappy compressed kafka topics when running on alpine linux (#1899) 2020-09-28 15:30:56 -07:00
John Plaisted
2f86cd680e
[BREAKING] Break dependency of ebean-dao on metadata-models. (#1895)
The coupling was between the static path extractor API. This broken by making a new `UrnPathExtractor` interface, and adding an overload of `EbeanLocalDAO`'s constructor to accept one (no breaking constructor change). The old constructors default to an `EmptyPathExtractor`, which does nothing (which is a breaking behavioral change, see below).

BREAKING: `DatasetUrnPathExtractor` was deleted. No one should've been depending on this directly. However, downstreams that were relying on it being there at runtime (dataset GMS) need to copy `DatasetUrnPathExtractor` and create their `EbeanLocalDAO` with one. Note that this is a little dangerous becasue it is a runtime behavioral change only. Potential impact is that SCSI suddenly stops working as intended.

SYNC=metadata-models_101.0.0
2020-09-28 12:30:34 -07:00
Mars Lan
b6d26f7fac
Update links.md 2020-09-28 12:09:43 -07:00
Mars Lan
a15384ab41
Update README.md 2020-09-28 12:08:55 -07:00
Mars Lan
2d9729912e
Update links.md 2020-09-28 04:55:39 -07:00
Mars Lan
fcfc5b71fb
Add files via upload 2020-09-28 04:49:47 -07:00
Mars Lan
5dfd38fb72
Update townhall-history.md 2020-09-27 09:31:17 -07:00
Mars Lan
4410a95455
docs: update town hall history (#1897) 2020-09-27 09:29:40 -07:00
Mars Lan
12f0c5b1ad
Update README.md 2020-09-27 07:24:35 -07:00
Liangjun Jiang
6bb5d24c35
add default KAFKA_BOOTSTRAP_SERVER (#1893)
Co-authored-by: Liangjun <liajiang@expediagroup.com>
2020-09-25 19:55:48 -07:00
John Plaisted
821bce7d69
feat: Port mce-cli to Java. (#1871)
Port mce-cli to Java.

Also moved off the avro format event file to json instead. Much nicer to use :)
2020-09-25 14:05:29 -07:00