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 a python wrapper for mysqlsh #426

Merged
merged 4 commits into from
Jan 8, 2024

Conversation

aadant
Copy link
Collaborator

@aadant aadant commented Dec 23, 2023

Python wrapper to simplify table dumps especially with partition tables

Dump 2023 partitions of a particular table :

python db_dump/mysql_dumper.py --mysql_host host --mysql_database db --include_tables_regex ^table$ --debug --dump_dir /home/aadant/dbdumps/table_2023 --dry_run --include_partitions_regex 2023
  • basic support for generated columns
  • support for tables with exists is_deleted tables

@aadant aadant changed the title Add a mysql wrapper for mysqlsh Add a python wrapper for mysqlsh Dec 24, 2023
@aadant aadant merged commit ae92a3d into Altinity:develop Jan 8, 2024
4 of 5 checks passed
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