You can translate the question and the replies:

How to sync user queries in denodo data catalog servers?

Hi Team, I have a requiredment to **automate the process of export and import user queries **between 4 production servers through shell script. Is there **any export and import commands available** only to export the user queries from one server and to import it to another? Please help. Thanks!
user
11-11-2021 06:02:33 -0500
code

1 Answer

Hi, In order to automate the export of Data Catalog components, you could use the export script available in the directory <DENODO_HOME>/tools/data-catalog.The exported files can be imported to Data Catalog through import script and UI as well. You could refer to the [Import and Export Data Catalog Metadata Using a Script](https://community.denodo.com/docs/html/browse/8.0/en/vdp/data_catalog_up_to_update_20210209/administration/import_export/import_export#import-and-export-data-catalog-metadata-using-a-script) section under Data Catalog Guide for more information. Also, you could use the REST API feature to perform the export and import process. For this, you could refer to the documentation of [REST API](https://community.denodo.com/docs/html/browse/8.0/en/vdp/data_catalog_up_to_update_20210209/appendix/rest_api/rest_api#rest-api) which provides detailed explanation of the tasks that can be performed with the Data Catalog. To get detailed information, you could also refer to a similar community Q&A [How to backup user queries under Data Catalog? ](https://community.denodo.com/answers/question/details?questionId=9064u000000L8atAAC&title=How+to+backup+user+queries+under+Data+Catalog%3F) Hope this helps!
Denodo Team
12-11-2021 00:48:26 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here