### Describe the bug Generate source macro does not work on External Schema tables in Redshift ### Steps to reproduce I am trying to use the Generate source macro on the tables in external schema in Redshift. It is not generating any output. ### Expected results Table metadata ### Actual results Only below is created where stage is an external schema in redshift sources: - name: stage description: "" tables: ### Screenshots and log output <!--- If applicable, add screenshots or log output to help explain your problem. ---> ### System information **The contents of your `packages.yml` file:** **Which database are you using dbt with?** - [ ] postgres - [X ] redshift - [ ] bigquery - [ ] snowflake - [ ] other (specify: ____________) **The output of `dbt --version`:** ``` DBT Cloud ```