Coalesce Tips and Tricks
Learn how to get the best out of the Coalese App.
Editing Code
In any code editor in Coalesce, you have access to a number of functions. Right click in the box to bring a sub-menu that has different actions, along with the available keyboard shortcuts.
Selecting Command Palette(F1) brings up a full menu of options, along with the keyboard shortcuts.
Find and Replace
You can use CTRL+F
on Windows or CMD+F
Mac to search, find and replace text any location in Coalesce that has a code editor.
- Node Configurarion
- Join Tab
- Column Editor
- Column Testing
- Pre-SQL and Post-SQL
- Git Modal (read only)
Searching Nodes
You can search for the name of a Node in the Build Interface sidebar.
Drag and Drop Columns
You can drag and drop columns in multiple ways in Coalesce.
- Multi Source Nodes
- Ordering columns in a Node
- Adding columns to a Node
Information Bar
At the bottom of the screen, an information bar is shown. It contains the current information about your Workspace.
From left to right:
- Branch: The current Git branch. You can click this to open the Git modal.
- Last committed: Date of the last commit.
- Snowflake Account: The Snowflake account name.
- User: The email of the Snowflake account.
- Role: The role of the Snowflake account.
- Email: The email of the user logged into Coalesce.
- Org: The organization and user name logged into Coalesce.
If you are on the Project page, it will show the Git URL and the Git account name given during setup.
Tooltips
Throughout the app, you'll see the information icon. Hover over it to find useful information related to the section.
Close All Tabs
Quickly close all open tabs while working by clicking on the folder.
Viewing Your DAG
On the Build page, there are several options that can help you view your DAG. From left to right:
- Draw optimized graph - This will attempt to adjust the DAG view so the connections between nodes are easier to see at first glance. It doesn't change the order of execution.
- Zoom out and Zoom in - Zoom in and out on the DAG.
- Full screen - Full screen attempts to fit the entire DAG within the given space.