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
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
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
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
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
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
RounakDhillon
764b42f2e4
Docs: Seperating sections in data quality ( #18142 )
2024-10-07 16:56:47 +05:30
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
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
825101e847
Docs: Revising Get Started Content ( #18059 )
2024-10-01 17:14:16 +05:30
RounakDhillon
907e0d38b8
Docs: updatinggettingstarted ( #18045 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-09-30 16:45:38 +05:30
RounakDhillon
41d94ac068
Docs: Adding Getting Started, Day1, Database Service Setup Content ( #17997 )
...
* Docs: adding getting started day1 database service setup Content
* Docs: adding getting started day1 database service setup Content
* Docs: adding getting started day1 database service setup Content
* Update database-service-setup.md
---------
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2024-09-29 12:35:42 -07:00
Prajwal214
63bd57c083
Docs: Removing Data Insights Airflow SDK Docs ( #18013 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-09-26 17:46:08 +05:30
Imri Paran
194691b251
MINOR: add note about comparing across different connectors ( #17984 )
...
* add note about comparing across different connectors
* added to 1.6
* Update openmetadata-docs/content/v1.5.x/how-to-guides/data-quality-observability/quality/tests-yaml.md
* Update openmetadata-docs/content/v1.6.x-SNAPSHOT/how-to-guides/data-quality-observability/quality/tests-yaml.md
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-09-25 13:58:54 +02:00
Prajwal214
30a091b466
Docs: Updating datalake & dbt Cloud docs ( #17983 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-09-25 10:49:44 +05:30
Ayush Shah
4fd2b24b2f
doc: remove deprecated docs ( #17861 )
2024-09-16 20:33:56 +05:30
k.nakagaki
3d8e30142c
Fixes 8428: make it possible to choice a sampling method type when we create profile ingestion for the Snowflake ( #17831 )
...
* Add test for existing code
* Add sampling method at ingestion.
* add samplingMethodType into UI
* modify init method to use new parameter.
* create descriptions
* execute isort
* fix an unintended change.
* apply py_format
* close section
* specify init arguments
* fix bug
* apply py_format
---------
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2024-09-15 21:51:17 +02:00
Prajwal214
eb30f4c098
Docs: Updated the broken links ( #17693 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-09-03 19:44:46 -07:00
Prajwal214
4ccfe886a4
Docs: Updating broken links and Missing Docs ( #17642 )
...
* Doc: Adding SSL Docs for Messaging & Dashboard
* Docs: Updating Broken Links in Docs
---------
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-09-02 10:22:51 +05:30
Pere Miquel Brull
60ed221cf1
DOCS - Update Version Snapshots ( #17589 )
2024-08-27 14:41:12 +05:30