Pere Miquel Brull
20ebe70d9e
Update test conn definition on initialize ( #11940 )
2023-06-09 14:06:55 +02:00
Sachin Chaurasiya
e858eae87a
chore(ui): only fetch permission when logged in user data is available ( #11920 )
...
* chore(ui): only fetch permission when logged in user data is available
* add unit test
2023-06-09 08:05:07 +00:00
Sachin Chaurasiya
c9cd4101dc
fix( #11589 ):japanese/chinese language support in custom property name ( #11916 )
...
* fix( #11589 ):japanese/chinese language support in custom property name
* update regex
* update cypress test
2023-06-09 07:19:43 +00:00
Mayur Singal
05dc42bdb8
Fix #11808 : Handle lineage for single db sources in superset ( #11933 )
2023-06-09 12:43:06 +05:30
Mayur Singal
175093d93e
Fix datamodel generate issue for 3.8 ( #11934 )
2023-06-09 12:33:21 +05:30
Onkar Ravgan
caabe89f9c
Centralize tags ingestion logic ( #11880 )
2023-06-09 10:45:53 +05:30
Mayur Singal
f43aaf4150
Add database name filed for oracle db ( #11906 )
2023-06-09 09:31:07 +05:30
Shailesh Parmar
5404440e41
feat: implemented export user functionality and refactor user tab ( #11909 )
...
* refactor user tab in team page
* added manage button and import export option for user tab
* integrated export for users from team
* added unit test for user tab
* addressing comments
* addressing comments
2023-06-08 14:24:49 +05:30
Onkar Ravgan
66aa28a3ee
Added check for parent nodes ( #11911 )
2023-06-08 10:50:11 +05:30
Ashish Gupta
8d3a8e0a37
fix(ui): the tags issue with same column name in entities ( #11921 )
...
* fix the tags issue with same column name in entities
* fix unit test
2023-06-08 06:54:34 +02:00
Teddy
75d9826911
doc: updated documentation info for DB requiremenst ( #11922 )
2023-06-07 14:17:15 +00:00
Pere Miquel Brull
00f07190e9
Change ES mapping maximumMessageSize & retentionSize to long ( #11907 )
2023-06-07 12:50:24 +02:00
Teddy
8dfa640a82
fix: check for empty description strings ( #11914 )
2023-06-07 12:49:29 +02:00
Teddy
2163b8de03
doc: Added profiler, apis and schemas documentation back ( #11917 )
2023-06-07 12:26:51 +02:00
Mayur Singal
9e6e00caf9
Fix #9282 : Support Databricks Unity Catalog ( #11896 )
2023-06-07 11:50:31 +05:30
karanh37
c6fdbc43bb
feat: add tasks tab for feeds widget ( #11894 )
...
* feat: add tasks tab for feeds widget
* fix: code smells
* fix: styling issues for tasks tab
* fix: cypress tests
2023-06-07 11:28:06 +05:30
Sriharsha Chintalapani
2b2602b76b
Fix column resize to limit to 128 chars ( #11889 )
...
* Fix column resize to limit to 128 chars
* Fix pyformat issue
* replace column_name with col_name
---------
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2023-06-07 07:24:08 +02:00
Sriharsha Chintalapani
4ecbbcd43c
Fix Japanese language indexing ( #11903 )
2023-06-07 07:22:55 +02:00
Suresh Srinivas
f23f67dfe9
Fixes #11617 Entity get operations check for ViewAll operation instead of specific view operations based on the field requested ( #11904 )
2023-06-06 15:18:57 -07:00
Teddy
b0bfbad9da
fix: disable sys. metrics for snowflake ( #11900 )
2023-06-06 20:58:12 +00:00
Mohit Yadav
57e44c22be
Make Resource Packages Dynamic ( #11891 )
2023-06-07 01:02:52 +05:30
mohitdeuex
d43ca31891
Add UUID on Metadata Service Creation in case of CREATE
2023-06-07 00:16:00 +05:30
Sriharsha Chintalapani
809fbbf536
Fix #11348 : Return a proper error message when a token with wrong keyID sent ( #11509 )
...
* Fix #11348 : Return a proper error message when a token with wrong keyID is sent
* Fix #11348 : Return a proper error message when a token with wrong keyID is sent
* fix formatting
---------
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2023-06-06 11:37:39 -07:00
Snyk bot
f2d202eaf8
fix: docker/development/Dockerfile to reduce vulnerabilities ( #11902 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569
2023-06-06 22:35:13 +05:30
Akash Jain
714075add7
docs: Add 1.0.3 Release Notes ( #11898 )
2023-06-06 22:14:02 +05:30
Sriharsha Chintalapani
bd00914a9b
fix: docker/docker-compose-quickstart/Dockerfile to reduce vulnerabilities ( #11899 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-06-06 22:09:13 +05:30
Sachin Chaurasiya
e672a064e2
chore(ui): add validation for custom options and arguments in json schema form ( #11897 )
...
* chore(ui): add validation for custom options and arguments in json schema form
* chore: update the regex
* add unit test
2023-06-06 15:49:33 +00:00
Shailesh Parmar
f953d7aac6
feat: team bulk import functionality ( #11852 )
...
* added basic structure for bulk functionality for teams page
* translation-sync
* integrated teams import functionality and refactor import in glossary and centeralized the import behavior
* translation-sync
* added unit test and addressed comment
* updated team option position
* code smell
* addressing comments
2023-06-06 21:17:58 +05:30
Pere Miquel Brull
b68d063694
Update Test Connection Definition FQN ( #11861 )
...
* Update Test Connection Definition FQN
* chore: use object literal for string concatenation
* Fix test
* Update Test Connection Definition FQN
* Update Test Connection Definition FQN
* Update Test Connection Definition FQN
* Fix test
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-06-06 15:22:32 +02:00
Teddy
4b9f213dbf
Fixes Issue #11863 - Add Status to DQ ( #11893 )
...
* feat: added entityReference field in testSuite to link testSuite to an entity when the testSuite is executable.
* feat: added `executableEntityReference` as an entity reference for executable test suite to their entity
* feat: add status object to test case results
* feat: ran python linting
* feat: fixed update to
2023-06-06 10:09:16 +00:00
Onkar Ravgan
89995665b0
Added dbt description toggle docs ( #11870 )
...
* Added dbt desc toggle docs
* Added source of truth
* added desc for catalog
2023-06-06 11:16:13 +02:00
Teddy
721869428e
Revert "Fixe Issue #11863 - Add Status logic for test case results ( #11881 )" ( #11892 )
...
This reverts commit 06735fe8dbaac5b267c9a2cf744ca154f88a9247.
2023-06-06 09:56:12 +02:00
Teddy
06735fe8db
Fixe Issue #11863 - Add Status logic for test case results ( #11881 )
...
* feat: added entityReference field in testSuite to link testSuite to an entity when the testSuite is executable.
* feat: added `executableEntityReference` as an entity reference for executable test suite to their entity
* feat: add status object to test case results
* feat: ran python linting
2023-06-06 09:45:49 +02:00
Ayush Shah
236141d9df
Fixes 11825 - Add dataset description on schema level - bigquery ( #11878 )
2023-06-06 07:28:47 +00:00
Aniket Katkar
0315fc2a74
Fix #9155 : updated the error messages for duplicate entity failure for better context ( #11865 )
...
* Updated the entity already exits message for better context
* localization changes for other languages
2023-06-06 12:29:58 +05:30
Ayush Shah
65f370e4aa
Rename GCS to GCP ( #11812 )
2023-06-06 11:57:00 +05:30
Suresh Srinivas
ee52b631f9
Move entity registration from EntityRepository to EntityResource ( #11886 )
2023-06-05 20:51:08 -07:00
Mohit Yadav
26db825b71
Added Support for Slack Related Configuration , Added Slack Bot , Sla… ( #11791 )
...
* Added Support for Slack Related Configuration , Added Slack Bot , Slack Installer and Slack Application Configuration
* comment
* Checkstyle
* Update Encrypt and Decrypt to encrypt all settings for slack
* Fix typo
* Update version for client and bolt
* Update deps
* Remove dependency for Slack bolt servlet
2023-06-06 00:55:14 +05:30
Mohit Yadav
146a7b285c
Fix Update Issue in MetadataService in case the ES config is updated ( #11885 )
2023-06-06 00:22:33 +05:30
Mayur Singal
d867a3ab40
remove mac arch from dockerfile ( #11876 )
2023-06-05 19:10:22 +05:30
Sachin Chaurasiya
cec1c295a7
fix(ui): json schema form field validation ( #11867 )
...
* fix(ui): json schema form field validation
* address comment
* fix: duplicate key issue
* add unit test
2023-06-05 08:22:00 +00:00
Akash Jain
ce9a10dd32
fix: CI Snyk Reports ( #11874 )
2023-06-05 10:43:52 +05:30
Suresh Srinivas
5051bece43
Update custom-properties.md
...
Fixing confusing JSON payload...
2023-06-04 08:43:37 -07:00
Suresh Srinivas
f9e612e09b
Update index.md
...
Fixing typos
2023-06-04 08:38:22 -07:00
Suresh Srinivas
594a0d0768
Update index.md
...
Fixing typos
2023-06-04 08:35:24 -07:00
Suresh Srinivas
d978580703
Fixes #11872 - Add authorization for Usage APIs ( #11873 )
2023-06-02 15:50:29 -07:00
Suresh Srinivas
b4d56bb559
Remove unnecessary constructors in ResultList implementations ( #11871 )
2023-06-02 13:03:24 -07:00
karanh37
6c4590aa0d
feat: update style guide ( #11866 )
2023-06-02 21:51:20 +05:30
Onkar Ravgan
e21f38c5fd
handled null upstreamcol values ( #11835 )
2023-06-02 16:55:28 +05:30
Sachin Chaurasiya
78b6a29c5c
chore(ui): disable the search box on filter pattern ( #11862 )
2023-06-02 11:07:21 +00:00