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: Use live live query for all join queries in tables #161

Merged
merged 2 commits into from
Mar 15, 2024

Conversation

ceesem
Copy link
Collaborator

@ceesem ceesem commented Mar 14, 2024

client.materialize.tables.TABLE().query(timestamp=timestamp) was ignoring the timestamp value if the table was a reference table, since there is no timestamp parameter on join_query.

@ceesem ceesem self-assigned this Mar 14, 2024
@ceesem
Copy link
Collaborator Author

ceesem commented Mar 15, 2024

Added warnings and workarounds for the cases that the needed endpoints were not yet available, as well. This should resolve the issues Philipp Schlegel was having.

@ceesem ceesem requested a review from fcollman March 15, 2024 02:36
@fcollman fcollman merged commit 8f198f1 into master Mar 15, 2024
15 checks passed
@fcollman fcollman deleted the tables_live_fallback branch March 15, 2024 14:04
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