Community
API "List Nodes" does not show all "columnReferences"
What can I do if the API ( List Nodes) does not show all "columnReferences" for calculated columns?
In the column lineage everything is fine.
Posted by Mt 2 months ago
Calling Snowflake stored procedures
Hi Team,
Could you please help me with some knowledge on how to call snowflake stored procedures from Coalesce.
if this feature is not available, i would like to know any work arounds available as of now.
Thank you.
Posted by Deepthu 3 months ago
Using Beta
Is it possible to try the beta (v6.0)?
Posted by Jan Binge 3 months ago
Custom Node - using Jinja to determine if we're in validate mode
Hi,
I'm trying to call a stored proc in my run template, but it errors in validation mode because EXPLAIN USING TEXT is prepended, causing a syntax error.
Is there a way I can work around this via doing something like
{%- if validate_mode -%}
select 'This node does not perform validation'
{% else %}
{{ stage('Call the proc') }}
call MY_PROC('param1','param2')
{% endif %}
Posted by null 3 months ago
Dropping a column from multiple Persistent Stages
Hi,
I have 122 sources that each contain a DUMMY column. These that feed 122 stages that also contain the DUMMY column. These stages feed into persistent stages that also have the 'DUMMY' column but now I realise I want to drop this column from the persistent stages.
Do I have to edit each persistent stage and drop the column each time or can I do a bulk drop? I cannot see a bulk option like there is for repurposing columns, transforms etc etc.
Many thanks, Chris
Posted by Chris Moore 3 months ago
Run failure reason: Marked failed by Coalesce for late network check-in
I am getting an error "Run failure reason: Marked failed by Coalesce for late network check-in" while deploying code. What exactly the error means.
Posted by sanjay lakhanpal 3 months ago
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?

Thanks
Posted by Chris Moore 4 months ago
Conditional workflows in coalesce
Can I configure my pipeline to execute certain steps based on the output of previous steps or external conditions?
Posted by Sheetal Jayaram Gowda 7 months ago
Email Alerts
Is there a feature in coalesce to send Email alerts in case of pipeline issues
Posted by Sheetal Jayaram Gowda 7 months ago
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?
Posted by Sheetal Gowda 7 months ago