Skip to content

Commit

Permalink
Analyse databricks-arc (#2004)
Browse files Browse the repository at this point in the history
## Changes
whitelist databricks-arc

### 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 2, 2024
1 parent 78e5d1d commit 09579e4
Showing 1 changed file with 233 additions and 0 deletions.
233 changes: 233 additions & 0 deletions src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,239 @@
"cycler": {
"cycler": []
},
"databricks-arc": {
"arc": [],
"arc.autolinker": [],
"arc.autolinker.autolinker": [],
"arc.autolinker.cleaning_utils": [],
"arc.autolinker.splink_mlflow": [],
"arc.lib": [],
"arc.sql": [],
"arc.sql.enable_arc": [],
"arc.sql.functions": [],
"arc.sql.functions.functions": [
{
"code": "jvm-access-in-shared-clusters",
"message": "Cannot access Spark Driver JVM on UC Shared Clusters"
},
{
"code": "legacy-context-in-shared-clusters",
"message": "sc is not supported on UC Shared Clusters. Rewrite it using spark"
}
],
"arc.sql.functions.library_handler": [
{
"code": "jvm-access-in-shared-clusters",
"message": "Cannot access Spark Driver JVM on UC Shared Clusters"
},
{
"code": "spark-logging-in-shared-clusters",
"message": "Cannot access Spark Driver JVM logger on UC Shared Clusters. Use logging.getLogger() instead"
},
{
"code": "spark-logging-in-shared-clusters",
"message": "Cannot set Spark log level directly from code on UC Shared Clusters. Remove the call and set the cluster spark conf 'spark.log.level' instead"
}
],
"arc.utils": [],
"arc.utils.utils": [],
"test": [],
"test.test_arc_sql": [],
"test.test_cleaning": [],
"test.utils": [],
"test.utils.arc_test": [],
"test.utils.spark_test_case": [
{
"code": "jvm-access-in-shared-clusters",
"message": "Cannot access Spark Driver JVM on UC Shared Clusters"
},
{
"code": "legacy-context-in-shared-clusters",
"message": "sparkContext is not supported on UC Shared Clusters. Rewrite it using spark"
},
{
"code": "spark-logging-in-shared-clusters",
"message": "Cannot access Spark Driver JVM logger on UC Shared Clusters. Use logging.getLogger() instead"
}
]
},
"databricks-feature-engineering": {
"databricks": [],
"databricks._feature_store_pkg_metadata": [],
"databricks._feature_store_pkg_metadata._core_client_pkg_metadata": [],
"databricks.feature_engineering": [],
"databricks.feature_engineering.client": [],
"databricks.feature_engineering.entities": [],
"databricks.feature_engineering.entities.feature_function": [],
"databricks.feature_engineering.entities.feature_lookup": [],
"databricks.feature_engineering.entities.feature_serving_endpoint": [],
"databricks.feature_engineering.entities.feature_spec_info": [],
"databricks.feature_engineering.entities.feature_table": [],
"databricks.feature_engineering.online_store_spec": [],
"databricks.feature_engineering.training_set": [],
"databricks.feature_engineering.upgrade_client": [],
"databricks.feature_engineering.utils.upgrade_utils": [],
"databricks.feature_engineering.version": [],
"databricks.feature_store": [],
"databricks.feature_store.client": [],
"databricks.feature_store.decorators": [],
"databricks.feature_store.entities": [],
"databricks.feature_store.entities.feature": [],
"databricks.feature_store.entities.feature_function": [],
"databricks.feature_store.entities.feature_lookup": [],
"databricks.feature_store.entities.feature_serving_endpoint": [],
"databricks.feature_store.entities.feature_spec": [],
"databricks.feature_store.entities.feature_spec_info": [],
"databricks.feature_store.entities.feature_table": [],
"databricks.feature_store.mlflow_model": [],
"databricks.feature_store.online_store_spec": [],
"databricks.feature_store.publish_engine": [],
"databricks.feature_store.training_set": [],
"databricks.feature_store.version": [],
"databricks.ml_features": [],
"databricks.ml_features._catalog_client": [],
"databricks.ml_features._catalog_client._catalog_client": [],
"databricks.ml_features._catalog_client._catalog_client_helper": [],
"databricks.ml_features._compute_client": [],
"databricks.ml_features._compute_client._compute_client": [],
"databricks.ml_features._databricks_client": [],
"databricks.ml_features._databricks_client._databricks_client": [],
"databricks.ml_features._feature_serving_endpoint_client": [],
"databricks.ml_features._feature_serving_endpoint_client._feature_serving_endpoint_client": [],
"databricks.ml_features._information_schema_spark_client": [],
"databricks.ml_features._information_schema_spark_client._information_schema_spark_client": [],
"databricks.ml_features._online_store_publish_client": [],
"databricks.ml_features._online_store_publish_client._online_store_publish_client": [],
"databricks.ml_features._online_store_publish_client._online_store_publish_client_factory": [],
"databricks.ml_features._online_store_publish_client._online_store_publish_nosql_client": [],
"databricks.ml_features._online_store_publish_client._online_store_publish_rdbms_client": [],
"databricks.ml_features._publish_client": [],
"databricks.ml_features._publish_client._publish_client": [
{
"code": "jvm-access-in-shared-clusters",
"message": "Cannot access Spark Driver JVM on UC Shared Clusters"
}
],
"databricks.ml_features._spark_client": [],
"databricks.ml_features._spark_client._spark_client": [
{
"code": "dbfs-usage",
"message": "Deprecated file system path: dbfs:/"
},
{
"code": "table-migrate",
"message": "The default format changed in Databricks Runtime 8.0, from Parquet to Delta"
}
],
"databricks.ml_features._spark_client._spark_client_helper": [],
"databricks.ml_features._training_scoring_client": [],
"databricks.ml_features._training_scoring_client._training_scoring_client": [],
"databricks.ml_features.api": [],
"databricks.ml_features.api.proto": [],
"databricks.ml_features.api.proto.feature_catalog_pb2": [],
"databricks.ml_features.constants": [],
"databricks.ml_features.entities": [],
"databricks.ml_features.entities._permission_level": [],
"databricks.ml_features.entities.consumer": [],
"databricks.ml_features.entities.data_type": [],
"databricks.ml_features.entities.feature": [],
"databricks.ml_features.entities.feature_function": [],
"databricks.ml_features.entities.feature_lookup": [],
"databricks.ml_features.entities.feature_serving_endpoint": [],
"databricks.ml_features.entities.feature_spec": [],
"databricks.ml_features.entities.feature_spec_info": [],
"databricks.ml_features.entities.feature_table": [],
"databricks.ml_features.entities.job": [],
"databricks.ml_features.entities.key_spec": [],
"databricks.ml_features.entities.notebook": [],
"databricks.ml_features.entities.online_store_detailed": [],
"databricks.ml_features.entities.online_store_metadata": [],
"databricks.ml_features.entities.tag": [],
"databricks.ml_features.local_models": [],
"databricks.ml_features.local_models.databricks_identity_model": [],
"databricks.ml_features.online_store_spec": [],
"databricks.ml_features.online_store_spec.amazon_dynamodb_online_store_spec": [],
"databricks.ml_features.online_store_spec.amazon_rds_mysql_online_store_spec": [],
"databricks.ml_features.online_store_spec.azure_cosmosdb_online_store_spec": [],
"databricks.ml_features.online_store_spec.azure_mysql_online_store_spec": [],
"databricks.ml_features.online_store_spec.azure_sql_server_online_store_spec": [],
"databricks.ml_features.online_store_spec.online_store_properties": [],
"databricks.ml_features.online_store_spec.online_store_spec": [],
"databricks.ml_features.publish_engine": [],
"databricks.ml_features.publish_engine.publish_cosmosdb_engine": [],
"databricks.ml_features.publish_engine.publish_dynamodb_engine": [],
"databricks.ml_features.publish_engine.publish_mysql_engine": [],
"databricks.ml_features.publish_engine.publish_sql_engine": [
{
"code": "jvm-access-in-shared-clusters",
"message": "Cannot access Spark Driver JVM on UC Shared Clusters"
},
{
"code": "legacy-context-in-shared-clusters",
"message": "sparkContext is not supported on UC Shared Clusters. Rewrite it using spark"
}
],
"databricks.ml_features.publish_engine.publish_sql_server_engine": [],
"databricks.ml_features.training_set": [],
"databricks.ml_features.utils.cosmosdb_type_utils": [],
"databricks.ml_features.utils.cosmosdb_utils": [],
"databricks.ml_features.utils.dynamodb_type_utils": [],
"databricks.ml_features.utils.e2e_test_utils": [],
"databricks.ml_features.utils.feature_lookup_utils": [],
"databricks.ml_features.utils.feature_serving_endpoint_utils": [],
"databricks.ml_features.utils.feature_utils": [],
"databricks.ml_features.utils.logging_utils": [],
"databricks.ml_features.utils.on_demand_utils": [],
"databricks.ml_features.utils.publish_utils": [],
"databricks.ml_features.utils.request_context": [],
"databricks.ml_features.utils.rest_utils": [],
"databricks.ml_features.utils.schema_utils": [],
"databricks.ml_features.utils.signature_utils": [],
"databricks.ml_features.utils.spark_listener": [
{
"code": "legacy-context-in-shared-clusters",
"message": "sc is not supported on UC Shared Clusters. Rewrite it using spark"
}
],
"databricks.ml_features.utils.spark_test_utils": [],
"databricks.ml_features.utils.spark_utils": [],
"databricks.ml_features.utils.test_utils": [],
"databricks.ml_features.utils.training_scoring_utils": [],
"databricks.ml_features.utils.utils": [],
"databricks.ml_features.utils.validation_utils": [],
"databricks.ml_features.version": [],
"databricks.ml_features_common": [],
"databricks.ml_features_common.entities": [],
"databricks.ml_features_common.entities._feature_store_object": [],
"databricks.ml_features_common.entities._proto_enum_entity": [],
"databricks.ml_features_common.entities.cloud": [],
"databricks.ml_features_common.entities.column_info": [],
"databricks.ml_features_common.entities.feature_column_info": [],
"databricks.ml_features_common.entities.feature_spec": [],
"databricks.ml_features_common.entities.feature_spec_constants": [],
"databricks.ml_features_common.entities.feature_table_info": [],
"databricks.ml_features_common.entities.feature_tables_for_serving": [],
"databricks.ml_features_common.entities.function_info": [],
"databricks.ml_features_common.entities.on_demand_column_info": [],
"databricks.ml_features_common.entities.online_feature_table": [],
"databricks.ml_features_common.entities.online_store_for_serving": [],
"databricks.ml_features_common.entities.query_mode": [],
"databricks.ml_features_common.entities.source_data_column_info": [],
"databricks.ml_features_common.entities.store_type": [],
"databricks.ml_features_common.mlflow_model_constants": [],
"databricks.ml_features_common.protos": [],
"databricks.ml_features_common.protos.feature_spec_pb2": [],
"databricks.ml_features_common.protos.feature_store_serving_pb2": [],
"databricks.ml_features_common.utils": [],
"databricks.ml_features_common.utils.converter_utils": [],
"databricks.ml_features_common.utils.dynamodb_utils": [],
"databricks.ml_features_common.utils.feature_spec_test_utils": [],
"databricks.ml_features_common.utils.feature_spec_utils": [],
"databricks.ml_features_common.utils.test_utils_common": [],
"databricks.ml_features_common.utils.topological_sort": [],
"databricks.ml_features_common.utils.uc_utils": [],
"databricks.ml_features_common.utils.utils_common": []
},
"databricks-labs-blueprint": {
"databricks.labs.blueprint": []
},
Expand Down

0 comments on commit 09579e4

Please sign in to comment.