03-13-2025 06:02 AM
New View
03-13-2025 09:16 AM
03-13-2025 06:41 AM
Hello @tom_1,
Thanks for the detailed information provided, I will check and report this internally.
03-13-2025 09:16 AM
Its now working as before, thanks for fixing it so fast!
03-17-2025 03:31 AM
This bug has appeared again in Azure Databricks. Could you please review it?
Thanks!
07-01-2025 05:59 AM
I am facing this bug still. I don't want to select any SQL warehouse, what do I do? and from where can I pass the profiles directory
09-29-2025 08:39 AM - edited 09-29-2025 08:42 AM
Hi,
This is generally how dbt profiles.yml works when using it with Databricks Lakeflow Jobs:
DBT_ACCESS_TOKEN for the principal configured in the Run As field of the job. So your profiles.yml file could look like this:jaffle_shop:
  target: dev
  outputs:
    dev:
      type: databricks
      method: http
      catalog: <CATALOG-NAME>
      schema: <SCHEMA-NAME>
      http_path: <WAREHOUSE-PATH>
      # The workspace host / token are provided by Databricks
      host: "{{ env_var('DBT_HOST') }}"
      token: "{{ env_var('DBT_ACCESS_TOKEN') }}"
 
					
				
				
			
		
 
					
				
				
			
		
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!
Sign Up Now