blaze / blaze/odo

How to convert mysql schema?

Open
#459 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1k
Forks
131
PR merge metrics
No merged PRs in 30d

Description

Hi,

Let's say I have two tables A and B, A have 3 fields (id, a1, a2), b have 2 fields (id, b).

I want to use odo to import data in A to B as B.id = A.id, B.b = {key1: A.a1, key2: A.a2}, B.b is a json string of A.a1 and A.a2. How to do that?

Thanks for your help!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing odo's existing MySQL import and schema-conversion documentation or entry points; the issue names no files or tests. Determine whether mapping fields from tables A and B into a JSON-valued column is supported, and define completion as documented guidance or an implemented, tested conversion path.

Written by the indexing model from the issue text.

Assessment

Tech stack
mysql, python
Domain
data-engineering, databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.