Skip to main content

Excluding Nodes From Deployment

  1. Go to the node you want to exclude.

  2. In the Node Properties toggle Deploy Enabled.

    The image displays a Coalesce interface with a light theme, focusing on a data node configuration. The left panel shows the project's nodes, highlighting the STG_CUSTOMER node, and listing its columns with details like name, transform, and data type. The right panel contains node properties, including storage location, node type, and a description, with an option to enable or disable deployment currently set to off.
  3. Commit your changes. You will see deployEnabled: false as part of the node changes.

  • If you toggle on this setting for a Node after you have previously deployed it, the Node will be dropped on your next deploy operation. This is the expected behavior for existing Nodes, as the deployment operation is bringing the existing environment up to the desired state depicted in what you are deploying; as the Node has now been excluded from the desired state (deployment), it's being assumed that it should no longer should exist and should be dropped.
  • If you have any other feature branches in existence at the time your feature branch is created for this activity, and the Nodes you edit this setting in are also edited in another branch, you will need to be prepared to resolve merge conflicts when you go to merge the feature branches back into your main branch.
  • If you later want to include this Nodes in deployment, you will have to reverse the process described above so "Deploy Enabled" is turned back on.