4912 Commits

Author SHA1 Message Date
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
Finn McClusky
3f7c8dc2e2
FIX 8196: Remove the create-ingestion-bot and update-ingestion-bot from bootstrap_storage.sh (#8202)
* ISSUE-8196: removed create-ingestion-bot, update-ingestion-bot options and unused functions from table initializer

* java checkstyle fix

Co-authored-by: Finn McClusky <finn.mcclusky@gmail.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2022-10-21 22:41:02 +05:30
Suresh Srinivas
229b56e7b3
Fixes #8236 - Initialize bots from JSON data files (#8304) 2022-10-21 08:38:52 -07:00
Pere Miquel Brull
339f123f92
Fix #7477 - Paginate Airflow logs (#8145)
* Paginate last dag logs

* clean logic

* Prep pagination

* Prep pagination

* Format

* Update docker/local-metadata/docker-compose.yml

Co-authored-by: Nahuel <nahuel@getcollate.io>

* UI : Add pagination support for airflow logs

* Addressing review comments

Co-authored-by: Nahuel <nahuel@getcollate.io>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-10-21 17:32:56 +05:30
Onkar Ravgan
0ba3036382
Added DBT col level lineage using queries (#8176)
* Added DBT col level lineage using queries

* Fixed pylint

* removed too many local vars

* Fixed pylint after rebase

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-10-21 13:57:52 +02:00
Pere Miquel Brull
d576540cb6
Bump Snowflake version (#8300) 2022-10-21 09:41:43 +02:00
Ashish Gupta
02997a2023
UI :- Added Redeploy option in Ingestion Pipeline action (#8251)
* Added Redeploy option in Ingestion Pipeline action

* move expression to commonUtils

* change function to generic

* added localisation

* fix unit test issue
2022-10-21 12:46:39 +05:30
Sachin Chaurasiya
2a1992dd76
Feat (#8258) Integrate Collect API on UI to collect the pageView Data (#8260)
* Feat (#8258) Integrate Collect API on UI to collect the pageView Data

* Extract Referrer

* Add unit test
2022-10-21 12:32:43 +05:30
Shailesh Parmar
1a0147b16b
Refactor(UI): Refactor lineage component code (#8269)
* Refactor(UI): Refactor lineage component code

* addressing all the comments

* Added unit test for lineage utils file

* fixing failed unit test
2022-10-21 11:41:45 +05:30
Aniket Katkar
7db929a5bc
Added unit tests for Signup page. (#6509)
* Added unit tests for Signup page with 94% statements coverage and 85% branch coverage

* Merge branch 'main' into signup-unit-tests

* Worked on comments

* Worked on comments

* Fixed failing tests and improved the coverage.

* - Moved mocked data to seperate file
- Removed repetative code
2022-10-21 11:39:15 +05:30
Shailesh Parmar
7dbf58ed13
Fix UI: Improve add user into team flow #7789 (#8106)
* Fix UI: UI: Improve add user into team flow #7789

* fixed failing cypress

* addressing comments
2022-10-21 10:31:33 +05:30
Alan Côrtes
80fe44b83b
Fix documentation about volumes (#8297)
* Fix paths on volume examples and links.

Fix some paths on volumes examples to math the correct on the real compose files. 
Fix some compose versions on links too.

* correcting typos.
2022-10-21 10:08:34 +05:30
Ashish Gupta
fe77f710a1
fix the remove icon visible in Dropdown other than owner (#8291) 2022-10-20 23:47:16 +05:30
Mayur Singal
45adf285ba
Snoflake & S3 permission update in docs (#8296) 2022-10-20 10:56:13 -07:00
Sriharsha Chintalapani
1ef189540f
Revert "Fix ISSUE-3790: Remove unnecessary public modifiers (#8268)" (#8295)
This reverts commit 24f3ae763eaecc707d56fc62bea59b792eb7ad8b.
2022-10-20 10:04:35 -07:00
Shivam Shrey
24f3ae763e
Fix ISSUE-3790: Remove unnecessary public modifiers (#8268) 2022-10-20 08:58:52 -07:00
Teddy
342e4a24da
Fixes #8154 - Add collect endpoint for web analytic events (#8193)
* Initial implementation of report endpoint

* Modified model files

* Added migration

* Added tests for analytics/report endpoint

* Finalized implementation of the reports endpoint

* Fixed maven test failure

* Fixed java style

* Added policy for reportDefinition

* Fixed minor typos in code

* Added database migration for web analytic event type

* Added logic for collect endpoint

* Added JSON Schema for collect endpoint

* Added index on table columns + added resource description for web event entities

* Fixed policy tests

* Updated add web analytic function to return the body of the request + updated test

* Added referer URL to PageView event

* Changed collection name to align with API endpoint

* updated initSeed method to initializeEntity

* cleaned up PR by removing unused filed from branch

* Fixed requested changes from review

* Clean up names

* Fixed comma in SQL statement
2022-10-20 16:38:54 +02:00
Teddy
816111a671
Fixes #8121 -- Report endpoint for data insight (#8122)
* Initial implementation of report endpoint

* Modified model files

* Added migration

* Added tests for analytics/report endpoint

* Finalized implementation of the reports endpoint

* Fixed maven test failure

* Fixed java style

* Added policy for reportDefinition

* Fixed minor typos in code

* Renamed classes from AnalyticReport to ReportDefinition

* Java style formatting

* Update add report results to return request body

* Refactor report endpoint to simplify it and remove dependency on entity resource.

* Removed import *

* Fixed java style

* fixed typos in code

* Fix import path
2022-10-20 16:37:09 +02:00
Sachin Chaurasiya
28dea47ffe
bump(ui): Upgrade react-quill to 2.0.0. (#8277) 2022-10-20 19:57:56 +05:30
Onkar Ravgan
2a85ea4747
Used ES instead of get_by_name (#8288)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-10-20 18:16:39 +05:30
Mohit Yadav
36bd428616
Fixes issue with Table name containing excluded endpoints (#8289)
* Endpoint should be more specific, causes issue in case we have enitities containing login, config etc in name

* Endpoint should be more specific, causes issue in case we have enitities containing login, config etc in name
2022-10-20 17:50:21 +05:30
Nahuel
8d8ee3cfdd
Improve error messages and update dashboard YAML example files (#8286) 2022-10-20 14:19:58 +02:00
Ashish Gupta
6ad828ef98
UI :- Added EmptyPlaceholder for no data Modal store (#8220)
* Added EmptyPlaceholder for no data  Modal store

* import fix for table

* added unit test along

* changes as per comments
2022-10-20 17:45:42 +05:30
Shailesh Parmar
38cd7eb6af
Cypress: Fixed flaky cypress for mydata and DBT spec (#8257)
* Cypress: Fixed flaky cypress for mydata and DBT spec

* added api wait for removing owner

* fix the multi api call on while removing owner

* fixed flaky cypress for tags page

* fixed entityDetails page

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-10-20 16:59:46 +05:30
Akash Jain
6878421020
fix: Update Azure SSO Docs (#8186) 2022-10-20 15:30:45 +05:30
Pere Miquel Brull
ee658bfb1f
Revert "Fixes #8236 - Initialize bots from JSON data files (#8237)" (#8281)
This reverts commit 9facb03cafce52735ef2b615d75205486985fc55.
2022-10-20 11:08:47 +02:00
Sriharsha Chintalapani
7d745a04f1
Revert "Bump jackson-databind from 2.13.4 to 2.13.4.1 (#8242)" (#8272)
This reverts commit 7dd9804d783eefa9e7d6665ecde87d818f1ad547.
2022-10-19 21:40:46 -07:00
Suresh Srinivas
9facb03caf
Fixes #8236 - Initialize bots from JSON data files (#8237) 2022-10-19 16:21:57 -07:00
Mohit Yadav
90ff4ac1ed
[BOT] User Cache for accessing Jwt For Bot (#8267)
* [BOT] User Cache for accessing Jwt For Bot

* [BOT] Review comments addressed
2022-10-20 00:00:43 +05:30
dependabot[bot]
7dd9804d78
Bump jackson-databind from 2.13.4 to 2.13.4.1 (#8242)
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-19 10:42:28 -07:00
Vj-L
693579c2fc
Updated the tags (#8266) 2022-10-19 21:29:50 +05:30
Chirag Madlani
1d3f2b6a86
fix(ui): replace tab with antD tabs (#8092)
* fix(ui): replace tab with antD tabs

* update styling for tabs

* fix unit tests
rename files

* remove unwanted css

* fix unit tests failing

* fix file names

* fix cypress failure
2022-10-19 20:56:42 +05:30
Chirag Madlani
38e32af072
fix(ui): call logout api to invalidate token (#8243) 2022-10-19 20:55:31 +05:30
Chirag Madlani
97cdd22729
feat(ui): support test connection option for services (#8249)
* feat(ui): support test connection option for services

* update button to antd

* fix unit tests
2022-10-19 20:53:38 +05:30