35 Commits

Author SHA1 Message Date
harshsoni2024
54b63dbd96
docs cleanup (#16216) 2024-05-10 13:18:35 +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
Prajwal214
eaf066312a
Minor: Added the Supported File types for GCS Storage (#16184) 2024-05-09 11:14:40 +05:30
Prajwal214
e159dc3392
Minor: Removed Extra Service Connection from MSSQL Yaml file (#16174) 2024-05-09 11:11:40 +05:30
Prajwal214
ad658c81da
Minor: Added the Supported File types for ADLS Storage (#16183)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-05-09 11:11:14 +05:30
Prajwal214
4136ff9be7
Minor: Added the Supported File types for S3 Storage (#16177) 2024-05-09 08:53:07 +05:30
Mayur Singal
6af8918167
MINOR: Fix lineage list of connectors docs (#16161) 2024-05-08 12:59:52 +05:30
Mayur Singal
e13a1af395
MINOR: S3 Add support for single bucket ingestion (#16096) 2024-05-07 11:33:57 +05:30
Mayur Singal
215a274bd0
Fix #14130: Add support for azure auth in trino (#16117) 2024-05-03 15:17:25 +05:30
Pere Miquel Brull
a0db32c18a
MINOR - Docs and deprecations (#16118)
* MINOR - Docs and deprecations

* clean
2024-05-03 10:18:29 +02:00
Mayur Singal
8603b2a2c3
MINOR: Mark SISS packages as unsupported docs (#16103) 2024-05-03 11:17:24 +05:30
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
IceS2
a54c54b1ab
Remove overrideOwner attribute that isn't there anymore (#16108) 2024-05-02 14:34:57 +00:00
Mayur Singal
c04ec3e922
Fix #14973: Qliksense - Add option to disable hostname validation (#15954) 2024-04-22 18:49:59 +05:30
Suman Maharana
6915c1a1b6
Fix #15090 [1.4] Added dbt existing glossary and tier ingestion (#15833)
* Added dbt glossary and tier ingestion

* changed elif to if condition:pylint

* Added dbtMeta model for glossary and tier

* removed source

* Optimization: Reused the dtb_tags

* pylint format

* py_format

* Removed unnecessary models and minor changes

* Removed empty string assignment
2024-04-17 17:10:20 +02:00
Mayur Singal
6887f06bed
MINOR: Snowflake Docs for dynamic tables & view col lineage (#15920) 2024-04-17 09:37:54 +05:30
Pere Miquel Brull
11e1901a4a
DOCS - MSSQL service connection (#15843) 2024-04-09 15:28:49 +02:00
Hippo
0fd4a1fb87
docs: fix indent for BQ/GCS yaml config (#15807) 2024-04-04 23:37:40 +05:30
Onkar Ravgan
370abda43f
dbt docs revamp (#15787) 2024-04-03 20:42:30 +05:30
Suman Maharana
16eaf925e9
FIX #13553 Added option to exclude drafts: superset ingestion (#15770)
* Added option to exclude drafts: superset ingestion

* Updated supserset yaml docs

* Added tests for exlcude draft dashboards

* Added tests for exlcude draft dashboards

* Formatted queries.py
2024-04-03 17:07:02 +05:30
Ayush Shah
b79e5c064b
Fix 15576 - Eval Data Type issue fix (#15702) 2024-04-03 15:51:19 +05:30
Shilpa Vernekar
f28214e0c0
Missing docs added (#15763) 2024-04-03 09:03:08 +00:00
Ayush Shah
ec8ae45c35
AzureSQL docs with Microsoft Entra addition (#15766) 2024-04-01 21:07:14 +05:30
Ayush Shah
7c7a7c35a9
Check Test Connection Oracle DBA Access (#15764) 2024-04-01 18:18:21 +05:30
Shilpa Vernekar
95edc732af
Features section deleted (#15749) 2024-04-01 11:55:30 +05:30
Suman Maharana
a8d288cc32
Fix #11351 Added Kafka Connect connector docs (#15747)
* Added Kafka Connect JSON Schemas

* Added Kafka Connect Documentation

* Revert "Added Kafka Connect JSON Schemas"

This reverts commit 89cf700e93f1391f24156a1235e5d5e70b067704.

* Added webp image formats for kafkaconnect docs

---------

Co-authored-by: Suman Maharana <suman@Reyna.local>
2024-04-01 11:34:38 +05:30
harshsoni2024
884029f031
Fix #14089: Add QlikCloud connector support (#15610) 2024-03-28 20:15:22 +05:30
Aniket Katkar
eee26e18b0
Docs: Fix incorrect references in the documentation (#15738)
* remove the domains and versions from the reference urls of the openmetadata documentation

* remove unnecessary version mentions in the reference URLS
2024-03-28 15:16:29 +05:30
Mayur Singal
b7633bddb0
MINOR: Bigquery yaml docs fix (#15718) 2024-03-28 14:12:05 +05:30
Aniket Katkar
e6b17a8f2f
fix broken links in the documentation (#15599) 2024-03-18 23:10:39 +05:30
IceS2
51e3d7a466
FIXES 15215: First draft implementation on extracting metadata incrementally. Done for Snowflake, BigQuery and Redshift (#15201)
* Initial incremental implementation for snowflake

* Initial unit test refactor for snowflake

* Fix linter complaints

* Propagate change on abstract create method

* Add missing argument to create

* Polish Snowflake incremental extraction

* Fix linters and make enabled required

* Initial proposal for incremental bigquery extraction

* BigQuery incremental tests

* Remove debugging override

* Fix linters

* Remove unused query

* Initial Redshift Incremental Extraction

* Add Incremental Extraction documentation

* Move the default to False

* Improve code based on sonarcloud input

* Apply suggestions

* Fix wrong path

* Change timestamp to be time aware as per sonar

* Move documentation to 1.4

* Move documentation to 1.4

* Fix linters

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-03-15 14:00:49 +01:00
Mayur Singal
88ab7475e7
MINOR: Restructure dbServiceName field in dashboard and pipeline (#15548) 2024-03-15 12:42:47 +05:30
Aniket Katkar
957e087937
Docs: Update connectors list for v1.3.x and v1.4.x (#15562)
* add missing cards for new connectors on connectors list page

* move storage connector list to partial

* fix storage connectors list partial path

* move dashboard connectors list for v1.3 and v1.4 to partials

* move database connectors list into partials

* move messaging connectors list to partials

* move metadata connectors list to partials

* move ML Model connectors list to partials

* move pipeline connectors list to partials

* move search connectors list to partials

* remove unnecessary spaces
2024-03-14 14:16:20 +05:30
Aniket Katkar
dcbb1dd0f8
Docs: Fix the wrong image references for connector details pages (#15559)
* fix the wrong image references for connector details pages

* Add ADLS and GCS Pages

* Add adls and gcs logos

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2024-03-14 11:00:31 +05:30
Imri Paran
67c57ec4f0
docs: 1.4.x-SNAPSHOT (#15506)
* docs: 1.4.x-SNAPSHOT
added partials
added images
updated paths
2024-03-11 09:42:26 +00:00