**Client ID**: Client ID to Connect to DOMODatabase.
{% /codeInfo %}
{% codeInfo srNumber=2 %}
**Secret Token**: Secret Token to Connect DOMODatabase.
{% /codeInfo %}
{% codeInfo srNumber=3 %}
**Access Token**: Access to Connect to DOMODatabase.
{% /codeInfo %}
{% codeInfo srNumber=4 %}
**API Host**: API Host to Connect to DOMODatabase instance.
{% /codeInfo %}
{% codeInfo srNumber=5 %}
**SandBox Domain**: Connect to SandBox Domain.
{% /codeInfo %}
{% codeInfo srNumber=6 %}
**database**: Optional name to give to the database in OpenMetadata. If left blank, we will use default as the database name
{% /codeInfo %}
#### Source Configuration - Source Config
{% codeInfo srNumber=7 %}
The `sourceConfig` is defined [here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/metadataIngestion/databaseServiceMetadataPipeline.json):
**markDeletedTables**: To flag tables as soft-deleted if they are not present anymore in the source system.
**includeTables**: true or false, to ingest table data. Default is true.
**includeViews**: true or false, to ingest views definitions.
**databaseFilterPattern**, **schemaFilterPattern**, **tableFilternPattern**: Note that the filter supports regex as include or exclude. You can find examples [here](/connectors/ingestion/workflows/metadata/filter-patterns/database)
**Connection Options (Optional)**: Enter the details for any additional connection options that can be sent to Athena during the connection. These details must be added as Key-Value pairs.
{% /codeInfo %}
{% codeInfo srNumber=11 %}
**Connection Arguments (Optional)**: Enter the details for any additional connection arguments such as security or protocol configs that can be sent to Athena during the connection. These details must be added as Key-Value pairs.
- In case you are using Single-Sign-On (SSO) for authentication, add the `authenticator` details in the Connection Arguments as a Key-Value pair as follows: `"authenticator" : "sso_login_url"`