Maxim Martynov
18b2a22958
Fix OpenLineage ingestor ( #16416 )
...
* Fix OpenLineage ingestor
* py format
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2024-05-27 13:47:01 +05:30
Ayush Shah
e1a4937744
Fix SSL issue ( #16412 )
2024-05-26 18:49:35 +00:00
juntao
8dd613caa5
Fixes #16235 : need quote fullyQualifiedName in Ingestion Framework ( #16273 )
...
* Fixes #16235 : need quote fullyQualifiedName in Ingestion Framework
* MINOR: fix UT issue
* revert: fix UT issue
* revert code
* revert code
* format code
2024-05-23 17:45:47 +02:00
Imri Paran
d5bf30ccd3
MINOR: trino integration test ( #16291 )
...
* added trino integration test
* - removed warnings for classes which are not real tests
- removed "helpers" as its being used
* use a docker network instead of host
* print logs for hive failure
* removed superset unit tests
* try pinning requests for test
* try pinning requests for test
* wait for hive to be ready
* fix trino fixture
* - reduced testcontainers_config.max_tries to 5
- remove intermediate containers
* print with logs
* disable capture logging
* updated db host
* removed debug stuff
* removed debug stuff
* removed version pin for requests
* reverted superset
* ignore trino integration on python 3.8
2024-05-22 15:12:00 +00:00
Mayur Singal
8845823758
MINOR: remove newline char in lineage queries ( #16361 )
2024-05-22 16:35:38 +05:30
Mayur Singal
a2c68f6901
MINOR: Fix UC missing table type ( #16376 )
2024-05-22 14:13:01 +05:30
Mayur Singal
ed792fd77b
MINOR: DDL Change log level to debug ( #16360 )
2024-05-21 15:13:55 +05:30
Teddy
4de6fae26e
Minor: None query res check on table metrics ( #16334 )
...
* fix: None query res check on table metrics
* style: ran python linting
2024-05-20 10:52:21 -07:00
Mayur Singal
199613fab0
MINOR: Do not populate schema def if not found ( #16345 )
2024-05-20 20:06:33 +05:30
Suman Maharana
bd3f47a563
MINOR - Added quicksight pydantic models ( #16269 )
...
* Added quicksight pydantic models
* pyformat
* resolved type hints
* Renamed sheet -> chart in models
2024-05-17 08:40:20 +02:00
Mayur Singal
7b52f5a6b0
MINOR: Fix kafka connection storage ( #16313 )
2024-05-17 11:59:08 +05:30
Pere Miquel Brull
263afbeb5c
MINOR - pkg_resources is deprecated ( #16316 )
2024-05-17 07:56:07 +02:00
Pere Miquel Brull
53185fd30b
MINOR - Add Integration Test for S3 Storage ( #16277 )
...
* MINOR - Add Integration Test for S3 Storage
* MINOR - Add Integration Test for S3 Storage
* MINOR - Add Integration Test for S3 Storage
* format
* format
2024-05-16 10:03:27 +02:00
Pere Miquel Brull
f4369ded8d
MINOR - Allow dict-based xlets in Airflow ( #16262 )
2024-05-15 15:08:09 +02:00
Mayur Singal
a677910982
Fix #16211 : Fix special charechter encoding in trino username ( #16258 )
...
* Fix #16211 : Fix special charechter encoding in trino username
* fix test and add comments
2024-05-15 14:48:22 +05:30
Mayur Singal
945cd35148
MINOR: Fix Oracle SP Lineage for begin...end SP call ( #16240 )
2024-05-15 14:46:57 +05:30
Onkar Ravgan
f231e552e1
Fixed saphana connection ( #16255 )
2024-05-15 11:01:17 +05:30
IceS2
d91ec3d6a0
MINOR: Fix data insights misbehaving due to validation error ( #16251 )
...
* Add a Try/Except block to allow the ingestion to continue if ValidationError occurs
* Fix checkstyle
* Fix linter
2024-05-14 14:37:56 +02:00
Ayush Shah
1971d8b019
Minor: Fix AzureSQL Authentication mode error ( #16225 )
2024-05-13 11:05:27 +05:30
Suman Maharana
0e2736ee74
MINOR: Removed supportsDDL from json schemas ( #16171 )
2024-05-10 17:40:12 +05:30
Suman Maharana
8dc623e280
Added KafkaConnect Connector ( #16217 )
2024-05-10 14:29:45 +05:30
Onkar Ravgan
38f3863002
Added limits to dagster graphql queries ( #16202 )
2024-05-10 09:31:49 +02:00
Mayur Singal
96668c881d
MINOR: Fix missing attribute get_table_owner ( #16214 )
2024-05-10 06:46:41 +02:00
harshsoni2024
f5a176c5f2
issue-9281: column lineage for powerbi ( #16135 )
...
* issue-9281: col. lineage for powerbi
* issue-9281: error handling for columns fqn
2024-05-09 19:15:26 +05:30
Ayush Shah
88f6ccd000
Fix Hive Profiler Interface ( #16193 )
2024-05-09 16:56:48 +05:30
Huanjie Guo
1a6f009757
Fixes 16185: try - catch the usage parsing error ( #16188 )
...
* try catch the exception in parsing usage
* Update usage-workflow-query-logs.md
* Update usage-workflow-query-logs.md
* Update usage-workflow-query-logs.md
* Update usage-workflow-query-logs.md
2024-05-09 12:19:07 +02:00
Fredrik Möllerstrand
5ce81b36ac
MINOR: Remove duplicated code in S3Source ( #16153 )
2024-05-08 12:00:37 +02:00
Pere Miquel Brull
39eed12f32
MINOR - Version match logic update & Airflow docs ( #16157 )
...
* airflow docs
* update version validation
* MINOR - docs and version match
2024-05-08 07:37:14 +02:00
Mayur Singal
cf9b1a55ec
MINOR: athena usage & lineage minor fix ( #16156 )
...
* MINOR: athena usage & lineage minor fix
* py format
2024-05-07 18:59:39 +02:00
Mayur Singal
5cae2137d3
MINOR: improve s3 test connection ( #16158 )
2024-05-07 18:59:00 +02:00
Onkar Ravgan
4a6849a05d
MINOR: Added custom property EntityReference support to python sdk ( #16132 )
...
* Added cust prop entityref to python sdk
* Added name and displayName fields to entityref
2024-05-07 17:35:39 +05:30
Antoine Balliet
2b7853581c
feat: compute dbt model lineage across databases ( #16079 )
...
* feat: compute dbt model lineage across databases
* fix lint
* try other way
* remove useless function
* Update metadata.py
* review
* chore: remove config.serviceName usage
2024-05-07 11:49:50 +05:30
Mayur Singal
e13a1af395
MINOR: S3 Add support for single bucket ingestion ( #16096 )
2024-05-07 11:33:57 +05:30
Pere Miquel Brull
1969906643
MINOR - Add missing ES mappings ( #16137 )
2024-05-06 16:46:40 +02:00
Mohit Yadav
0769d71ee7
Fixes Test Suite Reference in Table Schema ( #16129 )
...
* Fixes Test Suite Reference in Table Schema
* fix: fix test suite to interact with entity reference
---------
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2024-05-06 19:03:23 +05:30
Suman Maharana
488078da8a
Add DDL query ingest ( #15860 )
2024-05-06 18:03:50 +05:30
IceS2
795879d776
MINOR: Fix issue with SQLAlchemy types not being correctly mapped to OM Type on the profiler ( #16122 )
...
* Fix issue with SQLAlchemy types not being correctly mapped to OM Types on the profiler
* Fix checkstyle
2024-05-03 17:05:52 +02:00
Mayur Singal
215a274bd0
Fix #14130 : Add support for azure auth in trino ( #16117 )
2024-05-03 15:17:25 +05:30
Onkar Ravgan
f1004e7960
Fix #16091 : Fixed case issue in dbt ( #16105 )
...
* dbt col name case fix
* Update ingestion/src/metadata/ingestion/ometa/mixins/patch_mixin.py
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
---------
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2024-05-03 14:29:33 +05:30
Pere Miquel Brull
a0db32c18a
MINOR - Docs and deprecations ( #16118 )
...
* MINOR - Docs and deprecations
* clean
2024-05-03 10:18:29 +02:00
Yuki Shiga
f2cfbd5982
Fixes #16075 : Fix Incorrect Spark Property Name in DeltaLake Connection Configuration ( #16097 )
...
* fix typo (sparks.driver.extraClassPath -> spark.driver.extraClassPath)
* Fix incorrect Spark session username configuration in DeltaLake connection
2024-05-02 18:04:31 +02:00
Onkar Ravgan
87c8254c38
Fix #15454 : Added protobuf parser complex schema support ( #16071 )
...
* Added protobuf parser complex schema support
* Added options keyword in proto testing
2024-04-30 17:59:27 +05:30
Pere Miquel Brull
78324bd17c
MINOR - Set pipeline status early ( #16077 )
2024-04-30 09:22:04 +02:00
Teddy
e1bda12b79
fix: cache constraint results ( #16078 )
2024-04-30 08:12:04 +02:00
Onkar Ravgan
c63d441aa1
Fix #12929 : Added config to include/exclude undeployed pipelines while ingestion ( #15797 )
2024-04-30 10:54:06 +05:30
Pere Miquel Brull
a5e062cf30
MINOR - Metadata Actions - New Actions ( #16037 )
...
* MINOR - Metadata Actions - New Actions
* Add actions
* Add actions
* Add actions
* Add actions
* Add actions
* Add actions
* Add support for chart search in UI
* Refactor searchEntity function in AlertsUtil.tsx and getSearchIndexEntityTypeMapping function in SearchClassBase.ts
* add domain
* add domain
* format
* Update setSourceAsValue parameter in searchEntity function
* add missing fields in the advanced search field selection for all the assets
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2024-04-30 07:11:03 +02:00
Ayush Shah
6055955f4e
Fix DataLake Client ( #16072 )
2024-04-30 10:25:03 +05:30
Mayur Singal
eac0466b4d
Fix #16064 : Add support for dynamic table type ( #16069 )
2024-04-29 18:56:52 +05:30
Onkar Ravgan
ceaa9d3e8a
Fix #15611 Parse PowerBI Dax files for lineage ( #15975 )
2024-04-29 14:55:06 +05:30
harshsoni2024
d98a8c5cf1
issue-15858: reduce es call in ingestion for foreign key processing ( #15988 )
2024-04-29 11:07:32 +05:30