File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8484GET_DATABASE_MACRO_NAME = 'get_database_name'
8585
8686MISSING_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)
You can’t perform that action at this time.
0 commit comments