Skip to content

Commit

Permalink
whitelist dbignite (#2132)
Browse files Browse the repository at this point in the history
## Changes
whitelist dbignite

### Linked issues
Progresses #1901 

### Functionality
None

### Tests
- [x] manually tested

Co-authored-by: Eric Vergnaud <[email protected]>
  • Loading branch information
ericvergnaud and ericvergnaud authored Jul 11, 2024
1 parent e5d1bed commit edbe153
Showing 1 changed file with 31 additions and 0 deletions.
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 @@ -1954,6 +1954,37 @@
}
]
},
"dbignite": {
"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

0 comments on commit edbe153

Please sign in to comment.