Skip to content

Commit

Permalink
Merge pull request #707 from pavel-synek/main
Browse files Browse the repository at this point in the history
Fix wrong wording (Snowflake vs. Python)
  • Loading branch information
pavel-synek authored Nov 27, 2024
2 parents 9c8039d + 9ebdba3 commit 03ca008
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions components/branches/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ You can end your branch's lifecycle in two ways:
- **Deleting** -- if you do not wish to use the changes you've made and want to simply discard them. The data associated with the branch is discarded when the branch is deleted.
- [**Merging into production**](/tutorial/branches/merge-to-production/) -- all changes in the configurations are brought back to the respective production configurations. All the changes are applied at once (after you approve them) and produce new [versions](/components/#configuration-versions) of the respective configurations. The branch can be either deleted or kept for further reference after merging.

**Important:** All this happens in a same project, allowing you to collaborate on the modifications with other members
of the project.
***Important:** All of this happens within the same project, enabling collaboration with other project members on the modifications.*

## Component Considerations

Expand All @@ -99,3 +98,7 @@ write to the destination, or change the destination accordingly.
### OAuth Authorized Components

Components using OAuth does not allow authorizing nor changing the OAuth in development branch. The OAuth authorization tokens are shared with production so changing them might break the production pipeline.

*****

***Important:** Development branches are for development and testing only, so setting up status notifications on Flows is not supported.*
4 changes: 2 additions & 2 deletions orchestrator/notifications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enabling [*Continue on error*](/orchestrator/running/) for the given tasks).
for 100 minutes but it is still not finished after 120 minutes, a notification will be sent. The *usual* run length is computed as
a running average of the last 20 executions of the orchestration.

When an orchestration is triggered manually, only the user who triggered it will receive any notifications. Therefore you
When an orchestration is triggered manually, only the user who triggered it will receive any notifications. You
don't have to worry about spamming your colleagues with messages when running orchestrations manually.

**Important: Always set notifications for an error status in scheduled production orchestrations.**
***Important:** Notifications are not supported in development branches. Always set error status notifications for scheduled production orchestrations.*
2 changes: 1 addition & 1 deletion transformations/python-plain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ it immediately. The following two examples show two ways of reading and manipula

## Dynamic Backends
If you have a large amount of data in databases and complex queries, your transformation might run for a couple of hours.
To speed it up, you can change the backend size in the configuration. Snowflake transformations suport the following sizes:
To speed it up, you can change the backend size in the configuration. Python transformations suport the following sizes:
- XSmall
- Small _(default)_
- Medium
Expand Down

0 comments on commit 03ca008

Please sign in to comment.