79 Commits

Author SHA1 Message Date
Sachin Chaurasiya
167c3e8cfe
doc: update the bots doc (#13941) 2023-11-10 14:50:01 +01:00
Sachin Chaurasiya
de74e1a516
doc: update the custom logo docs (#13938)
* doc: update the custom logo docs

* minor fix
2023-11-10 17:59:47 +05:30
Akash Jain
e42a781aaf
fix(docs): curl command of quickstart guide (#13899) 2023-11-08 12:08:00 +01:00
mrkoloev
ca7a04a457
Update local-docker-deployment.md (#13832)
changed curl flag from -sL to -o
2023-11-07 15:44:40 +05:30
Ayush Shah
d1544097d5
added Routines related permissions for Bigquery (#13875) 2023-11-07 14:45:01 +05:30
Ayush Shah
73c126887c
Remove Excess Permissions for athena (#13857) 2023-11-06 10:24:11 -08:00
Dhruvin Maniar
f89b52cb11
[FIX] Update docs of keycloak SSO (#13842) 2023-11-06 13:40:33 +05:30
Akash Jain
f9e0047b6f
fix(docs): Helm Values and Snippet usage for DB_PARAMS (#13851)
* docs: Add breaking changes for the use of `DB_PARAMS`

* fix(docs): Update to `DB_PARAMS` value in snippets

* fix(docs): Update Helm Values
2023-11-06 11:52:42 +05:30
Sriharsha Chintalapani
532a7938ee
Update baremetal installation docs to refer Java 17 (#13817) 2023-11-04 09:55:36 -07:00
Sriharsha Chintalapani
edadb2f223
update roadmap (#13847) 2023-11-04 04:30:54 -07:00
Pere Miquel Brull
ca9a92e39d
[Docs] - Workflow Breaking Changes - Custom Connectors (#13834)
* quickstart

* [Docs] - Workflow Breaking Changes - Custom Connectors
2023-11-03 08:24:03 +01:00
Pere Miquel Brull
6fd71be54c
[Docs] - MWAA ECS Operator updates (#13815) 2023-11-02 07:50:54 +01:00
Pere Miquel Brull
43579c2c56
[Docs] - Upgrade and MWAA (#13802) 2023-11-01 15:53:23 +01:00
Pere Miquel Brull
ca0f4e81c8
[Docs] - Stored Procedures availability (#13785) 2023-10-31 14:36:25 +05:30
Onkar Ravgan
3fbda76b49
dbt and postgres docs fix (#13742) 2023-10-31 14:36:14 +05:30
Pere Miquel Brull
ecc54306fc
[Docs] - Clean and centralise YAML docs (#13769)
* Organize db YAML configs

* Dashboard YAML

* Messaging YAML

* Pipeline YAML

* Search YAML

* Storage YAML
2023-10-30 12:02:19 +01:00
Aniket Katkar
9e773ff1a8
chore(docs): updated the metadata standard schemas and menu.md for documentation (#13745)
* updated the metadata standard schemas and menu.md

* updated the schema docs with better parsing
2023-10-27 11:37:31 -07:00
Onkar Ravgan
c4d13f4615
Cost Analysis Documentation (#13739)
* cost analysis docs

* fixed typos

* Update openmetadata-docs/content/v1.2.x/features/data-insight/cost-analaysis.md

Co-authored-by: Teddy <teddy.crepineau@gmail.com>

* Update openmetadata-docs/content/v1.2.x/features/data-insight/cost-analaysis.md

Co-authored-by: Teddy <teddy.crepineau@gmail.com>

* Update openmetadata-docs/content/v1.2.x/features/data-insight/cost-analaysis.md

Co-authored-by: Teddy <teddy.crepineau@gmail.com>

---------

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2023-10-27 14:39:49 +02:00
Pere Miquel Brull
f7daad83da
Fix postgres migrations (#13743) 2023-10-27 17:12:53 +05:30
Pere Miquel Brull
d129d192cd
[Docs] - Organize upgrade steps (#13738) 2023-10-27 09:08:23 +02:00
Teddy
88bdf33bcf
doc: profiler yaml ex + best practices (#13729) 2023-10-26 15:02:57 +02:00
Pere Miquel Brull
ed138170c0
[Docs] - Release 1.2.0 and upgrades (#13724)
* Align quickstart docs to 1.2

* Upgrade prerequisites

* Version bump

* Release updates

* Release updates

* Release updates
2023-10-26 14:12:36 +02:00
Mayur Singal
e7f3218459
Add greenplum docs & fix couchbase docs (#13722) 2023-10-26 12:34:03 +02:00
Pere Miquel Brull
857bea4d1a
[Docs] - Fix menu 1.2.0 (#13718) 2023-10-26 10:17:19 +02:00
Mayur Singal
2336ba5b85
Fix Docs for Elasticsearch & Trino (#13716) 2023-10-26 10:07:38 +02:00
Teddy
cb25c5fae2
doc: updated partition config information (#13717) 2023-10-26 09:51:34 +02:00
Pere Miquel Brull
c6297b9cdf
Fix status handling for new services (#13707) 2023-10-25 20:48:14 +02:00
Teddy
452a33b1a0
Fixes Druid Profiler failures (#13700)
* fix: updated playwrigth test structure

* fix: druid profiler queries

* fix: python linting

* fix: python linting

* fix: do not compute random sample if profile sample is 100

* fix: updated workflow to test on push

* fix: move connector config to category folder

* fix: updated imports

* fix: added pytest-dependency package

* fix: updated readme.md

* fix: python linting

* fix: updated profile doc for Druid sampling

* fix: empty commit for CI

* fix: added workflow constrain back

* fix: sonar code smell

* fix: added secrets to container

* Update openmetadata-docs/content/v1.2.x-SNAPSHOT/connectors/ingestion/workflows/profiler/index.md

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>

* Update openmetadata-docs/content/v1.2.x-SNAPSHOT/connectors/ingestion/workflows/profiler/index.md

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>

* Update ingestion/tests/e2e/entity/database/test_redshift.py

* fix: ran pylint

* fix: updated redshift env var.

* fix: import linting

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-10-25 20:47:51 +02:00
Pere Miquel Brull
41a2aeb1af
[Docs] - Prepare 1.2 docs (#13706)
* Update workflow imports

* LineageRequest without desc

* Usage Workflow

* Usage Workflow

* 1.2 docs publish

* 1.2 docs publish
2023-10-25 16:30:51 +02:00