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
Essentially support the POST /v1/{prefix}/transactions/commit endpoint. This is technically used for both multi-table transactions and single-table ones, but I believe the process of implementing both should be similar.
Since most engines use transactions like PySpark, we'd want to support this soon to support all major engines.
The text was updated successfully, but these errors were encountered:
Essentially support the
POST /v1/{prefix}/transactions/commit
endpoint. This is technically used for both multi-table transactions and single-table ones, but I believe the process of implementing both should be similar.Since most engines use transactions like PySpark, we'd want to support this soon to support all major engines.
The text was updated successfully, but these errors were encountered: