Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing options #4740

Merged
merged 24 commits into from
Jan 19, 2024
Merged
Changes from 8 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
938e57e
add missing options
mirnawong1 Jan 12, 2024
26ac0b7
Merge branch 'current' into mwong-add-user-configs
mirnawong1 Jan 15, 2024
cdcefbf
Merge branch 'current' into mwong-add-user-configs
mirnawong1 Jan 16, 2024
91f410b
Update profiles.yml.md
mirnawong1 Jan 16, 2024
4ad86cf
This branch was auto-updated!
github-actions[bot] Jan 16, 2024
2a31ca5
This branch was auto-updated!
github-actions[bot] Jan 16, 2024
43996b6
This branch was auto-updated!
github-actions[bot] Jan 16, 2024
e2bbd50
This branch was auto-updated!
github-actions[bot] Jan 16, 2024
c02eec6
This branch was auto-updated!
github-actions[bot] Jan 17, 2024
be7e1db
This branch was auto-updated!
github-actions[bot] Jan 17, 2024
d12a95d
This branch was auto-updated!
github-actions[bot] Jan 17, 2024
4503bae
This branch was auto-updated!
github-actions[bot] Jan 17, 2024
3fc96c0
This branch was auto-updated!
github-actions[bot] Jan 17, 2024
c9fff56
This branch was auto-updated!
github-actions[bot] Jan 17, 2024
1ad76cd
This branch was auto-updated!
github-actions[bot] Jan 18, 2024
586f076
Update website/docs/docs/core/connect-data-platform/profiles.yml.md
mirnawong1 Jan 18, 2024
42754d9
Update website/docs/docs/core/connect-data-platform/profiles.yml.md
mirnawong1 Jan 18, 2024
c934f7d
This branch was auto-updated!
github-actions[bot] Jan 18, 2024
c1cdc05
This branch was auto-updated!
github-actions[bot] Jan 18, 2024
77c0f25
This branch was auto-updated!
github-actions[bot] Jan 18, 2024
9611972
This branch was auto-updated!
github-actions[bot] Jan 19, 2024
27c7545
This branch was auto-updated!
github-actions[bot] Jan 19, 2024
6393828
This branch was auto-updated!
github-actions[bot] Jan 19, 2024
f4cb548
This branch was auto-updated!
github-actions[bot] Jan 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ This section identifies the parts of your `profiles.yml` that aren't specific to
[fail_fast](/reference/global-configs/failing-fast): <true | false>
[use_experimental_parser](/reference/global-configs/parsing): <true | false>
[static_parser](/reference/global-configs/parsing): <true | false>
[cache_selected_only](/reference/global-configs/cache): <true | false>
[no_print](/reference/global-configs/print-output#suppress-print-messages-in-stdout): <true | false>
mirnawong1 marked this conversation as resolved.
Show resolved Hide resolved
[target-path](/reference/global-configs/logs#log-and-target-paths): "other-target"
[log-path](/reference/global-configs/logs#log-and-target-paths): "other-logs"
mirnawong1 marked this conversation as resolved.
Show resolved Hide resolved

<profile-name>:
target: <target-name> # this is the default target
Expand Down
Loading