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

Add MANAGED_SHALLOW_CLONE to TableType Enum #476

Closed

Conversation

sandormatyas
Copy link

Changes

Adds a new value to TableType - MANAGED_SHALLOW_CLONE is a table type in Databricks that's currently not present in the TableType Enum.

I was not able to find documentation on this (aside https://docs.databricks.com/en/delta/clone-unity-catalog.html), but here's an API call that fetches a table in a schema with the type MANAGED_SHALLOW_CLONE:
image

Tests

I made an attempt to run tests, but some of them fail on my main branch before any changes, so I couldn't reliably run them.

  • make test run locally
  • make fmt applied
  • relevant integration tests applied

@sandormatyas sandormatyas mentioned this pull request Apr 29, 2024
3 tasks
@sandormatyas
Copy link
Author

Replaced by #632

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.

1 participant