I have the schema defined. How can i crate an empty delta lake table in databricks azure. I see this command with no schema defined but I get error as though I have the all necessary permission.I just created the schema. Can someone get me the command if lets say I have schema defined in a schema variable like this:
schema = "authenticationMechanism STRING,authenticationMechanismId STRING"
Error for below code:
Operation failed: "Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.", 403,
CREATE TABLE IF NOT EXISTS
main.deltalake_db.test_delta