This message was deleted.
# dev
s
This message was deleted.
k
Thanks for the reminder, @Didip Kerabat. Will try to take a look this week.
👍 1
a
@Didip Kerabat the PR looks good to me for the most part though I don't follow the examples in the docs. I have posted the comments in the PR itself
d
Fixed the two incorrect documentations.
g
my comments are also 100% doc related at this point -- the rest lgtm
d
@Gian Merlino Addressed! I got an unrelated Overlord timeout issue.
a
@Didip Kerabat - some examples use
**
in
objectGlob
and some use
*
. e.g. there is
**.parquet
and there is also
*.json
. I might be missing something.
d
Checking… I thought I searched and replaced everything
g
I too see a lot of
"objectGlob": "*.json"
remaining in the docs, these should all be
"objectGlob": "**.json"
a
Thanks, Didip. While you are at it, can you also check if the description of
objectGlob
is same across all examples?
d
@Abhishek Agarwal I believe I took cared of everything now
@Abhishek Agarwal @Gian Merlino I think I fixed all the docs now.
a
thanks. I approved the PR.
❤️ 1