3502 Commits

Author SHA1 Message Date
Pere Miquel Brull
1c353b344a
Workflow to support PipelineConnection (#5157) 2022-05-26 09:21:19 +02:00
mosiac1
a47a2ce5b7
Add backend and UI support for direct joins between tables (#4943) 2022-05-25 23:41:26 -07:00
Pere Miquel Brull
35e67890b8
Fix #5141 - Iterate over all Entities in the profiler workflow (#5146)
Fix #5141 - Iterate over all Entities in the profiler workflow (#5146)
2022-05-26 07:35:23 +02:00
Milan Bariya
1889b4b0f2
Fix #5101: Snowflake Bug - TableType changes (#5144) 2022-05-26 07:23:24 +02:00
Mayur Singal
41ee3a5aaf
Fix #3940 : Refractor Sql Source (#5046)
Fix #3940 : Refractor Sql Source (#5046)
2022-05-25 15:41:38 +02:00
Pere Miquel Brull
a26d1b15a2
Use GA for sonar (#5142) 2022-05-25 14:40:07 +02:00
Abhishek Pandey
591a65d161
updated-json-schema-types (#5047)
* updated-json-schema-types

* code-formatted

* gsc-credential-format-updated
2022-05-25 11:53:55 +02:00
Pere Miquel Brull
8e121fb306
Fix #4096 - PipelineService JSON refactor & Airflow metadata source connector (#5125)
Fix #4096 - PipelineService JSON refactor & Airflow metadata source connector (#5125)
2022-05-25 08:35:16 +02:00
Abhishek Pandey
0a69a82b98
issue-3828: updated-workflow-and-stage-test (#5117) 2022-05-25 07:40:22 +02:00
Abhishek Pandey
8fd69e7eb8
source-connection-test-updated (#5126) 2022-05-25 07:36:00 +02:00
Onkar Ravgan
d06e86154a
Elasticsearch import fix (#5112)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-05-24 11:35:21 -07:00
codingwithabhi
157e749ffd
glue-numeric-table-ingestion-fixed (#5102) 2022-05-24 09:37:11 +02:00
Mayur Singal
268965ea02
Fix #5066: Modified get view names (#5074) 2022-05-23 09:08:05 -07:00
Pere Miquel Brull
753d901fb2
Fix Python tests & flakiness (#5095)
Fix Python tests & flakiness (#5095)
2022-05-23 14:54:47 +02:00
Pere Miquel Brull
cd35447792
Fix #4688 - Python FQN with ANTRL & ES (#5073)
Fix #4688 - Python FQN with ANTRL & ES (#5073)
2022-05-23 09:51:34 +02:00
Sriharsha Chintalapani
474ed1ca17
Fix build issues - Markdown field (#5092) 2022-05-22 21:53:15 -07:00
Pere Miquel Brull
9effaa8037
Update mlmodel sample data (#5060) 2022-05-20 08:45:26 +02:00
Pere Miquel Brull
a1952e76b4
Fix pydantic to 1.8.2 (#5045) 2022-05-19 16:38:10 +02:00
Mayur Singal
e1a207a37f
Migration Script Updated Yaml (#5021) 2022-05-18 20:03:16 +05:30
Mayur Singal
83dddff835
Migration Script Fixes (#5019) 2022-05-18 14:09:09 +02:00
Ayush Shah
b6fc33cda2
Fix compatibility issue with get_args (#5012) 2022-05-18 10:55:39 +05:30
Ayush Shah
93c32ad801
Removed Ingestion Core dependency (#5006) 2022-05-18 00:01:20 +05:30
Ayush Shah
8cc91c3405
Modified Ingestion to support 3.6 and later (#5003) 2022-05-17 21:38:57 +05:30
Milan Bariya
58f35d6db3
Fix #4999: Add fetch_sample_data function in dynamoDB (#5000)
* Fix #4999: Add fetch_sample_data function in dynamoDB

* Fix #4999: Add fetch_sample_data function in dynamoDB
2022-05-17 19:47:59 +05:30
Ayush Shah
da7b67173c
Modified jsons to yamls (#4980) 2022-05-17 18:12:18 +05:30
Mayur Singal
f61ab495ff
Added sample query log file (#4996) 2022-05-17 18:01:00 +05:30
codingwithabhi
1f6901f1c9
sample-data-fixed (#4976) 2022-05-16 08:01:50 -07:00
Milan Bariya
c0647f06c9
Fix #4931: Add multiple database support in Clickhouse (#4933)
* Fix #4931: Add multiple database support in Clickhouse

* Fix #4931: Add multiple database support in Clickhouse
2022-05-16 07:33:40 +02:00
Pere Miquel Brull
c6915ca510
Fix #4923 - Presto ingestion & SQLAlchemy test connection refactor (#4946)
Fix #4923 - Presto ingestion & SQLAlchemy test connection refactor (#4946)
2022-05-14 06:44:43 +02:00
Mayur Singal
c58e642ee7
Fix #4940: Added excetion handling for fetching table metric (#4941) 2022-05-13 18:15:47 +02:00
Ayush Shah
571b45ac52
Filter patterns fixed (#4939) 2022-05-13 18:07:25 +02:00
Milan Bariya
55b6fca9c9
Fix #4924: Clickhouse view lineage (#4929)
* Fix: Clickhouse view lineage

* Fix: Clickhouse view lineage

* Fix: Clickhouse view lineage
2022-05-13 12:41:43 +02:00
Onkar Ravgan
4ef1f4b729
Fixed markDeletedTables for bigquery (#4930)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-05-13 12:40:48 +02:00
Ayush Shah
5be22fe154
Add error handling for charts in superset (#4927) 2022-05-13 15:12:13 +05:30
Filip Rembiałkowski
d194a40445
add cast to text before length() (#4926)
Co-authored-by: Filip Rembiałkowski <filip.rembialkowski@gmail.com>
2022-05-13 11:11:43 +02:00
codingwithabhi
da92d07c78
source-connection-unitest-added (#4916) 2022-05-13 13:48:04 +05:30
Sriharsha Chintalapani
626f03e5a4
Issue-4917: Kafka ingestion fails with a validation error (#4918) 2022-05-12 20:12:42 -07:00
Pere Miquel Brull
ab50264ffa
Fix trino deleted tables & catalog as required (#4914)
* Catalog as required for SQLAlchemy

* Use catalog properly for db name
2022-05-12 19:41:43 +02:00
Mayur Singal
a611338692
Fix #4919: Fix elastic seach teams indexing (#4911) 2022-05-12 10:28:17 -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
Mayur Singal
f5bb320a2b
Fix #4883: Fixed metadata index issue (#4884) 2022-05-11 14:44:23 +02:00
Ayush Shah
ed0d65efd5
Optimize and fix snowflake + usage (#4862)
Optimize and fix snowflake + usage (#4862)
2022-05-11 14:05:35 +02:00
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
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