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 dbignite #2132

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all 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
31 changes: 31 additions & 0 deletions src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -1943,6 +1943,37 @@
}
]
},
"dbignite": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't find this package on PyPi, could you add the source?

Copy link
Contributor Author

@ericvergnaud ericvergnaud Jul 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's pip install git+https://github.com/databrickslabs/dbignite.git

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add it as a comment in the known.json? PyPi is the default place, this is lib is not there

"dbignite": [],
"dbignite.fhir_mapping_model": [],
"dbignite.fhir_resource": [
{
"code": "rdd-in-shared-clusters",
"message": "RDD APIs are not supported on UC Shared Clusters. Rewrite it using DataFrame API"
},
{
"code": "table-migrate",
"message": "The default format changed in Databricks Runtime 8.0, from Parquet to Delta"
}
],
"dbignite.hosp_feeds": [],
"dbignite.hosp_feeds.adt": [],
"dbignite.omop": [],
"dbignite.omop.data_model": [
{
"code": "rdd-in-shared-clusters",
"message": "RDD APIs are not supported on UC Shared Clusters. Rewrite it using DataFrame API"
},
{
"code": "table-migrate",
"message": "The default format changed in Databricks Runtime 8.0, from Parquet to Delta"
}
],
"dbignite.omop.schemas": [],
"dbignite.omop.utils": [],
"dbignite.readers": [],
"dbignite.version": []
},
"dbldatagen": {
"dbldatagen": [],
"dbldatagen._version": [],
Expand Down
Loading