Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions docs/getting-started/creating-first-pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,8 @@ Once your job is created, you can manage it from the **Jobs** page using the **A

To know more about job level features, refer to the [Job Level Features](/docs/getting-started/job-level-properties) guide.


<br />
### Video Tutorial

<YouTubeEmbed videoId="W1mWz2Sp2VQ" title="OLake - Creating Your First Pipeline" className="max-w-4xl overflow-hidden rounded-lg shadow-lg" />
15 changes: 1 addition & 14 deletions docs/getting-started/job-level-properties.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -234,20 +234,7 @@ When a job is deleted, its associated source and destination are automatically m

### Video Tutorial

<div className='my-8 w-[100%]'>
<div className='w-full max-w-4xl overflow-hidden rounded-lg shadow-lg'>
<iframe
width='100%'
height='400'
src='https://www.youtube.com/embed/W1mWz2Sp2VQ'
title='OLake - Creating Your First Pipeline'
frameBorder='0'
allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share'
allowFullScreen
className='w-full rounded-lg'
/>
</div>
</div>
<YouTubeEmbed videoId="W1mWz2Sp2VQ" title="OLake - Creating Your First Pipeline" className="max-w-4xl overflow-hidden rounded-lg shadow-lg" />



Expand Down