Hi @Pratikmsbsvm
Please provide some more information and requirements, describe Your scenario - basically what do You want to achive and what do You need.
In general, You most propably want to use jobs / workflows. You can orchestrate your job using schedule or event (file arrival/ table operation) triggers.
Within the job, you want to create tasks that will process your data from source to target, let's say bronze to silver.
In a task logic You want to use some python/ pyspark/ sql code to read data from source, apply transformations (if needed) and write data to target.
For CICD You want to use Databricks Asset Bundles - thats how you want to create your resources in databricks, using Service Principal. Use it with Azure Devops/ Github Actions or any other tool.
Best,
Radek.