From 938e57e02482f00932d653395c10edb551943fa1 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Fri, 12 Jan 2024 12:45:15 +0000 Subject: [PATCH 1/4] add missing options --- website/docs/docs/core/connect-data-platform/profiles.yml.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/docs/core/connect-data-platform/profiles.yml.md b/website/docs/docs/core/connect-data-platform/profiles.yml.md index f8acb65f3d2..1a4a99be822 100644 --- a/website/docs/docs/core/connect-data-platform/profiles.yml.md +++ b/website/docs/docs/core/connect-data-platform/profiles.yml.md @@ -31,6 +31,8 @@ This section identifies the parts of your `profiles.yml` that aren't specific to [fail_fast](/reference/global-configs/failing-fast): [use_experimental_parser](/reference/global-configs/parsing): [static_parser](/reference/global-configs/parsing): + [cache_selected_only](/reference/global-configs/cache): + [no_print](/reference/global-configs/print-output#suppress-print-messages-in-stdout): : target: # this is the default target From 91f410bbeea9bb8f59961c7501a01ea85a287447 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:37:41 +0000 Subject: [PATCH 2/4] Update profiles.yml.md --- website/docs/docs/core/connect-data-platform/profiles.yml.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/docs/core/connect-data-platform/profiles.yml.md b/website/docs/docs/core/connect-data-platform/profiles.yml.md index 1a4a99be822..c4901c61a23 100644 --- a/website/docs/docs/core/connect-data-platform/profiles.yml.md +++ b/website/docs/docs/core/connect-data-platform/profiles.yml.md @@ -33,6 +33,8 @@ This section identifies the parts of your `profiles.yml` that aren't specific to [static_parser](/reference/global-configs/parsing): [cache_selected_only](/reference/global-configs/cache): [no_print](/reference/global-configs/print-output#suppress-print-messages-in-stdout): + [target-path](/reference/global-configs/logs#log-and-target-paths): "other-target" + [log-path](/reference/global-configs/logs#log-and-target-paths): "other-logs" : target: # this is the default target From 586f0764d28cfb98e9dcc77e9270ee812a231260 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:50:00 +0000 Subject: [PATCH 3/4] Update website/docs/docs/core/connect-data-platform/profiles.yml.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> --- website/docs/docs/core/connect-data-platform/profiles.yml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/docs/core/connect-data-platform/profiles.yml.md b/website/docs/docs/core/connect-data-platform/profiles.yml.md index c4901c61a23..df9663f3813 100644 --- a/website/docs/docs/core/connect-data-platform/profiles.yml.md +++ b/website/docs/docs/core/connect-data-platform/profiles.yml.md @@ -33,8 +33,8 @@ This section identifies the parts of your `profiles.yml` that aren't specific to [static_parser](/reference/global-configs/parsing): [cache_selected_only](/reference/global-configs/cache): [no_print](/reference/global-configs/print-output#suppress-print-messages-in-stdout): - [target-path](/reference/global-configs/logs#log-and-target-paths): "other-target" - [log-path](/reference/global-configs/logs#log-and-target-paths): "other-logs" + [printer_width](/reference/global-configs/print-output#printer-width): + [log_format](/reference/global-configs/logs): : target: # this is the default target From 42754d91b8f86c26f1e561e07000c7fecdb31393 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:50:58 +0000 Subject: [PATCH 4/4] Update website/docs/docs/core/connect-data-platform/profiles.yml.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> --- website/docs/docs/core/connect-data-platform/profiles.yml.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/docs/core/connect-data-platform/profiles.yml.md b/website/docs/docs/core/connect-data-platform/profiles.yml.md index df9663f3813..c9a66010a50 100644 --- a/website/docs/docs/core/connect-data-platform/profiles.yml.md +++ b/website/docs/docs/core/connect-data-platform/profiles.yml.md @@ -32,7 +32,6 @@ This section identifies the parts of your `profiles.yml` that aren't specific to [use_experimental_parser](/reference/global-configs/parsing): [static_parser](/reference/global-configs/parsing): [cache_selected_only](/reference/global-configs/cache): - [no_print](/reference/global-configs/print-output#suppress-print-messages-in-stdout): [printer_width](/reference/global-configs/print-output#printer-width): [log_format](/reference/global-configs/logs):