Since today’s the last day, how are you planning to handle the submission?Maybe the local deployment option could be a workable alternative for sharing your demo.
Hi @DataBeli ,From what I understand, in the Free Edition, Databricks Apps can only be shared with authenticated Databricks users. As public or anonymous access isn’t supported, you can try adding the judges’ email addresses to your workspace and the...
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...