Skip to content

Commit ab8ed62

Browse files
committed
Adjust timings on CLI workflow gifs
1 parent 38f9900 commit ab8ed62

10 files changed

Lines changed: 27 additions & 27 deletions
88.8 KB
Loading

docs/assets/vhs/cli-cicd-workflows.tape

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Set Theme "Dracula"
1010

1111
Type "# Production CI/CD Data Validation Workflows"
1212
Enter
13-
Sleep 1s
13+
Sleep 2s
1414

1515
Type ""
1616
Enter
@@ -20,7 +20,7 @@ Type "pb validate-simple small_table --check rows-distinct --exit-code"
2020
Enter
2121
Type "echo 'Pipeline result:' \$?"
2222
Enter
23-
Sleep 3s
23+
Sleep 5s
2424

2525
Type ""
2626
Enter
@@ -30,7 +30,7 @@ Type "pb validate-simple small_table --check col-vals-not-null --column date_tim
3030
Enter
3131
Type "echo 'Validation status:' \$?"
3232
Enter
33-
Sleep 3s
33+
Sleep 5s
3434

3535
Type ""
3636
Enter
@@ -40,12 +40,12 @@ Type "pb validate-simple small_table --check col-vals-gt --column a --value 0 --
4040
Enter
4141
Type "echo 'Business rule check:' \$?"
4242
Enter
43-
Sleep 3s
43+
Sleep 5s
4444

4545
Type ""
4646
Enter
4747
Type "# Use in GitHub Actions, GitLab CI, or any automation platform"
4848
Enter
4949
Type "echo 'Exit codes: 0 = success, 1 = validation failed'"
5050
Enter
51-
Sleep 2s
51+
Sleep 3s
16.5 KB
Loading

docs/assets/vhs/cli-complete-workflow.tape

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,50 +10,50 @@ Set Theme "Dracula"
1010

1111
Type "# Complete Data Quality Workflow"
1212
Enter
13-
Sleep 1s
13+
Sleep 2s
1414

1515
Type ""
1616
Enter
1717
Type "# Step 1: Explore your data first"
1818
Enter
1919
Type "pb preview small_table"
2020
Enter
21-
Sleep 3s
21+
Sleep 5s
2222

2323
Type ""
2424
Enter
2525
Type "# Step 2: Check for basic data integrity"
2626
Enter
2727
Type "pb validate-simple small_table --check rows-distinct"
2828
Enter
29-
Sleep 3s
29+
Sleep 5s
3030

3131
Type ""
3232
Enter
3333
Type "# Step 3: Validate critical business columns"
3434
Enter
3535
Type "pb validate-simple small_table --check col-vals-not-null --column a --show-extract"
3636
Enter
37-
Sleep 4s
37+
Sleep 6s
3838

3939
Type ""
4040
Enter
4141
Type "# Step 4: Check data ranges and constraints"
4242
Enter
4343
Type "pb validate-simple small_table --check col-vals-in-set --column f --set 'low,mid,high'"
4444
Enter
45-
Sleep 3s
45+
Sleep 5s
4646

4747
Type ""
4848
Enter
4949
Type "# Step 5: Comprehensive data profiling"
5050
Enter
5151
Type "pb scan small_table"
5252
Enter
53-
Sleep 4s
53+
Sleep 6s
5454

5555
Type ""
5656
Enter
5757
Type "echo 'Full data quality pipeline complete!'"
5858
Enter
59-
Sleep 2s
59+
Sleep 3s
126 KB
Loading

docs/assets/vhs/cli-data-exploration.tape

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@ Set Theme "Dracula"
1010

1111
Type "# Data Exploration & Profiling with Pointblank CLI"
1212
Enter
13-
Sleep 1s
13+
Sleep 2s
1414

1515
Type ""
1616
Enter
1717
Type "# 1. Quick data preview - see structure and sample rows"
1818
Enter
1919
Type "pb preview small_table"
2020
Enter
21-
Sleep 4s
21+
Sleep 6s
2222

2323
Type ""
2424
Enter
2525
Type "# 2. Missing values analysis - identify data gaps"
2626
Enter
2727
Type "pb missing small_table"
2828
Enter
29-
Sleep 4s
29+
Sleep 6s
3030

3131
Type ""
3232
Enter
3333
Type "# 3. Comprehensive data scan - statistical overview"
3434
Enter
3535
Type "pb scan small_table"
3636
Enter
37-
Sleep 5s
37+
Sleep 8s
3838

3939
Type ""
4040
Enter
4141
Type "echo 'Complete data profiling in seconds - no Python required!'"
4242
Enter
43-
Sleep 2s
43+
Sleep 3s
-872 Bytes
Loading

docs/assets/vhs/cli-essential-validations.tape

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@ Set Theme "Dracula"
1010

1111
Type "# Essential Data Validation with Pointblank CLI"
1212
Enter
13-
Sleep 1s
13+
Sleep 2s
1414

1515
Type ""
1616
Enter
1717
Type "# 1. Check for duplicate rows (most common data quality issue)"
1818
Enter
1919
Type "pb validate-simple small_table --check rows-distinct"
2020
Enter
21-
Sleep 4s
21+
Sleep 6s
2222

2323
Type ""
2424
Enter
2525
Type "# 2. Find missing values in critical columns"
2626
Enter
2727
Type "pb validate-simple small_table --check col-vals-not-null --column a"
2828
Enter
29-
Sleep 4s
29+
Sleep 6s
3030

3131
Type ""
3232
Enter
3333
Type "# 3. When validation fails, see exactly which rows are problematic"
3434
Enter
3535
Type "pb validate-simple small_table --check col-vals-not-null --column b --show-extract"
3636
Enter
37-
Sleep 5s
37+
Sleep 8s
3838

3939
Type ""
4040
Enter
4141
Type "echo 'Essential validations: duplicates, nulls, with data extracts'"
4242
Enter
43-
Sleep 2s
43+
Sleep 3s
2.86 KB
Loading

docs/assets/vhs/cli-getting-started.tape

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@ Set Theme "Dracula"
1010

1111
Type "# Getting Started with Pointblank CLI"
1212
Enter
13-
Sleep 1s
13+
Sleep 2s
1414

1515
Type ""
1616
Enter
1717
Type "# See all available commands"
1818
Enter
1919
Type "pb --help"
2020
Enter
21-
Sleep 4s
21+
Sleep 6s
2222

2323
Type ""
2424
Enter
2525
Type "# Quick validation options overview"
2626
Enter
2727
Type "pb validate-simple --help"
2828
Enter
29-
Sleep 4s
29+
Sleep 6s
3030

3131
Type ""
3232
Enter
3333
Type "# Your first validation - check for duplicates"
3434
Enter
3535
Type "pb validate-simple small_table --check rows-distinct"
3636
Enter
37-
Sleep 3s
37+
Sleep 5s
3838

3939
Type ""
4040
Enter
4141
Type "echo 'Ready to validate any dataset - CSV, Parquet, or database!'"
4242
Enter
43-
Sleep 2s
43+
Sleep 3s

0 commit comments

Comments
 (0)