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

fix(redshift): tables were dropped on table name change #24308

Merged
merged 56 commits into from
Dec 7, 2023
Merged

fix(redshift): tables were dropped on table name change #24308

merged 56 commits into from
Dec 7, 2023

Commits on Feb 21, 2023

  1. buildup

    Rizxcviii committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6b3a91c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c09aa View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    11c42ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6899734 View commit details
    Browse the repository at this point in the history
  3. updating test

    Rizxcviii committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    125d1f5 View commit details
    Browse the repository at this point in the history
  4. more explicit with test

    Rizxcviii committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5448bf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

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

Commits on Feb 24, 2023

  1. test to delete table name

    Rizxcviii committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    93d7459 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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

Commits on Feb 28, 2023

  1. modification: storing Data key in return object, to keep track of pre…

    …fix + suffix combination
    Rizxcviii committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    0c9d55d View commit details
    Browse the repository at this point in the history
  2. modification

    removing id
    adding another param to return object
    Rizxcviii committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    adb99cc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    43ad1cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf36699 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c444707 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da2f78f View commit details
    Browse the repository at this point in the history
  5. integ test

    Rizxcviii committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    ac30602 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    940942a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1724d38 View commit details
    Browse the repository at this point in the history
  3. reverting replace

    Rizxcviii committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c8a3165 View commit details
    Browse the repository at this point in the history
  4. reverting file

    Rizxcviii committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    6143c67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77b9ec1 View commit details
    Browse the repository at this point in the history
  6. modification: using stack id rather than request id, is the same as m…

    …ore requests are generated
    Rizxcviii committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0f332df View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 6, 2023

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

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    312fc64 View commit details
    Browse the repository at this point in the history
  2. addition: default actions

    Rizxcviii committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    8b31212 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    021bd6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c61a7a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d06549e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 17, 2023

  1. integ test

    Rizxcviii committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    e646409 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

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

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    adfd101 View commit details
    Browse the repository at this point in the history
  2. removing old files

    Rizxcviii committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    942e503 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbca263 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dbd0d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

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

Commits on Nov 1, 2023

  1. removing tableid

    Rizxcviii committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    842bfe2 View commit details
    Browse the repository at this point in the history
  2. fixing test

    Rizxcviii committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d2917e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a879bc7 View commit details
    Browse the repository at this point in the history
  4. test

    Rizxcviii committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e2b6814 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61d608c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11fe979 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0099b2e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    c539e47 View commit details
    Browse the repository at this point in the history
  2. using newTableName

    Rizxcviii committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3d9714b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71a49f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    47443ee View commit details
    Browse the repository at this point in the history
  2. revert

    Rizxcviii committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    ef50f34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f4d609 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c571c8c View commit details
    Browse the repository at this point in the history
  5. linting

    Rizxcviii committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1a3f408 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. changing table name README

    Rizxcviii committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f0f1ec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5019bb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaa7285 View commit details
    Browse the repository at this point in the history