5395 Commits

Author SHA1 Message Date
Teddy
f027c26cc1
Remove authorizer for the collect endpoint (#8398) 2022-10-28 12:45:55 +02:00
Sachin Chaurasiya
c74d5a9b18
Fix #8396 Multiple webanalytics events send per single page load (#8402)
* Fix Multiple webanalytics events send per single page load #8396

* Add comments

* Do not throw error for collect API
2022-10-28 14:45:35 +05:30
Sachin Chaurasiya
537499fa61
Fix #8361 Ingestion logs pass wrong breadcrumbs and URL (#8382) 2022-10-28 14:44:46 +05:30
Sajitha
debba08190
Fix sonar: Use try-with-resources and handle exception (#8414)
* Fix sonar: Use try-with-resources and handle exception

* Fix formatting
2022-10-28 13:04:54 +05:30
Ashish Gupta
8e95e10da2
Added row count seperator in table entity (#8393) 2022-10-28 10:08:04 +05:30
Ashish Gupta
e50876d284
Fix UI :- fix the Team redirect url in mentions (#8384)
* Fix the Team redirect url in mentions

* added regex for to validate teams
2022-10-28 10:06:40 +05:30
Suresh Srinivas
a6438c6347
Fixes #8401 Remove lingering authorizeAdmin in TagResource (#8403) 2022-10-27 15:37:44 -07:00
Mohit Yadav
6efe6df96b
[LDAP] Added Ldap-Authentication (#8256)
* [LDAP] Add Ldap-Authentication

* Refactor Basic to Service Layer

* added read login config

* pom updates

* review comments

* review comments

* move authenticator after authorizer

* merge conflicts resolve

* add init method , for initializing authenticator

* sonar fix
2022-10-27 22:56:20 +05:30
Nahuel
dae7f8c5b4
Update py-test workflow (#8394) 2022-10-27 17:43:35 +02:00
Suresh Srinivas
1f4d16dab0
Remove unused methods in ResultList implementations (#8378)
* Fixes 8371 Remove bot flag from authorizeAdmin method

* Remove authorizeAdminOrBot method

* Fix merge errors

* Remove unused constructor methods
2022-10-27 07:58:03 -07:00
Nahuel
1732d85dd6
Fix: Update Maven dependencies (#8383)
* Update Maven dependencies

* Update Jetty dependency
2022-10-27 16:21:30 +02:00
Nahuel
e277392124
Fix sonar cloud python coverage (#8386) 2022-10-27 16:18:57 +02:00
Pere Miquel Brull
f834b28198
patch ingestion image (#8385) 2022-10-27 15:10:04 +02:00
Ashish Gupta
5944ad7c43
UI :- Added loading state on Save button in Modal (#8185)
* Added loading state on Save button in Modal

* added additional files

* Added localisation

* fix cypress issue

* changes as per comments

* changes as per comments
2022-10-27 18:27:09 +05:30
Onkar Ravgan
c156c344e6
Fixed incorrect const import (#8380)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-10-27 08:54:00 +02:00
Sachin Chaurasiya
b7039cd717
UI : Change App bar items (#8302)
* UI : Change App bar items

* Change dropdown left margin

* Addressing review comments

* Addressing review comments

* Warp Test suite page with layout

* Revert getTestSuitePath --> getTestSuiteDetailPath

* Addressing review comments

* Fix cypress test

* Addressing review comments

* Fix cypress test

* Addressing comments

* Add dataSource
2022-10-27 10:24:43 +05:30
Finn McClusky
b80865ad96
ISSUE-8261: changed loading state in TeamsPage from number to boolean so multiple resources can be loaded at once without creating UI artefacts (#8309)
Co-authored-by: Finn McClusky <finnmcclusky@aquila.local>
2022-10-27 10:06:19 +05:30
Suresh Srinivas
ed8c74e9b7
Fixes 8371 Remove bot flag from authorizeAdmin method (#8372)
* Fixes 8371 Remove bot flag from authorizeAdmin method

* Remove authorizeAdminOrBot method

* Fix merge errors
2022-10-26 20:36:17 -07:00
Pere Miquel Brull
6d404ccdc1
Domo Pipeline - Use pipeline ID with display name (#8374)
* Use pipeline ID with display name

* handle id

* lint

* update test for ID
2022-10-26 21:22:26 +02:00
Pere Miquel Brull
cd3a2abff0
Airflow APIs docs (#8368) 2022-10-26 16:57:16 +02:00
amymareemc
12bc9df0b2
Issue 4886: Add support for Azure Blob (#8334)
* Issue 4686: Add support for Azure Blob

* ISSUE-4868: make changes as suggested in PR review

* ISSUE-4868: run py_format

* ISSUE-4868: Make changes to enum and formatting

* ISSUE-4868: fix linting issues and update setup.py
2022-10-26 16:14:51 +02:00
mosiac1
552ccd5340
Remove INITIAL_FROM constant to fix UI tests (#8367) 2022-10-26 07:11:57 -07:00
Sam Firke
81c6dc493f
document MS Teams webhook (#8356) 2022-10-26 06:04:38 -07:00
Shivam Shrey
0babaa52e0
ISSUE-7848: Fix variable names as per naming convention (#8228)
* ISSUE-7848: Rename local variables to match regular expression for camel case

* ISSUE-7848: Refactor package name as per naming convention
2022-10-26 05:54:40 -07:00
Onkar Ravgan
6f1d02ea56
Fixed dbt test case issue (#8308)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-10-26 05:52:23 -07:00
Rohit Agarwal
31d5835387
Fixed Issue#8342 (#8365) 2022-10-26 05:47:42 -07:00
mosiac1
ad7e4a2341
UI (#6189) | Refactor Explore and ExplorePage, add Logical Query Builder (#8140)
* Add logical query builder and Explore page refactor

* Add file headers

* Change search aggreagation keys

* Move query builder utils, remove comments

* Add comments

* Rename AdvancesSearch.constants.ts

* Add review changes

* Handle deleted elements correctly in Explore

The `deleted` field needs special handling because `showDeleted === false` should return only documents where `deleted` is false, but `showDeleted === true` should return documents regardless of their `deleted` field.

* Fix facet filter issue

Issue was the following: the user set a facet filter on `aggregationKey` and `value`. Then user changes the query builder so that in the new result there is no bucket in `aggregationKey` with `value`. The facet filter would still be used, but not visible to the user and not removable.

* Fix facetFilter tests

* Move isFilterObject type guard

* Use antd tabs for Explore component

* fix cypress failure

* miner fix in cypress

* fix typo

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-10-26 03:47:49 -07:00
Nahuel
0e66d3c437
Add missing calls to 'clean_raw_query' when using LineageRunner (#8363) 2022-10-26 11:34:50 +02:00
Teddy
83b048c07c
Fixes #8206 -- Implement data insight refinement for entity report data (#8351)
* added data insight module to refine and ingest data

* Added json schema for data insight workflow

* Added mixin for data insight

* Added tests for data insight workflow and methods

* Fixed python style

* Fixed python linting

* Fixed unit test

* Added data insight worflow + workflow logging

* Fix python style

* Renamed analytic -> data_insight + added test to make + fixed style

* Fixed java style

* Fixed code smells + python style

* Ignore ES linting for now

* Fixed comments from review

* fix python formatting

* Fixe PipelineType attribute for data insight
2022-10-26 11:18:08 +02:00
Pere Miquel Brull
28401ac9c8
Domo exception management (#8360) 2022-10-26 10:33:28 +02:00
Nahuel
1583adee29
Fix lineage to support 'merge into' queries starting with comments (#8355) 2022-10-25 10:29:59 -07:00
Suresh Srinivas
e9ebb4dd75
Fixes #8343 Differentiate create from update in PUT operations (#8344) 2022-10-25 04:14:44 -07:00
Nahuel
7914cad8ee
Update Java prerequisites for build code (#8348) 2022-10-25 09:04:23 +02:00
katebmckay
582054e6aa
add fix for issue-7710 - dead links in sdk docs (#8328) 2022-10-25 08:39:01 +02:00
Suresh Srinivas
f12b09687d
Fixes #8326 Add roles to system bots during initialization and use po… (#8327)
* Fixes #8326 Add roles to system bots during initialization and use policy based authorization for bots

* Remove var usage and instead use specific types for variables

* Fix bot can't create entities
2022-10-24 17:53:11 -07:00
dependabot[bot]
4a4598a99c
Bump jackson-databind from 2.13.4 to 2.13.4.1 (#8340) 2022-10-24 11:28:05 -07:00
Sriharsha Chintalapani
4b12fee82b
Fix databind version (#8339) 2022-10-24 10:25:45 -07:00
dependabot[bot]
65e8a3a8a7
Bump jackson-databind from 2.13.4 to 2.13.4.1 (#8316)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4 to 2.13.4.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 09:26:12 -07:00
Teddy
468721fa8a
change sampling method for snflk (#8336) 2022-10-24 18:26:00 +02:00
Suresh Srinivas
ed9127c539
Update maven plugins (#8330) 2022-10-24 09:20:51 -07:00
Nahuel
36b12bd6f1
Fix lineage issues with merge_into and copy grants queries (#8335) 2022-10-24 17:22:22 +02:00
Pere Miquel Brull
60694bd60f
Disable timeout for windows (#8331) 2022-10-24 08:47:00 +02:00
Suresh Srinivas
82b81572ac
Update javadoc version (#8329) 2022-10-23 22:07:58 -07:00
Mahesh Pai R
0a1c701c76
Corrected null checks (#8320) 2022-10-23 05:43:37 -07:00
Suresh Srinivas
f668a58668
Fixes #8394 Use Awaitility pollInterval instead of iteration loop (#8325) 2022-10-23 01:40:38 -07:00
ssandy83
e6f686e857
ISSUE-1987: Replace thread.sleep with awaitility library (#8305)
* ISSUE-1987: Replace thread.sleep with awaitility library

* ISSUE-1987: Replace thread.sleep with awaitility library

* ISSUE-1987: increase polling period to 100ms

Co-authored-by: ssundaresha2 <sandeep_sundaresha@intuit.com>
2022-10-22 07:22:32 -07:00
Pere Miquel Brull
cf08637d5f
Airflow APIs docs (#8312) 2022-10-22 12:31:32 +02:00
Sriharsha Chintalapani
d5a9cd4bc1
Issue-8315: Parameter 'input' on the metadata restore CLI not working (#8317) 2022-10-21 21:49:01 -07:00
Suresh Srinivas
0d75eb9ff2
Fixes #8313 Deprecate botPrincipals from open metadata configuration (#8314) 2022-10-21 20:49:41 -07:00
Pere Miquel Brull
268d1171f1
Support Airflow 2.2.2 (#8273) 2022-10-21 19:42:52 +02:00