Skip to content

Instantly share code, notes, and snippets.

@noelworden
Created June 8, 2020 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noelworden/d9fe66736518decd598e9baa29bc89aa to your computer and use it in GitHub Desktop.
Save noelworden/d9fe66736518decd598e9baa29bc89aa to your computer and use it in GitHub Desktop.
rename(
table("raw_example_product_detail"),
:first_field_2,
to: :first_field
)
rename(
table("raw_example_product_detail"),
:second_field_2,
to: :second_field
)
rename(
table("raw_example_product_detail"),
:third_field_2,
to: :third_field
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment