Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the filtering for external tables in the Redshift get_columns_in_relation macro #2855

Merged

Commits on Oct 27, 2020

  1. Pushes the table_schema = '{{ relation.schema }}' clause down into th…

    …e svv_external_columns CTE.
    brangisom committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    857bebe View commit details
    Browse the repository at this point in the history
  2. Pushes the table_schema = '{{ relation.schema }}' filter into the `…

    …svv_external_columns` CTE
    brangisom committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    2a5d090 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'brangisom/spectrum-filter-fix' of github.com:brangisom/…

    …dbt into brangisom/spectrum-filter-fix
    brangisom committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    ee2181b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb34c0e View commit details
    Browse the repository at this point in the history
  5. Move a CHANGELOG entry

    brangisom committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    348a2f9 View commit details
    Browse the repository at this point in the history