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

Truncate relation names when appending a suffix #4921

Merged
merged 14 commits into from
May 19, 2022
Merged

Truncate relation names when appending a suffix #4921

merged 14 commits into from
May 19, 2022

Commits on May 19, 2022

  1. Truncate relation names when appending a suffix that will result in l…

    …en > 63 characters using make_temp_relation and make_backup_relation macros
    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    78f7597 View commit details
    Browse the repository at this point in the history
  2. Remove timestamp from suffix appended to backup relation

    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    e191835 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    61a47a5 View commit details
    Browse the repository at this point in the history
  4. Implememt make_relation_with_suffix macro

    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    d2df8e7 View commit details
    Browse the repository at this point in the history
  5. Add make_intermediate_relation macro that controls _tmp relation crea…

    …tion in table and view materializations to delienate from database- and schema-less behavior of relation returned from make_temp_relation
    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    08a8471 View commit details
    Browse the repository at this point in the history
  6. Create backup_relation at top of materialization to use for identifier

    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    a8e4622 View commit details
    Browse the repository at this point in the history
  7. cleanup

    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    77c2b6a View commit details
    Browse the repository at this point in the history
  8. Add dstring arg to make_relation_with_suffix macro

    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    f03798f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8157fe9 View commit details
    Browse the repository at this point in the history
  10. Create both a temp and intermediate relation, update preexisting_temp…

    …_relation to preexisting_intermediate_relation
    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    a923b95 View commit details
    Browse the repository at this point in the history
  11. Migrate test updates to new test location

    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    41a6019 View commit details
    Browse the repository at this point in the history
  12. Remove restored tmp.csv

    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    76abbde View commit details
    Browse the repository at this point in the history
  13. Revert "Remove restored tmp.csv"

    This reverts commit 900c9db.
    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    b37f126 View commit details
    Browse the repository at this point in the history
  14. Actually remove restored tmp.csv

    Elize Papineau authored and jtcohen6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    80aa9ac View commit details
    Browse the repository at this point in the history