John Plaisted
b2e73fa003
test: improve test coverage for DatasetIndexBuilder. ( #1971 )
...
The other index builders need similar improvements, but after #1937 some coverage is better than no coverage.
2020-10-28 13:32:04 -07:00
John Plaisted
5fd2110b7f
Revert "refactor search index builder to store urn parts efficiently ( #1937 )" ( #1970 )
...
This broke MAE processor because not all documents have urns now.
This reverts commit 5fca512a07cea75480633188e634ba07f49cdb28.
2020-10-28 11:32:18 -07:00
John Plaisted
38e928d235
Update development.md
2020-10-28 10:19:55 -07:00
Mars Lan
15c4d238f5
feat: enable default restli documentation ( #1969 )
...
Fixes https://github.com/linkedin/datahub/issues/1966
2020-10-28 08:05:00 -07:00
Claudio Benfatto
a0bb82673a
fix: add placeholder for logging call parameter ( #1968 )
...
The error was passed as a parameter for the log call but the
lack of the {} placeholder was excluding it from the resulting log line.
2020-10-28 04:55:40 -07:00
Mars Lan
609739179b
refactor: drop unused models to prevent drifts ( #1964 )
2020-10-27 10:02:21 -07:00
Mars Lan
1d0ceab081
Update README.md
2020-10-27 05:25:51 -07:00
Kerem Sahin
1ec9f66b66
Bump to datahub-gma 0.1.0 ( #1931 )
2020-10-26 16:18:21 -07:00
Pardhu Gunnam
144af165a9
Update faq.md ( #1962 )
...
Updating DataHub vs commercial solutions FAQ
2020-10-26 07:28:41 -07:00
Kerem Sahin
b989f9d16a
Upgrade neo4j to 4.0 ( #1960 )
2020-10-26 05:31:00 -07:00
John Plaisted
25b663cc18
refactor: move code to linkedin/datahub-gma. ( #1955 )
...
Move code to linkedin/datahub-gma.
"GMA" (Generalized Metadata Architecture) is the backend of DataHub, and has been moved to its own repository.
This deletes the code that was moved and uses jars that GMA publishes to bintray to load it.
Note that not all of GMA was moved, but most of it. We may still move more things to the other repository in the future.
2020-10-23 15:14:57 -07:00
John Plaisted
230ecce9d6
Revert "fix: validate entity type for an urn ( #1958 )" ( #1959 )
...
This change should've been made in datahub-gma instead.
This reverts commit 127d84e3f9bc8b0638df535a594f21d8e34a508b.
2020-10-23 14:33:11 -07:00
Jyoti Wadhwani
127d84e3f9
fix: validate entity type for an urn ( #1958 )
2020-10-23 12:56:29 -07:00
Mars Lan
0a232bb658
Update debugging.md
2020-10-23 06:10:49 -07:00
Jyoti Wadhwani
4bfcb4b508
add aspects to VALUE model of datasets ( #1940 )
2020-10-22 21:29:28 -07:00
Nagarjuna Kanamarlapudi
e936e2b856
fix(login): Fix login error when corp user editable information is not present. Fixes #1948 ( #1950 )
...
* fix(login): Fix login error when corp user editable information is not present
Check if the aspects are present before extracting the values
* More stronger checks for presence of aspects in model
2020-10-21 20:21:34 -07:00
Charlie Tran
c29fd38c7f
Moves remaining references to non-inclusive language ( #1949 )
2020-10-20 13:58:09 -07:00
Charlie Tran
4a80baaeb5
Catch up fe to internal - includes module consolidations for faster build times ( #1947 )
2020-10-20 10:26:02 -07:00
Mars Lan
bfd012f258
docs: update links ( #1944 )
...
* Update README.md
* Update links.md
2020-10-16 05:30:28 -07:00
Mars Lan
6773e2ce6f
Update README.md
2020-10-16 05:01:48 -07:00
Mars Lan
da2eb8e6be
refactor: move flow/job RFC to the correct location
2020-10-16 04:33:41 -07:00
Harsh Shah
db18d61074
feat(Azkaban entities): RFC for Azkaban Flows and Jobs ( #1820 )
...
* feat(Azkaban entities): RFC for Azkaban Flows and Jobs
* Update to pivot to data job and flow as an entity and address comments
* Update urn definitions and address comments
* address minor comments
2020-10-16 04:32:28 -07:00
Jyoti Wadhwani
39cab54b70
datasets client to extend browsable client ( #1939 )
...
Co-authored-by: Jyoti Wadhwani <jywadhwani@linkedin.com>
2020-10-15 21:14:25 -07:00
Charlie Tran
d24c396fd7
Change favicon and logo to be datahub instead of linkedin ( #1938 )
2020-10-15 14:14:38 -07:00
Jyoti Wadhwani
5fca512a07
refactor search index builder to store urn parts efficiently ( #1937 )
...
Co-authored-by: Jyoti Wadhwani <jywadhwa@linkedin.com>
2020-10-14 13:47:12 -07:00
andrewkantor
559a50ecab
Update tab.ts ( #1913 )
2020-10-13 11:45:45 -07:00
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