Reparse the Data Source Views¶
Perform the following steps to re-parse the already parsed views:
Using SSH connect to the Alation server.
Enter the Alation shell using the following command:
sudo /etc/init.d/alation shellChange to alation user:
sudo su alationExecute 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 1A create background task is created to check rerun_parse_view in active jobs.