<?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>question Ozzie Workflow for CTE and Insert Statement in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Ozzie-Workflow-for-CTE-and-Insert-Statement/m-p/347705#M235242</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have hit a snag when trying to setup a Ozzie workflow with combination of CTE and Insert Statement, not sure why, please help me look at the code, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;set hive.exec.dynamic.partition=true;
set hive.exec.dynamic.partition.mode=nonstrict;

insert into table A partition(date)

with test as
(select col1 as name1 , col2 as name2, col3 as name3 from table B),

select * from test&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 07:49:06 GMT</pubDate>
    <dc:creator>newbieone</dc:creator>
    <dc:date>2022-07-15T07:49:06Z</dc:date>
    <item>
      <title>Ozzie Workflow for CTE and Insert Statement</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ozzie-Workflow-for-CTE-and-Insert-Statement/m-p/347705#M235242</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have hit a snag when trying to setup a Ozzie workflow with combination of CTE and Insert Statement, not sure why, please help me look at the code, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;set hive.exec.dynamic.partition=true;
set hive.exec.dynamic.partition.mode=nonstrict;

insert into table A partition(date)

with test as
(select col1 as name1 , col2 as name2, col3 as name3 from table B),

select * from test&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 07:49:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ozzie-Workflow-for-CTE-and-Insert-Statement/m-p/347705#M235242</guid>
      <dc:creator>newbieone</dc:creator>
      <dc:date>2022-07-15T07:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ozzie Workflow for CTE and Insert Statement</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ozzie-Workflow-for-CTE-and-Insert-Statement/m-p/377163#M243164</link>
      <description>&lt;P&gt;It seems that the query involves dynamic partitioning, but the dynamic partition column is not included in either the select statement or the Common Table Expression (CTE).&lt;/P&gt;&lt;P&gt;Please add the dynamic partition column 'date' to the select statement and validate it in Beeline.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 09:15:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ozzie-Workflow-for-CTE-and-Insert-Statement/m-p/377163#M243164</guid>
      <dc:creator>ggangadharan</dc:creator>
      <dc:date>2023-10-03T09:15:43Z</dc:date>
    </item>
  </channel>
</rss>

