# Push metadata to source

For all of our integrations, Secoda pulls metadata from those sources into the UI. We've enabled **push back to source** for some of these integrations, which supports Secoda's goals to be your data stack's source of truth through bi-directional metadata syncing.

Secoda supports this feature for the following integrations:

* [**BigQuery**](https://docs.secoda.co/integrations/data-warehouses/bigquery-integration/bigquery-metadata#metadata-pushed)
* [**Snowflake**](https://docs.secoda.co/integrations/data-warehouses/snowflake-integration/snowflake-metadata#metadata-pushed)
* [**Redshift**](https://docs.secoda.co/integrations/data-warehouses/redshift-integration/redshift-metadata#metadata-pushed)
* [**Postgres**](/integrations/databases/postgres-integration/postgres-metadata.md#metadata-pushed)
* [**Tableau**](/integrations/data-visualization-tools/tableau-integration/metadata-extracted.md)
* [**Jira**](/extensions/jira/metadata-extracted.md)

Click into the pages linked above to see which metadata is synced.

## How to run a sync

At this time, this is a manual process to push the metadata from Secoda back into the source. Follow these steps to run the sync:

1. Go into **Integrations** and click into the supported tool that you'd like to push data to
2. Go to **Sync History** and click into the **Push** tab
3. Click **Run sync**

## Overriding content

This feature will override any content that is currently set within the source with the new values that are coming from Secoda. If they are the same values, nothing will change.

## Troubleshooting

These pushes should update the source quite quickly, usually within minutes. If you're not seeing changes in the source, you might want to check your Integration settings.

1. Click into the Integration
2. Go into Preferences and make sure that "Descriptions" is toggled OFF
   * If this is toggled on, the source will be considered the source of truth meaning Secoda edits will not be pushed into the source


---

# 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.secoda.co/integrations/push-metadata-to-source.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.
