-
Notifications
You must be signed in to change notification settings - Fork 87
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
[FEATURE]: Add CTAS table migration function #1340
Labels
migrate/external
go/uc/upgrade SYNC EXTERNAL TABLES step
Comments
This was referenced Apr 9, 2024
nfx
added
migrate/external
go/uc/upgrade SYNC EXTERNAL TABLES step
and removed
enhancement
New feature or request
needs-triage
labels
Apr 10, 2024
This was referenced Apr 17, 2024
nfx
pushed a commit
that referenced
this issue
Apr 18, 2024
… Sync) (#1432) relates to #1340 A new feature allows migration of external tables in Databricks' Hive metastore using "Create Table (No Sync)" method, with new methods `_migrate_non_sync_table` and `_get_create_in_place_sql` for migration and SQL query generation. The `_migrate_dbfs_root_table` and `_migrate_acl` methods have also been updated. A new test case demonstrates migration of external tables while preserving their location and properties.
nfx
pushed a commit
that referenced
this issue
Apr 18, 2024
…nvert such tables to Delta tables. (#1434) Migrate Non-Delta DBFS root tables to Managed Delta tables. closes #1340 This release enhances migration for non-delta DBFS tables, supporting more table types and configurations. New methods improve CTAS functionality with safer SQL statement generation. Additional table format compatibility, new creation methods, and updated integration tests are included. Grant assignments during migration are now supported.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Problem statement
Parent issues:
_migrate_table_create_ctas
tomigrate-tables
workflow #332When migrate managed dbfs root non-delta tables, and certain external tables, we need to run CTAS.
Proposed Solution
Additional Context
No response
The text was updated successfully, but these errors were encountered: