Show Catalog Commands is a Web Studio setting that either shows or hides the Catalog's related commands Run Discovery Job and Open in Catalog in the Web Studio.
The Implementation/SharedObjects/Interfaces/Discovery/
folder in the Project tree is a folder that holds all Catalog and Discovery process-related configuration files.
Click here for more details about these files.
The properties-info.JSON
is a configuration file used by the Catalog Application to determine the view and behavior of various Catalog application elements. This JSON file defines for example:
The file is located in fabric/staticWeb
folder and can be updated on the project level.
ENABLE_DATA_DISCOVERY is a hidden configuration parameter that defines whether the Discovery should be enabled in the system (if neo4j is part of the Fabric space). By default it is set to true. If the Fabric space doesn’t include neo4j, ENABLE_DATA_DISCOVERY should be added to this section and set to false.
Show Catalog Commands is a Web Studio setting that either shows or hides the Catalog's related commands Run Discovery Job and Open in Catalog in the Web Studio.
The Implementation/SharedObjects/Interfaces/Discovery/
folder in the Project tree is a folder that holds all Catalog and Discovery process-related configuration files.
Click here for more details about these files.
The properties-info.JSON
is a configuration file used by the Catalog Application to determine the view and behavior of various Catalog application elements. This JSON file defines for example:
The file is located in fabric/staticWeb
folder and can be updated on the project level.
ENABLE_DATA_DISCOVERY is a hidden configuration parameter that defines whether the Discovery should be enabled in the system (if neo4j is part of the Fabric space). By default it is set to true. If the Fabric space doesn’t include neo4j, ENABLE_DATA_DISCOVERY should be added to this section and set to false.