dependabot[bot]
f80fda1fe3
build(deps): bump word-wrap in /openmetadata-ui/src/main/resources/ui ( #12500 )
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-19 17:44:37 +05:30
Shailesh Parmar
0cfa519139
cypress: worked on skip test cypress part 2 ( #12460 )
...
* cypress: worked on skip test cypress part 2
* fixed failing cypress for glossary
2023-07-19 14:17:56 +05:30
karanh37
6b46f4e1cb
fix: lineage full screen view ( #12473 )
...
* fix: remove redirection to separate page
* fix: remove unused lineage page component
* fix: position full screen container
* fix: add unit tests
* fix: add cypress for full screen toggle
* fix: lineage style issue
* fix: address comments
2023-07-19 14:07:45 +05:30
Ayush Shah
940ab3d183
Fix Dependency issue - mssql ( #12499 )
2023-07-19 07:27:38 +00:00
Onkar Ravgan
ceef44205b
added complex desc ( #12478 )
2023-07-19 12:01:12 +05:30
Mohit Yadav
3534913b96
List Deleted table Profile ( #12484 )
2023-07-19 10:49:55 +05:30
Suresh Srinivas
35154615d4
Code cleanup.20230718 ( #12493 )
...
* Move setting common patch and updated fields to EntityRepository
* Cleanup entityReferenceList.json and references
2023-07-18 15:10:22 -07:00
Suresh Srinivas
159b6a2e4f
12142.task3 Add support for inheriting domain from parent to child ( #12472 )
2023-07-18 12:54:10 -07:00
Mayur Singal
e79067d69a
Airflow add task type during ingestion ( #12310 )
2023-07-19 00:30:48 +05:30
vanshika18
b699acd900
Support Snowflake Database or Schema when has . in the name ( #12349 )
2023-07-18 21:12:12 +05:30
Onkar Ravgan
a3e11ac59c
disabled pymmsql dependancy ( #12481 )
2023-07-18 19:07:19 +05:30
Shailesh Parmar
ca16cd4087
cypress: worked on upgrade test cypress part 1 ( #12476 )
2023-07-18 18:08:02 +05:30
07Himank
b6d5a438ec
Support '%' in entity Name ( #12382 )
...
* added support for the % in entity name
* added support for the % in glossary and glossary term name
* Added U exclude
* Fixed pytest
* fix: support % in glossary name
* added suppport for % in entityName
* fix % issue in the glossary or term
* fix: glossary with % encoding
* fix: tags redirect issue for glossaries with %
* fix: glossary import path
* fixed CI
* fixed Py Test
* fixed PyTest
* fixed glossary resource test
---------
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
2023-07-18 17:58:16 +05:30
mohitdeuex
a5fafb1289
Typo fix
2023-07-18 16:57:24 +05:30
Mohit Yadav
44dc03006e
Add Env for WebConfiguration and options available for response headers ( #12474 )
2023-07-18 14:25:04 +05:30
Sachin Chaurasiya
8734e77acc
fix: json schema ref and id path ( #12471 )
2023-07-18 07:52:23 +00:00
Suresh Srinivas
62e82ba492
Move setting common patch and updated fields to EntityRepository ( #12469 )
2023-07-17 21:41:25 -07:00
Sachin Chaurasiya
5ca757f5e8
fix(ui): show message based on pipeline service platform ( #12446 )
...
* fix(ui): show message based on pipeline service platform
* chore: only show the message if airflow is not available
* chore: remove tailwind classes
* fix: unit test
* test: add changes unit test
* fix: unit test
2023-07-17 20:34:25 +05:30
karanh37
18ee80d441
fix: ui feedbacks ( #12423 )
...
* fix: kpi overdue days
* fix: add localization
* fix: issue-12379
* fix: lose card borders
* fix: localization
* fix: lose card borders
* fix: remove card borders
* fix: cleanup unused code
* fix: review comments
* fix: address review comments
* fix: add unit tests
2023-07-17 17:02:33 +05:30
Shailesh Parmar
4e217aa00f
ui: worked on skip test of the cypress ( #12430 )
...
* ui: worked on skip test of the cypress
* fixed data quality skip test
* fixed failing cypress
- redshiftWithDBT
- DataQuality
2023-07-17 11:27:40 +00:00
Ayush Shah
15a0c85b79
install 3rd party for running validate compose docker ( #12457 )
2023-07-17 10:39:23 +00:00
karanh37
9147bb01e4
fix: type errors for tests ( #12456 )
2023-07-17 13:58:06 +05:30
Ayush Shah
27a0c9e802
Fix Docker Import ( #12455 )
2023-07-17 12:50:11 +05:30
Mohit Yadav
ac9ccc3c2b
Add missing Expert Enum name ( #12454 )
2023-07-17 11:49:41 +05:30
07Himank
532a78e0c0
added composition aggs to aggregate API ( #12161 )
2023-07-16 10:10:33 -07:00
Suresh Srinivas
0d119de96e
Fixes #12447 Use JSON schema constrain validation in CSV imports ( #12448 )
2023-07-15 15:02:17 -07:00
Ashish Gupta
00934279c6
fix(ui): user page scroll issue on tabs and pagination ( #12424 )
...
* fix user page scroll on tabs and pagination too
* changes as per comments
* fix unit test
2023-07-15 06:36:51 +00:00
Ashish Gupta
fc29eba285
ui: revamp entity task component ( #12419 )
...
* revamp entity task component
* added test related to tags and description
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-15 11:23:25 +05:30
Mohit Yadav
0a6e91d69a
Fix issue while storing empty email ( #12437 )
...
* Fix issue while storing empty email
* Update TeamRepository.java
* chore(ui): if email is empty set value as undefined
* chore(ui): address comments
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-07-14 20:08:18 +05:30
Pere Miquel Brull
5602a87ab1
[Docs] - Prep 1.1.1 snapshot docs and supported releases ( #12415 )
2023-07-14 14:12:27 +02:00
Pere Miquel Brull
44d9f62bba
Fix explore cache name ( #12441 )
2023-07-14 14:12:11 +02:00
karanh37
d8e64b4f30
fix: glossary term incorrect relationship ( #12426 )
...
* fix: glossary term incorrect relationship
* revert tier changes
2023-07-14 09:10:08 +00:00
Sachin Chaurasiya
4c63398736
fix( #12403 ): áéíóú ÁÉÍÓÚ characters not allowed in glossary, glossary term, classification and tag names ( #12421 )
2023-07-14 14:04:46 +05:30
Teddy
838ff73a4e
add sample data for table profile ( #12422 )
2023-07-14 09:13:22 +02:00
Teddy
42a426226e
Fixes Issue #11803 #12103 - Add BigQuery Struct Support ( #12435 )
...
* ref: implemented interface for profiler components + removed struct logic
* ref: ran python linting
* ref: added UML diagram to readme.md
* ref: empty commit for labeler check
* ref: remove multiple context manager for 3.7 3.8 compatibility
* ref: remove
* fix: mapper logic for BQ struct types
* feat: added BQ support for structs
* feat: clean code smell + handle null self.col.table value
* feat: ran python linting
* feat: updated test for profiler handler + disabled flaky test
* Update ingestion/tests/unit/profiler/pandas/test_sample.py
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
---------
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2023-07-14 09:12:46 +02:00
Pere Miquel Brull
3433e2b5dd
Ingestion Pipeline - Bulk deploy API & Status response updated ( #12365 )
...
* Redeploy in tables init
* Use Status class
* Update response Status
* Format
* Rename pipelineServiceClientResponse
2023-07-14 07:38:29 +02:00
vanshika18
bbe58b1b5f
Handle Table type for Snowflake Transient Tables ( #12274 )
...
* Handle Table type for Snowflake Transient Tables
* Clean the code by removing comments
* Optimize the code
* Optimize the code
* Clean the code
* Rename includeTempTables with includeTransientTables
* Rename includeTempTables to includeTransientTables
* Update Documentation and resolved migartion query error
* Resolved migartion query for postgres connection
---------
Co-authored-by: Vanshika Kabra <vanshikakabra@Vanshikas-MacBook-Pro.local>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2023-07-13 19:25:46 +02:00
Pere Miquel Brull
f0f74dbe59
Fix #12368 - Make sourcePythonClass not required to allow generic use of custom connectors ( #12408 )
2023-07-13 18:03:14 +02:00
Mohit Yadav
9a643c3a41
Fix Missing We Config on Error Page Response in #UI ( #12428 )
2023-07-13 21:16:05 +05:30
Mohit Yadav
47eeb76d81
Fix Migration Issues, Log issues ( #12409 )
...
* Fix Migration Issues, Log issues
* Log FQNs creation
2023-07-13 18:30:02 +05:30
Teddy
54fbe250a1
fix: import error + BQ E2E CLI ( #12420 )
2023-07-13 13:35:37 +02:00
Sachin Chaurasiya
a47e80baf0
Task improvements ( #12361 )
...
* chore(#6741 ): use antlr parser for fqn and entityLink
* chore: use this for class context
* chore: address comments
* chore: convert js to ts
* fix: typescript errors
* fix: entity link split method issue
* fix: split listener
* chore(ui): task UI improvements
* feat: add support for edit task assignees
* fix: validation issue
* minor improvements
* chore: address comments
* chore: show dropdown button on task action button
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-13 15:34:21 +05:30
Onkar Ravgan
e200a42926
Removed datamodels references from dashboard and datamodels ( #12371 )
2023-07-13 14:26:28 +05:30
Onkar Ravgan
90160ac761
Migrated DynamoDB to NoSQL type ( #12404 )
2023-07-13 14:25:31 +05:30
vanshika18
9174cea1ab
Add support for Superset datamodels ( #12183 )
2023-07-13 14:10:37 +05:30
Pere Miquel Brull
a73f5821ea
Fix postgres container init ( #12407 )
2023-07-13 08:12:04 +02:00
07Himank
36f8cf6900
Added Support tasks for all entity ( #12289 )
...
* working on support task for all entites
* added support task for topic entity
* added support task for all entities
* added ui support for entity task of all the entities
* solve issue for container and topic tasks
* fix the task issue and ui improvements for tag icons
* added support for tasks assigned to children
* code improvement
* ui improvement around tags for icons
* changes as per comments
* fix unit test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-07-13 11:35:05 +05:30
Chirag Madlani
e698589d55
fix(ui): local files line ending issue with pre-commit ( #12392 )
2023-07-13 11:18:02 +05:30
Pere Miquel Brull
a3bff293a4
Fix #12190 - Bring support for Airflow 2.6 & Use Airflow 2.6.3 as the new ingestion base ( #12398 )
...
* Bump Airflow version
* Support Airflow 2.6
* Lint
* Bump airflow version
* Fix airflow 2.6 lineage
* Fix airflow 2.6 lineage
2023-07-13 06:41:59 +02:00
Pere Miquel Brull
31144961e1
[Docs] - Add missing links ( #12401 )
2023-07-13 06:38:07 +02:00