Commit 4ea123d
authored
fix: Ignore ipynb files during apply (#6151)
* Pre commit Hook changes
Signed-off-by: Saipuneet Munikuntla <saipuneet357@gmail.com>
* Filtering out pytest_cache, __pycache__, and ipynb_checkpoints in all subdirectories during feast apply
Signed-off-by: Saipuneet Munikuntla <saipuneet357@gmail.com>
* removing **/*.ipynb as its redundant
Signed-off-by: Saipuneet Munikuntla <saipuneet357@gmail.com>
* Removing broad glob pattern and only keeping exact match of directory name inside subdirectories
Signed-off-by: Saipuneet Munikuntla <saipuneet357@gmail.com>
* Adding tests to validated if checkpoints are being picked up in subdirectories
Signed-off-by: Saipuneet Munikuntla <saipuneet357@gmail.com>
* Fixing Tests To Incorporate New Changes
Signed-off-by: Saipuneet Munikuntla <saipuneet357@gmail.com>
---------
Signed-off-by: Saipuneet Munikuntla <saipuneet357@gmail.com>1 parent ed4a4f2 commit 4ea123d
2 files changed
Lines changed: 30 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| 47 | + | |
39 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
40 | 52 | | |
41 | 53 | | |
42 | 54 | | |
| |||
80 | 92 | | |
81 | 93 | | |
82 | 94 | | |
| 95 | + | |
83 | 96 | | |
84 | 97 | | |
85 | 98 | | |
| |||
110 | 123 | | |
111 | 124 | | |
112 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
113 | 133 | | |
114 | 134 | | |
115 | 135 | | |
| |||
135 | 155 | | |
136 | 156 | | |
137 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
138 | 165 | | |
139 | 166 | | |
140 | 167 | | |
| |||
0 commit comments