Skip to content

Commit

Permalink
Changed warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
aosingh committed Jun 20, 2024
1 parent 880dab9 commit 2b74573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt/adapters/oracle/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
GET_DATABASE_MACRO_NAME = 'get_database_name'

MISSING_DATABASE_NAME_FOR_CATALOG_WARNING_MESSAGE = (
"database key is missing from the target-profile in the file profiles.yml "
"database key is missing from the target profile in the file profiles.yml "
"\n Starting with dbt-oracle 1.8 database name is needed for catalog generation "
"\n Without database key in the target profile the generated catalog will be empty "
"\n \t i.e. `dbt docs generate` command will generate an empty catalog json "
"\n i.e. `dbt docs generate` command will generate an empty catalog json "
"\n Make the following entry in dbt profile.yml file for the target profile "
"\n database: {0}"
)
Expand Down

0 comments on commit 2b74573

Please sign in to comment.