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

🎉 MySQL destination: normalization #4163

Merged
merged 46 commits into from
Jul 4, 2021

Commits on Jun 17, 2021

  1. Add mysql dbt package

    tuliren committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    55752a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    049cfa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9165e80 View commit details
    Browse the repository at this point in the history
  4. Fix unit tests

    tuliren committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    94c10be View commit details
    Browse the repository at this point in the history
  5. Update readme

    tuliren committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    173ad67 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    3d9cbf7 View commit details
    Browse the repository at this point in the history
  2. Add macros

    tuliren committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    9e8e939 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47945bf View commit details
    Browse the repository at this point in the history
  4. Remove mysql limitation test

    tuliren committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    7f04076 View commit details
    Browse the repository at this point in the history
  5. Test normalization

    tuliren committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    b9e3066 View commit details
    Browse the repository at this point in the history
  6. Revert protocol format change

    tuliren committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    f13a95b View commit details
    Browse the repository at this point in the history
  7. Fix mysel json macros

    tuliren committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    dee3479 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Fix two more macros

    tuliren committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    abe8eb7 View commit details
    Browse the repository at this point in the history
  2. Fix table name length

    tuliren committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    a6acc91 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Fix array macro

    tuliren committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    bbc3905 View commit details
    Browse the repository at this point in the history
  2. Fix equality test macro

    tuliren committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    51fcb2a View commit details
    Browse the repository at this point in the history
  3. Update replace-identifiers

    tuliren committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    5cbe550 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    2396590 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Configuration menu
    Copy the full SHA
    b7fe9cc View commit details
    Browse the repository at this point in the history
  2. Fix unnest macro

    tuliren committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    4a50b25 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Fix equality macro

    tuliren committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    5c6642a View commit details
    Browse the repository at this point in the history
  2. Check in mysql test output

    tuliren committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b71bd6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dc1cbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b681fd0 View commit details
    Browse the repository at this point in the history
  5. Escape parentheses

    tuliren committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    02a8670 View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary mysql test

    tuliren committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    ffa5789 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cf0a17 View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary mysql test

    tuliren committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    411425f View commit details
    Browse the repository at this point in the history
  9. Remove parentheses

    tuliren committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c43d06e View commit details
    Browse the repository at this point in the history
  10. Update dependencies

    tuliren committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    091f137 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78e030c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Bump version

    tuliren committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e89122d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebf5cc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f94b1c8 View commit details
    Browse the repository at this point in the history
  4. Fix type conversion

    tuliren committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    9310950 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c68996 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e2a0dd View commit details
    Browse the repository at this point in the history
  7. Format code

    tuliren committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    5c49cc3 View commit details
    Browse the repository at this point in the history
  8. Check in mysql dbt output

    tuliren committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    46cab59 View commit details
    Browse the repository at this point in the history
  9. Remove unnecessary quote

    tuliren committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    aefc479 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    84e6e1c View commit details
    Browse the repository at this point in the history
  11. Check in schema_test update

    tuliren committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    0202369 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Update readme

    tuliren committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    967e1d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a1d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f972e4b View commit details
    Browse the repository at this point in the history
  4. Update document

    tuliren committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    289ba24 View commit details
    Browse the repository at this point in the history