<?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: Viya, scheduling and automation in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Viya-scheduling-and-automation/m-p/682063#M19887</link>
    <description>&lt;P&gt;An interesting question and something I'd like to know more about before migrating to Viya.&lt;/P&gt;
&lt;P&gt;I do know Viya Environment Manager provides scheduling capabilities:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=calscheduling&amp;amp;docsetTarget=p0be15ptyesy4bn0ze76u3gd87mo.htm&amp;amp;docsetVersion=3.3&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=calscheduling&amp;amp;docsetTarget=p0be15ptyesy4bn0ze76u3gd87mo.htm&amp;amp;docsetVersion=3.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Sep 2020 20:03:45 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2020-09-07T20:03:45Z</dc:date>
    <item>
      <title>Viya, scheduling and automation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Viya-scheduling-and-automation/m-p/682027#M19884</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to have some feedbacks on practical implementation of scheduling on Viya.&lt;/P&gt;&lt;P&gt;For now we have a few reload jobs for data generated from a Base SAS server but we would like to move our existing code base to run on Viya, and thus also move the scheduling (which for now is done with Windows Task Scheduler).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Users (myself included) are not really into the Studio V, and we still use EG to develop SAS code. I like the recent integration with Git, and would rather store our codebase in git, rather than in Sas Drive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I haven't found a comprehensive way of scheduling simple execution of SAS code stored in git. I have started looking into alternative such as Jenkins (which I think I saw in a SAS blog post), but am not fond of having an additional server and tool to maintain beside Viya.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have similar requirements on your side? How are you handling them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward hearing from all of you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 14:40:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Viya-scheduling-and-automation/m-p/682027#M19884</guid>
      <dc:creator>tisbam</dc:creator>
      <dc:date>2020-09-07T14:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Viya, scheduling and automation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Viya-scheduling-and-automation/m-p/682063#M19887</link>
      <description>&lt;P&gt;An interesting question and something I'd like to know more about before migrating to Viya.&lt;/P&gt;
&lt;P&gt;I do know Viya Environment Manager provides scheduling capabilities:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=calscheduling&amp;amp;docsetTarget=p0be15ptyesy4bn0ze76u3gd87mo.htm&amp;amp;docsetVersion=3.3&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=calscheduling&amp;amp;docsetTarget=p0be15ptyesy4bn0ze76u3gd87mo.htm&amp;amp;docsetVersion=3.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 20:03:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Viya-scheduling-and-automation/m-p/682063#M19887</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-09-07T20:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Viya, scheduling and automation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Viya-scheduling-and-automation/m-p/682183#M19894</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/329482"&gt;@tisbam&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if I would be you, I would be looking at google searches such as "mount git as permanent volume" or similar.&lt;/P&gt;
&lt;P&gt;There are some projects out there, such as GitFS, which should allow you to mount your git repo as a OS volume. Once it is locally accessible by your server, you should be able to run sas code stored in a Git server, but calling it as it was local.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.presslabs.com/docs/code/gitfs/" target="_blank" rel="noopener"&gt;https://www.presslabs.com/docs/code/gitfs/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/PressLabs/gitfs" target="_blank" rel="noopener"&gt;https://github.com/PressLabs/gitfs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you work with Docket containers this might be of your interest:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/azure/container-instances/container-instances-volume-gitrepo" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/azure/container-instances/container-instances-volume-gitrepo&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately, it only works with linux containers, for now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course you can have intermediate solutions, such as to create your own macros that would temporary download the sas code from git, before running it ... but... it seems as an overkilling solution to me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 11:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Viya-scheduling-and-automation/m-p/682183#M19894</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2020-09-09T11:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Viya, scheduling and automation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Viya-scheduling-and-automation/m-p/682989#M19969</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just tried something similar:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Job created with SASJobExecution to regularly pull new changes to a directory on the fileserver&lt;/LI&gt;&lt;LI&gt;Fileref in autoexec referencing to the git directory on the fileserver&lt;/LI&gt;&lt;LI&gt;Using this fileref to manage include (since SAS has no better way for modular code)&lt;/LI&gt;&lt;LI&gt;Creating new jobs with SASJobExecution (things like %include root("src/project1/main.sas");&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It works ok, but once the scheduling done is not bound anymore to the file (hence the use of %include so that if source code change i don't need t update the job&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This also means no branch whatsoever in git, and that we have to push and wait for the job to be bale to run code while testing...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not so bad but not entirely convinced either !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really wondering how people are managing this. I feel like people either go the SAS Studio way, or use external CI/CD tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 16:24:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Viya-scheduling-and-automation/m-p/682989#M19969</guid>
      <dc:creator>tisbam</dc:creator>
      <dc:date>2020-09-10T16:24:18Z</dc:date>
    </item>
  </channel>
</rss>

