You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to create a pr based flow without git sources using the dbt task. The pr should create a bundle that is unique to the feature branch. When running the ci target the files synced from bundle do not seem to exist. dbt debug will execute fine iin dev target.
Configuration
Please provide a minimal reproducible configuration for the issue
Please list the steps required to reproduce the issue, for example:
All run in build pipeline for azure devops...
set BUNDLE_VAR_* vars
Run databricks bundle deploy --target ci
Run databricks bundle run dbt_project_job --target ci
See error
Expected Behavior
Clear and concise description of what should have happened
The dbt job has two commands dbt debug and dbt compile. The compile job should run or failure at least appear.
Actual Behavior
Clear and concise description of what actually happened
Failure on finding project and profiles dir
Output of job
+ dbt debug
02:22:07 Running with dbt=1.8.7
02:22:07 dbt version: 1.8.7
02:22:07 python version: 3.10.12
02:22:07 python path: /local_disk0/.ephemeral_nfs/cluster_libraries/python/bin/python
02:22:07 os info: Linux-5.15.0-1073-azure-x86_64-with-glibc2.35
02:22:07 Using profiles dir at /tmp/tmp-dbt-run-701529871603869/dbt_profiles
02:22:07 Using profiles.yml file at /tmp/tmp-dbt-run-701529871603869/dbt_profiles/profiles.yml
02:22:07 Using dbt_project.yml file at /tmp/tmp-dbt-run-701529871603869/dbt_project.yml
02:22:07 Configuration:
02:22:07 profiles.yml file [ERROR not found]
02:22:07 dbt_project.yml file [ERROR not found]
02:22:07 Required dependencies:
02:22:07 - git [OK found]
02:22:07 Connection test skipped since no profile was found
02:22:07 2 checks failed:
02:22:07 dbt looked for a profiles.yml file in /tmp/tmp-dbt-run-701529871603869/dbt_profiles/profiles.yml, but did
not find one. For more information on configuring your profile, consult the
documentation:
https://docs.getdbt.com/docs/configure-your-profile
02:22:07 Project loading failed for the following reason:
project path </tmp/tmp-dbt-run-701529871603869/dbt_project.yml> not found
OS and CLI version
Please provide the version of the CLI (eg: v0.1.2) and the operating system (eg: windows). You can run databricks --version to get the version of your Databricks CLI
Ubuntu 22.04
v0.221.1
Is this a regression?
Did this work in a previous version of the CLI? If so, which versions did you try?
Not previous versions...but other targets in the same bundle...
Debug Logs
Output logs if you run the command with debug logs enabled. Example: databricks bundle deploy --log-level=debug. Redact if needed
Describe the issue
Attempting to create a pr based flow without git sources using the dbt task. The pr should create a bundle that is unique to the feature branch. When running the ci target the files synced from bundle do not seem to exist.
dbt debug
will execute fine iin dev target.Configuration
Please provide a minimal reproducible configuration for the issue
Steps to reproduce the behavior
Please list the steps required to reproduce the issue, for example:
All run in build pipeline for azure devops...
databricks bundle deploy --target ci
databricks bundle run dbt_project_job --target ci
Expected Behavior
Clear and concise description of what should have happened
The dbt job has two commands
dbt debug
anddbt compile
. The compile job should run or failure at least appear.Actual Behavior
Clear and concise description of what actually happened
Failure on finding project and profiles dir
Output of job
OS and CLI version
Please provide the version of the CLI (eg: v0.1.2) and the operating system (eg: windows). You can run databricks --version to get the version of your Databricks CLI
Ubuntu 22.04
v0.221.1
Is this a regression?
Did this work in a previous version of the CLI? If so, which versions did you try?
Not previous versions...but other targets in the same bundle...
Debug Logs
Output logs if you run the command with debug logs enabled. Example: databricks bundle deploy --log-level=debug. Redact if needed
The text was updated successfully, but these errors were encountered: