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
.venv/bin/dbt run --select spark_test.sql --profile sparkprofile errors with Cannot set database in spark!
Expected Behavior
With the above sources.yml, profiles.yml .venv/bin/dbt run --select spark_test.sql --profile sparkprofile should run without any error as source with name spark do not have any database specified
Steps To Reproduce
Files sources.yml and profiles.yml should be as above
Relevant log output
N/A
Environment
- OS: MACOS
- Python: 3.11.11
- dbt-spark: 1.8.0
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is this a new bug?
Which packages are affected?
Current Behavior
sources.yml
profiles.yml
spark_test.sql
.venv/bin/dbt run --select spark_test.sql --profile sparkprofile
errors with Cannot set database in spark!Expected Behavior
With the above sources.yml, profiles.yml
.venv/bin/dbt run --select spark_test.sql --profile sparkprofile
should run without any error as source with name spark do not have any database specifiedSteps To Reproduce
Files sources.yml and profiles.yml should be as above
Relevant log output
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: