Data Governance
Also available as:
PDF
loading table of contents...

Submit and Validate the Entities

  • Submit your cluster entities. For example:

    falcon entity -type cluster -submit -file <YourCluster>.xml 

    For each entity, you should see the following success message for submit:

    falcon/default/Submit successful ($entity type) $yourEntityFile
  • Submit your feed entity. For example:

    falcon entity -type feed -submit -file <YourFeed>.xml 

    For each feed entity, you should see the following success message for submit:

    falcon/default/Submit successful (feed) <YourFeed> 
  • Schedule your feed entity. For example:

    falcon entity -type feed -name <YourFeed> -schedule

    For each feed entity, you should see the following success message for schedule:

    falcon/default/Schedule successful (feed) <YourFeed>