# Writeback

### Writeback destinations

Inforiver admins can browse all the writeback destinations and filter based on the table name/destination type/created/updated fields from the Destinations tab.&#x20;

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2F3lztdeS95xFbViP5bduY%2Fimage.png?alt=media&#x26;token=c5233413-2d24-4c47-be0c-b18fad091d27" alt=""><figcaption></figcaption></figure>

Admins can use the fields below to apply filters:

* **Table name**: Displays all destinations configured to writeback to the specified table.
* **Destination**: Displays all writeback destinations based on the selected type, E.g. Snowflake, SQL Server, Databricks, Fabric, etc.
* **Create time:** Displays destinations created in the last n minutes/hours/ 7 days/30 days or specified time range.
* **Created/Updated by:** Displays the destinations created or updated by a specific user(s).

They can also view the configuration details of a particular destination from the Details column.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FjmeVhNySqTL1A9sXj3WQ%2Fimage.png?alt=media&#x26;token=d5071b7d-4f8d-4ad7-9040-ca7092d2e44a" alt=""><figcaption><p>Writeback destination management</p></figcaption></figure>

Admins can now select and remove multiple destinations in a single action using the 'Delete Destination' button on the Destinations page.

{% hint style="success" %}

* Writeback logs for deleted destinations will be retained even after removing the destination.
* Users will not be able to create another destination with the same name unless it is explicitly dropped from the target database.
  {% endhint %}

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FQR6ir3adiIKjgQsRvNiu%2Fimage.png?alt=media&#x26;token=e94ca743-9042-4224-a9df-35803e45ac72" alt=""><figcaption><p>Delete destinations</p></figcaption></figure>

### Writeback logs

Admins can also view writeback job logs and filter logs. Filters can be applied based on&#x20;

* **Report**: The report name.
* **Started by**:  User(s) that triggered writeback
* **Destination**: Destination type such as BigQuery/ Redshift/Azure data lake&#x20;
* **Environment:**  Service/Desktop/Report Server
* **Status**: Based on the job run status - Success/Failed/Running/Cancelled
* **Event source:** Writeback/ Auto writeback/ Scheduled writeback/ Reset
* **Create time:** Displays job triggered in the last n minutes/hours/ 7 days/30 days or specified time range.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FdInQKg09yJh4qVY5FNcq%2Fimage.png?alt=media&#x26;token=b8aab26a-0d02-4c57-ae96-0dfea23c12de" alt=""><figcaption><p>Writeback logs</p></figcaption></figure>

Click the Export button to download the logs to a CSV or Excel file.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2Fq2MLtVWUrqWnDaHwKsTl%2Fimage.png?alt=media&#x26;token=e58d6ce1-f3c6-4d4f-9f39-3de99ac7945b" alt=""><figcaption><p>Exporting logs</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/admin-console/writeback.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
