ANSWERED

Renaming a Node Loses Connection In Subgraph

I renamed a View node to have a \_V on the end and the subgraph lost the connection between the View node and the next Node. STG_PARTSUPP_V was called STG_PARTSUPP and was linked to STG_STG_PARTSUPP1 but since the rename it is now not linked. Refreshing, logging out and in, removing from the subgraph and adding back in do not seem to work. What am I missing please? ![](https://files.readme.io/bceac2a-image.png) Thanks
ANSWERED

Conditional workflows in coalesce

Can I configure my pipeline to execute certain steps based on the output of previous steps or external conditions?
ANSWERED

Email Alerts

Is there a feature in coalesce to send Email alerts in case of pipeline issues
ANSWERED

How to update the source node with new data

I have added new records to the source table in snowflake, but the src node in coalesce is not reflecting the new records. How can I refresh my source node with new records?
ANSWERED

Create node from columns

After going through a process of splitting a node with a large number of columns into several smaller nodes I think some very useful functionality would be an additional context menu item when multi selecting columns that would allow you to create a new node from the selected columns. There are other ways that I would prefer to see this functionality implemented but this feels like a fairly simple solution to the problem. It really is quite tiresome having to repeatedly copy the node and delete the unwanted columns.
ANSWERED

End-to-end testing of pipelines

Hello, from reading the documentation, I understand that there are node testing capabilities built-in within Coalesce. However, is it possible to test an entire pipeline (i.e., a group of notes), to perform end-to-end testing? I would like to be able to point the pipeline to 'dummy' data and publish the outputs of it to another test dataset, so that I can check they match my expected outputs. Thank you in advance, Kind regards, Hanae
ANSWERED
ANSWERED

Have you added more IP addresses to those listed in the docs?

https://docs.coalesce.io/docs/setup-requirements#warehouse-whitelisting This doc page only shows 2 IP addresses but I am experiencing issues due to another IP address coming up that hasn't been whitelisted. Is there a range of IPs that I should ask to be whitelisted now rather than just two specific IPs?
ANSWERED

Where are the detailed logs?

Hello We are doing a first investigation of Coalesce with free Trial. Trying to set up git using our GitLab environment It worked on first try after I created an alternate repo in the same way on GitHub. We suspect it might be because our GitLab is self hosted but it would be good to be able to confirm that. The error message came up truncated, cannot attach the screen capture here it seems but will share on request. I have searched for logs and logging in the documentation but cannot see to find information on where to find to non truncated error message ? Thanks,
ANSWERED

Are there more options for UDN Mapping Columns?

currently the only option is type: textBox. I'd like to have a drop-down list of values that are pre-defined. context: UDN for Advanced filtering where you can specify the operator (=, <, >, LIKE, etc) for a column then another mapped column for the value and another mapped column for the condition grouping { AND, OR, (AND, (OR, AND), OR) }