- 3699 Views
- 0 replies
- 0 kudos
After trying to run spark_udf = mlflow.pyfunc.spark_udf(spark, model_uri=logged_model,env_manager="virtualenv")We get the following error:org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 145.0 failed 4 times, most re...
- 3699 Views
- 0 replies
- 0 kudos
by
alj_a
• New Contributor III
- 1701 Views
- 1 replies
- 0 kudos
Hi,Thanks in advance.I am new in DLT, the scenario is i need to read the data from cloud storage(ADLS) and load it into my bronze table. and read it from bronz table -> do some DQ checks and load the cleaned data into my silver table. finally populat...
- 1701 Views
- 1 replies
- 0 kudos
- 1818 Views
- 0 replies
- 0 kudos
Hi,We are trying to build and upsert logic for a Delta table for that we are writing a merge command between streaming dataframe and delta table dataframe. Please find the below code merge_sql = f""" Merge command come here"""spark.sql(merg...
- 1818 Views
- 0 replies
- 0 kudos
- 3901 Views
- 2 replies
- 1 kudos
I am using the databricks VSCode extension to sync my local repository to Databricks Workspaces. I have everything configured such that smaller syncs work fine, but a full sync of my repository leads to the following error:Sync Error: Post "https://<...
- 3901 Views
- 2 replies
- 1 kudos
- 1197 Views
- 0 replies
- 0 kudos
Hi Team,We have the requirement to have metadata(Unity catalog) in one AWS account and data storage(Delta tables under data) in another account, is it possible to do that , Do we face any technical/Security issue??
- 1197 Views
- 0 replies
- 0 kudos
- 22824 Views
- 4 replies
- 1 kudos
I'm trying to figure out the cost breakdown for the Databricks usage for my team.When I go into the Databricks administration console and click Usage when I select to show the usage By SKU it just displays the type of cluster but not the name of it. ...
- 22824 Views
- 4 replies
- 1 kudos
Latest Reply
Please check the below docs for usage related informations.
The Billable Usage Logs:
https://docs.databricks.com/en/administration-guide/account-settings/usage.html
You can filter them using tags for more precise information which you are looking for...
3 More Replies
by
Rafal9
• New Contributor III
- 9275 Views
- 0 replies
- 0 kudos
Dear Community,I am testing pyspark code via pytest using VS code and Databricks Connect.SparkSession is initiated from Databricks Connect: from databricks.connect import DatabricksSessionspark = DatabricksSession.builder.getOrCreate()I am receiving...
- 9275 Views
- 0 replies
- 0 kudos