Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whitelist geoip2 #2064

Merged
merged 5 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/databricks/labs/ucx/source_code/known-readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Known libraries that are not in known.json

1) libraries with Python syntax that astroid cannot parse
JCZuurmond marked this conversation as resolved.
Show resolved Hide resolved
tempo
mosaic
sparkdl
chromadb

2) code that cannot be installed locally
mediamix
dbruntime
horovod
sat

3) code that cannot be located
utils
util
chedispy
10 changes: 10 additions & 0 deletions src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -3740,6 +3740,16 @@
"gast": {
"gast": []
},
"geoip2": {
"geoip2": [],
"geoip2.database": [],
"geoip2.errors": [],
"geoip2.mixins": [],
"geoip2.models": [],
"geoip2.records": [],
"geoip2.types": [],
"geoip2.webservice": []
},
"gitdb": {
"gitdb": []
},
Expand Down
Loading