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

Changes to the metadata query gathering for spark #1

Merged
merged 1 commit into from
Mar 21, 2022

Conversation

ryanClift-sd
Copy link
Owner

  • significant improvement for our implementation of individual DBT models farmed out to their own airflow task
  • show tables in & show views in vs show table extended in like '*'
  • describe extended is called on every "ref" inside the model/sql file being run
    • which again is significantly better for our implementation

resolves #

Description

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt-spark next" section.

  * significant improvement for our implementation of individual DBT models farmed out to their own airflow task
  * show tables in <schema> & show views in <schema> vs show table extended in <schema> like '*'
  * describe extended is called on every "ref" inside the model/sql file being run
    * which again is significantly better for our implementation
@ryanClift-sd ryanClift-sd merged commit baebd6c into main Mar 21, 2022
@ryanClift-sd
Copy link
Owner Author

See comment:
dbt-labs/dbt-adapters#513

For detailed testing. This commit merges in "Option2" code base for show tables & show views in <schema>

This has significant performance benefits for our implementation of DBT Models + individual Airflow tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant