<?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 Agent Bricks import table error in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/agent-bricks-import-table-error/m-p/134962#M1231</link>
    <description>&lt;P&gt;"I encountered an error when I tried to import a table to improve the quality of the Agent Bricks Knowledge Assistant. The error message is: 'Unrecognized token 'The': was expecting ('true', 'false' or 'null') at [Source: The provided text discusses information security certifications and does not contain any elements of hate speech, harassment, incitement of violence, or the promotion of illegal or severely harmful acts. It is purely informational and related to corporate compliance. Therefore, it adheres to content safety policies.; line: 1, column: 4]'&lt;/P&gt;</description>
    <pubDate>Wed, 15 Oct 2025 08:16:47 GMT</pubDate>
    <dc:creator>suho_ryo</dc:creator>
    <dc:date>2025-10-15T08:16:47Z</dc:date>
    <item>
      <title>Agent Bricks import table error</title>
      <link>https://community.databricks.com/t5/generative-ai/agent-bricks-import-table-error/m-p/134962#M1231</link>
      <description>&lt;P&gt;"I encountered an error when I tried to import a table to improve the quality of the Agent Bricks Knowledge Assistant. The error message is: 'Unrecognized token 'The': was expecting ('true', 'false' or 'null') at [Source: The provided text discusses information security certifications and does not contain any elements of hate speech, harassment, incitement of violence, or the promotion of illegal or severely harmful acts. It is purely informational and related to corporate compliance. Therefore, it adheres to content safety policies.; line: 1, column: 4]'&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 08:16:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/agent-bricks-import-table-error/m-p/134962#M1231</guid>
      <dc:creator>suho_ryo</dc:creator>
      <dc:date>2025-10-15T08:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Agent Bricks import table error</title>
      <link>https://community.databricks.com/t5/generative-ai/agent-bricks-import-table-error/m-p/134978#M1233</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/191527"&gt;@suho_ryo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Good day!!&lt;BR /&gt;&lt;BR /&gt;as per the error :&amp;nbsp;You need to inspect the data in the table you are trying to import and ensure that every entry in each column strictly follows the required data types and JSON formatting. The documentation for Agent Bricks confirms that the table must have this specific schema for the import to work correctly.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/generative-ai/agent-bricks/knowledge-assistant" target="_blank"&gt;https://docs.databricks.com/aws/en/generative-ai/agent-bricks/knowledge-assistant&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the video for the same:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=UGL28vHJhTo" target="_blank"&gt;https://www.youtube.com/watch?v=UGL28vHJhTo&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;check why you are having a boolean value in your dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 09:29:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/agent-bricks-import-table-error/m-p/134978#M1233</guid>
      <dc:creator>Khaja_Zaffer</dc:creator>
      <dc:date>2025-10-15T09:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Agent Bricks import table error</title>
      <link>https://community.databricks.com/t5/generative-ai/agent-bricks-import-table-error/m-p/135095#M1237</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/173840"&gt;@Khaja_Zaffer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I believe the table schema should be correct, as I created it with the following statement. There are no boolean values in my data. When I tried exporting the created table and then re-importing it, I encountered the same error.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CREATE TABLE IF NOT EXISTS table_name (
  eval_id STRING,
  request STRING,
  guidelines ARRAY&amp;lt;STRING&amp;gt;,
  feedback_records ARRAY&amp;lt;STRING&amp;gt;,
  metadata STRING,
  tags STRING
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I set the value for feedback_records to ["true", "false"], I got the following error message:&lt;/P&gt;&lt;P&gt;"Failed to load examples&lt;BR /&gt;Expected 'START_OBJECT' not 'VALUE_TRUE' at [Source: REDACTED (StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled); line: 1, column: 5] at [Source: UNKNOWN; line: 1, column: 5]"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect that column: 5 refers to the metadata column. I thought any string would be acceptable for this field, but it still resulted in an error. Since the message mentioned 'START_OBJECT', I also tried using a string that starts with "{", but that produced the same error as well.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 09:09:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/agent-bricks-import-table-error/m-p/135095#M1237</guid>
      <dc:creator>suho_ryo</dc:creator>
      <dc:date>2025-10-16T09:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Agent Bricks import table error</title>
      <link>https://community.databricks.com/t5/generative-ai/agent-bricks-import-table-error/m-p/135102#M1238</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/191527"&gt;@suho_ryo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you give me sample of the data you are using? so that we can check.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would again suggest you to please watch the video tagged in the resolution provided before.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 10:17:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/agent-bricks-import-table-error/m-p/135102#M1238</guid>
      <dc:creator>Khaja_Zaffer</dc:creator>
      <dc:date>2025-10-16T10:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Agent Bricks import table error</title>
      <link>https://community.databricks.com/t5/generative-ai/agent-bricks-import-table-error/m-p/135183#M1245</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/173840"&gt;@Khaja_Zaffer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the actual data I tried to import:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;INSERT INTO table_name
VALUES (
  'eval-001',
  'Translate this text to Japanese.',
  array('Be natural.', 'Keep the original nuance.'),
  array('true', 'false'),
  '{"model_version": "Knowledge Assistant", "timestamp": "2025-10-16T09:30:00Z"}',
  '{translation, Knowledge Assistant, review}'
);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I watched the video you sent me the link for, but it didn't mention anything about the table to be imported.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 02:31:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/agent-bricks-import-table-error/m-p/135183#M1245</guid>
      <dc:creator>suho_ryo</dc:creator>
      <dc:date>2025-10-17T02:31:24Z</dc:date>
    </item>
  </channel>
</rss>

