2362 Commits

Author SHA1 Message Date
NiharDoshi99
8f69386076
Fix: refactor get_column_type (#9559)
* Fix: refactor get_column_type

* Fix: added changes as per comments

* Fix: pylint

* Fix: minor changes

* Fix: minor changes
2023-01-03 10:28:38 +05:30
Pere Miquel Brull
7f21a7bced
Fix #8088 - Restructure source connections & clients (#9545) 2023-01-02 13:52:27 +01:00
Onkar Ravgan
420fa1181a
Fixed bigquery e2e test (#9555) 2023-01-02 13:08:47 +05:30
Onkar Ravgan
dc157ee286
Fixed ingestion tags with new tags API (#9552)
* Fixed ingestion tags with new API

* fix cypress failures

* wait for tags API

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-12-31 07:33:02 -06:00
Pere Miquel Brull
a4521fd664
Fix #6562 - Sources have their own package (#9521)
Fix #6562 - Sources have their own package (#9521)
2022-12-27 15:00:22 +01:00
Suresh Srinivas
758c976cba
Fixes #9259 Change Tags APIs to conform with rest of the APIs (#9260) 2022-12-26 12:32:17 -08:00
Nahuel
2c43ebba6f
Fix#9448: Add ES volumes (#9506)
* Add ES volumes

* Fix run_local_docker script

* Fix error run_local_docker script

* Update Es volumes in docker-compose files
2022-12-23 17:33:30 +01:00
Pere Miquel Brull
ec6ebb3694
Organise dynamic importers (#9513)
Organise dynamic importers (#9513)
2022-12-23 12:17:06 +01:00
Mayur Singal
5be0634d86
Dagster YAML & Test connection Fix (#9489)
* Dagster YAML Fix

* Test connection fix
2022-12-22 11:00:27 +00:00
Sriharsha Chintalapani
b4e274c8d5
Add schemaText to topic Index (#9482)
* Add schemaText to topic Index

* Remove ChangeDescription from TopicIndex
2022-12-22 09:42:51 +01:00
Pere Miquel Brull
0e0779a926
Fix dict type hint for older versions (#9480) 2022-12-22 07:40:11 +00:00
Vj-L
f3855a1909
Added the default volumes for ElasticSearch (#9452)
* Added the default volumes for ElasticSearch

* Added docs for ES Volumes

* Updated as per the comments

* Updated as per the comments

* Added the docs for bare-metal upgrade

* Apply suggestions from code review

* Update docker/local-metadata/docker-compose.yml

* Pylint check addressed

Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
Co-authored-by: Nahuel <nahuel@getcollate.io>
2022-12-21 18:29:49 +00:00
Mayur Singal
e10fff89b4
Messaging Broker Minor Fix (#9468) 2022-12-21 17:41:26 +01:00
Sriharsha Chintalapani
b9242c1390
Fix topic indexes and migrations (#9439)
* Fix topic indexing

* Fix topic db migrations

* Fix topic db migrations

* Fix topic db migrations

* Fix test; add missing topic indexes on python side; fix ranking for tables using usage count
2022-12-21 10:33:12 +01:00
Teddy
9e01fe0636
feat(CLI): added migration logic cmd (#9437) 2022-12-21 07:55:18 +00:00
NiharDoshi99
9a3d599f30
Azure datalake minor changes (#9407) 2022-12-21 10:28:41 +05:30
NiharDoshi99
c72938085d
Fix:minor changes in atlas (#9418) 2022-12-20 20:44:57 +05:30
Teddy
cadfb68826
fix(profiler): bugs in logic to fetch metrics (#9423) 2022-12-20 14:23:44 +00:00
Onkar Ravgan
c1fdc59e84
Added DBT Workflow fixes (#9419)
* Added DBT fixes

* Addressed review comments
2022-12-20 19:06:01 +05:30
Ayush Shah
2bf5eb9051
fix 7995: profileSample % and row number (#9104) 2022-12-20 14:55:11 +05:30
Pere Miquel Brull
6f66431587
Fix OM backup (#9395)
Fix OM backup (#9395)
2022-12-20 08:23:31 +01:00
Mayur Singal
497eca70ab
Fix DBT HTTP source error (#9397) 2022-12-19 14:55:31 +01:00
Milan Bariya
a3495c67f0
Databricks improve code and doc update (#9394)
* Databricks improve code and doc update

* Change base on comments

* Fix pytest fail
2022-12-19 18:53:10 +05:30
Mayur Singal
425a50bc3a
DBT ingestion improvements (#9383)
* DBT ingestion improvements

* use fqn build instead of join

* fix linting

* fix linting
2022-12-19 06:37:54 +01:00
Milan Bariya
47a1c8015a
Fix: Databricks table type issue (#9385)
* Fix: Databricks table type issue

* Fix: Databricks table type issue
2022-12-18 15:31:13 +01:00
Mayur Singal
c06dbfd22e
Fix caching issue for BQ (#9352) 2022-12-17 09:16:16 -08:00
Milan Bariya
e1d347c714
Minor change in backup function (#9370)
* Minor change in backup function

* Minor change in backup function
2022-12-17 17:43:28 +05:30
Teddy
b3160130f2
Fixe Ownership and Tier Processing (#9356)
* fix(DI): Owner perc. and tiers

* fix(DI): pylint
2022-12-16 19:51:54 -08:00
Teddy
3856d63f3a
Fixes #5522 by implementing timeout for the profiler (#9340)
* feat(Profiler): Added timeout logic in the profiler workflow

* feat(Profiler): Added additional input in workflow UI

* fix(Profiler): timeout text blob in UI

* fix(Profiler): Return profile_results outside the context manager

* Fix(Profiler): Added localizer for timeout label and message

* Update ingestion/src/metadata/interfaces/sqalchemy/sqa_profiler_interface.py

Co-authored-by: Nahuel <nahuel@getcollate.io>

Co-authored-by: Nahuel <nahuel@getcollate.io>
2022-12-16 17:01:12 +01:00
Pere Miquel Brull
7aed6d340b
Fix #9276 - Fix dump syntax for backup (#9341)
* Update docs

* Clean dump

* Clean dump

Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2022-12-16 16:59:13 +01:00
NiharDoshi99
3190ac2516
Fix: making token as optional field (#9314) 2022-12-16 14:17:47 +00:00
Milan Bariya
a15600e4e6
Fix: Metadata backup Azure blob issue (#9328)
* Fix: Metadata backup Azure blob issue

* Fix: Metadata backup Azure blob issue

* Fix: Metadata backup Azure blob issue

* Doc update for Backup

* Doc update for Backup
2022-12-16 18:59:00 +05:30
Ashish Gupta
7c181a5a89
Dbt worflow (#9302) 2022-12-16 17:00:28 +05:30
Ayush Shah
50d1538374
Fix failure in GCS datalake ingestions (#9336) 2022-12-16 08:37:39 +00:00
Mayur Singal
c758d83276
Fix #9058: Add time elapsed in seconds instead of miliseconds (#9310) 2022-12-16 08:11:30 +00:00
Sriharsha Chintalapani
e42e7e41d8
remove norms for ES index mappings (#9334) 2022-12-16 07:43:13 +00:00
Nahuel
819001182f
Fix#9251: DB2 connection config and ingestion update (#9322)
* DB2 connection config and ingestion update

* Update ingestion/src/metadata/ingestion/source/database/common_db_source.py

Co-authored-by: Ayush Shah <ayush@getcollate.io>

* Update ingestion/src/metadata/ingestion/source/database/common_db_source.py

Co-authored-by: Ayush Shah <ayush@getcollate.io>

* Update bootstrap/sql/com.mysql.cj.jdbc.Driver/v007__create_db_connection_info.sql

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2022-12-16 07:43:18 +01:00
Pere Miquel Brull
d2deb38766
Fix edge nodes (#9274) 2022-12-15 14:04:59 +01:00
Onkar Ravgan
b539b299ee
Integrated schema parsers (#9305)
* Integrated schema parsers

* Addressed review comments

* fixed pytests
2022-12-15 16:54:55 +05:30
NiharDoshi99
c2221fa596
Fix: Datalake s3 get list of files (#9294)
* Fix: changed func to get list of files

* Fix: minor change

* Fix: minor change

* Fix: adding exception
2022-12-15 14:33:25 +05:30
Mayur Singal
8fe3b09d21
Add Support for Endpoint URL in Datalake (#9293) 2022-12-15 07:30:32 +00:00
Mayur Singal
099853ab10
Fix Clickhouse Comments (#9295) 2022-12-14 21:42:06 +05:30
Ayush Shah
a6ae9fd11a
Add Test Suite Implementation for Datalake (#9235) 2022-12-14 21:14:51 +05:30
Sriharsha Chintalapani
38074f763b
Fix #8509: Add schema fields (#9209)
* Fix #8509: Add schema fields

* Fix #4675: Ingestion deployment from UI is broken

* Added sample data for topics

* Fixed pytests

* Address comments

* Refactored sampledata according to new schema

* Added return type

* Feat(ui)  : Add support for Avro editor (#9224)

* Feat(ui)  : Add support for Avro editor

* chore : add mock data for nested fields

* style: add group and opacity css

* add schema fields component to topic details and unit test

* Add locale keys

* Add support for edit description.

* refactor: expandableConfig

* test: add unit test for util method

* chore : make changes according to the schema change

* test : fix unit test and add new mock data

* chore : rename files

* Add row key

* chore : add default value for tags

* chore : update util method

* chore : add support for editing field tags

* chore : rename util files

* test : add unit test

* add comments

* addressing comments

* Address comments

* Added avro requirments

* Added requirement versions

* fixed versions

* protobuf version fix

* chore : rename util test file

* Fixed Dataype

* test: add unit test for schema component

Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-12-14 19:56:37 +05:30
NiharDoshi99
b959709275
Fix: added datalake gen2 (#9245)
* Fix: added datalake gen2

* Fix: pytest

* Fix: pytest

* Fix: made changes to incoporate azure in datalake

* Fix: adlfs version

* Fix: adlfs version

* Fix: add tsv file type

* Fix: refractor for reading tsv file

* Fix: refractor for reading tsv file
2022-12-14 17:05:59 +05:30
Nahuel
0eb49c6100
Use ES call to get table entity (#9273)
* Use ES call to get table entity

* Address PR comments
2022-12-13 18:32:48 +00:00
Milan Bariya
c6b98751af
Logic improved for BYTES column (#9261)
* Logic improved for BYTES column

* Try Except block added

* cahange based on comments
2022-12-13 20:10:45 +05:30
Teddy
c7d0fede2f
Fixes #8184 Athena Profiler (#9270)
* fix(profiler): Athena Median

* fix: linting
2022-12-13 12:03:22 +00:00
Teddy
d1a739ec55
Fixes #9025 -- Added deletion of WebAnalytics events in dataInsight Workflow (#9208) 2022-12-13 11:43:29 +01:00
Teddy
387cd570f7
Fixes 9192 - Add entity link in response (#9239)
* staging commit

* updated terms to french

* fix(dataInsight): updated ES response to get entityType and total non tiered entities

* fix(dataInsight): removed fields=*

* fix(dataInsight): Added entity migration

* cleaned up branch

* feat: Added entity URL for most viewed entity

* feat(dataInsight): Added href to entity

* feat(DataInsight): Added backend logic for entity href

* Fix conflict resolving typos

* Update openmetadata-service/src/main/resources/json/data/dataInsight/mostViewedEntities.json

Co-authored-by: Nahuel <nahuel@getcollate.io>

* fix: addressed comments from PR review

Co-authored-by: Nahuel <nahuel@getcollate.io>
2022-12-13 10:39:09 +00:00