Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/getting-started/creating-first-pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
</div>

:::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.

<div className='mx-auto w-full lg:w-[80%]'>
Expand Down