1. Home
  2. Docs
  3. Configure models
  4. Do not ignore without refs

Do not ignore without refs

Configure which column to use to delete data #

When showing the workflow as yaml with lesql project [projectname] workflow, this does not include models, which do not have at least one ref set. In some cases you want to have these included in the workflow export, what could be done with doNotIgnoreWithoutRefs. This effects the workflow export only, but does not change anything in a worklow run.

{{ block "CONFIG" .}}
  {{ doNotIgnoreWithoutRefs }}
{{end}}