diff --git a/docs/getting-started/creating-first-pipeline.mdx b/docs/getting-started/creating-first-pipeline.mdx index dc97c80b..9dcbf8f7 100644 --- a/docs/getting-started/creating-first-pipeline.mdx +++ b/docs/getting-started/creating-first-pipeline.mdx @@ -205,6 +205,13 @@ Make sure the **Value** provided is in the same format as the column schema. filter](../../static/img/docs/getting-started/create-your-first-job/job-data-filter.webp) +:::note Only for CLI +Introduced support for filtering columns with special characters in CLI. Column names with underscores work normally without any escape sequence. For column names with other special characters, use the following format: +``` +filter = "\"id-with#special!char\" = 1" +``` +::: + To edit the **Destination Database** name, select the edit icon beside the [Destination Database](/docs/understanding/terminologies/olake#7-tablecolumn-normalization--destination-database-creation) (Iceberg DB or S3 Folder) and make the changes.