8666 Commits

Author SHA1 Message Date
Chirag Madlani
d0afe8b905
chore(ui): fix component path (#15212) 2024-02-16 09:24:25 +00:00
IceS2
7b20ed2f34
FIXES 15215: Add execution time tracker for ingestion (#15013)
* Initial idea on how to track execution times

* Fix linters

* Add missing decorators on the API Client

* Improve where the output is being handled
2024-02-16 09:58:20 +01:00
Sachin Chaurasiya
7009fb7c77
fix(#15188): Ingestion Pipeline Run response (#15202) 2024-02-16 13:48:58 +05:30
Shin-ichi Hashiba
2120b38672
fix-typo: description of default batchsize (#15206) 2024-02-16 08:10:44 +00:00
Chirag Madlani
146ccc5a72
chore(ui): organise component directory structure (#15199)
* chore(ui): organise component directory structure

* fix tests

* fix tests
2024-02-16 10:23:36 +05:30
Onkar Ravgan
90b4933f96
Added sql to tableau datamodels (#15197) 2024-02-16 09:57:15 +05:30
Teddy
e72c80f264
MINOR - fix test definition deletion (#15203)
* fix: added provider for testDefinition entities

* fix: changed testDefinition <-> testCase relationship + allow recursive deletion of testDefinition

* fix: added migration steps

* style: ran java linting
2024-02-15 18:22:26 +00:00
Shailesh Parmar
49dd0e8683
Minor: Addressing comments of #15159 (#15195)
* Minor: Addressing comments of #15159

* fixed failing unit test
2024-02-15 19:42:50 +05:30
Onkar Ravgan
ecdcf517ac
Fix #13790: Cost analysis Data Insights Optimisations (#15147)
* Add optimizations

* optimise and add caching for DI: CA

* formatting

* Added cache cleanup
2024-02-15 19:20:49 +05:30
Mohit Yadav
92fd428380
Fix Cache Init (#15196) 2024-02-15 19:19:03 +05:30
Mohit Yadav
3e3c067c07
Create Admin Password for Admin User (#15191) 2024-02-15 17:18:56 +05:30
mohitdeuex
84d2aaaf30 Check if Smtp is Enabled to set random password 2024-02-15 16:28:10 +05:30
mohitdeuex
8c6b9025c1 Check if Smtp is Enabled to set random password 2024-02-15 16:25:56 +05:30
Mayur Singal
4441b2763b
Fix #15112: Fix metabase lineage via api (#15165) 2024-02-15 16:04:51 +05:30
Mohit Yadav
0b7a4f8839
Add new Template and Graph building logic for Insights reporting (#15184) 2024-02-15 13:45:45 +05:30
Harsh Vador
9e867fb279
test: unit test case of quality tab (#15160)
* test: unit test case of quality tab

* code refactor

* code refactor
2024-02-15 10:24:22 +05:30
Mohit Yadav
20876fa1ad
Fix Email Test Issues (#15183) 2024-02-14 21:22:32 +05:30
Mayur Singal
e6c2c36f11
MINOR: Add databricks configuration docs for spark agent (#15182) 2024-02-14 21:16:34 +05:30
Mohit Yadav
9fae19dd7a
format cron from unix to quartz for internal apps , for others use unix (#15070)
* format cron from unix to quartz for internal apps , for others use unix

* Add Migration Files for 131

* Add Migrations

* Fix Json Issue and Add Exception Handling for force

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-02-14 19:59:14 +05:30
Harsh Vador
268c36aab6
fix persona selectable list issue (#15181) 2024-02-14 17:42:24 +05:30
Harsh Vador
58fad827f3
test: unit test case of service config component (#15172)
* test: unit test case of service config component

* test: unit test case of connection config form
2024-02-14 17:22:20 +05:30
Mayur Singal
c8adab60a7
MINOR: Fix Databricks pipeline lineage docs (#15178) 2024-02-14 10:40:02 +01:00
Shawn Rice
c0607c60ea
fix(ui): Fix minor typo in language string (#15176)
Co-authored-by: Shawn Rice <rices@purdue.edu>
2024-02-14 08:46:00 +00:00
Alexander Nedomets
79215d1b1a
ISSUE-15100: add tooltip for field Text type (#15159) 2024-02-14 13:59:23 +05:30
Shailesh Parmar
cc2d30be84
Minor: fixed AUT failure of main branch (#15170) 2024-02-14 12:20:16 +05:30
Onkar Ravgan
cdbcea11f6
fixed e2e counts (#15171) 2024-02-14 06:33:17 +01:00
Karan Hotchandani
83317cc6ed
fix: lineage cypress fix (#15158) 2024-02-13 22:51:43 +05:30
Shilpa Vernekar
d92bfed82c
Docs: Edits to Chrome Ext & Releases (#15168) 2024-02-13 11:10:03 +00:00
Supan Shah
4915d6884b
#14881: PinotDB Docs (#14882)
* ISSUE-14881: PinotDB Test Connection Success

* Update ingestion/src/metadata/ingestion/source/database/pinotdb/connection.py

* Update ingestion/src/metadata/ingestion/source/database/pinotdb/connection.py

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-02-13 09:29:23 +01:00
Imri Paran
aeb5fbe303
fixes #12591: add BigTable (#15122)
* feat(connector): add BigTable

* bigtable work

1. docstrings
2. tests
3. created a Row BaseModel
4. implemented a ClassConverter

* docs moved to separate PR

* format files

* minor cosmetic

- removed TODO
- changed headers' year to 2024 for new files
- fixed typos

* format

* formatting and comments

1. added missing docstrings.
2. abstracted the _find_instance method.
3. aliased the IDs used in the BigTable connection

* added comment regarding private key

* added comments regarding column families

* enclose get_schema_name_list in `try/except/else`

* format

* streamlined get_schema_name_list to include all logic in the try block
2024-02-13 08:28:01 +01:00
Teddy
e6cacb19f1
MINOR - DQ incident severity classifier (#15149)
* feat: added severity classifier for DQ incidents

* feat: added severity classifier tests

* style: ran java linting
2024-02-13 07:02:09 +01:00
Onkar Ravgan
3cc074ba5a
Fixed sagemaker either (#15156) 2024-02-13 10:17:30 +05:30
Harsh Vador
75eb54a0c8
test: unit test case of persona details card (#15150)
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2024-02-12 21:56:19 +05:30
Shailesh Parmar
33c9fe0e4e
Minor: added unit test for UI component part 3 (#15151) 2024-02-12 21:47:58 +05:30
Mayur Singal
79d724fc7a
MINOR: Fix superset query to fetch columns (#15153) 2024-02-12 21:23:00 +05:30
Mayur Singal
1564a7494d
MINOR: Fix MSSQL SP Lineage Issue (#15155) 2024-02-12 21:22:45 +05:30
Onkar Ravgan
2ab5a70dce
Fixed service entities topology (#15127) 2024-02-12 21:18:52 +05:30
Onkar Ravgan
ddde065197
Added alation filter pattern docs (#15036) 2024-02-12 21:18:24 +05:30
Teddy
99ede3d14b
fix: convert imageRepository to string type (#15104) 2024-02-12 16:05:05 +01:00
Harsh Vador
3de7f9182c
test: add unit test case of settings item card (#15140)
* test: add unit test case of settings item card

* refactor code
2024-02-12 20:28:28 +05:30
Abhishek Porwal
e688084f00
added unit test for BotsPageV1 (#15138)
* added unit test for BotsPageV1

* addressed comments
2024-02-12 20:27:24 +05:30
Harsh Vador
aff919601e
test: unit test case of tags input (#15146)
* test: unit test case of tags input

* remove function mock
2024-02-12 20:27:00 +05:30
Pere Miquel Brull
e27851508e
MINOR - Add service information on Pipeline Status GET (#15094)
* MINOR - Add service information on Pipeline Status GET

* Format

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-02-12 15:15:55 +01:00
Shilpa Vernekar
4b8b139b2b
Links replaced (#15154) 2024-02-12 13:51:27 +00:00
Shilpa Vernekar
ad23c76119
Changes to 1.3 Docs (#15152) 2024-02-12 18:41:11 +05:30
Akash Jain
95bb221025
feat: Prepare main for next release cycle (#15139) 2024-02-12 16:56:50 +05:30
Mohit Yadav
860baaefdc
Fix Ldap Filter Parsing Issue (#15148) 2024-02-12 16:39:22 +05:30
Karan Hotchandani
e5fad139db
metapilot cleanup (#15144) 2024-02-12 16:36:13 +05:30
Abhishek Porwal
b3401a32de
added re-run search indexing banner for es exception on explore page (#15120)
* added re-run search indexing banner for es exception

* minor change
2024-02-12 11:02:27 +00:00
Harsh Vador
bf6fd926f3
test: unit test case of entity list skeleton (#15142) 2024-02-12 16:08:37 +05:30