docs: integrations (#9171)

* docs: integrations framework

* docs: integrations (wip)

* docs: wip

* docs: integrations & connections

* docs: remove database folder

* docs: warning about access permissions

* docs: add new data source

* docs: meta sync

* docs: actions on data soruce

* docs: update links

* misc: data => Data

* docs: fix review comments
This commit is contained in:
Raju Udava
2024-08-07 22:07:15 +05:30
committed by GitHub
parent a5d0ad7dbd
commit 4bb8911171
37 changed files with 301 additions and 122 deletions

View File

@@ -5,17 +5,18 @@ tags: ['Data Sources', 'Sync', 'External', 'PG', 'MySQL']
keywords: ['NocoDB data source', 'connect data source', 'external data source', 'PG data source', 'MySQL data source']
---
Access `Data Sources` tab in the `Base Settings` to sync changes done in the external data source with NocoDB.
1. Select the data source that you wish to sync metadata for
2. Click on the `Meta Sync` button listed under `Actions` column for the data source that you wish to sync metadata for
3. Click on the `Reload` button to refresh Sync state (Optional)
4. Any changes to the metadata identified will be listed in the `Sync State` column
5. Click on `Sync Now` button to sync the metadata changes
To sync changes done in the external data source with NocoDB, Open [Data Sources](010.data-source-overview.md#accessing-data-sources) tab in the Base Settings, select the data source you wish to sync metadata for, and follow the steps below:
1. Click on the `Meta Sync` tab
2. Click on the `Reload` button to refresh Sync state (Optional)
3. Any changes to the metadata identified will be listed in the `Sync State` column
4. Click on `Sync Now` button to sync the metadata changes
5. Once the sync is complete, you can see the updated state in the `Sync State` column
![sync metadata](/img/v2/data-source/data-source-meta-sync-1.png)
![sync metadata](/img/v2/data-source/data-source-meta-sync-1.png)
![sync metadata](/img/v2/data-source/data-source-meta-sync-2.png)
After the sync is complete, you can see the updated state in the `Sync State` column.
Sync modal also marks `Tables metadata is in Sync` in the header.
![post sync](/img/v2/data-source/data-source-post-sync.png)