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

bug(registry): fix auto materialize #38094

Merged

Conversation

bnchrch
Copy link
Contributor

@bnchrch bnchrch commented May 9, 2024

TL;DR

This PR fixes an issue where automaterialize is currently not running by updating registry_entry it to pull Airbyte Slack users from the graph, instead of taking it as an argument.

What changed?

The metadata_entry and registry_entry functions in registry_entry.py no longer take airbyte_slack_users as an argument. Instead, these functions call the get_airbyte_slack_users_from_graph function from hacks.py to get the required Slack users. This function has also been updated to handle exceptions and return 'None' if it fails to get the Slack users.

Why make this change?

This was a hack recommended by the dagster team to get automaterialize working again

https://airbytehq-team.slack.com/archives/C048P9GADFW/p1715276222825929

Copy link

vercel bot commented May 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview May 9, 2024 7:28pm

Copy link
Contributor Author

bnchrch commented May 9, 2024

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

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

@bnchrch bnchrch marked this pull request as ready for review May 9, 2024 19:29
@bnchrch bnchrch requested a review from a team as a code owner May 9, 2024 19:29
@bnchrch
Copy link
Contributor Author

bnchrch commented May 9, 2024

/approve-and-merge reason="hotfix registry orchestrator"

@octavia-approvington
Copy link
Contributor

Lets merge it
sheep thumbs up

@octavia-approvington octavia-approvington merged commit a42532a into master May 9, 2024
31 checks passed
@octavia-approvington octavia-approvington deleted the 05-09-bug_registry_fix_auto_materialize branch May 9, 2024 20:18
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.

2 participants