1453 Commits

Author SHA1 Message Date
RounakDhillon
fffd5e593e
Docs: Images updation For Managing Team in Admin Guides (#18514)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-11-06 10:05:12 +05:30
Katarzyna Kałek
47c75fe6a7
Enhanced Glue ingestion with external table features (#18511)
* added fileFormat, locationPath and external table lineage to Glue ingestion

* Improve Lineage Label

---------

Co-authored-by: Katarzyna Kałek <kkalek@olx.pl>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2024-11-05 21:48:20 +05:30
RounakDhillon
a6b5fdc0c2
Docs: Images Updation for Admin Guide Ingest Metadata (#18489)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-11-05 07:54:43 +05:30
Aniket Katkar
7163f8e91a
Add the missing docs pages and images for SAP ERP connector (#18490) 2024-10-31 19:43:51 +05:30
Karan Hotchandani
68499f87d5
Prep 1.5.10 release (#18487) 2024-10-31 12:10:33 +01:00
RounakDhillon
47ba305b8d
Docs: Automation Step Updation (#18407)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-31 13:56:21 +05:30
RounakDhillon
a2dda5b287
Docs: Adding Classification Images and Content Tweaks (#18472) 2024-10-31 12:29:02 +05:30
RounakDhillon
89323d0c23
Docs: DAta Insights image updation (#18422)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-31 10:34:40 +05:30
Akash Jain
8a165be461
docs: Add Docs for Azure Database Passwordless Backend Connection support (#18475) 2024-10-31 10:23:12 +05:30
RounakDhillon
728c321b31
Docs: Adding Data Lineage Workflow Images (#18365) 2024-10-31 10:10:03 +05:30
Prajwal214
ba4a480bf1
Docs: Fixing Ingestion Docs (#18474)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-10-30 17:16:53 +05:30
Prajwal214
939bd70e3b
Docs: Updating Airflow Supported Version (#18419) 2024-10-30 16:55:18 +05:30
RounakDhillon
e5f86ccd6b
Docs: Glossary term images updation (#18431)
* Docs: Glossary term images updation

* Docs: Glossary term content changes

---------

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-30 10:25:59 +05:30
Pere Miquel Brull
ed7b1c7b95
DOCS - Fix release title (#18465)
* DOCS - Prep 1.5.9 release

* DOCS - Fix release title
2024-10-29 17:14:45 +01:00
Pere Miquel Brull
579469347c
DOCS - Prep 1.5.9 release (#18463) 2024-10-29 16:43:15 +01:00
Suman Maharana
67a9e63439
Minor: Fixed dbtcloud test connection and improved docs (#18408) 2024-10-29 14:39:52 +05:30
Mayur Singal
9d91325af8
Lineage-1: Move view lineage processing to lineage workflow (#18220)
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-10-28 18:18:22 +05:30
Prajwal214
f45c5ddf5e
Docs: Adding dbt Cloud tile in connector docs (#18423) 2024-10-28 15:32:26 +05:30
Prajwal214
b38610896f
Docs: updating latest release to v1.5.8 (#18420)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-10-28 13:51:38 +05:30
RounakDhillon
075a36e7b4
Docs: Fixing Images for setting up insights (#18397)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-26 10:58:18 -07:00
Sachin Chaurasiya
82e71363c9
docs: update list of supported custom properties type (#18396) 2024-10-24 18:14:52 +05:30
Sriharsha Chintalapani
d8f5398efb
Add Azure Token Base Authentication (#18387)
* Add azure token based auth

* Add Azure Token Base Authentication

* Update azure-auth.md

* Update azure-auth.md

* feat: Add `azure-identity-extensions` library for passwordless database connection

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Akash-Jain <15995028+akash-jain-10@users.noreply.github.com>
2024-10-24 11:29:46 +02:00
Imri Paran
95982b9395
[GEN-356] Use ServiceSpec for loading sources based on connectors (#18322)
* ref(profiler): use di for system profile

- use source classes that can be overridden in system profiles
- use a manifest class instead of factory to specify which class to resolve for connectors
- example usage can be seen in redshift and snowflake

* - added manifests for all custom profilers
- used super() dependency injection in order for system metrics source
- formatting

* - implement spec for all source types
- added docs for the new specification
- added some pylint ignores in the importer module

* remove TYPE_CHECKING in core.py

* - deleted valuedispatch function
- deleted get_system_metrics_by_dialect
- implemented BigQueryProfiler with a system metrics source
- moved import_source_class to BaseSpec

* - removed tests related to the profiler factory

* - reverted start_time
- removed DML_STAT_TO_DML_STATEMENT_MAPPING
- removed unused logger

* - reverted start_time
- removed DML_STAT_TO_DML_STATEMENT_MAPPING
- removed unused logger

* fixed tests

* format

* bigquery system profile e2e tests

* fixed module docstring

* - removed import_side_effects from redshift. we still use it in postgres for the orm conversion maps.
- removed leftover methods

* - tests for BaseSpec
- moved get_class_path to importer

* - moved constructors around to get rid of useless kwargs

* - changed test_system_metric

* - added linage and usage to service_spec
- fixed postgres native lineage test

* add comments on collaborative constructors
2024-10-24 07:47:50 +02:00
RounakDhillon
6a845fe56b
Docs: Basic Auth Removal from Collate Menu (#18373)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-23 09:37:52 -07:00
RounakDhillon
a2dac2489c
Docs: Image Fix for Goverance (#18375) 2024-10-23 13:52:40 +05:30
RounakDhillon
3e7e9f98d7
Docs: Updating Data Quality Images (#18363)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-22 16:35:27 +05:30
RounakDhillon
edf386d2a5
Docs: Getting Started Corrected in Menu (#18350) 2024-10-21 22:26:27 +05:30
RounakDhillon
dd9aeb33ad
Docs: Adding SAP ERP in Connectors List (#18347) 2024-10-21 22:22:57 +05:30
Prajwal214
a8ac73e1c1
Docs: updating latest release to v1.5.7 (#18337)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-10-21 08:52:39 -07:00
RounakDhillon
8e87fb8454
Docs: Updating Extension and removing space in name (#18343)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-21 18:59:57 +05:30
RounakDhillon
29d6e26dab
Docs: Updating Chrome Extension Full Doc (#18339) 2024-10-21 14:43:13 +05:30
RounakDhillon
a3224f255d
Docs: Utube Video and Straight Line removal in Landing Page Section (#18340)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-21 12:46:24 +05:30
Sriharsha Chintalapani
8a05ba5d0d
simplify running connector docs (#18327) 2024-10-21 10:11:23 +05:30
RounakDhillon
0a225721fb
Docs: Adding Persona and Landing page customization content (#18325)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-20 09:50:43 -07:00
Ethan
e708a3242e
feat: update version (#18259) 2024-10-17 16:18:37 -07:00
Mayur Singal
1e01cb45a0
Docs: Glue Spark Pipeline Lineage (#18311) 2024-10-17 16:01:55 +05:30
Onkar Ravgan
6006a0a67f
Added Alation Conn side panel docs (#18297) 2024-10-17 14:03:03 +05:30
Pere Miquel Brull
7012e73d75
GEN-1166 - Improve Ingestion Workflow Error Summary (#18280)
* GEN-1166 - Improve Ingestion Workflow Error Summary

* fix test

* docs

* comments
2024-10-16 18:15:50 +02:00
Imri Paran
be82086e25
MINOR: add column case sensitivity parameter (#18115)
* fix(data-quality): table diff

- added handling for case-insensitive columns
- added handling for different numeric types (int/float/Decimal)
- added handling of boolean test case parameters

* add migrations for table diff

* add migrations for table diff

* removed cross type diff for now. it appears to be flaky

* fixed migrations

* use casefold() instead of lower()

* - implemented utils.get_test_case_param_value
- fixed params for case sensitive column

* handle bool test case parameters

* format

* testing

* format

* list -> List

* list -> List

* - change caseSensitiveColumns default to fase
- added migration to stay backward compatible

* - removed migration files
- updated logging message for table diff migration

* changed bool test case parameters default to always be false

* format

* docs: data diff

- added the caseSensitiveColumns parameter

requires: https://github.com/open-metadata/OpenMetadata/pull/18115

* fixed test_get_bool_test_case_param
2024-10-15 16:29:43 +02:00
Imri Paran
69a58d2556
docs(restore): database restore clarifications (#18253)
- added missing privileges for MySQL. These were required when I was restoring from sandbox.
- using the [COMPOSE_FILE](https://docs.docker.com/reference/cli/docker/compose/#set-up-environment-variables) for a more ergonomic shell experiences
2024-10-14 12:06:09 +02:00
Ayush Shah
3403ee9f8a
fix: youtube link fix (#18249) 2024-10-14 12:22:35 +05:30
RounakDhillon
090574b517
Docs: Adding Metapilot Section (#18213) 2024-10-14 11:04:04 +05:30
Prajwal214
ca15c410d9
Docs: Removing Broken Menu Links (#18217) 2024-10-10 17:51:58 +05:30
Aniket Katkar
de7d736963
remove unwanted items in menu.md (#18214) 2024-10-10 10:27:00 +00:00
Prajwal214
d0155b892f
Docs: Fixing Automation Docs (#18212)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-10-10 15:42:17 +05:30
Prajwal214
c4902cc809
Docs: Updating getting started Docs (#18207) 2024-10-10 14:36:33 +05:30
Prajwal214
28a57646c9
Docs: Fixing Automation Docs (#18206)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-10-10 14:01:05 +05:30
Prajwal214
5649b94d6b
Docs: updating getting started Docs (#18204)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-10-10 13:13:21 +05:30
Prajwal214
9666eadb38
Docs: Fixing Automation Docs (#18202) 2024-10-10 13:12:32 +05:30
RounakDhillon
ba42a61aac
Docs: Updating Collate Menu (#18200)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-10 11:10:42 +05:30