File tree 1 file changed +43
-0
lines changed
fsspec/implementations/tests/cassettes
1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -670,4 +670,47 @@ interactions:
670
670
status:
671
671
code: 200
672
672
message: OK
673
+ - request:
674
+ body: '{"path": "/FileStore/"}'
675
+ headers:
676
+ Accept:
677
+ - '*/*'
678
+ Accept-Encoding:
679
+ - gzip, deflate
680
+ Connection:
681
+ - keep-alive
682
+ Content-Length:
683
+ - '23'
684
+ Content-Type:
685
+ - application/json
686
+ User-Agent:
687
+ - python-requests/2.25.1
688
+ authorization:
689
+ - DUMMY
690
+ method: GET
691
+ uri: https://my_instance.com/api/2.0/dbfs/list
692
+ response:
693
+ body:
694
+ string: !!binary |
695
+ H4sIAAAAAAAEAxzLQQqAIBAF0Lv8tZFBRHqALtAyQqKUBjJDx0VFdy/aPng3HG02QQ83jolXaJTd
696
+ Jz2HaEt/FomzcxCgZBaK0ByzFX8yiS4LLQV8WMjRPDGF3TD5T6umqltVK9VKKZ/xeQEAAP//AwC1
697
+ 7zK3aAAAAA==
698
+ headers:
699
+ content-encoding:
700
+ - gzip
701
+ content-type:
702
+ - application/json
703
+ server:
704
+ - databricks
705
+ strict-transport-security:
706
+ - max-age=31536000; includeSubDomains; preload
707
+ transfer-encoding:
708
+ - chunked
709
+ vary:
710
+ - Accept-Encoding
711
+ x-content-type-options:
712
+ - nosniff
713
+ status:
714
+ code: 200
715
+ message: OK
673
716
version: 1
You can’t perform that action at this time.
0 commit comments