Hi @Jefke ,You can't find any information because it's a deprecated function. You should use read_files instead. https://learn.microsoft.com/en-us/azure/databricks/delta-live-tables/load#load-files-from-cloud-object-storage
Ok, so for testing purposes remove state_path mapping from yaml path. The default path for state shoud be ${workspace.root}/state.Also, you can run enable debug mode in databricks cli. Maybe we can find some useful information from execution:Trouble...
As @Walter_C mentioned, merge is a a proper way to perform upsert. I just want to add that in Databricks primary and foreign constraints are informational only constraints and thus are not enforced. So, @ChristianRRL be aware of that fact, because I...
Hi @genevive_mdonça ,You can use following formula to calculate optimal count of partitions based on size of input data and target partition size:Input Stage Data 300GBTarget Size = 200MBOptimal Count of Partitions = 300,000 MB / 200 = 1500 partition...