1453 Commits

Author SHA1 Message Date
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
Pere Miquel Brull
c3f2895195
[Docs] - Align How to Guides in 1.2 & Docker deployment (#13671)
* [Docs] - Align docker deployment docs

* [Docs] - Add How to guides in 1.2
2023-10-20 09:23:06 -07:00
Pere Miquel Brull
8cf8720a9d
Clean Airflow Lineage Backend and migrate status to millis (#13666)
* Clean Airflow Lineage Backend and migrate status to millis

* Format

* chore(ui): update executions startTs and endTs to millis

* Remove lineage providers

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-10-20 15:42:38 +02:00
Shilpa Vernekar
513b632633
data quality articles (#13621) 2023-10-17 11:56:23 -07:00
Joseph Goldbeck
672caad36a
docs: update java version in contribution docs (#13593)
Java 17 appears to be used everywhere else in the repo, which means Java 11 is out of date. In fact, the build fails with Java 11, but succeeds with Java 17.

Updating the docs to reflect this

Co-authored-by: Joseph Goldbeck <joegoldbeck@users.noreply.github.com>
2023-10-16 12:53:31 -07:00
Joseph Goldbeck
a04da75f6d
docs: run bootstrap from correct folder (#13592)
if cd into bootstrap folder, get `Error: Could not find or load main class`. however, if run from repo root, then it works!

updating the docs to reflect this

Co-authored-by: Joseph Goldbeck <joegoldbeck@users.noreply.github.com>
2023-10-16 11:33:08 -07:00
Shilpa Vernekar
02a3bc334f
Data insights Docs (#13509)
* Data Insights Docs

* Data Insights Docs
2023-10-10 08:48:50 -07:00
Pere Miquel Brull
d31db4e862
metadata CLI accepts tilde for relative paths (#13487)
* metadata CLI accepts tilde for relative paths

* [Docs] - Extracting MWAA details
2023-10-09 09:45:50 +02:00
Shilpa Vernekar
b23ab9fe19
docs-new (#13461) 2023-10-06 14:25:44 -07:00
Shilpa Vernekar
7cfcd56970
lineage-docs (#13472) 2023-10-06 14:25:22 -07:00
Mayur Singal
c0ababd8ad
Fix #13336: Clean Mark All Deleted Table Flag (#13344) 2023-10-06 16:04:54 +05:30
Vlad
c505b638d0
Update references to Airflow instead of Airbyte (#13438) 2023-10-04 13:44:40 -07:00
Ayush Shah
744e5279bc
add documentation for sharded tables (#13361) 2023-10-03 12:49:05 +05:30
Pere Miquel Brull
5acf837e23
Fix #12870 - Troubleshoot Debian/CentOS Airflow apis installation (#13292) 2023-10-02 14:44:28 +02:00
Pere Miquel Brull
d915254fac
Prepare Storage Connector for ADLS & Docs (#13376)
* Prepare Storage Connector for ADLS & Docs

* Format

* Fix test
2023-10-02 12:15:09 +02:00
Teddy
6ca71ae323
Issue 12679 - Handle Entity Object Instantiation Error + Refactor Workflow (#13384)
* feat: updated DI workflow to inherit from BaseWorkflow + split processor and producer classes

* feat: __init__.py files creation

* feat: updated workflow import classes in code and doc

* feat: moved kpi runner from runner to processor folder

* fix: skip failure on list entities

* feat: deleted unused files

* feat: updated status reporter

* feat: ran linting

* feat: fix test error with typing and fqn

* feat: updated test dependencies

* feat: ran linting

* feat: move execution order up

* feat: updated cost analysis report to align with new workflow

* feat: fix entity already exists for pipeline entity status

* feat: ran python linting

* feat: move skip_on_failure to method

* feat: ran linting

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-10-02 12:05:30 +02:00
Aniket Katkar
79558ab1a6
added quick links in how to guide homepage (#13390) 2023-09-29 21:10:55 -07:00
Shilpa Vernekar
351c20e23a
Added overview docs to activate the section links (#13353) 2023-09-28 15:13:23 +05:30
Keagan O'Donoghue
f2f3cfbb26
[Docs] - Add context for windows authentication from linux (#13356) 2023-09-28 09:42:50 +05:30
Artiom Darie
7d2f8dc2bb
Fixes issue-11740: Added support for the om service to connect to AWS RDS using IAM roles (#11913)
* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Changed intial implementation accordingly. Added better flexibility for different auth prodvider impl

* ISSUE-11740: Clean up unnecessary classes

* ISSUE-11740: Clean up unnecessary properties

* ISSUE-11740: Clean up unnecessary properties

* ISSUE-11740: Clean up unnecessary properties

* ISSUE-11740: Clean up unnecessary properties

* ISSUE-11740: Clean up unnecessary properties

* ISSUE-11740: Code formatting

* ISSUE-11740: Added support for the om service to connect to AWS RDS using IAM roles

* ISSUE-11740: Moved docs to 1.2 version

---------

Co-authored-by: artiom.darie <artiom.darie@adswizz.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-09-27 09:59:24 -07:00
Pere Miquel Brull
9900764961
Pipeline Service Client - Handle unexpected status response (#13314)
* airflow install docs

* Pipeline Service Client - Handle unexpected response
2023-09-26 12:58:39 +02:00
Pere Miquel Brull
c53fe684fd
[Docs] - Docs storage for manifest & Domo (#13290)
* Domo docs

* Storage Manifest
2023-09-21 13:06:56 +02:00
Pere Miquel Brull
18a4513ccc
Fix #13237 - Rename to instanceDomain and test DomoDashboard charts (#13247)
* Rename sandboxDomain to instanceDomain

* Test Get Charts in DomoDashboard

* Fix schemas

* Fix test

* Fix test

* Rename to Auto Tag PII

* Fix query test

* Fix query test

* Fix query test
2023-09-19 14:14:04 +02:00
Pere Miquel Brull
22b0f44e38
Part of #12998 - Query Service & Lineage filter processed queries (#13215)
* Update mapping

* Prep

* prep

* Prep query migration

* Add query index deletion fix

* Docs and Maven CI fix

* Fix tests

* Add service filter

* Add query entity FQN col migration

* Fix lint

* supported serviceFQN in query api

* Prep repo

* Prep ES query search

* Do not recompute lineage

* Format

* Fix test

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-09-19 07:37:47 +02:00
karanh37
1895fbde5c
fix: docs error (#13245) 2023-09-18 18:00:05 +05:30
Shilpa Vernekar
520f8c34ea
Data Governance Docs (#13231) 2023-09-17 22:24:45 -07:00
Onkar Ravgan
cc47f5618f
Added SSL support to Superset (#13130) 2023-09-18 10:45:21 +05:30
Pere Miquel Brull
715f99e7e7
[Docs] - Release 1.1.5 (#13218)
* [Docs] - Release 1.1.5

* [Docs] - Release 1.1.5

* [Docs] - Release 1.1.5
2023-09-15 08:14:42 -07:00
Shilpa Vernekar
d95a2a9f13
Restructured the roles doc to 3 separate articles (#13208) 2023-09-15 16:18:02 +05:30
Shilpa Vernekar
13719340f1
Roles and policies guide (#13183) 2023-09-15 05:05:38 +00:00
Pere Miquel Brull
4f20070e6d
[Docs] - Add sort buffer size (#13181) 2023-09-13 23:14:35 +05:30
Pere Miquel Brull
3afb5212ec
[Docs] - Use a.b.x as version pattern (#13161)
* [Docs] - Use a.b.x as version pattern

* Fix image path
2023-09-12 19:41:21 +02:00
Pere Miquel Brull
1eca1c24ef
[Docs] - Use two digits for versions (#13147) 2023-09-12 12:22:40 +02:00
Shilpa Vernekar
9c77dc16b0
Adding articles to How to Guides (#13144) 2023-09-11 21:26:34 -07:00
Onkar Ravgan
ddd705b73f Added docs (#13137) 2023-09-11 19:32:10 +05:30
Mayur Singal
4e633877b3
Fix ElasticSearch Test Connection & Deploy (#13061) 2023-09-08 12:40:48 +05:30
Ayush Shah
8ac70ef2e9
Update index.md (#13111) 2023-09-07 10:45:05 +05:30
Mayur Singal
79f7e50fbe
Docs: Add permission to external table in snowflake (#13099) 2023-09-06 11:38:49 +05:30
Onkar Ravgan
a3ca8b6e66
Added project filter pattern to dashboard entity (#12925) 2023-09-05 11:01:28 +05:30
Shilpa Vernekar
f8a534ab4a
Adding articles to How-to Guides (#13068) 2023-09-04 11:44:54 +05:30
Sarath Saleem
c07068c44e
[Docs] Add SSAL_SSL config info for Confluent kafka with SSL encryption (#13024) 2023-09-02 11:07:46 -07:00
Shilpa Vernekar
3bdb346f38
test with minor changes (#13047) 2023-08-31 15:46:54 +05:30
vanshika18
3cc15e6d0b
Fixed #8418 added new connector couchbase (#12836) 2023-08-29 11:16:32 +05:30
Pere Miquel Brull
cf9b626762
[Docs] - Incremental upgrade docs & bring back versions (#13008) 2023-08-27 10:55:55 +02:00
Dhruvin Maniar
fa67ce01d6
[FIX] Updating 1.1.2 Documentation with the required fixes (#13006)
Co-authored-by: Dhruvin Maniar <dhruvinmaniar@192.168.1.24>
2023-08-25 19:42:14 +05:30
Akash Jain
41ddf07c30
fix(docs): Add FAQs for kubernetes (#13003) 2023-08-25 16:04:38 +05:30
Mohit Yadav
ab97a8ed70
Add breaking changes for pipeline in v110 (#13002) 2023-08-25 13:11:52 +05:30
Pere Miquel Brull
6e2fb1eca7
[Docs] - 1.1.2 Release (#12977)
* Prep 1.1.2 docs and remove 1.1.1

* Prep 1.1.2 release pages

* add missing links in menu.md

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2023-08-25 08:49:58 +02:00
vanshika18
52153dba98
fixed #10691 support multiDatabase, usage & lineage support for Azure SQL (#12982) 2023-08-24 17:47:41 +05:30
Sachin Chaurasiya
ff6dccdb16
doc: update data insight doc (#12983) 2023-08-24 11:06:59 +02:00