1065 Commits

Author SHA1 Message Date
RounakDhillon
f2a0f23a05
Docs: Data Insights report images updation (#18424)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-28 15:29:17 +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
bd320c5aff
Docs: Image Fix for Webhooqs (#18370) 2024-10-23 09:30:36 +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
RounakDhillon
384b624863
Docs: Adding Automation Section (#18161)
* Docs: Adding Automation Section

* Docs: Updating Automation Section

* Docs: Uploading video

* Docs: Collate only added for Automation

* Docs: Adding Collate True

---------

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-09 10:24:14 -07:00
RounakDhillon
1c186133d8
Docs: Suite link correction (#18189)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-09 18:01:51 +05:30
RounakDhillon
3e5cc4d788
Docs: Data Quality link correction (#18183) 2024-10-09 17:14:08 +05:30
Ayush Shah
675a93c61d
doc: Update GCS connector platform in storage connectors list (#18164) 2024-10-09 14:36:00 +05:30
Ayush Shah
e1c3ccfa72
fix: Glue Pipeline Yaml fixed (#18163) 2024-10-09 08:05:09 +05:30
RounakDhillon
61c2debdc3
Image Updates for Quick Start docs (#18113) 2024-10-08 16:42:30 +05:30
Aniket Katkar
53cdd34391
Remove the collate connector links from the OSS menu.md (#18159) 2024-10-08 11:45:49 +05:30
RounakDhillon
764b42f2e4
Docs: Seperating sections in data quality (#18142) 2024-10-07 16:56:47 +05:30
Sriharsha Chintalapani
79af8bf78b
Update SSO configs to show clear URLs for callback and public keys (#18127)
* Update SSO configs

* Update security docs to provide clear callback and public key urls
2024-10-07 15:26:10 +05:30
Ethan
49fceb4674
Fixes #18104 : change parse_obj and assertEquals which was deprecated (#18105)
* change deprecationwarning

* fix format python

* fix replace module

* change : java function name
2024-10-07 09:02:41 +02:00
Prajwal214
bb02af26f0
Docs: Adding Docs for Import/Export Database/Schema/Tables (#18131)
Co-authored-by: Prajwal Pandit
2024-10-07 10:23:30 +05:30
Mayur Singal
5633a04701
MINOR: Fix s3 & salesforce yaml docs (#18103)
* MINOR: Fix s3 yaml docs

* fix salesforce api version
2024-10-04 02:55:53 +05:30
Aniket Katkar
a2e819fa9b
update latest release references to 1.5.6 (#18106) 2024-10-03 21:42:31 +05:30
RounakDhillon
49525a1fa5
Docs: Quick Start Login Images Updation (#18087)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-03 12:54:15 +05:30
Prajwal214
a66345ecea
Docs: Fixing Broken Links (#18084)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-10-03 11:57:06 +05:30
RounakDhillon
2dceac41c4
Docs: Updating Quick Start Document (#17939)
* Docs: updating quick start

* Docs: updatingquickstart

* Docs: updatingquickstart

* Docs: updatingquickstart

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

---------

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2024-10-03 10:26:40 +05:30