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

[dagster-airbyte] fix auto materialize policies not getting passed through to underlying asset #21158

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

jamiedemaria
Copy link
Contributor

@jamiedemaria jamiedemaria commented Apr 11, 2024

Summary & Motivation

resolves #18266

auto materialize policies were not being passed to the underlying asset correctly. This didn't show up in tests because we didnt check that the auto_materialize_policies_by_key dict was non empty.

This PR also adds an auto_materialize_policy param to build_airbyte_assets to bring it to parity with the from_instance and from_project builders. If there is a reason this wasn't done to begin with let me know and i can remove

How I Tested These Changes

unit tests

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @jamiedemaria and the rest of your teammates on Graphite Graphite

@jamiedemaria
Copy link
Contributor Author

@OwenKephart tagging you for general AMP stuff in case anything in this PR could collide with your plans

Copy link
Member

@benpankow benpankow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏 thanks for taking a look at this!

@jamiedemaria jamiedemaria merged commit 57c2ece into master Apr 11, 2024
1 check passed
@jamiedemaria jamiedemaria deleted the jamie/airbyte-automaterialize branch April 11, 2024 18:41
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.

AutoMaterialize not working for Airbyte integration
2 participants