Hi @AnirbanDas , To add team names as custom tags in Delta Live Tables pipelines, you can follow these steps:
1. Click on the "Workflows" option in the left sidebar menu.
2. Select "Delta Live Tables" from the options.
3. Click on "Create Pipeline" to create a new pipeline or select an existing pipeline.
4. Enter the necessary information for your pipeline in the UI.
5. Click on "JSON" in the upper right corner to switch to the JSON view.
6. In the JSON configuration file, locate the "clusters" section.
7. Add the custom tags block right below the "label" block within the "clusters" section.
8. Specify the team names as the custom tag names and their corresponding values.
9. Save the changes to the JSON configuration file.