380 Commits

Author SHA1 Message Date
Aseem Bansal
15438f62f1
fix(doc): update doc url to generated docs (#4860) 2022-05-13 10:19:46 +05:30
Pedro Silva
78c3ca039e
feat(gms): Add support for deleting reference pointers when deleting by urn (#4791) 2022-05-12 19:02:13 -07:00
Aseem Bansal
44c153dd60
doc(ingestion): add note for UI ingestion & custom sources (#4902) 2022-05-11 13:03:35 -07:00
Shirshanka Das
8d281fc013
fix(ingest): lookml - add view definitions for all views (#4875) 2022-05-10 10:48:36 -07:00
Aseem Bansal
58fbf9fc89
feat: updates for 0.8.34 (#4829) 2022-05-05 12:57:06 +02:00
Shirshanka Das
a9ad138172
feat(ingest): docs - overhaul source connector docs to make it code driven (#4798)
Co-authored-by: MugdhaHardikar-GSLab <mugdha.hardikar@gslab.com>
2022-05-02 00:18:15 -07:00
Aseem Bansal
ee6413f0ab
feat(snowflake): add option to disable checking role grants (#4760)
* feat(ingest): add option to disable checking role grants
2022-04-29 10:14:05 +02:00
David Haglund
4b913f674c
fix(docs): fix links (#4703) 2022-04-26 14:02:02 -07:00
Aseem Bansal
6cab90e103
docs: add missing PR numbers (#4742)
* docs: add missing PR numbers & specific version where deprecation was done
2022-04-26 10:18:24 -07:00
Aseem Bansal
c66ef7c1fe
fix(snowflake): deprecate config, update examples (#4644)
* fix(snowflake): deprecate config, update examples

Co-authored-by: Ravindra Lanka <rlanka@acryl.io>
2022-04-20 15:21:09 -07:00
Aseem Bansal
bb0a87ae74
fix(snowflake): remove extra lineage edges in reports, change badly named config variable (#4595)
* fix(snowflake): remove extra lineage edges in reports
2022-04-20 07:03:54 -07:00
John Joyce
7db6b0a03f
fix(docs): improve the add users doc (#4679) 2022-04-15 10:33:01 -07:00
Aseem Bansal
25de224a3f
doc: add page for handling deprecations, breaking changes etc. (#4590) 2022-04-07 09:48:47 -07:00
Pedro Silva
a20012fd6c
feat(docs) Improves docs around developing datahub, removes deprecated docs on building metadata service (#4552) 2022-04-04 19:15:21 -07:00
RyanHolstien
d311067384
fix(cli): delete - handle case insensitive entity types (#4492) 2022-03-30 20:37:14 -07:00
Pedro Silva
306ddff13e
feat(platform): adds side-effect report for rollbacks (#4482)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-03-30 17:33:35 -07:00
Pedro Silva
db35aca869
feat(frontend) Adds multiple group claim support (#4450) 2022-03-21 13:33:53 -07:00
Aseem Bansal
dc9228fa9b
doc: add guide for ui tabs (#4333)
* doc: add guide for ui tabs

* docs: add details on properties tab

* add validation tab

* change arrangement
2022-03-21 07:28:42 -07:00
Kevin Neville
d8e6f890a9
fix: Replace old repository link with new link (#4446) 2022-03-18 14:12:19 -07:00
Pedro Silva
aa593c32d8
Flexible search on soft delete (#4405)
* Adds filter logic to correct DB

* Fix build

* Adds documentation & fixes flag typo

* apply review comments

* Adds test for filtered search

* Adds warning log for redundant parameter combo
2022-03-16 16:35:04 -07:00
Pedro Silva
e8f6c4cabd
feat(cli) Changes rollback behaviour to apply soft deletes by default (#4358)
* Changes rollback behaviour to apply soft deletes by default

Summary:
Addresses feature request: Flag in delete command to only delete aspects touched by an ingestion run; add flag to nuke everything by modifying the default behaviour of a rollback operation which will not by default delete an entity if a keyAspect is being rolled-back.

Instead the key aspect is kept and a StatusAspect is upserted with removed=true, effectively making a soft delete.
Another PR will follow to perform garbage collection on these soft deleted entities.

To keep old behaviour, a new parameter to the cli ingest rollback endpoint: --hard-delete was added.

* Adds restli specs

* Fixes deleteAspect endpoint & adds support for nested transactions

* Enable regression test & fix docker-compose for local development

* Add generated quickstart

* Fix quickstart generation script

* Adds missing var env to docker-compose-without-neo4j

* Sets status removed=true when ingesting resources

* Adds soft deletes for ElasticSearch + soft delete flags across ingestion sub-commands

* Makes elastic search consistent

* Update tests with new behaviour

* apply review comments

* apply review comment

* Forces Elastic search to add documents with status removed false when ingesting

* Reset gradle properties to default

* Fix tests
2022-03-15 12:05:52 -07:00
cccs-eric
cb9b99f0ba
fix(ingest) Azure AD: support nested groups (#4367) (#4368)
LGTM - Thanks!
2022-03-14 08:59:04 -07:00
John Joyce
c713b60810
fix(oidc): Update group membership each login (and make group extraction disabled by default) (#4380) 2022-03-11 08:49:31 -08:00
John Joyce
acf6eaaf1c
refactor(ui): Simplify process of adding user.props (w/ docs) (#4296) 2022-03-03 19:22:35 -08:00
John Joyce
29490e16c4
Small change (#4293) 2022-03-02 11:33:19 -08:00
Aseem Bansal
5f35620581
docs: add details to update users when using helm (#4268) 2022-03-01 16:41:37 -08:00
Aseem Bansal
c8a3e68202
fix(docs): doc build failing (#4267) 2022-02-28 10:53:22 -08:00
John Joyce
bcabff85d5
docs(ui): Adding guide for adding users to DataHub. (#4262) 2022-02-25 16:49:57 -08:00
Aseem Bansal
4b4c7d593b
chore(docs): cleanup location of guide, gitignore generated from git (#4256) 2022-02-24 22:58:14 -08:00
Bumsoo Kim
f17c033d51
fix(docs): fix reference to the credential step in okta guide (#4243) 2022-02-24 16:39:02 -08:00
xiphl
a6ab32675f
docs: search - Tips on advanced searching in the search bar (#4200) 2022-02-20 14:04:58 -08:00
Aseem Bansal
25a426a06f
docs(backup): add doc for taking backup (#3917)
* docs(backup): add doc for taking backup

* change file name
2022-02-11 08:57:05 -08:00
John Joyce
15db308568
Adding Initiate login uri to okta docs (#4030) 2022-02-01 11:38:00 -08:00
Aseem Bansal
137afa5c9d
docs(delete): add curl request example to delete entity (#3928) 2022-01-25 18:54:19 -08:00
Arun Vasudevan
9d1de5fbf6
feat(platform): add AWS MSK iam Auth Jar to platform components (#3872) 2022-01-12 21:49:34 -08:00
Aseem Bansal
1d02318a11
docs: fix typo (#3848) 2022-01-07 06:25:01 -08:00
abiwill
81f14f9a84
docs: improve docs for kafka configuration (#3828) 2022-01-05 13:31:12 -08:00
Michael A. Schlosser
101275230e
feat(metadata-service): add Schema Registry support for TLS (#3804)
Co-authored-by: Mike Schlosser <michael.a.schlosser@optum.com>
2022-01-04 12:41:36 -08:00
cccs-eric
acd930d47e
docs(auth): add Microsoft Azure as an SSO provider (#3779) (#3780) 2021-12-21 18:03:22 -08:00
Aseem Bansal
1e97ac6cf7
docs(guide): add example for adding user in DataHub (#3682) 2021-12-09 21:32:09 -08:00
Aseem Bansal
b3ef5ee489
docs(scheduling): re-arrange docs related to scheduling, lineage, CLI (#3669) 2021-12-07 10:09:59 -08:00
Seref Acet
1fbacc16a8
docs(okta): Added Okta Logout Settings (#3627) 2021-11-26 14:52:48 -08:00
John Joyce
5886e63e5c
doc(components): Adding DataHub components overview (#3606) 2021-11-24 12:41:07 -08:00
Swaroop Jagadish
9f9aaaac23
feat(cli): adding a put command and docs (#3614) 2021-11-24 00:21:44 -08:00
aseembansal-gogo
658fa81406
fix(docs): Add docs on accessing datahub CLI (#3589) 2021-11-18 08:57:05 -08:00
John Joyce
a510a0c7c1
docs: Adding a custom Data Platform doc (#3561) 2021-11-13 08:13:00 -08:00
Swaroop Jagadish
3984506f51
feat(cli): add support for deletion based on filters, soft deletes an… (#3527) 2021-11-07 22:13:50 -08:00
John Joyce
a92ab66a3a
refactor(nocode): Final part of No-Code cleanup (#3477) 2021-10-31 22:06:36 -07:00
David Schmidt
43f1aeb538
docs: add guide for using custom sources (#3324) 2021-10-25 22:23:48 -07:00
aseembansal-gogo
1381dd02ea
docs(oidc): add note that root user is still accessible (#3372) 2021-10-12 07:43:27 -07:00