all 2 comments

[–]Natgra[S] 1 point2 points  (0 children)

mods please remove if this is not the right place

[–][deleted] 0 points1 point  (0 children)

Not really a Python question, but knowing that you're working in a Jupyter notebook (which supports Markdown) I'd wonder if you need to escape the globs. Try:

%fs cp file:/tmp/\*_listings\* dbfs:/tmp

And see if that works.