I think i found a bug. i am runing /root/lakefs/la...
# help
c
I think i found a bug. i am runing /root/lakefs/lakectl dbt create-branch-schema --branch production --to-schema dbt_testchaim5 --skip-views i think had a look in hive and saw lakefs://data-applications/production/dbt dbt_testchaim5 should it not be lakefs://data-applications/dbt_testchaim5/dbt dbt_testchaim5
y
Note the you should use your new branch in the 
--branch
 flag on your
lakectl dbt create-branch-schema
command. The branch used as the source is the one currently configured in dbt (the one you see when you run 
dbt debug
. We will update the documentation to reflect that.