Hi,
I am new to databricks and MLOPS as well. I am trying out the databricks asset bundles mlops tutorial at https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.html
my cloud account is using AWS. I had asked to setup FS and Model Registry in UC. I had also asked for CICD setup using github actions. Everything is setup nicely. I have a local repo. I also have a remote github repo. I also have databricks workspace.
My file structure looks like the following.
My DB workspace File structure is :
When I run "databricks bundle validate -t staging" from my local terminal it seems to output correctly as below.
However, this is also part of the CD workflow as shown in "mbs_db_mlops-bundle-cd-staging.yml" file in the earlier image above. I have setup github secrets for this DB workspace as well.
The CD workflow in github actions fails at "databricks bundle validate -t staging" when I push the "main" branch to remote.
It works locally but not from github actions. How do I fix this? I want this to pass.