<?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 how to deploy sql functions in pool in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-deploy-sql-functions-in-pool/m-p/63575#M32283</link>
    <description>&lt;P&gt;we have some function definitions which we have to have available for our bi tools e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CREATE&lt;/SPAN&gt; &lt;SPAN&gt;FUNCTION&lt;/SPAN&gt;&lt;SPAN&gt; CREATEDATE(&lt;/SPAN&gt;&lt;SPAN&gt;year&lt;/SPAN&gt; &lt;SPAN&gt;INT&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;month&lt;/SPAN&gt; &lt;SPAN&gt;INT&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;day&lt;/SPAN&gt; &lt;SPAN&gt;INT&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;RETURNS&lt;/SPAN&gt; &lt;SPAN&gt;DATE&lt;/SPAN&gt; &lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;SPAN&gt; make_date(&lt;/SPAN&gt;&lt;SPAN&gt;year&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;month&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;day&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;how can we always have this function definition in our version control and have it run in our databricks releases and if in case we have to recreate the infrastructure it will run in our databricks releases and if in case we have to recreate the infrastructure it will run in our databricks releases and if in case we have to recreate the infrastructure it will run in our databricks releases.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;#sql #sqlfunctions #deploy&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 13 Mar 2024 16:06:00 GMT</pubDate>
    <dc:creator>alexgv12</dc:creator>
    <dc:date>2024-03-13T16:06:00Z</dc:date>
    <item>
      <title>how to deploy sql functions in pool</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-deploy-sql-functions-in-pool/m-p/63575#M32283</link>
      <description>&lt;P&gt;we have some function definitions which we have to have available for our bi tools e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CREATE&lt;/SPAN&gt; &lt;SPAN&gt;FUNCTION&lt;/SPAN&gt;&lt;SPAN&gt; CREATEDATE(&lt;/SPAN&gt;&lt;SPAN&gt;year&lt;/SPAN&gt; &lt;SPAN&gt;INT&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;month&lt;/SPAN&gt; &lt;SPAN&gt;INT&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;day&lt;/SPAN&gt; &lt;SPAN&gt;INT&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;RETURNS&lt;/SPAN&gt; &lt;SPAN&gt;DATE&lt;/SPAN&gt; &lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;SPAN&gt; make_date(&lt;/SPAN&gt;&lt;SPAN&gt;year&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;month&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;day&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;how can we always have this function definition in our version control and have it run in our databricks releases and if in case we have to recreate the infrastructure it will run in our databricks releases and if in case we have to recreate the infrastructure it will run in our databricks releases and if in case we have to recreate the infrastructure it will run in our databricks releases.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;#sql #sqlfunctions #deploy&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Mar 2024 16:06:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-deploy-sql-functions-in-pool/m-p/63575#M32283</guid>
      <dc:creator>alexgv12</dc:creator>
      <dc:date>2024-03-13T16:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to deploy sql functions in pool</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-deploy-sql-functions-in-pool/m-p/63608#M32295</link>
      <description>&lt;P&gt;looking at some alternatives with other databricks components, I think that a CI/CD process should be created where the view can be created through the databricks api. &lt;A href="https://docs.databricks.com/api/workspace/functions/create" target="_blank"&gt;https://docs.databricks.com/api/workspace/functions/create&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/data-engineering/how-to-deploy-databricks-sql-queries-and-sql-alerts-from-lower/td-p/15352" target="_blank"&gt;https://community.databricks.com/t5/data-engineering/how-to-deploy-databricks-sql-queries-and-sql-alerts-from-lower/td-p/15352&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 20:56:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-deploy-sql-functions-in-pool/m-p/63608#M32295</guid>
      <dc:creator>alexgv12</dc:creator>
      <dc:date>2024-03-13T20:56:33Z</dc:date>
    </item>
  </channel>
</rss>

