1022 Commits

Author SHA1 Message Date
Imri Paran
41d33263f9
docs: mix mongodb exampl yaml (#16368) 2024-05-21 14:04:40 +00:00
Pere Miquel Brull
1272c7a1e3
DOCS - update incompatible changes (#16363) 2024-05-21 12:23:08 +02:00
Suman Maharana
60f4963759
MINOR: Cleaned OpenLineage Docs (#16339)
* cleaned openlineage docs

* cleaned openlineage docs

* cleaned openlineage docs
2024-05-18 11:08:25 +02:00
Sachin Chaurasiya
ebfee46ac4
doc: fix typo in custom theme doc (#16336) 2024-05-17 20:51:31 +05:30
Teddy
311243a828
DOC - Updated Quality and Observability (#16330)
* doc: update 1.4 DQ & Observability doc

* doc: Added observabiliuty and quality doc
2024-05-17 15:30:40 +02:00
Sachin Chaurasiya
01a13fa1eb
doc: add doc for custom theme (#16329) 2024-05-17 18:12:46 +05:30
Onkar Ravgan
93470b7a43
MINOR: Updated Alation connector 1.4 docs (#16327)
* fixed alation 1.4 docs

* fix docs format

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2024-05-17 17:43:53 +05:30
Pere Miquel Brull
04fd3f706e
DOCS - Point to the right partials and images (#16321) 2024-05-17 10:51:35 +02:00
Pere Miquel Brull
9dbb8f221f
DOCS - fix YAML for gcs (#16318) 2024-05-17 09:09:13 +02:00
Pere Miquel Brull
c24b4e0178
DOCS - Publish 1.4 docs & Remove 1.1 and 1.2 (#16308) 2024-05-16 16:10:54 +02:00
Mayur Singal
b1b737b837
MINOR: Export Lineage Docs (#16289) 2024-05-16 16:04:55 +05:30
Imri Paran
c3abcc22b6
MINOR: small doc improvements (#16282)
1. bigquery - changed example names to strings that resemble actual values
2. trino - added example for http_scheme
2024-05-16 10:06:24 +02:00
Pere Miquel Brull
83c2f8cfa7
MINOR - Backward Incompatible Docs (#16230) 2024-05-16 12:53:37 +05:30
Pere Miquel Brull
f4369ded8d
MINOR - Allow dict-based xlets in Airflow (#16262) 2024-05-15 15:08:09 +02:00
Mayur Singal
6107c8fc63
MINOR: Fix python sdk docs (#16274) 2024-05-15 16:11:22 +05:30
Imri Paran
f060d60c1b
MINOR: Added docs for failed rows sample in data quality (#16218)
* Added failed row sample docs

* title
2024-05-10 12:45:00 +02:00
Suman Maharana
8dc623e280
Added KafkaConnect Connector (#16217) 2024-05-10 14:29:45 +05:30
harshsoni2024
54b63dbd96
docs cleanup (#16216) 2024-05-10 13:18:35 +05:30
Sachin Chaurasiya
e24e7cfd4b
doc: update custom property doc (#16213) 2024-05-10 08:03:02 +05:30
Prajwal214
78a53f2a9b
Minor: Updated the IntelliJ Dependency For Openmetadata-UI (#16179) 2024-05-09 16:59:09 +05:30
Prajwal214
43c205ae00
Minor: Updated the document for Airflow DAGs Deployed as Examples (#16182) 2024-05-09 16:58:02 +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
Akash Jain
e890a6d807
chore(docs): Improve docs for k8s with updated references (#16186) 2024-05-09 11:49:46 +05:30
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
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
e13a1af395
MINOR: S3 Add support for single bucket ingestion (#16096) 2024-05-07 11:33:57 +05:30
Suman Maharana
488078da8a
Add DDL query ingest (#15860) 2024-05-06 18:03:50 +05:30
Karan Hotchandani
2792bbd288
Add extension redirect url information in docs (#16134)
* add browser extension redirect url information in docs

* added notes
2024-05-06 14:14:54 +02:00
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
Marcelo Majer Franceschini
97d3625302
updated docs to 1.3.3 (#16080) 2024-04-30 08:34:43 +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
Shilpa Vernekar
e6a2ec147e
Docs: Fixed 404 links (#16028) 2024-04-26 18:48:45 +05:30
Teddy
5fe8024708
doc: added classifier config breaking change (#16036) 2024-04-25 10:05:08 +02:00
Akash Jain
f90f1301d9
chore(docs): Update Helm Values; Azure Key Vault Docs for 1.4.X (#16014)
* chore(docs): Update Helm Values; Azure Key Vault Docs for 1.4.X

* fix: use bare-metal config values and update example

* docs: Add note on PIPELINE_SERVICE_CLIENT_SECRETS_MANAGER_LOADER usage with Helm Values
2024-04-24 12:23:58 +02:00
Shilpa Vernekar
8ad4c4c4c7
Added the missing doc on Conversation Threads (#15949)
* Added the missing doc on Conversation Threads

* Deleted the duplicate document
2024-04-24 11:34:01 +02:00
Raduś
207b5d9445
Fixes 15839: More accurate documentation about setting up Secret Manager in Azure (#16000)
* added docs on kv setup in azure

* less about App Registration

---------

Co-authored-by: Radosław Niemczyk <radoslaw.niemczyk@stark.dk>
2024-04-24 11:08:47 +02:00
Mayur Singal
c04ec3e922
Fix #14973: Qliksense - Add option to disable hostname validation (#15954) 2024-04-22 18:49:59 +05:30
Ayush Shah
9481f142a3
Fix GO SDK repo link (#15971) 2024-04-19 20:48:16 -07:00
Pere Miquel Brull
e01054fe68
MINOR - 1.3.3 release docs (#15972) 2024-04-19 15:14:35 +02:00
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
Ayush Shah
fb263158d5
Add/Modify Release notes for 1.3.2 (#15914) 2024-04-16 20:25:50 +05:30