Reparse the Data Source Views

Perform the following steps to re-parse the already parsed views:

  1. Using SSH connect to the Alation server.

  2. Enter the Alation shell using the following command:

    sudo /etc/init.d/alation shell
    
  3. Change to alation user:

    sudo su alation
    
  4. Execute the One Off Script with the following command:

    cd /opt/alation/django/rosemeta/one_off_scripts
    python -m reparse_view_sql --ds_ids <ds ids comma separated>
    

    For example:

    python -m reparse_view_sql --ds_ids 1
    

    A create background task is created to check rerun_parse_view in active jobs.