Hi @surajitDE ,At the moment, DLT doesn’t support linking existing email notification groups or Teams workflows directly. You can only add individual email addresses in the DLT UI.If you have a group email alias, you can use it as a single address so...
Hi @daan_dw ,To reference variables defined in your databricks.yml in Python DAB code, define your variables class and use bundle.resolve_variablehttps://docs.databricks.com/aws/en/dev-tools/bundles/python/#access-bundle-variables
Hi @GiriSreerangam ,You can try using agent code tools to define Python functions directly within your agent for any custom logic, including Databricks SDK or REST API calls.https://docs.databricks.com/aws/en/generative-ai/agent-framework/agent-toolA...
Hi @stucas ,Adding following configuration spark.databricks.delta.schema.autoMerge.enabled = trueto the DLT pipeline will allow new pivoted columns to be merged into the target table automatically. However, DLT still requires a defined schema at init...