4912 Commits

Author SHA1 Message Date
Mayur Singal
a611338692
Fix #4919: Fix elastic seach teams indexing (#4911) 2022-05-12 10:28:17 -07:00
Sriharsha Chintalapani
60fba89bfe
Don't throw an Airflow status error with message (#4902) 2022-05-12 08:13:44 -07:00
codingwithabhi
6adc46198c
hive-source-conn-password-fix (#4908) 2022-05-12 16:26:11 +02:00
Pere Miquel Brull
52dac4ab37
Fix #4905 - Glue db and filters (#4907)
Fix #4905 - Glue db and filters (#4907)
2022-05-12 15:49:03 +02:00
Milan Bariya
d1f21911f5
Add: Unit Test source for multiple conn (#4845)
Add: Unit Test source for multiple conn (#4845)
2022-05-12 14:31:09 +02:00
Onkar Ravgan
c419b07ab5
bigquery view fix (#4897)
* bigquery view fix

* overide bigquery fetch_view method

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-05-12 16:25:11 +05:30
Mayur Singal
862b08ef2c
Fix #4844: Improved Databricks get connection (#4906) 2022-05-12 11:58:34 +02:00
Ayush Shah
92de8cc1ff
Add Deleted tables as deleted (#4904) 2022-05-12 08:55:43 +02:00
Vivek Ratnavel Subramanian
2a380c39d3
Cypress: Add Bigquery and Redshift ingestions (#4903) 2022-05-11 23:35:13 -07:00
Shailesh Parmar
54be92803c
Fix issue-4813 UI: Improve UX in Metadata Ingestion page (#4848) 2022-05-11 10:50:11 -07:00
darth-coder00
84ee953882
Fix: Messaging and Dashboard ingestion from UI (#4890) 2022-05-11 10:38:11 -07:00
Shailesh Parmar
f440a8f501
Fix #4864 Ingestion UI | Updating an existing Snowflake Usage Ingestion pipeline via UI is not working (#4891) 2022-05-11 10:15:29 -07:00
Shailesh Parmar
f419929c3d
added search bar for connectors (#4881) 2022-05-11 08:07:46 -07:00
Pere Miquel Brull
d8383fd0e5
Clean DagRun info (#4877) 2022-05-11 16:02:06 +02:00
Pere Miquel Brull
21ab0ef6f5
Fix #4886 - Overwrite dag generated configs JSON (#4887)
* Update api docs

* Remove deployment check
2022-05-11 15:39:30 +02:00
Mayur Singal
f5bb320a2b
Fix #4883: Fixed metadata index issue (#4884) 2022-05-11 14:44:23 +02:00
Sachin Chaurasiya
9d1cd45b71
Fix #4873 Remove service page ref from all the entity details page (#4882) 2022-05-11 17:35:47 +05:30
Ayush Shah
ed0d65efd5
Optimize and fix snowflake + usage (#4862)
Optimize and fix snowflake + usage (#4862)
2022-05-11 14:05:35 +02:00
Sachin Chaurasiya
9a5c3c1fcc
Fix #4745 UI: For scrolling the content in the middle column, the cursor needs to be in the middle column . (#4878) 2022-05-11 16:35:59 +05:30
Mayur Singal
18a29ff202
Fix #4724: Fixed datatype mapping Hive (#4879)
* Fix #4724: Fixed datatype mapping hive

* Imports on top

* Removed Print
2022-05-11 12:25:56 +02:00
Vivek Ratnavel Subramanian
07df80b098
Fix cypress reload (#4874) 2022-05-11 02:51:01 -07:00
Shailesh Parmar
4395cae6b7
Fixed: UI inconsistency as per feedback #4192 (#4840) 2022-05-11 02:34:27 -07:00
Milan Bariya
0acf88e1ba
ISSUE-1072: Add Apache Pinot support (#4649)
* ISSUE-1072: Add Apache Pinot support

* ISSUE-1072: Add Apache Pinot support

* Rename pinotdbConnection.json to pinotDBConnection.json
2022-05-11 11:13:28 +02:00
Onkar Ravgan
f1969c4fce
added dependencies for pymssql (#4876)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-05-11 10:41:13 +02:00
Sachin Chaurasiya
e9d7b22e8f
Fix #4855 Glossary Term has redundant button for Add Reviewer (#4872) 2022-05-11 13:47:29 +05:30
Sriharsha Chintalapani
ac99465fca
Fix #4870: Return empty response if the bot token is not available (#4871) 2022-05-11 12:55:32 +05:30
Vivek Ratnavel Subramanian
af8b95091a
Cypress Integration (#4859) 2022-05-10 22:47:04 -07:00
Pere Miquel Brull
23b95a267b
Fix #4828 - Remove lineage backend from airflow image (#4833)
* Remove callbacks from DAG

* Remove lineage backend from image
2022-05-11 07:36:33 +02:00
codingwithabhi
79b10081d7
mssql-unittest-added (#4851)
mssql-unittest-added (#4851)
2022-05-11 07:25:49 +02:00
Pere Miquel Brull
65b9a4892f
Add ignorecase (#4865) 2022-05-11 10:54:37 +05:30
Ayush Shah
d4198f7b1d
Modified filters (#4861) 2022-05-11 10:08:39 +05:30
Sachin Chaurasiya
4439b34653
Fix #4827 UI : Show Expiry date for JWT token on bots details page. (#4842) 2022-05-10 15:25:26 -07:00
darth-coder00
6583981b5c
Fix owner dropdown for manage tab (#4820) 2022-05-10 15:18:54 -07:00
Pere Miquel Brull
14e09bd1cc
Fix #4821 - Validate Server and Client versions (#4847) 2022-05-10 09:15:33 -07:00
Ayush Shah
c94de59a40
Missing pymssql dependency (#4841) 2022-05-10 19:28:16 +05:30
Mayur Singal
05a8401c51
Fix #4831: Added multiple db support for mssql (#4836) 2022-05-10 15:03:06 +02:00
Onkar Ravgan
b7555806fd
removed unused imports (#4837)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-05-10 13:05:36 +02:00
Sachin Chaurasiya
72ba2a7a5f
Fix #4785 Sample data for Messaging Services/Topics (#4823) 2022-05-10 14:01:55 +05:30
Pere Miquel Brull
a31620af3d
Add presto LENGTH (#4830) 2022-05-10 10:29:59 +02:00
Mayur Singal
76e36e812d
0.9 to 0.10 Metadata Migration Script (#4572)
0.9 to 0.10 Metadata Migration Script (#4572)
2022-05-10 09:33:27 +02:00
Pere Miquel Brull
e818fcd2de
Validate JSON and YAML config files (#4824) 2022-05-10 09:32:56 +02:00
Sriharsha Chintalapani
a774a67ffa
Fix #4812: UserResources patch operation resetting inheritedRoles and AuthenticationMechanism (#4814) 2022-05-09 23:59:04 -07:00
darth-coder00
ced532812a
Fix: Add additional fields to the DBT config form and support DB filter pattern (#4810) 2022-05-09 23:16:01 -07:00
Sriharsha Chintalapani
10dd966019
Fix #4817: Processing Redpanda topics configs runs into error (#4818) 2022-05-10 07:50:19 +02:00
Vivek Ratnavel Subramanian
5a9abb6463
Fix #4815. UI: Connection Options should take only string value (#4819) 2022-05-09 22:49:09 -07:00
Pere Miquel Brull
eee71223b3
Fix #4722 - Validate workflowConfig when parsing error (#4807)
* Update parser

* Check if tests in config

* Add provider class map

* Validate server config
2022-05-10 07:48:52 +02:00
Pere Miquel Brull
6fdd1c4691
Fix #4780 & #4739 - ConnectionArguments with inner dict (#4798) 2022-05-09 11:28:47 -07:00
Sachin Chaurasiya
642735dfb9
Fix #4559 UI: Add support to get JWT token for bot users (#4727) 2022-05-09 11:19:16 -07:00
darth-coder00
92913c6eaf
Fix: Remove Test Connection for Pipeline Services (#4808) 2022-05-09 11:15:18 -07:00
Shailesh Parmar
4f57e20a15
Fixed issue: 4555 UI: Add breadcrumbs to Add Service page and Services page (#4806) 2022-05-09 09:37:35 -07:00