<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Automating project documentation generation. in Qlik Compose</title>
    <link>https://community.qlik.com/t5/Qlik-Compose/Automating-project-documentation-generation/m-p/2030397#M894</link>
    <description>&lt;P&gt;The product help does not mention generating the project documentation.&amp;nbsp; Also, I only want to generate the project documentation HTML file - not do all the stuff mentioned below.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;ComposeCli.exe generate_project --project MyProject --stopIfDatamartsNeedRecreation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;When the command is run,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable ComposeDWDL.product_short variable"&gt;Compose&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Validate the model.&lt;/LI&gt;
&lt;LI&gt;Create any data warehouse tables that do not exist.&lt;/LI&gt;
&lt;LI&gt;Validate the data warehouse.&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Adjust the data warehouse if needed.&lt;/P&gt;
&lt;DIV class="Note"&gt;
&lt;P&gt;If an Adjust script is needed and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Code"&gt;--database_already_adjusted&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is included in the command, the script (DDL) will not be run as it is assumed that the user ran it manually.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Generate all data warehouse tasks.&lt;/P&gt;
&lt;DIV class="Note"&gt;
&lt;P&gt;If&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable ComposeDWDL.product_short variable"&gt;Compose&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;encounters an error while generating a data warehouse task, it will skip the problematic task and continue with the remaining tasks.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Create, adjust and generate all data marts.&lt;/P&gt;
&lt;DIV class="Note"&gt;
&lt;P&gt;If the "Adjust" cannot be performed automatically and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Code"&gt;--stopIfDatamartsNeedRecreation&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is included in the command, the process will stop.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Thu, 26 Jan 2023 14:34:43 GMT</pubDate>
    <dc:creator>dpurdy66</dc:creator>
    <dc:date>2023-01-26T14:34:43Z</dc:date>
    <item>
      <title>Automating project documentation generation.</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Automating-project-documentation-generation/m-p/2026800#M868</link>
      <description>&lt;P&gt;Is there a way to generate project documentation other than via the project menu?&amp;nbsp; We would like to automatically generate new documentation when we deploy to production maybe using a rest call or via the composecli.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 20:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Automating-project-documentation-generation/m-p/2026800#M868</guid>
      <dc:creator>dpurdy66</dc:creator>
      <dc:date>2025-03-14T20:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automating project documentation generation.</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Automating-project-documentation-generation/m-p/2027438#M878</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/142022"&gt;@dpurdy66&lt;/a&gt;&amp;nbsp; You can use the composcli to generate the project document.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;composecli Generate_project --project YOUR_PROJECT_NAME&lt;/P&gt;
&lt;P&gt;For other available commands for generate_project you can run the below command:&lt;/P&gt;
&lt;P&gt;composecli Generate_project --help&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Nanda&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 19:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Automating-project-documentation-generation/m-p/2027438#M878</guid>
      <dc:creator>Nanda_Ravindra</dc:creator>
      <dc:date>2023-01-18T19:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automating project documentation generation.</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Automating-project-documentation-generation/m-p/2030397#M894</link>
      <description>&lt;P&gt;The product help does not mention generating the project documentation.&amp;nbsp; Also, I only want to generate the project documentation HTML file - not do all the stuff mentioned below.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;ComposeCli.exe generate_project --project MyProject --stopIfDatamartsNeedRecreation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;When the command is run,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable ComposeDWDL.product_short variable"&gt;Compose&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Validate the model.&lt;/LI&gt;
&lt;LI&gt;Create any data warehouse tables that do not exist.&lt;/LI&gt;
&lt;LI&gt;Validate the data warehouse.&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Adjust the data warehouse if needed.&lt;/P&gt;
&lt;DIV class="Note"&gt;
&lt;P&gt;If an Adjust script is needed and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Code"&gt;--database_already_adjusted&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is included in the command, the script (DDL) will not be run as it is assumed that the user ran it manually.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Generate all data warehouse tasks.&lt;/P&gt;
&lt;DIV class="Note"&gt;
&lt;P&gt;If&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable ComposeDWDL.product_short variable"&gt;Compose&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;encounters an error while generating a data warehouse task, it will skip the problematic task and continue with the remaining tasks.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Create, adjust and generate all data marts.&lt;/P&gt;
&lt;DIV class="Note"&gt;
&lt;P&gt;If the "Adjust" cannot be performed automatically and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Code"&gt;--stopIfDatamartsNeedRecreation&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is included in the command, the process will stop.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 26 Jan 2023 14:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Automating-project-documentation-generation/m-p/2030397#M894</guid>
      <dc:creator>dpurdy66</dc:creator>
      <dc:date>2023-01-26T14:34:43Z</dc:date>
    </item>
  </channel>
</rss>

