General FAQ
Does Coalesce Have a Dark Mode?
We currently don't offer a dark mode.
Can I Run Multiple SQL Statements in Pre-SQL and Post-SQL?
They need to be separated by a stage name or have a begin and end.
--Execute two stages
SELECT * FROM <table>
{{stage('SOME STAGE INFO')}}
INSERT INTO <table>
-- This will make it one stage
BEGIN
SELECT * FROM <table>
INSERT INTO <table>
END
Can I Filter By Schema Name?
You can't filter by schema, but you can filter by Storage Location. Review Selector Queries for more.
My Nodes or Columns Have a Prefix or Suffix
- Check that there are no transformations on the column.
- Check to see if the source data includes the prefix or suffix.
- Try updating a single Node or Column at a time.
Can I Export Data From Coalesce?
At this time, you can't export from Coalesce.
Can I Stop a Running Node?
No, once Run has been clicked, it will run until it's finished. If you have started a Job, you can cancel a current Job using the Coalesce App and API.