Skip to content

Commit 2b74573

Browse files
committed
Changed warning message
1 parent 880dab9 commit 2b74573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dbt/adapters/oracle/impl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@
8484
GET_DATABASE_MACRO_NAME = 'get_database_name'
8585

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

0 commit comments

Comments
 (0)