**Client ID**: Client ID to Connect to DOMO Pipeline.
{% /codeInfo %}
{% codeInfo srNumber=2 %}
**Secret Token**: Secret Token to Connect DOMO Pipeline.
{% /codeInfo %}
{% codeInfo srNumber=3 %}
**Access Token**: Access to Connect to DOMO Pipeline.
{% /codeInfo %}
{% codeInfo srNumber=4 %}
**API Host**: API Host to Connect to DOMO Pipeline instance.
{% /codeInfo %}
{% codeInfo srNumber=5 %}
**SandBox Domain**: Connect to SandBox Domain.
{% /codeInfo %}
#### Source Configuration - Source Config
{% codeInfo srNumber=6 %}
The `sourceConfig` is defined [here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/metadataIngestion/pipelineServiceMetadataPipeline.json):
**dbServiceNames**: Database Service Name for the creation of lineage, if the source supports it.
**markDeletedPipelines**: Set the Mark Deleted Pipelines toggle to flag pipelines as soft-deleted if they are not present anymore in the source system.
**pipelineFilterPattern** and **chartFilterPattern**: Note that the `pipelineFilterPattern` and `chartFilterPattern` both support regex as include or exclude.
{% /codeInfo %}
#### Sink Configuration
{% codeInfo srNumber=7 %}
To send the metadata to OpenMetadata, it needs to be specified as `type: metadata-rest`.