Skip to content

Commit 0e0ecbd

Browse files
authored
whitelist fs (#2136)
## Changes whitelist fs ### Linked issues Progresses #1901 ### Functionality None ### Tests - [x] manually tested --------- Co-authored-by: Eric Vergnaud <[email protected]>
1 parent 51dcb60 commit 0e0ecbd

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

src/databricks/labs/ucx/source_code/known.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4101,6 +4101,64 @@
41014101
"frozenlist": {
41024102
"frozenlist": []
41034103
},
4104+
"fs": {
4105+
"fs": [],
4106+
"fs._bulk": [],
4107+
"fs._fscompat": [],
4108+
"fs._ftp_parse": [],
4109+
"fs._pathcompat": [],
4110+
"fs._repr": [],
4111+
"fs._typing": [],
4112+
"fs._tzcompat": [],
4113+
"fs._url_tools": [],
4114+
"fs._version": [],
4115+
"fs.appfs": [],
4116+
"fs.base": [],
4117+
"fs.compress": [],
4118+
"fs.constants": [],
4119+
"fs.copy": [],
4120+
"fs.enums": [],
4121+
"fs.error_tools": [],
4122+
"fs.errors": [],
4123+
"fs.filesize": [],
4124+
"fs.ftpfs": [],
4125+
"fs.glob": [],
4126+
"fs.info": [],
4127+
"fs.iotools": [],
4128+
"fs.lrucache": [],
4129+
"fs.memoryfs": [],
4130+
"fs.mirror": [],
4131+
"fs.mode": [],
4132+
"fs.mountfs": [],
4133+
"fs.move": [],
4134+
"fs.multifs": [],
4135+
"fs.opener": [],
4136+
"fs.opener.appfs": [],
4137+
"fs.opener.base": [],
4138+
"fs.opener.errors": [],
4139+
"fs.opener.ftpfs": [],
4140+
"fs.opener.memoryfs": [],
4141+
"fs.opener.osfs": [],
4142+
"fs.opener.parse": [],
4143+
"fs.opener.registry": [],
4144+
"fs.opener.tarfs": [],
4145+
"fs.opener.tempfs": [],
4146+
"fs.opener.zipfs": [],
4147+
"fs.osfs": [],
4148+
"fs.path": [],
4149+
"fs.permissions": [],
4150+
"fs.subfs": [],
4151+
"fs.tarfs": [],
4152+
"fs.tempfs": [],
4153+
"fs.time": [],
4154+
"fs.tools": [],
4155+
"fs.tree": [],
4156+
"fs.walk": [],
4157+
"fs.wildcard": [],
4158+
"fs.wrap": [],
4159+
"fs.wrapfs": [],
4160+
"fs.zipfs": []
4161+
},
41044162
"fsspec": {
41054163
"fsspec": [],
41064164
"fsspec._version": [],

0 commit comments

Comments
 (0)