You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delta-rs version:
0.17.0 core + aws in AWS environment.
Bug
What happened:
84 | let _createTable = DeltaOps::try_from_uri(&table_uri)
| ________________________-
85 | | .await.unwrap()
86 | | .write(batches);
| | -^^^^^ method not found in `DeltaOps`
| |_____________|
What you expected to happen:
Just as in the test would write the files to the table.
Sorry for this question since the URL to the slack is offline. Is this my fault do I need to create a context, a scope to the context or something else?
The text was updated successfully, but these errors were encountered:
Environment
Delta-rs version:
0.17.0 core + aws in AWS environment.
Bug
What happened:
What you expected to happen:
Just as in the test would write the files to the table.
Sorry for this question since the URL to the slack is offline. Is this my fault do I need to create a context, a scope to the context or something else?
The text was updated successfully, but these errors were encountered: